.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: -250px !important;
    position: absolute !important;
    font-size: 17px !important;

}

.owl-prev {
    margin-left: 5px;
    width: 50px !important;
    height: 50px !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: 50px !important;
    height: 50px !important;
    border-radius: 50px;
}

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

@media (min-width: 992px) {
    .header-info-area {
        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;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 20px #ffd0d3;
}

.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, #F40A18 0%, #B0000B 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, #f74c56 0%, #F40A18 51%, #e5919f 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 !important; */
    /*border-radius: 30px;*/
}

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

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 #ffd0d3;
    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%;
    }
}

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

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

/*}*/
.login-page-index {
    background: #FFD0D3;
    border-radius: 14px;
}

.login-page-register {
    font-size: 24px;
}

.login-page-register-icon {
    font-size: 50px !important;
}

.login-input {
    border-radius: 10px;
}

.index-about {
    border-radius: 100px 10px 100px 10px;
}

.index-about-img {
    float: right;
}

.card-background {
    background: rgb(255, 208, 211) !important;
}

.register-card {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../img/register-card.png');
    height: 213px;
    margin-top: -6px;
}

.left-card {
    border-radius: 182px 170px 10px 206px;
}

.left-card, .center-card, .right-card{
    border: 1px solid #f40a18;
    background: linear-gradient(to bottom, #FFC0C4 0%, #FFECED 100%);
}

.center-card {
    border-radius: 206px 206px 10px 10px;
}

.right-card {
    border-radius: 170px 182px 206px 10px;
}

.gray-background {
    background: #F5F5F5;
}

.login-button {
    width: 100px;
    border-radius: 15px;
}

.login-background {
    background: #F40A18;
}

.login-input-icon {
    border-radius: 0px 12px 12px 0px;
}

.heading-margin {
    margin-left: 5px;
    margin-right: 5px;
}

/* .photo-upload-input {
    padding-right: 8rem !important;
    padding-left: 9rem !important;
} */

.header-navigation--header-default .header-navigation__nav nav>ul>li {
    padding: 0 35px !important;
}


.default-bg {
    background-color: #F40A18 !important;
    padding: 10px !important;
}


.login-btn-index {
    background-image: linear-gradient(to right, #F40A18 0%, #B0000B 100%) !important;
    border: 2px solid white !important;
}

.carousel-item img {
    border-radius: 10px !important;
}


.form-check-input:checked {
    background-color: #f40a18 !important;
    border-color: #f40a18 !important;
}

.form-check-input {
    border: 1px solid rgb(244, 10, 24) !important;
}

.text-color {
    color: #f40a18 !important;
}
.card.login-page-index{
    border: 1px solid rgb(255, 208, 211) !important;
}

.bg-color, a.scroll-top {
    background-color: #f40a18 !important;
}

.footer-copyright-wrapper {
    border-top: 1px solid #f40a18 !important;
    background: #f40a18 !important;
}

 .footer-widget__title {
    margin-bottom: 30px !important;
}

.form-control, .form-select, .form-style, .select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--multiple{
    border: 1px solid #ffe7e8 !important;
    border-radius: .5rem !important;
}

.submenu {
    border-bottom: 3px solid #f40a18 !important;
}

.submenu li > a:hover {
    color: #f40a18 !important;
}

.table-border{
    border-radius: 10px;
    overflow: hidden;
}
.phonepe-img{
    border-radius : 10px;
    width:100%;
    height:810px;
}
@media only screen and (min-width: 992px) and (max-width: 1350px)  {
    .header-navigation--header-default .header-navigation__nav nav > ul > li {
        padding: 0 12px !important;
    }
}

@media only screen and (min-width: 450px) and (max-width: 550px)  {
    .index-about-img {
        width: 400px;
        float: none !important;
    }
}


@media (max-width: 450px) {
    .index-about-img {
        width: 300px;
        float: none !important;
    }
}

@media (max-width: 576px) {
    .left-card, .center-card, .right-card{
        border-radius: 20px;
        margin-bottom: 15px;
    }
}


@media (max-width: 992px) {
    .home-register-now{
        display: none !important;
    }
}



