body {
    font-family: 'Rajdhani', sans-serif !important;
}

a {
    text-decoration: none;
    color: red;
}

.container:before, .container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

nav {
    background: #120052;
    max-height: 50px;
    height: 50px;
}
.language-icon {
    height: 20px;
    margin-right: 5px;
    width: 20px;
    object-fit: none;
    border-radius: 10px;
}
.top-nav-title {
    text-transform: capitalize;
    background: #fff;
    margin: 8px auto;
    border-radius: 5px;
    height: 35px;
    padding: 3px 6px;
    width: fit-content;
}

    .top-nav-title h5 {
        font-weight: 800;
        color: #120052;
        font-size: 1.03rem;
    }

    .top-nav-title p {
        font-weight: 600;
        font-size: 0.70rem;
        margin-top: -4px !important;
    }

.top-nav-account {
    text-transform: capitalize;
    color: #fff;
    display: flex;
    margin: 9px;
    align-items: end;
    height: 33px;
    /* justify-content: center; */
}

    .top-nav-account a {
        text-transform: capitalize;
        color: #fff;
        display: flex;
        align-items: end;
        height: 33px;
    }

    .top-nav-account i {
        font-size: 2rem;
        margin-bottom: -0.50rem !important;
    }

    .top-nav-account p {
        margin-left: 5px !important;
        font-size: 0.85rem;
        padding-bottom: 6px;
    }

.top-nav-consultant {
    text-transform: capitalize;
    color: #fff;
    display: flex;
    margin: 8px;
    align-items: end;
    height: 35px;
    /* justify-content: center; */
}

    .top-nav-consultant .top-nav-consultant-in {
        padding-left: 5px;
    }

    .top-nav-consultant i {
        font-size: 2.15rem;
        margin-bottom: -0.50rem !important;
    }

    .top-nav-consultant .top-nav-consultant-in h5 {
        font-weight: 500;
        font-size: 0.9rem;
    }

    .top-nav-consultant .top-nav-consultant-in p {
        font-weight: 400;
        font-size: 0.7rem;
        margin-top: -2px !important;
        display: none;
    }


.top-nav-social, .footer-social, .contact-us-social, .share-social {
    display: flex;
    margin: 8px 0;
    flex-wrap: wrap;
}

    .top-nav-social .social-button-cover, .footer-social .social-button-cover, .contact-us-social .social-button-cover, .share-social .social-button-cover {
        height: 35px;
        background: #fff;
        width: 35px;
        border-radius: 25px;
        margin-left: 5px;
        text-align: center;
        padding: 3px;
    }

        .top-nav-social .social-button-cover .btn-social, .footer-social .social-button-cover .btn-social, .contact-us-social .social-button-cover .btn-social, .share-social .social-button-cover .btn-social {
            border: 1px solid #adb5bd;
            border-radius: 20px;
            width: 29px;
            display: inline-block;
            height: 29px;
            font-size: 17px;
            color: #ff0000;
            padding: 1px;
            box-shadow: inset 0 0 5px #adb5bd;
            padding-top: 3px;
        }


.top-nav-search {
    text-transform: capitalize;
    color: #fff;
    display: flex;
    margin: 6px;
    /* justify-content: center; */
}

    .top-nav-search i {
        font-size: 1.8rem;
        margin-bottom: -0.50rem !important;
    }

    .top-nav-search p {
        margin-left: 10px !important;
        padding-bottom: 2px;
        font-size: 1.05rem;
        font-weight: 500;
    }


header {
    background: #ff0000;
    height: 80px;
}

.header-logo-container {
    text-transform: capitalize;
    color: #fff;
    display: flex;
    margin: 8px;
    align-items: center;
    float: right;
}

    .header-logo-container .header-logo-container-in {
        padding-left: 10px;
    }

        .header-logo-container .header-logo-container-in h5 {
            font-weight: 800;
            font-size: 1.75rem;
        }

            .header-logo-container .header-logo-container-in h5 span {
                color: #120052;
            }

        .header-logo-container .header-logo-container-in p {
            font-weight: 400;
            font-size: 0.8rem;
            margin-top: -2px !important;
        }

.navbar {
    transition: top 0.5s;
}

.nav-link {
    display: inline-block;
    text-transform: capitalize;
    color: #fff !important;
    font-size: 0.9rem;
    padding: 0.5rem 1.05rem !important;
    transition: unset;
}

    .nav-link:hover {
        background: #fff;
        color: #000 !important;
        border-radius: 5px;
        font-weight: 600;
    }

.nav-item .active {
    background: #fff;
    color: #000 !important;
    border-radius: 5px;
    font-weight: 600;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#owl-home-slider div.item {
    background-image: url(assets/img/slider-1.jpg);
    height: 82vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

#owl-home-slider .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}

    #owl-home-slider .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        display: inline;
        margin: 0;
        padding: 10px;
        font-size: 3.5em;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        background: transparent;
    }

    #owl-home-slider .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }

    #owl-home-slider .owl-controls .owl-prev {
        float: left;
    }

    #owl-home-slider .owl-controls .owl-next {
        float: right;
    }

#owl-home-slider .owl-slide-text h2.owl-slide-title {
    text-transform: capitalize;
    color: #fff;
    font-size: 3.25rem;
    font-weight: 600;
}

#owl-home-slider .owl-slide-text div.owl-slide-subtitle {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 300;
}

#owl-home-slider .owl-slide-text a.owl-slide-cta {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 35px;
}

    #owl-home-slider .owl-slide-text a.owl-slide-cta:hover {
        background: #fff;
        border: 1px solid #fff;
        color: #000;
    }

#owl-home-slider .slider-description {
    position: absolute;
    top: 15%;
}

#owl-home-slider .slider-img-ovelay {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

    #owl-home-slider .slider-img-ovelay h3 {
        text-align: center;
        color: #fff;
        font-size: 2em;
        position: absolute;
        bottom: 15rem;
        width: 100%;
        text-transform: capitalize;
    }

.emergency-case {
    background: #ff0000;
    padding: 3rem 2rem;
    color: #fff;
    width: 37%;
    float: left;
}

    .emergency-case h3 {
        text-transform: capitalize;
    }

    .emergency-case a {
        background: #fff;
        text-transform: capitalize;
        font-weight: 600;
    }

.opening-hours {
    padding: 3rem 2rem 0rem 2rem;
    width: 26%;
    float: left;
}

