/********** Template CSS **********/
:root {
    --primary: #01205e;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
    --robot-font: 'Roboto', sans-serif;
    --montserrat-font: "Montserrat",sans-serif;
    --orange-color:#f35923;
    --text-color-1: #536474;
    --light-bg: #fffdfd;
    --hover-bg: #fff7f8;
}

body{
    font-family: var(--montserrat-font);
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--montserrat-font);
}
a{text-decoration: none;}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

header {
    background-color: var(--white);
    box-shadow: 0 0 32px rgba(132,149,166,.25);
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar-brand img{max-width: 120px;}

.navbar .navbar-nav .nav-link, a.nav-link {
    padding: 25px 0.6rem;
    font-family: var(--montserrat-font);
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.menu-link {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.menu-link span {
    font-weight: 300;
    font-size: 11px;
    line-height: 17px;
}
.navbar .navbar-nav a.nav-link img {
    max-width: 20px;margin-right: 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--orange-color);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 3px;
}
.button-orange {
    background: var(--orange-color);
    color: #fff;
    border: 1px solid var(--orange-color);
    height: 44px;
    padding: 0 25px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.button-orange:hover {
    box-shadow: 0 10px 20px rgba(33,39,45,.1);
    -webkit-box-shadow: 0 10px 20px rgba(33,39,45,.1);
    background-color: #d03702;
    color: #fff;
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        border:0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


@media all and (min-width: 992px) {
    .dropdown.ktm-mega-menu .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0.25rem;
    }
    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }
    .ktm-mega-menu {
        position: static;
    }
    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }
    .dropdown-menu>li:hover>.submenu,
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}
.drop-container {
    /*position: fixed;
    top: calc(var(--headerHeight) + 1px);
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 20px 30px rgba(33,39,45,.1);
    -webkit-box-shadow: 0 20px 30px rgba(33,39,45,.1);
    padding: 40px;
    padding-bottom: 16px;*/
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}

.drop-container .only-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.drop-container .only-row .f-row {
    flex: 1;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}



/*** Banner ***/
.main-banner{
    background: url(../../assets/images/banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 120px 0; */
    padding: 40px 0;
}
.main-banner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(0 0 0 / 75%);*/
    background: rgb(0, 0, 255, 0.75);
}
.main-banner .container{position: relative;z-index: 3;}
.main-banner h1 {
    font-size: 37px;
    padding: 0px 0 30px;
    font-weight: 600;
}
.main-banner h3 {
    margin-top: 15px;
    font-size: 23px;
}
.content .serach-box .location {
    width: 45%;
    margin-right: 15px;
    display: inline-block;
}
.serach-box {
    width: 80%;
}
.location-button {
    width: auto;
    margin-right: 0;
    display: inline-block;
}

.content .serach-box input {
    line-height: 1.4;
    padding: 6px 10px 6px 35px;
    border-radius: 2px;
    font-weight: 300;
    font-size: 14px;
    height: 50px;
    border-color: #b4b4be;
    cursor: pointer;
}
.content .serach-box .location .input_icons {
    top: 50%;
    left: 10px;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--secondary-black);
}
.location-button .btn.btn-primary{
    background-color: var(--orange-color);
    border-color: var(--orange-color);
    padding: 12px 16px;
}
.location-button .btn.btn-primary:hover{
    background-color: var(--white);
    border-color: var(--white);
}



.drop-container .icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    cursor: pointer;
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    border: 1px solid transparent;
    position: relative;
    height: 210px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #38434e;
}
.drop-container .icon-wrap:hover {
    background-color: var(--hover-bg);
    box-shadow: 0 5px 10px rgba(115,131,147,.1);
    -webkit-box-shadow: 0 5px 10px rgba(115,131,147,.1);
    border: 1px solid var(--orange-color);
}
.icon-wrap:last-child {
    margin-right: 0;
}
.drop-container .icon {
    border-radius: 50%;
    margin-right: 0;
    margin-bottom: 16px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drop-container .icon i {
    font-size: 32px;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: var(--orange-color)
}
.drop-container .icon-wrap p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #21272d;
    flex: unset;
    margin-bottom: 8px;
}
.drop-container .icon-wrap span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-color-1);
    font-family: var(--montserrat-font);
}


