body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgb(127 137 161 / .25)
}

.doctors .member,
.whyus .member {
    box-shadow: 0 2px 15px rgb(44 73 100 / .08)
}

#footer .footer-top,
#header {
    box-shadow: 0 2px 15px rgb(25 119 204 / .1)
}

#footer .social-links a:hover,
.btn-booknow:hover,
.btn-learnmore:hover,
.footer-top a,
a,
a:hover {
    text-decoration: none
}

:root {
    --font-default: Montserrat, sans-serif;
    --font-primary: Inter, sans-serif;
    --font-secondary: Montserrat, sans-serif;
    --color-default: #00a0a8;
    --color-primary: #0d42ff;
    --color-secondary: #0e1d34;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-theme: #00a0a8;
    --color-theme-rgb: 0, 160, 168;
    scroll-behavior: smooth
}

body {
    color: #444
}

.bg-table {
    --bs-bg-opacity: 1;
    background-color: #eef8f3
}

.bg-table-light {
    background-color: #d6f4e5 !important
}

a {
    color: #00a0a8
}

a:hover {
    color: #3291e6
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #00a0a8;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: 1s linear infinite animate-preloader;
    animation: 1s linear infinite animate-preloader
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #00a0a8;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: .4s
}

.covid19 .img,
.navbar li,
.navbar>ul>li,
.search-widget-input-wrapper {
    position: relative
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #008a91;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

.datepicker-dropdown {
    padding: 20px !important
}

#topbar {
    background: #fff;
    font-size: 14px;
    transition: .5s;
    z-index: 996;
    color: #444
}

#topbar.topbar-scrolled {
    top: -40px
}

#topbar .contact-info a {
    line-height: 1;
    color: #444;
    transition: .3s
}

#topbar .contact-info a:hover,
#topbar .social-links a:hover {
    color: #000
}

#topbar .contact-info i {
    color: #00a0a8;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0
}

#topbar .contact-info i:first-child {
    margin-left: 0
}

#topbar .social-links a {
    color: #444;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: .3s
}

#topbar .social-links a:first-child {
    border-left: 0
}

#topbar .bi-chevron-down {
    color: #fff !important;
    margin-left: 5px !important
}

#header {
    background: #00a0a8;
    transition: .5s;
    z-index: 997;
    top: 72px
}

#header.header-scrolled {
    top: 0
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: Poppins, sans-serif
}

#header .logo a,
.services .icon-box h4 a {
    color: #2c4964
}

#header .logo img {
    max-height: 80px
}

.appointment-btn {
    margin-left: 10px;
    border: 1px solid #00a0a8;
    color: #fff;
    border-radius: 4px;
    padding: 8px 10px !important;
    white-space: nowrap;
    transition: .3s;
    font-size: 14px;
    display: inline-block;
    background: #00a0a8;
    animation: 1.3s infinite glowing
}

.appointment-btn:hover {
    background: #00959d;
    color: #fff
}

@keyframes glowing {
    0% {
        background-color: #00aab3
    }

    50% {
        background-color: #00c3cd
    }

    100% {
        background-color: #008288
    }
}

.navbar,
.navbar-mobile>ul>li {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 8px 0 8px 2px
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: .3s;
    padding: 8px 10px;
    border-radius: 4px
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
    color: #fff;
    background: #18779d
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: .3s
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #082744
}

#signup .group small,
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.about .icon-box .title a:hover,
.about-us .nav-link:hover,
.departments .nav-link:hover,
.faq .faq-list a.collapsed:hover,
.icon-boxes .title a,
.icon-boxes .title a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.services .icon-box:hover .icon i,
.text-theme,
.we-offer .nav-link:hover {
    color: #00a0a8
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
      color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

.about .icon-box:hover .icon i,
.call-to-action p,
.mobile-nav-toggle.bi-x,
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.services .icon-box:hover h4 a,
.services .icon-box:hover p {
    color: #fff
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }

    .navbar-mobile ul {
        overflow-y: auto
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(28 47 65 / .9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: auto;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: scroll;
    transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #2c4964;
    border: none
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    background: #fff
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    width: 100%;
    height: 600px;
    background: #35845b;
    background: linear-gradient(90deg, rgb(53 132 91) 0, rgb(3 83 115) 100%);
    overflow: hidden;
    position: relative;
    margin-top: 110px
}

#BookAppointment .carousel,
#BookAppointment .carousel-inner,
#BookAppointment .carousel-item,
#BookAppointment .carousel-item::before,
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#BookAppointment .carousel-item,
#hero .carousel-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

#BookAppointment .carousel-item::before,
#hero .carousel-item::before {
    content: ""
}

#BookAppointment .carousel-container,
#hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 82px;
    left: 50px;
    right: 50px
}