.special-prices {
    background: #ff0000;
    padding: 3rem 2rem;
    color: #fff;
    width: 37%;
    float: left;
}

    .special-prices h3 {
        text-transform: capitalize;
    }

    .special-prices a {
        background: #fff;
        text-transform: capitalize;
        font-weight: 600;
    }

.home-service h3 {
    font-weight: 600;
    color: #120052;
    font-size: 1.65em;
    text-transform: capitalize;
}

.home-service p {
    color: #120052;
    text-align: justify;
    font-size: 0.97em;
    line-height: 1.15em;
    font-weight: 600;
    padding: 0 1.25rem;
    text-transform: none;
    max-height: 71.38px;
    overflow: hidden;
}

.appointment-sec {
    background: url(../../img/lines-bg-white.jpg) repeat center top;
    min-height: 731px;
    padding: 40px 0 0;
}

    .appointment-sec h1 {
        color: #ff0000;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 2.65em;
    }

.home-services-sec h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2.35em;
    color: #120052;
}

.lead {
    max-width: 945px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 500;
    color: #6c6c6c;
}

.lady1 {
    bottom: 0;
    position: relative;
    /*left: 25px;*/
}

.appointment-form {
    padding: 50px 0 30px;
}

    .appointment-form .success {
        background-color: #dff0d8;
        border: 1px solid #d6e9c6;
        color: #3c763d;
        border-radius: 4px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .appointment-form input[type="text"], .appointment-form input[type="email"], .appointment-form input[type="number"], select {
        width: 48%;
        height: 40px;
        outline: none;
        border-color: #adb5bd;
    }

    .appointment-form button, .appointment-form input, .appointment-form select, .appointment-form textarea {
        border: 1px solid #adb5bd;
        color: #A5A5A5;
        font-family: inherit;
        font-size: 13px;
        margin: 0 10px 7px 0;
        padding: 10px 9px;
        box-shadow: 0 1px 0 #f4f4f4;
        -moz-box-shadow: 0 1px 0 #f4f4f4;
        -webkit-box-shadow: 0 1px 0 #f4f4f4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        float: left;
    }

    .appointment-form textarea {
        width: 97.5%;
        height: 270px;
        resize: none;
        outline: none;
        overflow: auto;
        vertical-align: top;
    }

    .appointment-form input[type="submit"], #contact_form input[type="submit"], .comment-respond input[type="submit"] {
        min-width: 130px;
        cursor: pointer;
        -webkit-appearance: button;
        text-transform: capitalize;
        background: #120052;
        color: #fff;
        font-size: 0.95rem;
        font-weight: 600;
        border-bottom: 3px solid #0098d6;
    }

.about-sec {
    background: #635c7e;
    height: 500px;
    padding: 65px 0 50px;
}

    .about-sec h1 {
        text-transform: capitalize;
        color: #fff;
        font-weight: 600;
        font-size: 3.5em;
    }

    .about-sec p {
        color: #fff;
    }

.counter {
    margin: 40px 0 0 0;
}

    .counter .quantity-counter1, .counter .quantity-counter2, .counter .quantity-counter3, .counter .quantity-counter4 {
        font-size: 85px;
        font-weight: 600;
        line-height: 1;
        color: #fff;
    }

    .counter h6 {
        font-size: 2rem;
        color: #fff;
        margin: 10px 0 0 0;
        text-transform: capitalize;
    }


.popular-services-sec h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2.35em;
    color: #120052;
}

.latest-news {
    padding: 3rem 0;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
    font-weight: 300;
    color: #120052;
    text-transform: capitalize;
}

h1.bordered, h2.bordered, h3.bordered, h4.bordered, h5.bordered, h6.bordered, .h1.bordered, .h2.bordered, .h3.bordered, .h4.bordered, .h5.bordered, .h6.bordered {
    background: url(../../img/heading-border.png) repeat-x left bottom;
    padding-bottom: 13px;
    margin-bottom: 25px;
}

h1.light span, h2.light span, h3.light span, h4.light span, h5.light span, h6.light span, .h1.light span, .h2.light span, .h3.light span, .h4.light span, .h5.light span, .h6.light span {
    font-weight: 700;
}

.blog-item, .blog-sizer {
    margin: 10px 0 40px 0;
    width: auto;
    overflow: hidden;
}

.blog-thumbnail {
    position: relative;
    border-bottom: 3px solid #5aa4c9;
}

    .blog-thumbnail img {
        display: block;
        width: 100%;
    }

.blog-date {
    padding: 5px 10.5px 10px 12.5px;
    position: absolute;
    text-align: center;
    top: 0;
    background: #ff0000;
}

.day {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 900;
    line-height: 44px;
    margin: 0 0 0 2px;
    font-weight: 800;
}

.monthyear {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 13px;
    margin: 2px 0 0;
}

.blog-content {
    border-image: none;
    border: 1px solid #e1e1e1;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 10px 15px 19px;
}

.blog-title, .blog-item .blog-title a {
    color: #373737;
    font-size: 1.25rem;
    text-transform: none;
    line-height: 1.5rem;
    text-decoration: none;
    font-weight: 500;
}

.blog-content .blog-meta {
    color: #727272;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.65rem;
}

    .blog-content .blog-meta a {
        color: #000;
        text-decoration: none;
    }