/*** Service ***/

.section-title{
    margin-bottom: 30px;
}
.section-title h2{
    color: var(--primary);font-size: 1.7rem;
}
.search_btn {
    background: var(--orange-color);
    border-color: var(--orange-color);
    padding: 0.6rem 0.9rem;
}
.form-control:focus {
    border-color: #dce0e0;
    box-shadow: none;
}


/*** Top Ranked Doctor ***/


.top-ranked .service-box {
    background: var(--light-bg);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffedf2",endColorstr="#e7e8ff",GradientType=1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    border: 1.5px solid var(--orange-color);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
}
.top-ranked .service-box:hover{
    background-color: var(--hover-bg);
}
.top-ranked .service-box img{padding: 20px;height:100%; width:100%;}
.consultant-box{text-decoration: none;text-align: center;display: block;}
.consultant-box p {
    color: #414146;
    font-weight: 600;
    font-size: 13px;
    margin: 10px 0 0;
}
.consultant-box button{
    background-color: var(--white);
    color: var(--orange-color);
    font-size: 11px;
    font-weight: 600;
    border: none;
}


/*** Recomended Doctor ***/

.top_recom-doctor .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #000;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.top_recom-doctor .owl-nav button.owl-prev {
  left: -20px;
}
.top_recom-doctor .owl-nav button.owl-next {
  right: -20px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 8px;
    height: 15px;
    border-radius: 20px;
    display: inline-block;
    background: #fff;
    margin: 0 3px;
    border: solid 2px #b5b5b5;
}
.owl-dots button.owl-dot.active {
  background-color: var(--orange-color);
  border-color: var(--orange-color)
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.top_recom-doctor .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(51,60,63,.22);
    border:0;

}
.top_recom-doctor .owl-nav button span {
    font-size: 40px;    
    position: relative;
    top: -3px;
}
.top_recom-doctor .owl-nav button:focus {
    outline: none;
}
.shape.rellax {
    position: absolute;
    z-index: 1;
}
.bg-soft-primary {
    background-color: #eff7fa;
}
.card-img-top img {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    min-height: 200px;
}

/*** Question Answer ***/

.name-title{
    font-size: 14px;
    font-weight: 700;
    color: var(--orange-color);
    text-decoration: underline;
    cursor: pointer;
    margin: 0;
}
.designation{
    font-size: 12.5px;
    font-weight: 500;
    margin: 2px 0 0;
    color: #6c6a6a;
}
.card-header img{max-width: 50px;}
.card-header p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.more-answer {
    font-size: 14px;
    font-weight: 500;
    color: var(--orange-color);
}
section.question-answer .card {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
section.question-answer .card:hover {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    box-shadow: 0 10px 20px rgba(33,39,45,.1);
    -webkit-box-shadow: 0 10px 20px rgba(33,39,45,.1);
}



/*** Top recommended doctor ***/

#recommended-doctor .card-body h4{
    color: var(--orange-color);font-size: 1.25rem;
}
#recommended-doctor .card-body{text-align: center;}
#recommended-doctor .item {padding: 20px 0;}