#BookAppointment h2,
#hero h2 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 700
}

#BookAppointment p,
#hero p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    margin-top: 10px;
    font-size: 20px
}

.topbanner {
    margin-top: 90px
}

#BookAppointment .carousel-inner .carousel-item,
#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top
}

#BookAppointment .carousel-inner .active.carousel-item-end,
#BookAppointment .carousel-inner .active.carousel-item-start,
#BookAppointment .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
    opacity: 0
}

#BookAppointment .carousel-inner .active,
#BookAppointment .carousel-inner .carousel-item-next.carousel-item-start,
#BookAppointment .carousel-inner .carousel-item-prev.carousel-item-end,
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: .5s
}

#BookAppointment .carousel-inner .active.carousel-item-end,
#BookAppointment .carousel-inner .active.carousel-item-start,
#BookAppointment .carousel-inner .carousel-item-next,
#BookAppointment .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

#BookAppointment .carousel-control-next-icon,
#BookAppointment .carousel-control-prev-icon,
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 30px;
    line-height: 0;
    background: rgb(255 255 255 / .2);
    border-radius: 50px;
    transition: .3s;
    color: rgb(255 255 255 / .5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

#BookAppointment .carousel-control-next-icon:hover,
#BookAppointment .carousel-control-prev-icon:hover,
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgb(255 255 255 / .3);
    color: rgb(255 255 255 / .8)
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 20px;
    height: 4px;
    border-radius: 0;
    opacity: .6;
    transition: .3s
}

#BookAppointment .carousel-indicators li.active,
#hero .carousel-indicators li.active {
    opacity: 1;
    background: #00a0a8
}

#BookAppointment .btn-get-started,
#hero .btn-get-started {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: .5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    background: #00a0a8;
    margin-top: 15px
}

#BookAppointment .btn-get-started:hover,
#hero .btn-get-started:hover {
    background: #00848b
}

@media (max-width:992px) {
    #hero {
        height: 85vh
    }

    #hero .carousel-container {
        text-align: center;
        top: 74px
    }
}

@media (max-height:500px) {
    #hero {
        height: 17vh
    }
}

section {
    padding: 20px 0;
    overflow: hidden
}

.section-bg {
    background-color: #f1f7fd
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #00a0a8;
    bottom: 0;
    left: calc(50% - 20px)
}

.about-us .details p:last-child,
.departments .details p:last-child,
.section-title p,
.we-offer .details p:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 20px 0;
    background-color: #edf8f2;
    min-height: 40px;
    margin-top: 115px
}

.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

.why-us .content {
    padding: 30px;
    background: #00a0a8;
    border-radius: 4px;
    color: #fff
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.why-us .content p {
    margin-bottom: 30px
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgb(255 255 255 / .2);
    padding: 6px 30px 8px;
    color: #fff;
    border-radius: 50px;
    transition: .4s ease-in-out
}

.get-a-call-back .form-select,
.table,
.why-us .content .more-btn i {
    font-size: 14px
}

.why-us .content .more-btn:hover {
    color: #00a0a8;
    background: #fff
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 15px rgb(0 0 0 / .1);
    padding: 40px 30px;
    width: 100%
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #00a0a8;
    margin-bottom: 30px
}

.why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484
}

.about .icon-boxes h4 {
    font-size: 18px;
    color: #4b7dab;
    margin-bottom: 15px
}

.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2c4964;
    margin-bottom: 15px
}

.about .icon-box {
    margin-top: 40px
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #8dc2f1;
    border-radius: 50px;
    transition: .5s
}

.about .play-btn::after,
.about .play-btn:hover::before {
    top: 50%;
    width: 0;
    height: 0;
    left: 50%;
    position: absolute;
    content: ""
}

.about .icon-box .icon i {
    color: #00a0a8;
    font-size: 32px
}

