@font-face {
    font-family: Anton-Regular;
    src: url("../fonts/Anton-Regular.ttf") format("truetype");
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.c-article__title {
    font-family: "Libre Baskerville", serif;
}

p {
    font-family: "Roboto Condensed", sans-serif;
    /* margin-bottom: 15px; */
}

a {
    text-decoration: none;
}

.top_header {
    background: #035659;
    color: #ffffff;
    padding: 5px 0;
}

.top_header p {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
}

.top_header p i {
    margin-right: 5px;
}

.header_icon_btn .social-icon ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.header_icon_btn .social-icon a {
    color: #ffffff;
    font-size: 14px;
}

.bottom_header {
    padding: 8px 0;
}


.event_slide .owl-nav,
.showcase_slider .owl-nav {
    display: none;
}

.c-arrow-button--large {
    z-index: 1;
}

.banner_slider.owl-carousel .owl-stage-outer,
.banner_slider.owl-carousel .owl-stage,
.banner_slider.owl-carousel .owl-item {
    height: 100%;
}

.middle_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
}

.c-nav-item__link {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.menu_wrap {
    border-top: 1px solid #cdcdcd;
    padding: 10px 0 5px;
}

.c-header__navigation-list {
    gap: 0 30px;
}

.c-header,
.c-header--scrolled {
    padding: 0;
    transition: .3s all ease-in-out;
    position: sticky;
}

.c-header--scrolled {
    transform: translateY(-38px);
    position: fixed;
}

.c-logo {
    transition: .3s all ease-in-out;
}


.owl-theme .owl-nav {
    margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background-color: #fcfcfc;
    width: 48px;
    height: 48px;
    font-size: 0;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.owl-carousel.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] span {
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: width;
    flex-shrink: 0;
    background-color: #005154;
    -webkit-mask-image: url(../arrow-BzIP4JuS.svg);
    mask-image: url(../arrow-BzIP4JuS.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 16px;
    height: 16px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 50px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 50px;
    rotate: 180deg;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover span {
    width: 22px;
}

.c-section--secondary.c-section--overflow-bottom,
.c-section--secondary.c-section--overflow-top,
.c-section--secondary.c-section--overflow-bottom:after,
.c-section--secondary.c-section--overflow-top:after {
    background: transparent;
}

.c-section--overflow-bottom,
.c-section--overflow-top {
    padding: 0;
    margin-top: -90px;
}

.counter_sec {
    padding: 50px 0;
    background: #0b595b;
}

/* .counter_sec .row .key-box:first-child {
    border-top-left-radius: 50px;
}

.counter_sec .row .key-box:last-child {
    border-top-right-radius: 50px;
} */

h4.c-stats-banner__stat {
    line-height: 3rem;
    margin: 10px 0 0;
}

.c-stats-banner__item.key-box {
    padding: 30px 15px;
}

span.c-stats-banner__title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

section.services {
    margin-top: 0;
}

h2.c-title.c-title--lg {
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 44px;
    font-family: "Libre Baskerville", serif;
}

.small-heading {
    margin-bottom: 15px;
    font-size: 22px;
    color: #3e8484;
    font-weight: 500;
    letter-spacing: 1px;
}

.animitites {
    background: #0b595b;
}

.animitites .small-heading,
.animitites h2.c-title.c-title--lg,
.animitites h2.c-title.c-title--lg span,
.animitites p,
.WCU .small-heading,
.WCU h2.c-title.c-title--lg,

.why-text li {
    color: #fff !important;
}

.WCU p {
    color: #f5f5f5;
    font-size: 14px;
    letter-spacing: 1px;
}

.nav-tabs .nav-link {
    color: #ffffff;
    background: transparent;
}

.nav-tabs .nav-link.active {
    background: #ffffff;
    color: #0b595b !important;
}

.tab-content {
    background: transparent;
}

/* #myTabContent .accordion-body {
    padding: 30px 15px;
} */

.nav-tabs .nav-link:hover {
    background: #ffffff;
    color: #0b595b !important;
}

.dr_img {
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

.card-body {
    border-radius: 0px 0px 20px 20px;
}

.d-bb {
    padding: 25px 15px !important;
}

.dr_img img {
    transition: .3s all ease-in-out;
}

.doctor-list .item a:hover img {
    transform: scale(1.1);
}

.c-testimonial-card {
    box-shadow: 0px 0px 10px 8px #12121214;
}

.o-duo__item.js-animate:last-child {
    padding: 20px;
}

.testimonial .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
    box-shadow: 0px 0px 10px 2px #12121214;
}

.testimonial .owl-carousel .owl-nav button.owl-next {
    right: -10px;
    box-shadow: 0px 0px 10px 2px #12121214;
}

.c-testimonial-card__copy {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

/* .heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: row;
} */

.heading img {
    width: 48px;
    height: 48px;
}

.heading h2 {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.services {
    background-image: url(../images/services/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-control:focus {
    color: #000;
    background-color: var(--bs-body-bg);
    border-color: #d3d3d3;
    outline: 0;
    box-shadow: none;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.c-logo__src {
    display: block;
    width: 90%;
    margin: auto;
}

.card:hover {
    transition: all 0.6s ease-out;
    transition: all 0.6s ease-in-out;
    transform: translateY(-15px);
    box-shadow: 1px 6px 6px -1px #0b595b4f;
    border: 1px solid #0b595b4f;
}

a.btn.btn-dr {
    background: #0b595b;
    color: #fff;
    margin-bottom: 30px;
}

a.btn.btn-dr:hover {
    background: #0b595bc9;
}

.card.cr-dr {
    margin: 20px;
    border-radius: 30px !important;
    overflow: hidden;
    border: 0;
    box-shadow: 0 0 10px 4px #b1b1b129;
}

.card-body {
    padding: 25px;
    background-color: #0b595b1f;
    min-height: 182px;

}

.card-title {
    font-size: 24px;
    margin-bottom: 14px;
}

ul.dr-list li {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-right: 10px;
}

li.eq-list {
    background: #fcfcfc;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    font-size: 15px;
    margin: 10px;
    border: 5px solid #e1eaea;
    /* border-radius: 20px 0px 0px; */
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-green {
    background: #d5e1e2;
}

.img-style1 {
    border-radius: 30px;
    box-shadow: 8px 12px 19px -8px #838383;
    width: 350px !important;
}

.img-style {
    border-radius: 30px;
    box-shadow: 8px 12px 19px -8px #838383;
    width: 400px !important;
}

.text-small-01 {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

.Service-box-content h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 15px 0px;
    font-family: ui-monospace;
    letter-spacing: 0.5px;
    line-height: 50px;
}

.text-ser-st {
    line-height: 30px;
    letter-spacing: 0.5px;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: justify;
}

.Service-box P {
    line-height: 30px;
    letter-spacing: 0.5px;
}

button.btn11 {
    background: #f0f8ff00;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 1px;
    border: none;
    color: #0b595b;
}

button.btn11:hover {
    color: #0b595ba6;
}

.ser-tabl-box {
    background: #d5e1e2;
    text-align: center;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 30px 10px;
    border-radius: 20px;

}

.clinic {
    padding: 20px;
    background-color: #0b595b;
    color: aliceblue;
    margin-bottom: 20px;
}

section.scr {
    padding: 120px 0px;
}

/* section.servic-table {
    padding-bottom: 120px;
} */

a {
    color: #0b595b;
}

p.professional {
    font-weight: 500;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}

.clinic h6 {
    font-size: 20px;
}

.scr-content {
    max-width: 900px;
    text-align: center;
    margin: auto;
    padding: 50px 0px;
}

p.ser-tabl {
    color: #0b595b;
}

.ser-tabl-box1 {
    background: #0b595b;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 15px 0px;
}

ul.typ-1 li {
    color: #0b595b;
    padding: 0px 50px 0px 0px;
    margin: 10px 0px;
}

h2.serv-table-heading {
    font-size: 46px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #0b595b;

}

.ser-tabl-box:hover {
    background: #0b595b36;
}

.ser-tabl-box1 p {
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 0.7px;
}

.eq-name {
    padding-top: 120px;
}

.anpoint h6 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 200;
    letter-spacing: 1px;
}

a.feedback-btn {
    color: #fff;
}

.submit-bg-green {
    background-color: #005154;
}

span.cont-box {
    line-height: 35px;
}

.txt-frm1 {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid;
}
.txt-frm1:focus {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid;
}

.footer_counter a {
    pointer-events: none;
}

.footer_counter img {
    width: 140px;
}

.hding {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer_counter br {
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

#response {
    font-size: 16px;
    color: green !important;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-top: 48px;
    display: none;
    background: #fff;
}

#alert {
    font-size: 16px;
    color: Red !important;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

button.btn.c-button.c-btn:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
}

button.btn.c-button.c-btn {
    border: 1px solid #0b595b;
    background-color: #0b595b;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
}

.footer_counter a:first-of-type {
    display: none;
}

.bank-box {
    border-bottom: 4px solid;
    border-top: 2px solid;
    border-left: 1px solid;
    border-right: 5px solid;
    padding: 30px;
    border-radius: 20px;
    background: #0b595b14;
}

tr.bank-style td {
    background: #e9efef;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 10px;
}



button.c-btn {
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    width: 42%;
    margin: auto;
    background-color: #005154;
    color: #fff;
    font-size: 18px;

}
button.c-btn {
    background-color: #fff;
    color: #005154;
    border: 1px solid;
}

.camps-box:hover {
    background: #0b595be3;
    color: #fff;
}

.camps-box {
    /* background: #0b595b; */
    border: 2px solid;
    padding: 40px 0px;
    /* color: #fff; */
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donation-table-new .table.table{
    border-bottom: 4px solid;
    border-top: 2px solid;
    border-left: 1px solid;
    border-right: 5px solid;
}