.blog-content p {
    color: #616161;
    line-height: 1.42857;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.blog-content a.btn {
    font-weight: 400;
    min-width: 130px;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: capitalize;
    background: #120052;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    border-bottom: 3px solid #0098d6;
    border-radius: 0;
}

.what-doctor-say {
    padding: 10px 0 40px;
}

    .what-doctor-say .img-circle {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
    }

    .what-doctor-say img {
        display: inline-block !important;
        width: 170px;
        height: 170px;
        object-fit: cover;
    }

    .what-doctor-say h4 {
        font-size: 23px;
        color: #ff4444;
        line-height: 17px;
        padding-top: 5px;
        text-transform: capitalize;
    }

        .what-doctor-say h4 span {
            font-size: 16px;
            color: #656565;
        }

    .what-doctor-say p {
        font-size: 14px;
        color: #767676;
        margin-bottom: 10px;
    }

.meet-doctors-carousel .owl-controls {
    position: relative;
    top: 5px;
    right: 0;
    left: 0;
}

.meet-doctors-carousel .owl-pagination .owl-page {
    background-color: #434343;
    cursor: pointer;
    display: inline-block;
    height: 4px;
    text-indent: -999px;
    margin: 0 2px;
    width: 25px;
}

    .meet-doctors-carousel .owl-pagination .owl-page.active, .meet-doctors-carousel .owl-pagination .owl-page:hover {
        background-color: #ff0000;
    }

.meet-doctors-carousel .owl-controls .owl-page span {
    display: none;
}

.accordion {
    --bs-accordion-btn-icon: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0697d'%3e%3cpath fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3e%3cpath fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z'/%3e%3c/svg%3e");
}

.accordion-item {
    border: 0;
    border-radius: 0;
}

.accordion-button {
    border-radius: 0 !important;
    font-weight: 500;
    padding: 0.95rem 0;
    font-size: 1rem;
    border-bottom: 1px solid #cdcdce;
}

    .accordion-button:focus {
        z-index: unset;
        border-color: unset;
        outline: unset;
        box-shadow: unset;
    }

    .accordion-button:not(.collapsed) {
        color: #ff0000;
        background-color: #fff;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    }

    .accordion-button::before {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-right: 10px;
        content: "";
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition);
    }

    .accordion-button:not(.collapsed)::before {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform);
    }

    .accordion-button::after {
        flex-shrink: unset;
        width: unset;
        height: unset;
        margin-left: unset;
        content: unset;
        background-image: unset;
        background-repeat: unset;
        background-size: unset;
        transition: unset;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: unset;
        transform: unset;
    }

.accordion-body {
    font-size: 0.90rem;
}

.colourfull-row {
    /*background: url(../../img/colourfull-line.jpg) center top repeat-x;*/
    height: 3px;
}

footer {
    padding: 40px 0 15px;
    line-height: 23px;
    padding: 40px 0 15px;
    line-height: 23px;
}

    footer.light .copyright {
        background: #f5f5f5;
        border-bottom: 1px solid #e6e6e6;
        color: #646464;
        margin: 30px 0;
        font-size: 12px;
        padding: 10px 0 8px;
    }

    footer.light .footer-bottom-text {
        color: #6c6c6c;
        font-size: 1em;
        padding-top: 10px;
    }


    footer h4 {
        font-weight: 700;
        margin-bottom: 30px;
    }

.footer-widget h4 {
    color: #120052;
    text-transform: capitalize;
}

.footer-widget p {
    color: #6c6c6c;
    font-size: 0.9rem;
}

footer.light h4 {
    border-bottom: 1px solid #ebebeb;
}

footer h4 span {
    padding-bottom: 7px;
    display: inline-block;
    margin-bottom: -1px;
    border-bottom: 1px solid #2b96cc;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.footer-nav li {
    float: left;
    width: 50%;
    line-height: 38px;
}

    .footer-nav li a {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

footer.light .footer-nav li a {
    color: #6c6c6c;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-nav li a i {
    margin-right: 7px;
    font-size: 1.15rem;
    color: #2b96cc;
}


.newsletter i {
    float: left;
    font-size: 20px;
    margin-top: 8px;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

.newsletter p {
    color: #6c6c6c;
    padding: 0 0 15px 30px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

footer button, footer input {
    border: 1px solid #F4F4F4;
    color: #A5A5A5;
    font-family: inherit;
    font-size: 13px;
    margin: 0 10px 7px 0;
    padding: 10px 9px;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.newsletter input[type="text"], .newsletter input[type="email"] {
    width: 48%;
    height: 40px;
    outline: none;
}

.newsletter input[type="text"], .newsletter input[type="email"] {
    margin-right: 0;
    width: 100%;
    box-shadow: none;
}

footer.light .newsletter input[type="text"], footer.light .newsletter input[type="email"] {
    background: #fff;
}

.newsletter input[type="submit"] {
    min-width: 130px;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: capitalize;
    background: #ff0000;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    border-bottom: 3px solid #0098d6;
}


.tweet i {
    float: left;
    font-size: 20px;
    margin-top: 11px;
}

footer.light .tweet i {
    color: #2b96cc;
}

.tweet p {
    padding: 10px 0 0 30px;
    margin-bottom: 10px;
    color: #6c6c6c;
    font-size: 0.9rem;
}

    .tweet p a {
        text-decoration: none;
        color: #2b96cc;
    }

    .tweet p span {
        display: block;
        font-size: 11px;
        color: #aaa;
    }

.contact-widget i {
    float: left;
    font-size: 26px;
}

footer.light .contact-widget i {
    color: #ff0000;
}

.contact-widget p {
    padding-left: 35px;
    line-height: 25px;
    margin-bottom: 20px;
}

    .contact-widget p a {
        color: #6c6c6c;
        text-decoration: none;
    }

.bg-red {
    background: red;
}

.sub-page-banner {
    /*background: url(../../img/sub-page-banner.jpg) no-repeat center;*/
    background-attachment: fixed;
    height: 316px;
    position: relative;
    background: red;
}

    .sub-page-banner .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.entry-title {
    color: #fff;
    padding: 110px 0 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 3em;
}

.sub-page-banner p {
    color: #fff;
    font-size: 1.25em;
}

#sub-page-content {
    padding: 50px 0;
}

.map {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    height: 465px;
}

.get-directions {
    text-align: center;
    padding: 35px 0 45px;
}

    .get-directions input[type="text"] {
        padding: 14px 3%;
        width: 86%;
        max-width: 556px;
        font-size: 22px;
        color: #ababab;
        font-weight: 300;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .get-directions input[type="text"], .get-directions input[type="submit"] {
        display: inline-block;
        float: none;
    }

    .get-directions input[type="text"] {
        height: 61px;
    }

    .get-directions input[type="text"], .get-directions input[type="submit"] {
        display: inline-block;
        float: none;
    }

    .get-directions input[type="submit"] {
        background: url(../../img/directions-btn.jpg) no-repeat;
        width: 60px;
        height: 61px;
        padding: 0;
        margin: 0;
        border: 0;
        min-width: 0;
        position: relative;
        top: -6px;
    }

#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="number"], select {
    width: 48.35%;
    height: 40px;
    outline: none;
}

#contact_form input#subject {
    width: 98%;
    height: 40px;
    outline: none;
}

#contact_form textarea {
    width: 98%;
    height: 270px;
    resize: none;
    outline: none;
}

#contact_form button, #contact_form input, #contact_form select, #contact_form textarea {
    border: 1px solid #000000;
    color: #A5A5A5;
    font-family: inherit;
    font-size: 13px;
    margin: 0 10px 7px 0;
    padding: 10px 9px;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

    #contact_form input[type="submit"] {
        float: right;
        margin-right: 16px;
    }