.about .icon-box:hover .icon,
.services .icon-box:hover {
    background: #00a0a8;
    border-color: #00a0a8
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.about .icon-box .title a {
    color: #343a40;
    transition: .3s
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px
}

.about .video-box {
    background: url(../img/about.jpg) center center/cover no-repeat;
    min-height: 500px
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#00a0a8 50%, rgb(25 119 204 / .4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.about .play-btn::after {
    transform: translateX(-40%) translateY(-50%);
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: .4s cubic-bezier(.55, .055, .675, .19)
}

.about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation: 2s infinite pulsate-btn;
    animation: 2s infinite pulsate-btn;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid;
    top: -15%;
    left: -15%;
    background: #fff0
}

.about .play-btn:hover::after {
    border-left: 15px solid #00a0a8;
    transform: scale(20)
}

.about .play-btn:hover::before {
    transform: translateX(-40%) translateY(-50%);
    border: none;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.counts {
    background: #f1f7fd;
    padding: 70px 0 60px
}

.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: #00a0a8;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px
}

.services .icon-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 80px 20px;
    transition: .3s ease-in-out
}

.services .icon-box .icon {
    margin: 0 auto 20px;
    width: 64px;
    height: 64px;
    background: #00a0a8;
    border-radius: 5px;
    transition: .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px
}

.services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #badaf7;
    border-radius: 5px;
    transition: .3s ease-out;
    transform: translateZ(-1px)
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.doctors,
.doctors2,
.icon-boxes .icon-box:hover,
.services .icon-box:hover .icon,
.whyus {
    background: #fff
}

.services .icon-box:hover .icon::before {
    background: #3291e6
}

.appointment .php-email-form,
.feedback-box .bar,
.presModal .input-newsletter input {
    width: 100%
}

.appointment .php-email-form .form-group,
.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.appointment .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px
}

.appointment .php-email-form .error-message,
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.appointment .php-email-form .error-message br+br,
.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.appointment .php-email-form .sent-message,
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.appointment .php-email-form .loading,
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.appointment .php-email-form .loading:before,
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: 1s linear infinite animate-loading;
    animation: 1s linear infinite animate-loading
}

.appointment .php-email-form input,
.appointment .php-email-form select,
.appointment .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important
}

.appointment .php-email-form input:focus,
.appointment .php-email-form select:focus,
.appointment .php-email-form textarea:focus {
    border-color: #00a0a8
}

.appointment .php-email-form input,
.appointment .php-email-form select,
.contact .php-email-form input {
    height: 44px
}

.appointment .php-email-form textarea,
.contact .php-email-form textarea {
    padding: 10px 12px
}

.appointment .php-email-form button[type=submit],
.contact .php-email-form button[type=submit] {
    background: #00a0a8;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type=submit]:hover,
.appointment .php-email-form button[type=submit]:hover,
.contact .php-email-form button[type=submit]:hover {
    background: #1c84e3
}

.about-us,
.departments,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
.we-offer {
    overflow: hidden
}

.about-us .nav-tabs,
.departments .nav-tabs,
.we-offer .nav-tabs {
    border: 0
}

.departments .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: .3s;
    color: #2c4964;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px
}

.departments .nav-link.active {
    color: #00a0a8;
    border-color: #00a0a8
}

.about-us .tab-pane.active,
.departments .tab-pane.active,
.we-offer .tab-pane.active {
    -webkit-animation: .5s ease-out fadeIn;
    animation: .5s ease-out fadeIn
}

.about-us .details h3,
.departments .details h3,
.we-offer .details h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c4964
}

.about-us .details p,
.departments .details p,
.parameter_min li a,
.we-offer .details p {
    color: #777
}

.about-us .nav-link {
    border: 0;
    padding: 30px 20px;
    transition: .3s;
    color: #2c4964;
    border-radius: 0;
    border-bottom: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px
}

.about-us .nav-link.active,
.we-offer .nav-link.active {
    color: #00a0a8;
    border-color: #00a0a8;
    transition: .5s;
    background-color: #01984b12
}

.we-offer .nav-link {
    border: 0;
    padding: 15px 20px;
    transition: .3s;
    color: #2c4964;
    border-radius: 0;
    border-bottom: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px
}

.doctors .member {
    position: relative;
    padding: 30px;
    border-radius: 10px
}

.doctors .member .pic,
.member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%
}

.doctors .member .pic img,
.doctors2 .member .pic img,
.member .pic img,
.whyus .member .pic img {
    transition: .3s ease-in-out
}

.doctors .member:hover img,
.doctors2 .member:hover img,
.gallery .gallery-item:hover img,
.whyus .member:hover img {
    transform: scale(1.1)
}