/*** Vidoes ***/
.videos_top-doctor .service-box{height: 220px;text-align: center;margin-bottom: 15px;}
.videos_top-doctor p {
    color: #414146;
    font-weight: 600;
    font-size: 16px;
    margin: 10px auto 5px;
    text-align: center;   
}
.videos_top-doctor h5, .videos_top-doctor h5 a {
    color: var(--orange-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

/*** Testimonial ***/

.feedback-block-four {
    padding: 40px 30px 45px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
}
.feedback-block-four .icon {
    width: 52px;
    height: 52px;
    background: var(--orange-color);
    padding: 10px;
}
.feedback-block-four p {
    font-size: 20px;
    line-height: 36px;
    margin: 30px 0 60px;
}
.style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.feedback-block-four .rating li {
    font-size: 17px;
    color: #ffc12b;
    margin-left: 10px;
}
#testimonial_slider .owl-nav {
    display: none;
}

/*** Download App ***/

.download-app-section{
    background-color: var(--light);
}
.download-app img {
    width: 130px;
    height: 40px;
}

/*** Footer ***/

.footer {
    background: #15558d;
    padding: 48px 0;
    font-size: 14px;
    color: #fff;
}
.footer-nav li a {
    padding: 0.15rem;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}


/*** About Us Css ***/

.inner-banner h1{padding: 0px 0 0px;}
.sub_heading{
    color: var(--primary);
    font-size: 32px;
    font-weight: 700;
}
.about_section p{
    color: #6d8298;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    margin: 20px 0 0;
}
.AboutUs_partnerImg{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.AboutUs_partnerImg img {
    width: 150px;
    margin-right: 30px;
}
.AboutUs_partnerImg .AboutUs_heritage__2JEyy {
    width: 40px;
}

/*** Counter ***/

.counter-section{
    background: #f4fdff url(../../assets/images/counter-bg.jpg) no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-position: bottom;
}

.count-area {
    position: relative;
    text-align: center;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 25px 0px 10px;
    color: #181a20;
    font-weight: 700;
    font-size: 50px;
    line-height: 30px;
}
.count-title {
    font-size: 20px;
    color: var(--orange-color);
}
.count-icon {
    max-width: 70px;
    margin: auto;
}


/*** Dermatologist CSS **/

.top_searchbar input {
    width: 100%;
    height: auto;
    outline: none;
    border: 1px solid #dce0e0;
    padding: 1rem;
}
.top_searchbar button{
    padding: 1rem;
}

.left-sidebar{
    transition: .3s;
    padding: 15px;
    position: sticky;
    top: 83px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
}
.filter-clear h3{
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.filter-clear p{
    font-size: 12px;
    color: #c82506;
    cursor: pointer;
    font-weight: 500;
}


/*--- /.price-range-slider ---*/

.range-slider {
    position: relative;
    padding: 0px 0 15px;
}

.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.range-slider input[type=number] {
    border: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    -moz-appearance: textfield;
}

.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--orange-color);
}

.range-slider input[type=range]:focus::-ms-fill-lower {
    background: var(--orange-color);
}

.range-slider input[type=range]:focus::-ms-fill-upper {
    background: var(--orange-color);
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: var(--orange-color);
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid var(--orange-color);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #f38964;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}
span.rupess_icon {
    position: relative;
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
span.rupess_icon:after {
    content: "₹";
    position: absolute;
    left: 0;
    top: 0;
}


/*inner Card CSS*/

.doctor_image{
    width: 120px;
}
.doctor_image img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.doctor_title{
    font-size: 18px;
     color: var(--primary);
     margin: 0;
     font-weight: 700;
}
.doctor_designation{
    margin: 5px 0;
    font-size: 16px;
    color: var(--orange-color);
}
.doctor_details p{margin: 0; font-size: 14px;}
.specialist_doctor{
    color: #6c6a6a;font-size: 12px;padding-bottom: 3px;
}
.language{
    font-size: 10px;
    color: #6c6a6a;
}
.language svg{margin-right: 5px;}

.consult_btn button{
    padding: 1rem;
    font-size: 14px;
    transition: 0.5s all;
    width: 100%;
    font-weight: 600;
}
.consult_btn button:hover{transition: 0.5s all;}

.right-sidebar{
    transition: .3s;
    position: sticky;
    top: 83px;
}

.inner-rightside{
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
}
.question-area span{
    font-size: 0.8rem;
    font-weight: 500;
}
.tips_list{
    list-style: none;
}
.tips_list li a{color: var(--primary);font-size: 14px;font-weight: 500;padding: 5px 0;display: inline-block;}
a.view_all-btn{
    padding: 6px 20px !important;background-color: var(--orange-color);
}


.common-box h3{
    color: #6c6a6a;
    font-size: 16px;
    font-weight: 500;
}
.common_list li a{
    color: #6c6a6a;
    font-size: 15px;
}



/*Browse Range Products*/

.product_range{
    display: grid;
    grid-auto-flow: dense;
    grid-gap: 1rem;
    grid-template-columns: repeat(6, minmax(50px, 1fr));
}
.tab .effect {
    position: relative;
    overflow: hidden;
    height: 260px;
    max-width: 100%;
    text-align: center;
    width: 100%;
}
.effect {
    margin: auto;
    box-shadow: 0 0 15px 5px rgb(161 93 93 / 9%);
    background-color: #fff;
    border: 3px solid #edeaea;
    border-radius: 10px;
}
.tab .effect > a {
    display: inline;
    transition: .3s;
}
.tab .effect > a img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.effect.effect-two .tab-text {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background-image: linear-gradient(#0000, #000);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.effect.effect-two:hover .tab-text, .effect.effect-two:hover h2, .effect.effect-two:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.tab .effect .tab-text {
    padding: 15px 6px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
}
.tab-text h2 {
    color: #fff;
    margin: 20px 0 0;
    font-size: 1.5rem;
}
.effect.effect-two h2, .heading_hover {
    font-size: 1.2rem;
    font-weight: 500;
    word-break: break-all;
    margin-top: 0;
    color: #fff;
    line-height: 1.1;
}
.effect.effect-two h2, .effect.effect-two p.icon-links a {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.star_rating i {
    font-size: 14px;
    color: #fcae1e;
}
.description {
    position: absolute;
    bottom: 15px;
    left: -10px;
}
.description a {
    margin: 0 5px 0 0;
    font-size: 10px;
    padding: 0 5px;
    background: #ff72a7;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    border-radius: 10px;
}
.description a.addtocart-btn {
    font-size: 10px;
    font-style: normal;
    color: #131415;
    background: #fff;
    padding: 0 10px;
    margin-top: 10px;
    font-weight: 500;
}
.tab h3 {
    font-size: 20px;
    font-weight: 600;
}
.tab h3 span{color: var(--orange-color);display: block;}



/*Single Page CSS*/

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}
.carousel-testimonial .item {
    padding: 30px 10px;
}
.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
    color: #adadad;
    font-size: 14px;
}
.products-services .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    border: solid 1px var(--orange-color);
    border-radius: 5px;
}
.products-services .owl-nav button svg {
    width: 20px;
    height: 28px;
    padding: 5px;
    color: var(--orange-color);
}
.products-services .owl-nav button.owl-prev {
    left: 25px;
}
.products-services .owl-nav button.owl-next {
    right: 25px;
}
.products-services .owl-nav button span {
    font-size: 45px;
}
.product-thumb .item img {
    height: 100px;
}
.product-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
}
.product-price-discount {
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span {
    color: var(--orange-color);
}
.product-price-discount span.line-through {
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}

.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
    vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
    margin-bottom: 0;
    line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
}
.product-dtl .form-control {
    font-size: 15px;
}
.product-dtl label {
    line-height: 16px;
    font-size: 15px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.product-count {
    margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: var(--orange-color);
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
    border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
    border-radius: 0 3px 3px 0; 
}
.product-count .qty {
    width: 60px;
    text-align: center;
}
.round-black-btn {
    padding: 7px 45px;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover {
    background-color: transparent;
    color: #000;
}

.product-info-tabs {
    margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
    border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
    border: none; 
    border-bottom: 2px solid transparent;
    color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
    border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
    border: none; 
    border-bottom: 2px solid #d8d8d8;
    font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 24px;
    color: #7a7a7a;
}

.review-form .rate {
    float: none;
    display: inline-block;
}
.review-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
    font-size: 14px;
}
.review-form input.form-control {
    height: 40px;
}
.review-form textarea.form-control {
    resize: none;
}
.review-form .round-black-btn {
    text-transform: uppercase;
    cursor: pointer;
}
.btn-options a {
    margin-right: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555555;
    font-size: 14px;
}
.btn-options a i {
    margin-right: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    display: inline-block;
}
.btn-options a:hover {
    color: var(--orange-color);
}
.btn-options a:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--orange-color);
}
.product-meta {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #1a1f2b;
    font-size: 14px;
}
.product-meta .single-meta {
    color: #a43d21;
    font-weight: 400;
    text-transform: none;
}
.share-block-2 {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.share-block-2 h4 {
    color: #1a1f2b;
    font-size: 14px;
}
.social-btns {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.share-block-2 .social-btns li {
    margin-right: 15px;
}
.social-btns a {
    font-size: 14px;
    border-radius: 3px;
    height: 20px;
    color: #1a1f2b;
    padding: 0;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}
.social-btns.social-btns-2 i {
    margin-right: 0;
}
.social-btns.social-btns-2 a:hover {
    color: var(--orange-color);
}


/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50px;
    border:0;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}

.product-slider .item img {
    max-height: 440px;margin-bottom: 15px;border-radius: 6px;
}

.product-thumb .item img {border:solid 1px #f1f1f1;}

/*========box========*/

.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4, .sq_box h4 a {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 14px;
    color: #b4b4b4;
    background-color: transparent;
    font-weight: 600;
    border:2px solid #ececec;
}
.sq_box .btn:hover {
    background-color: var(--orange-color);
    color: #fff;
    border:solid 2px var(--orange-color);
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}



/* login page
.......................................*/

.login-main-wrapper .form-sidebar {
  position: relative;
  height: 100%;
}

.login-main-wrapper .form-sidebar:before {
  content: '';
  position: absolute;
  width: 46%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e12454;
  z-index: -1;
}


.login-main-wrapper .form-sidebar .form-image {
  max-width: 80%;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.login-main-wrapper .form-sidebar .form-image img {
  width: 100%;
}
.login-main-wrapper .form-sidebar .form-image.login-page-image img {
    width: 80% !important;
}

.login-main-wrapper .login-main {
  max-width: 500px;padding: 50px 0;
}

.login-main-wrapper .login-main form h4 {
  font-weight: 600;
}

.login-main-wrapper .login-main form input, .login-main-wrapper .login-main form select{
  border: none;
  background-color: #ebf5f5;
  padding: 12px 10px;
  font-weight: 500;
  color: #828383;
  border-radius: 5px;
  font-size: 15px;
}

.login-main-wrapper .login-main form .remember_list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  list-style: none;
  padding-left: 0;
}

.login-main-wrapper .login-main form .remember_list li a,
.login-main-wrapper .login-main form .remember_list li label {
  color: #e12454;
}

.login-main-wrapper .login-main form a.button-btn {
  padding: 0 80px;
  padding-left: 30px !important;
}

.login-main-wrapper .login-main form .form-media {
  justify-content: start;
  display: flex;
  margin-top: 15px;
  list-style: none;
  padding-left: 0;
}

.login-main-wrapper .login-main form .form-media li {
  margin-right: 15px;
}

.login-main-wrapper .login-main form .form-media li a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  background-color: #4867aa;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}

.login-main-wrapper .login-main form .form-media li:nth-child(2) a {
  background-color: #1da1f2 !important;
}

.login-main-wrapper .login-main form .form-media li:nth-child(3) a {
  background-color: #db0324;
}

.login-main-wrapper .login-main form .form-media li:nth-child(4) a {
  background-color: #db0324;
}

.text-color-pink {
  color: #e12454;
}

a.button-btn, button.button-btn {
  padding: 0px 55px;
  display: inline-block;
  background-color: var(--orange-color);
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  text-align: left;
  padding-left: 22px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
}

a.button-btn:before, button.button-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -4px;
  background-color: #f53f00;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.button-btn:hover, button.button-btn:hover {
  color: #fff;
  border-color: #ffd9db;
}

a.button-btn:hover:before, button.button-btn:hover:before {
  transform: translateX(0);
}

a.button-btn:hover span, button.button-btn:hover span {
  background-color: #d03702;
  color: #ffd9db;
}

a.button-btn span, button.button-btn span {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #ffd9db;
  text-align: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange-color);
  transition: all 0.5s;
}
a.form-resp-display{
    color: #333;transition: 0.5s all;
}
a.form-resp-display:hover{
    color: var(--orange-color);transition: 0.5s all;
}