.get-in-touch-widget, .we-are-social {
    padding-bottom: 10px;
}

    .get-in-touch-widget li, .we-are-social li {
        font-size: 14px;
        padding: 0 0 10px 45px;
    }

        .get-in-touch-widget li a, .we-are-social li a {
            text-decoration: none;
            color: #606060;
        }

        .get-in-touch-widget li i, .we-are-social li i {
            color: #606060;
            margin-left: -45px;
            font-size: 16px;
            width: 18px;
            text-align: center;
            float: left;
        }

            .get-in-touch-widget li i.bi-phone, .we-are-social li i.bi-phone {
                font-size: 18px;
            }

.sidebar-widget {
    padding-bottom: 35px;
}

.archives {
    list-style: none;
    padding: 15px 0 0;
}

    .archives li {
        width: 50%;
        float: left;
        padding: 5px 0;
    }

        .archives li a {
            color: #646464;
            text-decoration: none;
        }

.popular-post, .best-seller {
    padding: 19px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .popular-post img, .best-seller img {
        float: left;
        border-radius: 5px;
        width: 71px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin: 0 12px 0 0;
    }

    .popular-post h4, .popular-post h4 a, .best-seller h4, .best-seller h4 a {
        font-weight: 400;
        margin: 0;
        font-size: 20px;
        color: #373737;
        text-transform: none;
        text-decoration: none;
    }

    .popular-post p.popular-date, .best-seller p.popular-date {
        margin: 0;
        font-size: 12px;
        color: #727272;
        line-height: 21px;
    }

.tags {
    list-style: none;
    padding: 15px 0 0;
}

    .tags li {
        float: left;
        margin: 0 5px 5px 0;
    }

        .tags li a {
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            display: block;
            color: #616161;
            padding: 9px 16px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.search {
    padding: 10px;
    background: #f8f8f8;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .search input[type="text"] {
        border: 1px solid #e9e9e9;
        border-radius: 0;
        width: 100%;
        color: #989898;
        font-style: italic;
        padding: 4px 15px 3px;
        margin: 0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        height: 46px;
    }

    .search .search-icon {
        position: absolute;
        right: 18px;
        top: 18px;
        padding: 0;
        width: 29px;
        height: 29px;
        border-radius: 100%;
        background: #818181;
        min-width: 0;
        border: 0;
        font-size: 15px;
    }

        .search .search-icon i {
            color: #fff;
            margin-top: 3px;
        }

.blog-full-width {
    width: 100%;
    float: none;
    border-bottom: 1px solid #eeeeee;
}

    .blog-full-width .blog-content {
        padding: 20px 0 40px 100px;
        border: none;
    }

    .blog-full-width.blog-detail .blog-content {
        padding: 20px 0 30px 0;
    }

.share-post {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 14px 22px;
    margin-bottom: 30px;
}

    .share-post label {
        color: #373737;
        font-size: 21px;
        line-height: 20px;
        margin: 15px 0 0 0;
    }

    .share-post div.share-social {
        float: right;
    }

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ol {
    padding: 15px 0 15px 30px;
    font-size: 16px;
}

.commentlist {
    list-style: none;
    padding: 15px 0 0;
}

.comment {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ececec;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 3px 0 #ececec;
    -webkit-box-shadow: 0 3px 0 #ececec;
    -moz-box-shadow: 0 3px 0 #ececec;
}

.commentlist li {
    line-height: 1.428571429;
}

.comment-wrapper {
    position: relative;
}

.comment-avartar {
    float: left;
}

    .comment-avartar img {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

.comment-content-wrapper {
    padding-left: 96px;
}

.comment-author {
    font-size: 20px;
    color: #373737;
    display: block;
    line-height: 22px;
}

.comment-date {
    font-size: 12px;
    color: #727272;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
}

.comment-reply-link {
    background-color: #120052;
    border-bottom: 3px solid #0098d6;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 9px 15px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.comment-message {
    font-size: 13px;
    color: #616161;
    padding-top: 12px;
}

.children {
    list-style: none;
}

.comment-respond button, .comment-respond input, .comment-respond select, .comment-respond textarea {
    border: 1px solid #F4F4F4;
    color: #A5A5A5;
    font-family: inherit;
    font-size: 13px;
    margin: 0 10px 7px 0;
    padding: 10px 9px;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

    .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="number"], select {
        width: 48%;
        height: 40px;
        outline: none;
    }

    .comment-respond input[type="text"] {
        box-shadow: none;
        padding: 8px 15px 5px;
        margin: 0 15px 10px 0;
    }

.comment-respond textarea {
    width: 98%;
    height: 270px;
    resize: none;
    outline: none;
}

#about-us-slider .owl-controls {
    position: relative;
    top: -55px;
    right: 0;
    left: 0;
}

#about-us-slider .owl-pagination .owl-page {
    background-color: #adb5bd;
    cursor: pointer;
    display: inline-block;
    height: 4px;
    text-indent: -999px;
    margin: 0 2px;
    width: 25px;
}

    #about-us-slider .owl-pagination .owl-page.active, #about-us-slider .owl-pagination .owl-page:hover {
        background-color: #120052;
    }

    #about-us-slider .owl-pagination .owl-page span {
        display: none;
    }

.height20 {
    height: 20px;
}

.height50 {
    height: 50px;
}

.meet-the-doctors .team-carousel {
    min-height: 0;
    padding-bottom: 55px;
}