.doctors .member .member-info,
.member .member-info,
.whyus .member .member-info {
    padding-left: 30px
}

.doctors .member h4,
.doctors2 .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #2c4964
}

.doctors .member span,
.doctors2 .member span,
.member span,
.whyus .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500
}

.doctors .member span::after,
.doctors2 .member span::after,
.member span::after,
.whyus .member .member-info h4::after,
.whyus .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2c8dd;
    bottom: 0;
    left: 0
}

.doctors .member p,
.doctors2 .member p,
.whyus .member p {
    margin: 10px 0 0;
    font-size: 14px
}

.doctors .member .social,
.doctors2 .member .social,
.member .social,
.whyus .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.contact .info .email,
.contact .info .phone,
h2 {
    margin-top: 9px
}

.doctors .member .social a,
.doctors2 .member .social a,
.member .social a,
.whyus .member .social a {
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a0bcd5
}

.doctors .member .social a i,
.doctors2 .member .social a i,
.member .social a i,
.whyus .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px
}

.doctors .member .social a:hover,
.doctors2 .member .social a:hover {
    background: #1977cc
}

.doctors .member .social a+a,
.doctors2 .member .social a+a,
.member .social a+a,
.whyus .member .social a+a {
    margin-left: 8px
}

.whyus .member {
    position: relative;
    padding: 15px;
    border-radius: 10px
}

.whyus .member .pic {
    overflow: hidden;
    width: 180px
}

.whyus .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #2c4964;
    position: relative;
    padding-bottom: 15px
}

.whyus .member .social a:hover {
    background: #00a0a8
}

.call-to-action {
    background: linear-gradient(rgb(14 29 52 / .2), rgb(14 29 52 / .4)) 0 0/cover, url(../img/bg_2.jpg) center center/cover;
    padding: 100px 0
}

@media (min-width:1365px) {
    .call-to-action {
        background-attachment: fixed
    }
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.call-to-action .cta-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff
}

.call-to-action .cta-btn:hover {
    background: var(--color-default);
    border: 2px solid var(--color-default)
}

.faq .faq-list {
    padding: 0 100px
}

.faq .faq-list ul {
    padding: 0;
    list-style: none
}

.faq .faq-list li+li {
    margin-top: 15px
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: 0;
    cursor: pointer
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.visible-xs {
    display: none
}

.faq .faq-list a.collapsed {
    color: #343a40
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block
}

.testimonials .testimonial-wrap {
    padding-left: 50px
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0 2px 12px rgb(44 73 100 / .08);
    position: relative;
    background: #fff
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #badaf7;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #00a0a8
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00a0a8
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.gallery .gallery-item img {
    transition: .4s ease-in-out
}

.contact .info,
.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .info i {
    font-size: 16px;
    color: #1977cc;
    float: left;
    width: 30px;
    height: 30px;
    background: #d6e9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4b7dab
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #00a0a8;
    color: #fff
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    color: #444;
    font-size: 14px;
    background: #222924
}

#footer .footer-top {
    padding: 60px 0 30px;
    background: #303934
}

#footer .footer-top .footer-contact h3,
#footer .footer-top .footer-links h3 {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #ccc
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    color: #9f9f9f
}

#footer .footer-newsletter h4,
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #00a0a8;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #9f9f9f;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #00a0a8
}

#footer .footer-newsletter,
.icon-boxes .icon-box h6 {
    font-size: 15px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #00a0a8;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #00a0a8;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #007e85;
    color: #fff
}

#footer .copyright {
    color: #b3b3b3
}

#header .search-form {
    min-width: 350px
}

.search-form input {
    border: 1px solid;
    font-size: 14px;
    color: #023b6d;
    padding: 7px 38px 7px 8px;
    transition: .3s;
    width: 350px
}

.search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: 0 0
}

.search-form button .icon {
    color: rgb(2 59 109 / .6);
    width: 20px;
    height: 20px
}

.text-bold {
    font-weight: 700
}

.package .package_box {
    -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 37%);
    -moz-box-shadow: 0 0 3px 0 rgb(0 0 0 / .37);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 37%);
    padding: 20px;
    border-radius: 4px
}

.BookAppointment-box,
.icon-boxes .icon-box {
    -moz-box-shadow: 0 0 5px 0 rgb(0 0 0 / .18)
}

