.hrbold {
  height: 5px;
  border: none;
  color: #fff !important;
}

.index-bgimage {
  /*background-image: url("../img/index-bgimg.jpg");*/
  /*height: 100vh;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.owl-nav {
  margin-top: -215px !important;
  position: absolute !important;
  font-size: 42px !important;

}

.owl-prev {
  margin-left: 5px;
  width: 65px !important;
  height: 65px !important;
  border-radius: 50px;
}

.owl-next {
  width: 72px !important;
  margin-left: -64px;
}

.fa.fa-chevron-left.fa-2x.text-white {
  font-size: 40px;
}

.owl-next {
  left: calc(100vw - 37px);
  position: absolute;
  width: 65px !important;
  height: 65px !important;
  border-radius: 50px;
}

@media (max-width: 1200px) {
  .owl-nav {
    display: none;
  }

}

.card.shadow-sm {
  /*border: none;*/
}

.btn-grad {
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 30px #eee;
}

.btn-grad:hover {
  background-position: right center;
  change the direction of the change here color: #fff;
  transform: scale(1.1);
  box-shadow: 0 0 20px #eee;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* view horoscope user login */
.raasibox tr td,
.amsambox tr td {
  height: 70px;
  width: 90px;
  text-align: center;
  vertical-align: middle;
}

.bg-info:hover {
  background-color: 17a2b8;
}

.das-card1 {
  background: linear-gradient(100deg, #FBD52D, #EF3A7B);
}

.das-card2 {
  background: linear-gradient(100deg, #FF70AF, #5F48F5);
}

.das-card3 {
  background: linear-gradient(100deg, #CF91FF, #5782F5);
}

.card.das-card4 {
  background: linear-gradient(100deg, #88F7F9, #048FFF);

}

.has-children.has-children--multilevel-submenu,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #fff;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: unset;
}

.btn-orange {
  background-image: linear-gradient(to right, #ff4b1f 0%, #ff9068 51%, #ff4b1f 100%)
}

.btn-orange {
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  text-align: center;
}

.btn-orange:hover {
  background-position: right center;
  text-decoration: none;
  color: white;
}

.btn-register {
  background-image: linear-gradient(to right, #56CCF2 0%, #2F80ED 51%, #56CCF2 100%)
}

.btn-register {
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
}

.btn-register:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;

}

button.owl-prev {
  background-color: #F0542D !important;
  width: 50px;
  /*border-radius: 30px;*/
  color: white;
}

button.owl-next {
  background-color: #F0542D !important;
  width: 50px;
  /*border-radius: 30px;*/
  margin-left: -48px;
}

button.owl-prev span,
button.owl-next span {
  color: white;
}

owl-carousel .owl-nav button.owl-nex {
  background-color: #F0542D;
}

@media screen and (max-width: 1000px) {
  div a img.kpmm {
    width: 87%;
    height: 55px;
  }

  div.header-info-wrapper.align-items-center {
    height: 40px;
  }
}



/*.bg_img_login{
  /*background-image: url("../img/bg_login_img.jpg"); */
/*background-image: url("../img/login_img.jpg"); */
/*background-repeat: no-repeat;*/
/*background-size: 100%;*/
/*}*/
.bg_login_card {
  opacity: 0.8;

}

div#kmaprofile label {
  position: relative;
  left: 128px;
  top: -40px;
}

.fa.fa-camera.p-1.text-dark {
  background-color: white;
  border-radius: 20px;
}

/*@media screen and (min-device-width: 475px) and (max-device-width: 575px) {
   
}*/


/*frontend index page css start*/
.corner-3 {
  border-radius: 10px !important;
}

.btn-grad {
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 30px #eee;
  /*border-color: red;*/
  border: 3px solid #f0542d;
  border-radius: 18px;
}

.d-block.img-fluid,
.card_border_color {
  border-radius: 16px;
}

.kpmm {
  width: 100%;
}

/*frontend index page css end*/


/*index recent cast*/
h6.recent-cast {
  font-size: .81rem;
  text-overflow: ellipsis;
  overflow: hidden;
  /*width: 160px; */
  height: 1.2em;
  white-space: nowrap;
}


/*index age*/

select.age-field {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background-image: none;
  padding-right: 0px;
}


/*register Title*/
.bg-orange {
  background-color: #E9ECEF;
}

/* error focus */
.form-select:focus,
input[type=text]:focus,
input[type=radio]:focus,
input[type=date]:focus,
select:focus {
  border-color: #f67f7f;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .6);
}

/*@media screen and (max-width: 760px) {*/
/*  .index-bgimage {*/
/*    background-image: url("../img/index-bgimgsmall2.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 460px) {*/
/*  .index-bgimage {*/
/*    background-image: url("../img/index-bgimgsmall1.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*  }*/
/*}*/

@media screen and (max-width: 560px) {
    #page-number{
        width : 85px !important;
    }
    .layout-scroll nav{
        overflow : auto !important;
        white-space : nowrap !important;
    }
    .search-result-name{
        user-select : none !important;
        text-align : center !important;
        margin-top : 15px !important;
    }
    .search-result-image{
        text-align : center !important;
    }
}

.offcanvas-mobile-menu {
  z-index: 1051 !important;
}

/*.header-area__desktop--default .header-contact-info {*/
/*    display: -webkit-box !important;*/

/*}*/
.text-extra {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-extra:hover {
  overflow: unset;
}

@media (max-width: 766px) {
  .web-show {
    display: none;
  }
}

@media (min-width: 767px) {
  .mob-show {
    display: none;
  }
}