.meet-the-doctors .owl-carousel .owl-item {
    float: left;
    padding: 0 15px;
    cursor: move;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-member img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.team-thumb .links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .team-thumb .links a i {
        border-radius: 5px;
        color: #FFFFFF;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 55px;
        width: 50px;
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
        margin: 0 5px;
        position: relative;
        top: -60px;
        background: rgb(18 0 82 / 50%);
    }

        .team-thumb .links a i.bi-facebook {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .team-thumb .links a i.bi-twitter {
            -webkit-transition: all 800ms ease;
            -moz-transition: all 800ms ease;
            -ms-transition: all 800ms ease;
            -o-transition: all 800ms ease;
            transition: all 800ms ease;
        }

        .team-thumb .links a i.bi-google {
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 1000ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
        }

.team-thumb:hover .links a i {
    top: 45%;
    margin-top: -25px;
}

.team-member h5 a {
    color: #120052;
    font-size: 1.25em;
    font-weight: 600;
    text-transform: capitalize;
}

.team-member a em {
    color: #120052;
}

.team-thumb:hover .links a i.bi-facebook {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-thumb:hover .links a i.bi-twitter {
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.team-thumb:hover .links a i.bi-google {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}


.team-member h5 {
    line-height: 16px;
}

    .team-member h5 span {
        font-size: 11px;
        color: #8f8f8f;
        font-weight: 300;
    }

.team-member p {
    color: #616161;
    line-height: 1.42857;
    margin-bottom: 10px;
}

#meet-the-team .owl-carousel .owl-item {
    float: left;
    padding: 0 15px;
    cursor: move;
}

.piechart-section {
    padding: 50px 0;
    background: #f8f8f8;
    box-shadow: 0 -4px 8px #f4f4f4;
    -moz-box-shadow: 0 -4px 8px #f4f4f4;
    -webkit-box-shadow: 0 -4px 8px #f4f4f4;
}

.chart, .percent {
    display: inline-block;
}

.chart {
    position: relative;
    width: 181px;
    height: 181px;
    margin: 30px 0 50px 50px;
    text-align: center;
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}

.piechart-section .chart {
    margin: 80px 0 50px 50px;
}

.chart.first {
    margin-left: 0;
}

.percent {
    line-height: 181px;
    font-size: 34px;
    color: #6b6b6b;
    z-index: 2;
}

.year {
    bottom: -60px;
    display: block;
    font-size: 34px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #120052;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.piechart-section .chart {
    margin: 80px 0 50px 50px;
}

.padding-top-35 {
    padding-top: 35px;
}

.feature {
    padding: 10px 0 40px;
}

.pull-left {
    float: left !important;
}

i.feature-icon {
    background: #120052;
    text-shadow: 0px 5px 0px #2b96cc;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 40px;
    height: 76px;
    line-height: 78px;
    text-align: center;
    width: 75px;
}

.bi.pull-left {
    margin-right: .3em;
}

.feature-content {
    padding-left: 98px;
}

.feature h5 {
    margin-top: 0;
}

.feature-content h5, .feature-content h5 a {
    color: #616161;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}

.feature-content p {
    color: #777777;
    line-height: 21px;
    margin-bottom: 0;
}

.doctors-img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    float: left;
}

.doctors-detail h4 {
    font-weight: 600;
    margin-top: 0;
    color: #120052;
    text-transform: capitalize;
}

    .doctors-detail h4 span {
        display: block;
        color: #6c6c6c;
        text-transform: capitalize;
        font-size: 0.5em;
        font-weight: 500;
    }

.doctors-detail p {
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
    display: flex;
    padding: 7px 0;
    margin-right: 15px;
}

    .doctors-detail p label {
        color: #656565;
        width: 100%;
        
    }

    

        .doctors-detail p label.heading {
            font-weight: 600;
            width: 130px;
        }
.detail p{
    height: 72px;
    overflow: hidden;
    padding:0px;
    border:0
}
#meet-specialist-carousel .owl-buttons div {
    background: transparent;
    color: red;
    font-size: 2rem;
}


#meet-specialist-carousel .owl-buttons .owl-prev {
    float: left;
}

#meet-specialist-carousel .owl-buttons .owl-next {
    float: right;
}

.social2 {
    padding: 10px;
    text-align: center;
    margin: 0;
}

    .social2 li {
        display: inline-block;
    }

        .social2 li a {
            border: 1px solid #f5f5f5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            margin: 0 1.5px;
            display: block;
            width: 31px;
            height: 31px;
            font-size: 18px;
            color: #929292;
            line-height: 29px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.padding-bottom-60 {
    padding-bottom: 60px;
}

.doctors-img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    float: left;
}

.social2 li a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.social2 li a.fb:hover {
    background: #22bbf4;
    border-color: #22bbf4;
}

.social2 li a.twitter:hover {
    background: #4b68b4;
    border-color: #4b68b4;
}

.social2 li a.g-plus:hover {
    background: #d3482d;
    border-color: #d3482d;
}

/* .doctors-detail {
    padding-left: 257px;
} */

.services-sec {
    padding: 52px 0;
}