.package_box {
    transition: .55s ease-in-out;
    -webkit-transition: .55s ease-in-out;
    -moz-transition: .55s ease-in-out;
    border-bottom: 4px solid #00a0a8;
    padding-bottom: 24px;
    font-family: SourceSansPro, sans-serif
}

.btn-booknow,
.btn-learnmore {
    font-family: Montserrat, sans-serif;
    display: inline-block;
    transition: .3s;
    -webkit-animation-delay: .8s;
    margin-top: 6px;
    line-height: 1;
    letter-spacing: 1px
}

.icon-boxes {
    position: relative;
    z-index: 100;
    margin-bottom: 30px
}

.icon-boxes .icon-box {
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / .18);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / .18);
    transition: .3s ease-in-out;
    border-radius: 10px;
    height: 330px;
    margin-bottom: 30px
}

.icon-boxes .icon {
    margin: 0 auto 20px;
    display: inline-block;
    text-align: center
}

.icon-boxes .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px
}

.icon-boxes .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #777
}

.parameter_min li a:hover {
    color: #565656
}

.parameter_min {
    padding-left: 18px;
    font-size: 14px
}

.btn-booknow,
.know-more {
    font-size: 12px;
    color: #00a0a8
}

.parameter_min li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.know-more:hover {
    color: #007379
}

.btn-booknow {
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    animation-delay: .8s;
    border: 1px solid #00a0a8
}

.btn-booknow:hover,
.btn-learnmore:hover {
    background: #00a0a8;
    color: #fff
}

.btn-learnmore {
    font-weight: 600;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 5px;
    color: #ac70ff;
    animation-delay: .8s;
    border: 2px solid #00a0a8;
    cursor: pointer
}

.all-health-packages,
.pricing span {
    font-family: Ubuntu, sans-serif;
    font-weight: 600
}

.sticky li,
.sticky li p {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.all-health-packages {
    padding-top: 0;
    margin-bottom: 25px;
    color: #054a85;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px
}

.icon-boxes .icon i {
    font-size: 36px;
    line-height: 1;
    color: #00a0a8
}

.pricing span {
    font-size: 25px;
    color: #00a0a8
}

.about-title {
    text-align: left;
    padding-bottom: 20px
}

.about-title h1,
.about-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964
}

.about-title h1::before,
.about-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px
}

.about-title h1::after,
.about-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #00a0a8;
    bottom: 0
}

.package,
.theme-bg {
    background: #eef8f3
}

.offer-flg {
    position: absolute;
    background: url(../img/offer-flag.svg) 0 0/cover no-repeat;
    width: 84px;
    height: 32px;
    top: 20px;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 0 9px
}

.truhelath-packges-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    left: 0;
    background: linear-gradient(180deg, #fff0 80.21%, #fff 100%)
}

.aboutus .liststyle,
.tab-pane .liststyle {
    width: 100%;
    font-size: 18px;
    text-align: left;
    border-left: 5px solid #00a0a8;
    padding: 10px 0 10px 10px;
    background: #eef8f3
}

.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -90px;
    top: 112px;
    width: 180px;
    z-index: 100;
    word-wrap: break-word
}

.BookAppointment-box,
.feedback-box {
    z-index: 970;
    transition: .3s;
    padding: 20px
}

.sticky li {
    list-style-type: none;
    color: #0984e3;
    height: 60px;
    padding: 0;
    margin: 0 0 5px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    font-weight: 700;
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / .22);
    -moz-box-shadow: 0 0 4px 0 rgb(0 0 0 / .22);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / .22);
    background: #fff
}

.b-bottom:focus,
.btn.active,
.btn:active,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
label:focus,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none !important
}

.sticky li:hover {
    margin-left: -120px;
    word-wrap: break-word;
    background: #fff
}

.sticky li img {
    float: left;
    margin: 5px 10px 5px 5px
}

.sticky li p {
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 14px
}

.b-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    border: 0;
    border-radius: 0;
    margin-bottom: 15px
}

.b-bottom:focus {
    color: #212529;
    background-color: #fff
}

.book-appointment-input .group {
    position: relative;
    margin-bottom: 20px
}

.book-appointment-input input {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dee2e6
}

.book-appointment-input input:focus {
    outline: 0;
    border-bottom: 1px solid #fff
}