.intl-tel-input,
.iti{
  width: 100%;
}
.login-main label {
    font-size: 14px;
}


.otp_form input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
    height: 60px;
    font-size: 14px;
}
.otp_form .sidelink {
    font-size: 13px;
    color: var(--orange-color);
    font-weight: 500;
}



@media(max-width: 1400px){

    .navbar .navbar-nav .nav-link, a.nav-link {padding: 25px 0.5rem;font-size: 15px;}
    .button-orange {padding: 0 15px;}
    .navbar-brand img{max-width: 100px;}
}

@media(max-width: 1366px){

.navbar .navbar-nav .nav-link, a.nav-link {padding: 25px 0.3rem;font-size: 14px;}
.consult_btn button {padding: 1rem 0.4rem;font-size: 13px;}

}

@media(max-width: 1024px){

.navbar .navbar-nav .nav-link, a.nav-link {padding: 20px 0.1rem;font-size: 11px;}
.button-orange {padding: 0 10px;height: 40px;}
.search_btn {padding: 0.6rem 0.5rem;font-size: 14px;}
.section-title h2 {font-size: 1.4rem;}
.name {font-size: 15px;line-height: 18px;}
.feedback-block-four .rating li {font-size: 12px;margin-left: 5px;}
.about_section p{text-align: left;}
 .product_range {grid-template-columns: repeat(4, minmax(50px, 1fr));}

 .login-main-wrapper .form-sidebar .form-image.login-page-image img {width: 100% !important;}
 .login-main-wrapper .login-main {max-width: 90%;}

}