.service-box {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #494949;
    padding: 30px 4.6% 0;
    min-height: 285px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .service-box h4 {
        text-transform: capitalize;
    }

    .service-box.one {
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .service-box.two {
        border-bottom: 1px solid #e5e5e5;
    }

    .service-box.three {
        border-right: 1px solid #e5e5e5;
    }

    .service-box:hover {
        background: red;
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .service-box:hover h4 a {
            color: #fff;
        }

.img-circle {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}

.icon {
    width: 85px;
    height: 85px;
    background-color: #787878;
    display: inline-block;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 1px #787878;
    -moz-box-shadow: 0px 0px 0px 1px #787878;
    -webkit-box-shadow: 0px 0px 0px 1px #787878;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .icon i {
        font-size: 38px;
        line-height: 80px;
    }

.service-box:hover .icon {
    background: red;
    box-shadow: 0px 0px 0px 1px red;
}

.after-booking-sec {
    padding: 50px 0;
    background: #f8f8f8;
}

    .after-booking-sec h1 {
        color: red;
    }

    .after-booking-sec ul {
        padding: 60px 0 0;
        margin: 0;
        text-align: left;
    }

.medicom-feature-list li {
    padding-left: 55px !important;
    padding-bottom: 20px;
    font-size: 16px;
}

.after-booking-sec li {
    width: 49%;
    font-size: 17px;
    color: #373737;
}

.after-booking-sec .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.medicom-feature-list li i {
    margin-left: -55px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    margin-right: 17px;
    border: 1px solid red;
    background: red;
    display: inline-block;
}

.nav-cross {
    display: none;
}

.breadcrumb-sec {
    background: #f4f4f4;
}

    .breadcrumb-sec h3 {
        text-transform: capitalize;
        font-weight: 600;
    }

    .breadcrumb-sec nav {
        background: transparent;
        height: 60px;
        font-weight: 500;
        font-size: 1.35em;
    }

.service-search {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
}

    .service-search h3 {
        text-transform: capitalize;
        /*text-align: center;*/
        font-weight: 700;
    }

    .service-search label.form-label {
        text-transform: capitalize;
        font-size: 1.35em;
        font-weight: 600;
    }

    .service-search input.form-control {
        border: 1px solid #adb5bd;
        background: #f8f9fa;
    }

.form-control:focus {
    border-color: rgb(255 0 0);
    box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 25%);
}

.service-block {
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px;
}

.btn-red {
    background: red;
    border-color: red;
}

.service-block h3 {
    text-transform: capitalize;
    font-weight: 600;
}

.service-details div {
    width: 50%;
    float: left;
    text-align: center;
    background: #f4f4f4;
    padding: 5px;
}

    .service-details div.one {
        border-bottom: 1px solid #f4f4f4;
        border-right: 1px solid #f4f4f4;
    }

    .service-details div.two {
        border-bottom: 1px solid #f4f4f4;
    }

    .service-details div.three {
        border-right: 1px solid #f4f4f4;
    }

.service-block button {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.search-hospital h5 {
    font-weight: 600;
    font-size: 1.35em;
    text-transform: capitalize;
}

.search-hospital input {
    border-radius: 0;
    width: 250px;
    float: left;
}

.search-hospital button {
    border-radius: 0;
    float: left;
    margin-left: 10px;
}

.hospital-block {
    padding: 10px;
}

    .hospital-block h2 {
        margin-top: 20px;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        font-size: 2.35em;
    }

    .hospital-block a {
        color: #000;
        border: 2px solid;
        padding: 5px 15px;
        font-size: 1.35em;
        display: block;
        width: fit-content;
        margin: auto;
        margin-top: 1rem;
    }

.nav-language {
    background: #ffffff;
    padding: 0.5rem 0.75rem !important;
    border-radius: 5px;
    color: #000000 !important;
}

.nav-language-item li:not(:last-child) {
    border-bottom: 1px solid gray;
}

.nav-language-item {
    min-width: 75px;
}
.p-relative {
    position: relative;
}
.cart-count-badge {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 1.25em;
    font-weight: 600;
    width: 25px;
    height: 25px;
    border-radius: 12px;
    padding: 0px 0px 0 8px;
    top: 3px;
    left: 35px;
    line-height: 1.35;
}

@media (max-width: 1599px) {
    .emergency-case {
        width: 35%;
    }

    .opening-hours {
        width: 30%;
    }

    .special-prices {
        width: 35%;
    }

    #owl-home-slider .slider-description {
        padding-left: 30px;
    }
}

.procedures {
    margin-bottom: 50px;
}

    .procedures h3 {
        margin: 0;
        color: #fff;
        font-size: 26px;
        padding: 14px 20px;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        background-color: #120052;
    }

.panel-group.sidebar-nav {
    background: #f7f7f7;
    /*padding: 25px 0 30px;*/
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.accordion-1 {
    --bs-accordion-btn-icon: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23616161'%3e%3cpath fill-rule='evenodd' d='M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(0deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23616161'%3e%3cpath fill-rule='evenodd' d='M3.204 5h9.592L8 10.481 3.204 5zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z'/%3e%3c/svg%3e");
}

.accordion-item-1 {
    background: #f7f7f7;
}

.accordion-button-1 {
    border-bottom: 0;
    background: #f7f7f7;
    padding-left: 10px;
    font-size: 0.55em;
}

.accordion-body-1 {
    padding: 0;
}

.accordion-button-1:not(.collapsed) {
    color: #373737;
    background-color: #f7f7f7;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body-1 a {
    display: block;
    font-size: 1.25em;
    color: #373737;
    padding: 10px 40px;
}

    .accordion-body-1 a.active {
        background: #fff;
    }

.big-font {
    font-size: 1.25em !important;
    line-height: 1.75em !important;
    font-weight: 500 !important;
}

.pull-right {
    float: right !important;
}

.media.pull-right {
    margin: 0 0 40px 38px;
}

.media:first-child {
    margin-top: 0;
}

.pull-left {
    float: left !important;
}

.media.pull-left {
    margin: 0 40px 38px 0;
}

.big-font h4 {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: capitalize;
}

.big-font .accordion h2 button {
    font-size: 0.6em;
    font-weight: 600;
}

.big-font .accordion .accordion-body {
    font-size: 0.95em;
    font-weight: 500;
}

.testimonials3 {
    background: #f7f7f7;
    border: 1px solid #fff;
    padding: 50px 0 40px;
    margin: 40px 0 50px;
    position: relative;
    box-shadow: 0 0 1px #e5e5e5;
    -moz-box-shadow: 0 0 1px #e5e5e5;
    -webkit-box-shadow: 0 0 1px #e5e5e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.pull-left {
    float: left !important;
}

.testimonials3 .bi-quote-left, .testimonials3 .bi-quote-right {
    color: #d9e6ef;
}

.testimonials3 .bi-quote-left, .testimonials3 .bi-quote-right {
    font-size: 50px;
    position: absolute;
}

.testimonials3 .bi-quote-left {
    left: 40px;
    margin-top: -20px;
    top: 50%;
}

.bi.pull-left {
    margin-right: .3em;
}

.bi.pull-right {
    margin-left: .3em;
}

.testimonials3 .bi-quote-right {
    right: 40px;
    margin-top: -20px;
    top: 50%;
    rotate: 180deg;
}

.pull-right {
    float: right !important;
}

.testimonials3 h3 {
    font-size: 25px;
}

.testimonials3-patient-detail {
    font-size: 13px !important;
    color: #959595;
    line-height: 20px !important;
}

.testimonials3 p {
    margin-bottom: 10px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 30px;
}

.testimonials3-patient-detail span {
    font-size: 15px;
    display: block;
    color: #2b96cc;
}

.account-cont {
    max-width: 400px;
    margin: auto;
}

    .account-cont label {
        font-size: 1.25em;
        font-weight: 500;
    }

    .account-cont input {
        border: 1px solid #adb5bd;
        border-radius: 0;
        height: 45px;
    }

    .account-cont button {
        border: 1px solid red;
        border-radius: 0;
        height: 45px;
        background: red;
        color: white;
        width: 225px;
        float: right;
    }

.text-black-m {
    color: #000 !important;
}

.nav-item-1 .active {
    border-radius: 0;
    border-width: 2px;
}

.btn-profile-save {
    background: red;
    height: 35px;
    border-radius: 0;
    width: 125px;
    float: right;
}

.btn-checkout {
    float: right;
    border: 2px solid red;
    background: red;
    height: 40px;
    width: 225px;
    text-transform: capitalize;
    border-radius: 0;
    font-weight: 500;
}

.btn-update-cart {
    float: right;
    border: 2px solid #000;
    height: 40px;
    width: 125px;
    text-transform: capitalize;
    border-radius: 0;
    font-weight: 500;
}

    .btn-update-cart:hover {
        border: 2px solid #000;
    }

.form-select:focus {
    border-color: #ff0000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 25%);
}

.form-control, .form-select {
    border-radius: 0;
    height: 45px;
}

.btn-checkout-register {
    background: red;
    border-radius: 0;
    height: 45px;
}

.woocommerce-checkout-review-order-table {
    border: 2px solid #c7c7cc;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

    .woocommerce-checkout-review-order-table thead {
        text-transform: capitalize;
        color: #333;
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout-review-order-table tfoot td {
        padding-left: 25px;
    }

    .woocommerce-checkout-review-order-table thead th {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
        border: 1px solid #eee;
    }

    .woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order-table tfoot th {
        width: 100px;
        padding-right: 20px;
        text-align: right;
        font-size: 1.25em;
    }

    .woocommerce-checkout-review-order-table tbody .product-name {
        color: #898c90;
        font-size: 1.25em;
    }

    .woocommerce-checkout-review-order-table tbody th, .woocommerce-checkout-review-order-table tbody td {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order-table tfoot td {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 1.25em;
    }

    .woocommerce-checkout-review-order-table tfoot .order-total td, .woocommerce-checkout-review-order-table tfoot .order-total th {
        font-size: 18px;
        line-height: 34px;
        font-weight: 700;
        background: #f2f2f2;
    }

.woocommerce-checkout-payment {
    border: 2px solid #c7c7cc;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 23px 20px 14px 50px;
    margin-bottom: 10px;
}

    .woocommerce-checkout-payment ul {
        list-style: none;
    }

    .woocommerce-checkout-payment li {
        padding-bottom: 14px;
        position: relative;
    }

        .woocommerce-checkout-payment li input[type=radio] {
            display: none;
        }

        .woocommerce-checkout-payment li label {
            color: #333;
            cursor: pointer;
            font-weight: 600;
            display: inline-block;
        }

            .woocommerce-checkout-payment li label:before {
                content: "";
                width: 13px;
                height: 13px;
                position: absolute;
                top: 6px;
                left: -31px;
                border: 2px solid #c7c7cc;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

            .woocommerce-checkout-payment li label:after {
                content: "";
                width: 7px;
                height: 7px;
                background: #37bc9b;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                position: absolute;
                top: 9px;
                left: -28px;
                transition: all .4s ease;
                -moz-transition: all .4s ease;
                -o-transition: all .4s ease;
                -ms-transition: all .4s ease;
                -webkit-transition: all .4s ease;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
            }

        .woocommerce-checkout-payment li input[type=radio]:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

    .woocommerce-checkout-payment .payment_box {
        display: none;
        padding: 12px 17px;
        background: #f2f2f2;
        margin-top: 15px;
        position: relative;
    }

    .woocommerce-checkout-payment li input[type=radio]:checked + label + .payment_box {
        display: block;
    }

    .woocommerce-checkout-payment .payment_box:before {
        content: "";
        width: 20px;
        height: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f2f2f2;
        position: absolute;
        top: -10px;
        left: 20px;
    }

    .woocommerce-checkout-payment .payment_box p {
        color: #898c90;
        font-size: 14px;
        line-height: 26px;
    }

    .woocommerce-checkout-payment li label[for=payment_method_paypal] img {
        position: absolute;
        left: -31px;
        bottom: 14px;
        max-width: 200px;
    }

    .woocommerce-checkout-payment li label {
        color: #333;
        cursor: pointer;
        font-weight: 600;
        display: inline-block;
    }

        .woocommerce-checkout-payment li label[for=payment_method_paypal] .about_paypal {
            position: absolute;
            left: 185px;
            bottom: 23px;
            color: #333;
            font-weight: 400;
            width: 110px;
        }

    .woocommerce-checkout-payment li input[type="radio"]:checked + label[for="payment_method_paypal"] + .payment_box {
        margin-bottom: 66px;
    }

    .woocommerce-checkout-payment li label[for=payment_method_paypal] {
        margin-bottom: 66px;
    }

.btn-place-order {
    background: red;
    height: 45px;
    border-radius: 0;
}

.pricing-table2 {
    background: #f4f4f4;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 80px 0 52px;
}

    .pricing-table2 .table-heading {
        background: #120052;
        padding: 45px 20px 25px;
        position: relative;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .pricing-table2 .table-heading .price {
            width: 98px;
            height: 98px;
            margin: 0 auto;
            font-size: 20px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            position: absolute;
            left: 50%;
            top: -52px;
            margin-left: -48px;
            background: #120052;
            color: #fff;
            line-height: 90px;
        }

        .pricing-table2 .table-heading h3 {
            font-size: 26px;
            color: #fbfbfb;
            margin: 0 0 10px 0;
            text-transform: capitalize;
        }

            .pricing-table2 .table-heading h3 span {
                font-size: 11px;
                color: #e8e8e8;
                font-weight: 300;
                display: block;
                padding-top: 4px;
            }

    .pricing-table2 ul {
        padding: 0;
        background: #fcfcfc;
        margin: 0;
    }

        .pricing-table2 ul li {
            border-bottom: 1px dashed #e1e1e1;
            padding: 10px 0;
            color: #535252;
        }

    .pricing-table2 a.btn {
        margin: 22px 0;
        min-width: 50%;
        padding: 9px 0;
        text-transform: capitalize;
    }

.btn-dark {
    color: #fff;
    background-color: #120052;
    box-shadow: 0 3px 0 #161616;
}

.btn-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-table2.highlight .table-heading, .pricing-table2.highlight .table-heading .price {
    background: red;
}

    .pricing-table2.highlight .table-heading, .pricing-table2.highlight .table-heading .price {
        background: red;
    }

.pricing-table2.highlight .btn-default {
    color: #ffffff;
    background-color: red;
    box-shadow: 0 3px 0 darkred;
}

.pagination-nav {
    background: #fff;
}

a.page-link {
    border-color: red;
    color: red;
    font-weight: 600;
}

.page-link.disabled, .disabled > .page-link {
    border-color: red;
}

.nav-link-1 {
    border-radius: 5px;
}

.nav-link-1:hover {
    border-radius: 5px;
}

.about-us-list ul {
    list-style: none;
    padding-left: 0;
}

.about-us-list ul li::before {
    content: '✓';
    margin-right: 0.6rem;
    color: green;
}

@media (max-width: 1399px) {
    #owl-home-slider .slider-description {
        padding-left: 40px;
    }

    .navbar-brand {
        /*margin-right: 5rem;*/
    }

    .nav-item {
        text-align: end;
    }

    .emergency-case {
        width: 35%;
        padding: 2rem 1rem;
    }

    .opening-hours {
        width: 30%;
        padding: 2rem 1rem 0rem 1rem;
    }

    .special-prices {
        width: 35%;
        padding: 2rem 1rem;
    }

    .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="number"], select {
        width: 47.75%;
    }

    .nav-link {
        padding: 0.3rem 1.05rem !important;
    }

    .home-service p {
        padding: 0 1.15rem;
    }

    .nav-language {
        padding: 0.5rem 0.75rem !important;
    }
}

@media (max-width: 1399px) {
    .header-container {
        max-width: 1300px;
    }
}

@media (min-width: 1200px) and (max-width: 1291px) {
    .nav-link {
        padding: 0.3rem 1rem !important;
    }
    .nav-language {
        padding: 0.5rem 0.75rem !important;
    }
}

@media (max-width: 1199px) {
    .navbar-brand {
        /*margin-right: 7rem;*/
    }

    .nav-item {
        text-align: end;
    }

    #owl-home-slider .owl-controls .owl-buttons div {
        font-size: 2.5em;
    }

    #owl-home-slider .slider-description {
        padding-left: 3rem;
    }

    #owl-home-slider .owl-slide-text h2.owl-slide-title {
        font-size: 2.25rem;
    }

    #owl-home-slider .owl-slide-text div.owl-slide-subtitle {
        font-size: 1.15rem;
    }

    .emergency-case {
        width: 35%;
        padding: 2rem 1rem;
    }

    .opening-hours {
        width: 30%;
        padding: 2rem 1rem 0rem 1rem;
    }

    .special-prices {
        width: 35%;
        padding: 2rem 1rem;
    }

    .appointment-form input[type="text"], .appointment-form input[type="email"], .appointment-form input[type="number"], select {
        width: 97.5%;
    }

    .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="number"], select {
        width: 97.5%;
    }

    .nav-link {
        padding: 0.3rem 0.5rem !important;
    }

    .home-service p {
        padding: 0 3rem;
    }

    .lady1 {
        bottom: -108px;
    }

    .nav-language {
        padding: 0.5rem 0.75rem !important;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        padding: 0;
    }

    .header-logo-container {
        margin: 0;
    }

        .header-logo-container img {
            height: 60px;
        }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        justify-content: flex-start;
    }

    button.navbar-toggler {
        border: 2px solid #fff;
        margin-left: auto;
    }

    .nav-link {
        width: 100%;
        float: left;
        text-align: left;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        margin-top: 0;
        padding: 0.5rem !important;
    }

    .nav-cross {
        display: block;
        font-size: 1.5rem;
        height: 50px;
        padding-top: 8px;
        color: #fff;
    }

    .nav-item .active {
        border-radius: 0;
    }

    .nav-link:hover {
        border-radius: 0;
    }

    .nav-link:focus {
        border-radius: 0;
    }

    .navbar-collapse {
        z-index: 1;
        position: fixed;
        top: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #373737;
        max-width: 320px;
        height: 100vh;
        overflow-y: auto;
    }

        .navbar-collapse.collapsing {
            height: 100%;
            -webkit-transition: right 0.5s ease;
            -o-transition: right 0.5s ease;
            -moz-transition: right 0.5s ease;
            transition: right 0.5s ease;
            right: -100%;
        }

        .navbar-collapse.show {
            right: 0;
            -webkit-transition: right 0.5s ease-in;
            -o-transition: right 0.5s ease-in;
            -moz-transition: right 0.5s ease-in;
            transition: right 0.5s ease-in;
        }

    .emergency-case {
        width: 100%;
        padding: 3rem 2rem;
    }

    .opening-hours {
        width: 100%;
        padding: 3rem 2rem 2rem 3rem;
    }

    .special-prices {
        width: 100%;
        padding: 3rem 2rem;
    }

    .appointment-form input[type="text"], .appointment-form input[type="email"], .appointment-form input[type="number"], select {
        width: 48%;
    }

    .appointment-form input[type="submit"] {
        float: right;
        margin-right: 18px;
    }

    .counter {
        margin: 0;
    }

        .counter .quantity-counter1, .counter .quantity-counter2, .counter .quantity-counter3, .counter .quantity-counter4 {
            font-size: 50px;
        }

        .counter h6 {
            font-size: 1.15rem;
        }

    .about-sec {
        height: 350px;
    }

    #contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="number"], select {
        width: 48%;
        height: 40px;
        outline: none;
    }

    .media.pull-right, .media.pull-left {
        float: none !important;
        margin: 0 0 40px !important;
    }

    .media img {
        width: 100%;
    }

    .nav-language {
        background: #ffffff;
        padding: 0.5rem 0.75rem !important;
        border-radius: 5px;
        color: #000000 !important;
    }
}