.book-appointment-input label {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.book-appointment-input input:focus~label,
.book-appointment-input input:valid~label {
    top: -15px;
    font-size: 14px;
    color: #00a0a8
}

.book-appointment-input .bar {
    position: relative;
    display: block;
    width: 100%
}

.bar:after,
.book-appointment-input .bar:before,
.feedback-box .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #00a0a8;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.book-appointment-input .bar:before,
.feedback-box .bar:before {
    left: 50%
}

.book-appointment-input .bar:after,
.feedback-box .bar:after {
    right: 50%
}

.book-appointment-input input:focus~.bar:after,
.book-appointment-input input:focus~.bar:before,
.feedback-box input:focus~.bar:before {
    width: 50%
}

.book-appointment-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.book-appointment-input input:focus~.highlight {
    -webkit-animation: .3s inputHighlighter;
    -moz-animation: .3s inputHighlighter;
    animation: .3s inputHighlighter
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: #fff0
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: #fff0
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: #fff0
    }
}

.agree-check label {
    color: #444 !important
}

.btn-primary-custom {
    color: #fff;
    background: #00a0a8;
    border-radius: 5px;
    margin-bottom: 10px
}

.btn-primary-custom:hover {
    color: #fff;
    background: #008a91
}

.pricing del {
    font-size: 20px;
    padding-right: 10px;
    padding-top: 2px
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-outline-city {
    color: #fff !important;
    border-color: #6c757d !important;
    background: #00a0a8 !important
}

.btn-outline-city:hover {
    color: #fff;
    background-color: #fff0;
    border-color: #6c757d
}

.btn-city {
    border: 2px solid #00a0a8 !important;
    border-radius: 0;
    margin-right: 0;
    padding: 8px 10px
}

.booktest-online {
    background: #ffffff14;
    box-shadow: 1px 5px 5px rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding: 30px 20px;
    z-index: 970
}

.booktest-online h4 {
    padding-top: 22.5px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.book-online-frist-row {
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 20px
}

.book-online-frist-row p {
    margin-bottom: 11px
}

.booktest-online p {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
    color: #212121
}

.booktest-online .book-input {
    width: 100%;
    position: relative
}

.book-online-second-row {
    margin-top: 20px
}

.book-online-frist-row,
.book-online-second-row div {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.book-input input {
    background: #f5f5f526;
    border-radius: 6px;
    border: none;
    width: 100%;
    padding: 15px 15px 15px 52px;
    font-weight: 300;
    font-size: 14px;
    color: #fff
}

.book-input input::placeholder {
    color: #fff
}

.book-input input::-moz-placeholder {
    color: #fff
}

.book-input input::-webkit-input-placeholder {
    color: #fff
}

.book-input .form-control:focus {
    color: #fff;
    background-color: #f5f5f546;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 25%)
}

.detect {
    position: absolute;
    top: 35%;
    right: 5%
}

.w-400 {
    width: 430px
}

.input-img {
    width: 50;
    height: 40px;
    position: absolute;
    top: 13px;
    left: 6px
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + .75rem + 2px)
}

.carousel-indicators {
    bottom: 40px;
    right: 0;
    left: 0;
    margin: 0
}

.top100 {
    margin-top: 100px
}

.banner {
    background-image: url(../img/bslide-1.jpg);
    width: 100%;
    background-size: 100% 100%;
    margin-top: 115px;
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (max-width:980px) {
    .booktest-online {
        right: auto;
        left: auto;
        position: relative;
        top: 40px
    }

    .BookAppointment-box {
        position: relative;
        width: 100% !important
    }

    .BookAppointment {
        padding: 60px 20px !important
    }
}

.Up84sc {
    color: #ea4335;
    margin-right: 4px
}

.ba-label,
.verify-otp {
    color: #00a0a8;
    font-size: 20px
}

.ADM h5 {
    font-size: 16px
}

.ADM .member .pic {
    border-radius: 0
}

.about-tab blockquote,
.we-offer blockquote {
    background: #35845b;
    background: linear-gradient(90deg, rgb(53 132 91) 0, rgb(3 83 115) 100%);
    border-radius: 50px;
    color: #fff;
    padding: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 1em
}

.about-tab .establishing,
.about-tab h3 {
    display: block;
    font-weight: 800;
    margin-bottom: 15px
}

.about-tab h3 {
    color: #0cb167;
    font-size: 20px
}

.about-tab .establishing {
    color: #1494c9;
    font-size: 24px
}

.covid19 {
    padding: 0;
    margin-bottom: 60px
}

.covid19 .container {
    padding: 80px;
    background: #eef8f3;
    border-radius: 15px
}

.covid19 .content h3 {
    color: var(--color-secondary);
    font-size: 30px;
    font-weight: 700
}

.covid19 .content h3 em {
    font-style: normal;
    position: relative
}

.covid19 .content h3 em:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 10px;
    background: rgba(var(--color-primary-rgb), .5);
    z-index: -1
}

.covid19 .content p {
    color: var(--color-secondary);
    font-weight: 600;
    font-size: 18px
}

.covid19 .content .covid19-btn {
    color: var(--color-white);
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 10px;
    background: var(--color-theme)
}

.covid19 .content .covid19-btn:hover {
    background: rgba(var(--color-theme-rgb), .8)
}

.covid19 .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--color-theme-rgb), .5);
    border-radius: 15px;
    transform: rotate(12deg)
}