@media(max-width: 991px){

.download-app-section {text-align: center;}
.download-app-section .section-title{margin-top: 30px;}
.download-app {justify-content: center;}
 .about_section p{text-align: center;}
 section.about_section.online-consulting img {width: 100%;margin-bottom: 20px;}
 section.about_section.online-consulting{text-align: center;}

 .main-title{text-align: center;}
 .product_range {grid-template-columns: repeat(3, minmax(50px, 1fr));}

 .top_searchbar input {margin-bottom: 15px;}
 .login-main-wrapper .login-main {margin: auto;}

}


@media(max-width: 767px){

    .main-title, .section-title{text-align: center;}
    .drop-container .icon-wrap {height: auto;}
    .serach-box {display: block !important;text-align: left !important;}
    .content .serach-box .location {width: 100%;margin-right: 0px;}
    section.question-answer {text-align: center;}
    section.question-answer .card {text-align: left;}
    .consultant-box {margin-bottom: 25px;}
    .top_recom-doctor .owl-nav button.owl-next {right: 0;}
    .top_recom-doctor .owl-nav button.owl-prev {left: 0px;}
    .video_btns a {margin-bottom: 10px;}
    .videos_top-doctor h5{margin-bottom: 25px;}
    .download-app-section .section-title {margin-top: 20px;text-align: center;}
    .download-app {justify-content: center;}
    .footer {font-size: 16px;text-align: center;}
    .footer h6 {font-size: 1.3rem;}

    .AboutUs_partnerImg {width: 100%;display: inline-block;}
    .AboutUs_partnerImg img {width: 130px;display: block;margin: 0 auto 15px;}
    .AboutUs_partnerImg .AboutUs_heritage__2JEyy {width: 80px;}

    .product_range {grid-template-columns: repeat(2, minmax(50px, 1fr));}
    .consult_btn {display: inline-block !important;}
    .consult_btn button {width: 46%;margin: 5px 5px 5px;}
    .location-button{margin-top:1rem;width:100%;}
    .location-button button{width:100%;}
   

}

.rftgyuiuyhg{
    position:absolute;
  top: -4px;
  right: -8px;
  color: white;
  background: var(--orange-color);
  line-height: 1;
  padding: 0.2em;
  font-size: 12px;
  border-radius: 50%;
}
.dfgthyuiiouhg .owl-nav button{
    top:35%;
}