@media (max-width: 767px) {
    .appointment-form {
        padding: 0 0 30px;
    }

        .appointment-form input[type="text"], .appointment-form input[type="email"], .appointment-form input[type="number"], select {
            width: 98%;
        }

    .about-sec {
        height: 400px;
    }

    .nav-link {
        width: 97%;
    }

    .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="number"], select {
        width: 98%;
    }

    .team-description .doctors-detail {
        padding-left: 0;
    }

    .service-box {
        float: none;
        padding: 30px 6% 0;
        width: auto;
    }

        .service-box.one, .service-box.two, .service-box.three {
            border: 0;
            border-bottom: 1px solid #E5E5E5;
        }

    .after-booking-sec li {
        padding-right: 0;
        width: 100%;
    }

    .appointment-form input[type="submit"] {
        float: right;
        margin-right: 12px;
    }
    .top-nav-search {
        justify-content:center;
        float: unset;
    }
}

@media (max-width: 530px) {
    .doctors-img {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

        .doctors-img img {
            width: 100%;
        }

    .doctors-detail {
        padding-left: 0;
    }

    .service-details h5 {
        font-size: 1em;
    }
}

@media (max-width: 449px) {
    .navbar-brand {
        margin-right: 0;
    }

    #owl-home-slider .owl-slide-text h2.owl-slide-title {
        font-size: 1.75rem;
    }

    #owl-home-slider .owl-slide-text div.owl-slide-subtitle {
        font-size: 1rem;
    }

    .nav-link {
        width: 96.25%;
    }

    #contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="number"], select {
        width: 98%;
    }

    .comment-reply-link span {
        display: none;
    }
}
.nav-link-1:hover {
    border-radius: 5px;
}