.covid19 .img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--color-theme-rgb), .9);
    border-radius: 15px;
    transform: rotate(6deg)
}

.covid19 .img img {
    position: relative;
    z-index: 3;
    border-radius: 15px
}

.featured-services .icon-box {
    padding: 15px 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(68 88 144 / .12);
    transition: .3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    margin-bottom: 20px
}

.featured-services .icon-box:hover::before {
    background: #3fbbc0;
    top: 0;
    border-radius: 0
}

.featured-services .icon {
    margin-bottom: 15px
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #3fbbc0;
    transition: .3s ease-in-out
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.featured-services .title a {
    color: #111
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.BookAppointment {
    padding: 60px 0
}

.BookAppointment-box {
    width: 400px;
    position: absolute;
    right: 0;
    top: 80px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 18%);
    background: #fff;
    border-radius: 10px
}

.BookAppointment-box .form-select,
.feedback-box .form-select {
    color: #5a5a5a
}

#signup .i-agree,
.BookAppointment .i-agree,
.OurPartners span {
    font-size: 13px
}

.ba-label {
    font-weight: 600
}

#BookAppointment {
    width: 100%;
    height: 600px;
    background: #35845b;
    background: linear-gradient(90deg, rgb(53 132 91) 0, rgb(3 83 115) 100%);
    position: relative
}

#BookAppointment .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 0;
    height: 4px;
    border-radius: 0;
    opacity: .6;
    transition: .3s
}

.BookApp .faq .faq-list li {
    background: #eef8f3 !important
}

@media (max-width:768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px
    }

    #BookAppointment h2,
    #hero h2 {
        font-size: 30px
    }

    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}

@media (min-width:1024px) {

    #BookAppointment .carousel-control-next,
    #hero .carousel-control-next,
    #hero .carousel-control-prev {
        width: 5%
    }
}

.feedback-box {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 0 5px 0 rgb(0 0 0 / .18);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 18%);
    background: #fff;
    border-radius: 10px
}

.feedback-box .form-group input[type=email],
.feedback-box .form-group input[type=tel],
.feedback-box .form-group input[type=text],
.feedback-box .form-group textarea {
    display: block;
    background: 0 0;
    border-width: 0;
    border-color: #fff0;
    line-height: 1.9;
    width: 100%;
    -webkit-transition: .28s;
    transition: .28s;
    box-shadow: none
}

.feedback-box .form-group textarea {
    resize: none
}

.feedback-box .bar {
    position: relative;
    border-bottom: .0625rem solid #ebebeb;
    display: block
}

.otp {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 25px
}

.otp h3.title {
    font-size: 18px;
    font-weight: 600;
    color: #093030;
    margin-bottom: 10px
}

.verify-otp {
    font-weight: 600;
    padding-left: 20px
}

.otp p.sub-title {
    color: #b5bab8;
    font-size: 14px;
    margin-bottom: 25px
}

.otp p span.phone-number {
    color: #093030;
    font-weight: 600
}

.otp .wrapper {
    display: flex;
    justify-content: space-between !important
}

.otp .wrapper input.field {
    width: 60px;
    line-height: 50px;
    font-size: 32px;
    border: none;
    background-color: #eaf5f6;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #093030;
    margin-bottom: 30px;
    margin-top: 10px
}

.otp .wrapper input.field:focus {
    outline: 0
}

.otp button.resend {
    background-color: #fff0;
    border: none;
    font-weight: 600;
    color: #3dafe1;
    cursor: pointer;
    padding: 0
}

.otp button.resend i {
    margin-left: 5px
}

.text-yellow {
    color: #ff0 !important
}

.input-newsletter {
    margin-bottom: 16px !important
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.right-side-blog-page input {
    border: none;
    padding: 10px 0 5px;
    margin-bottom: 2px
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0
}

.presModal .custom-file-label {
    width: 100% !important;
    height: 45px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    width: max-content;
    padding: 14px 20px 10px 10px;
    background: #f5f5f5;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
    border-radius: 5px;
    cursor: pointer
}

.presModal .custom-file-label img {
    margin: 0 5px
}

small.form-text {
    color: #989898;
    font-size: 12px;
    font-weight: 300;
    margin-top: 8px
}

@media (min-width:1400px) {
    .booktest-online {
        padding: 55px
    }
}

@media (max-width:1200px) {

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #606060;
        white-space: nowrap;
        transition: .3s;
        padding: 5px
    }

    .navbar>ul>li {
        position: relative;
        white-space: nowrap;
        padding: 8px 0 8px 2px
    }

    .faq .faq-list {
        padding: 0
    }

    .booktest-online h4 {
        padding-top: 0;
        padding-bottom: 0
    }

    .booktest-online {
        padding: 15px 20px
    }

    .book-online-frist-row {
        padding-bottom: 10px
    }

    .book-online-second-row {
        margin-top: 10px
    }
}

@media (max-width:992px) {
    .breadcrumbs {
        margin-top: 130px
    }

    .breadcrumbs h1 {
        margin: 0 0 10px
    }

    .about-us .nav-link,
    .departments .nav-link,
    .we-offer .nav-link {
        border: 0;
        padding: 15px
    }

    .about-us .nav-link.active,
    .departments .nav-link.active,
    .we-offer .nav-link.active {
        color: #fff;
        background: #00a0a8
    }

    .covid19 .container {
        padding: 60px
    }

    #BookAppointment {
        height: auto
    }

    #BookAppointment .carousel-container {
        text-align: center;
        top: 74px
    }

    .BookAppointment-box {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 100px
    }

    .navbar>ul>li {
        padding: 2px 10px
    }

    .ml-sm-2 {
        margin-left: 40px !important
    }

    .text-yellow {
        color: #00a0a8 !important
    }
}

.become-partner .faq .faq .faq-list li {
    background: #fff !important
}

.text-justify {
    text-align: justify
}

.contact-box {
    position: relative;
    box-shadow: 0 2px 15px rgb(44 73 100 / 8%);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px
}

.martop100 {
    margin-top: 80px
}

.login {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 4px;
    transition: .5s;
    line-height: 1;
    color: #00a0a8 !important;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    border: 1px solid #00a0a8
}

.doctors2 .member,
.member {
    position: relative;
    border-radius: 10px
}

.login:hover {
    background: #00848b;
    color: #fff !important
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px
}

.member {
    box-shadow: 0 2px 7px rgb(223 223 223 / .49);
    padding: 30px;
    margin: 5px 0
}

.member h4,
.tital2 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #108288
}

#footer h2,
.footer-top a {
    color: #9f9f9f
}

.member p {
    margin: 10px 0 0
}

.services .card a {
    color: #001973
}

.theme-bg2 {
    background: #eee
}

.doctors2 .member {
    box-shadow: 0 2px 15px rgb(44 73 100 / .08);
    padding: 10px;
    margin-bottom: 15px
}

.doctors2 .member .pic {
    overflow: hidden;
    border-radius: 0;
    width: 100%
}

.doctors2 .member .member-info {
    padding-left: 0
}

.quotebg {
    background: #eefeff;
    border-radius: 40px;
    padding: 10px 0
}

@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }

    .me-xs-auto {
        margin-right: auto !important
    }

    .banner {
        margin-top: 90px
    }

    #header {
        padding: 5px 0
    }

    .visible-xs {
        display: block
    }

    .topbanner {
        margin-top: 113px
    }

    .member {
        padding: 15px
    }

    .we-offer .details h3 {
        font-size: 22px
    }

    #footer .footer-top .footer-contact h3,
    .about-title h2 {
        font-size: 17px
    }

    .about-us .nav-link {
        padding: 5px
    }

    .about-title {
        padding-bottom: 0
    }
}

.same-hight {
    display: flex;
    flex-wrap: wrap
}

h2 {
    font-weight: 700;
    font-size: 1rem
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}