@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Light.eot');
    src: url('../fonts/NotoSerif-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-Light.woff') format('woff'), url('../fonts/NotoSerif-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Regular.eot');
    src: url('../fonts/NotoSerif-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-Regular.woff') format('woff'), url('../fonts/NotoSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Italic.eot');
    src: url('../fonts/NotoSerif-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-Italic.woff') format('woff'), url('../fonts/NotoSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Medium.eot');
    src: url('../fonts/NotoSerif-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-Medium.woff') format('woff'), url('../fonts/NotoSerif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-SemiBold.eot');
    src: url('../fonts/NotoSerif-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-SemiBold.woff') format('woff'), url('../fonts/NotoSerif-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Bold.eot');
    src: url('../fonts/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-Bold.woff') format('woff'), url('../fonts/NotoSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Light.woff') format('woff'), url('../fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body { font-family: 'Inter'; font-size: 16px; color: #000000; 
    background-image: url(../images/site-background.webp); background-repeat: no-repeat; background-position: center top; background-size: 100%;
    padding-top: 90px !important; overflow: hidden; overflow-y: auto;
}
body, h1, h2, h3, h4, h5, h6, p, ul, li, table { margin: 0px; padding: 0px; list-style: none; }
/**, ::after, ::before { box-sizing: border-box; }*/
*{ margin: 0px; padding: 0px; }
[type="button"]:not(:disabled), button:not(:disabled) { outline: none; }


a { color: #000000; outline: none; -webkit-transition: all 400ms ease; -moz-transition: all ease 400ms; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; text-decoration: none; }
a:hover, a:focus { text-decoration: none; color: #000000; outline: none; }

.textcenter { text-align: center; }
.textright { text-align: right; }
.textleft { text-align: left !important; }
.text-justify { text-align: justify; }

.capital { text-transform: capitalize !important; }
.upper { text-transform: uppercase !important; }

.form-control:focus{ box-shadow: none; }

.font1{ font-family: 'Noto Serif'; }


.light{ font-weight: 300; }
.normal{ font-weight: normal; }
.medium{ font-weight: 500; }
.sbold{ font-weight: 600; }
.bold{ font-weight: bold; }

p{ margin-bottom: 20px; }
p:last-child{ margin-bottom: 0px; }

[class*="font-"] { line-height: 1.5 !important; }
.font-12 { font-size: 12px !important; }
.font-15 { font-size: 15px !important; }
.font-14 { font-size: 14px !important; }
.font-16 { font-size: 16px !important; }
.font-18 { font-size: 18px !important; }
.font-20 { font-size: 20px !important; }
.font-22 { font-size: 22px !important; }
.font-24 { font-size: 24px !important; }
.font-26 { font-size: 26px !important; }
.font-30 { font-size: 30px !important; }
.font-32 { font-size: 32px !important; }

.cyan{ color: #55bebe !important; }
.black{ color: #000000 !important; }
.white{ color: #ffffff !important; }
.gray{ color: #333333 !important; }
.gray2{ color: #555555 !important; }

.whitebg{ background-color: #ffffff; }
.blackbg{ background-color: #000000 !important; }
.opacitybg1{ background-color: rgba(51, 51, 51, 0.1); }
.graybg{ background-color: #eeeeee !important; }
.beigebg{ background-color: #fdf2e0; }
.cyanbg{ background-color: rgba(85, 190, 190, 0.1)!important; }

.lineh-1-6 { line-height: 1.6 !important; }

.mx-100{ max-width: 100% !important; }

.row9 { margin-left: -9px; margin-right: -9px; }
.row9 > [class*="col-"] { padding-left: 9px; padding-right: 9px; }

.link1{ color: #55bebe; text-decoration: underline; }
.link1:hover, .link1:focus { color: #55bebe; text-decoration: none; }

.btn{ -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.btn:focus { box-shadow: none; }

.btn1 { background-color: #55bebe; border: 0px; padding-inline: 20px; border-radius: 40px; color: #ffffff !important; font-size: 18px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; min-width: 190px; min-height: 48px; }
.btn1:hover, .btn1:focus { background-color: #000000; color: #ffffff; }
.btn1.min-w { min-width: unset; }

.btn1.sm{ font-size: 16px; min-height: 40px; min-width: 116px; }
.btn1 i{ margin-left: 8px; }

.header{  }
.header.fixed .navbar { background-color: #ffffff; /*transition: all 300ms;*/ box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }

.header .navbar{  }
.header .navbar-brand{ max-width: 160px; }

.main-navigation{  }
.main-navigation .nav-item {  }
.main-navigation .nav-item .nav-link { color: #17283b; font-weight: 600; margin-inline: 20px; padding-inline: 0px; }
.main-navigation .nav-item .nav-link:hover, .main-navigation .nav-item .nav-link:focus, .main-navigation .nav-item .nav-link.active { color: #55bebe; }

.main-navigation .dropdown-toggle:after { font-family: "Font Awesome 6 Free"; content: "\f078"; border: 0px; transition: all .25s; font-size: 14px; line-height: 1; }
.main-navigation .nav-item.dropdown:hover .dropdown-toggle:after{ transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }


/*---- Home Main Start ----*/
.home-main{ text-align: center; min-height: 350px; display: flex; align-items: center; padding: 50px 0px; }
.home-main p{ font-size: 24px; color: #555555; }
.home-main .btn1{ margin-top: 15px; }
.heading h1{ font-size: 50px; font-weight: 600; color: #55bebe; padding-bottom: 25px; }

.trustedby-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.trustedby {
  display: flex;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.trustedby-logo {
  display: flex;
  flex: 0 0 auto;
  padding: 0 2rem;
  align-items: center;
}

.trustedby-logo img {
  max-height: 45px;
  height: auto;
  width: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Duplicate logos for seamless looping */
.trustedby-logos {
  display: flex;
}

@media (max-width: 1399px) {
    .home-main{ min-height: 300px; }
    .home-main p{ font-size: 20px; }
    .heading h1{ font-size: 45px; padding-bottom: 20px; }
}
@media (max-width: 1199px) {
    .home-main p { font-size: 18px; }
    .heading h1 { font-size: 40px; padding-bottom: 15px; }
}
@media (max-width: 991px) {
    .home-main{ min-height: 250px; }
    .heading h1 { font-size: 34px; }
}

/* Mobile Action Buttons Above Heading */
.mobile-action-buttons-top {
    padding: 20px 15px;
    background-color: #ffffff;
}

.mobile-action-buttons-top .btn1 {
    width: 100%;
}

/*---- Home Main End ----*/

/*---- Inner Pages Start ----*/
.inner-wraper{ border-top: solid 1px #dae9e9; padding-top: 60px; padding-bottom: 100px; background-color: #ffffff !important; }
.heading.inner { margin-bottom: 50px; }
.heading.inner h1{ border-bottom: solid 3px #333333; }

@media (max-width: 1199px) {
    .inner-wraper{ padding-top: 40px; padding-bottom: 80px; }
}
@media (max-width: 767px) {
    .inner-wraper{ padding-bottom: 40px; }
    .heading.inner { margin-bottom: 35px; }
}
@media (max-width: 575px) {
    .heading.inner { margin-bottom: 25px; }
    .inner-wraper{ padding-top: 30px; padding-bottom: 30px; }
}
/*---- Inner Pages End ----*/

/*---- Marquee Start ----*/
.marquee-images{ overflow-x: hidden !important; display: flex !important; flex-direction: row !important; position: relative; width: 100%; }
.marquee-images-slide{ display: flex; align-items: center; flex-wrap: nowrap; }
.marquee-images-slide-group{ 
    display: flex; align-items: center; 
    animation: scroll 206.4s linear 0s infinite;
    animation-play-state: running;
    animation-direction: normal;
}
.marquee-images-item{ width: 28rem; margin-right: 1rem; }
.marquee-imagesbox{ height: 350px; }
.marquee-imagesbox img{ width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }

@keyframes scroll {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}
@media (max-width: 1399px) {
    .marquee-imagesbox { height: 300px; }
}
@media (max-width: 575px) {
    .marquee-imagesbox{ height: 150px; }
    .marquee-images-item{ width: 12rem; }
}
/*---- Marquee End ----*/

.space-60{ padding-top: 60px; padding-bottom: 60px; }
.space-80{ padding-top: 80px; padding-bottom: 80px; }
.space-100{ padding-top: 100px; padding-bottom: 100px; }

/*---- Trustedby Start ----*/
.trustedby-title{ font-size: 22px; font-weight: 600; color: #333333; border: dashed 1px #d6d6d6; border-radius: 30px; padding: 12px 30px; margin: 0px auto 30px; text-align: center; line-height: 1; display: inline-block; }
/*.trustedby{ display: flex; align-items: flex-end; justify-content: center; }*/
/*.trustedby-logo{ flex: auto; margin: 0px 10px;  }*/

/*.trustedby:hover .trustedby-logo{ opacity: 0.5; filter: blur(2px); }
.trustedby:hover .trustedby-logo:hover{ opacity: 1; filter: blur(0); }*/

/*@media (max-width: 1199px) {*/
/*    .trustedby{ flex-wrap: wrap; }*/
/*    .trustedby-logo{ margin: 25px 10px; width: 15%; }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .trustedby-title{ font-size: 18px; padding: 10px 25px; margin: 0px auto 10px; }*/
/*}*/
/*@media (max-width: 575px) {*/
/*    .trustedby-logo { margin: 15px 10px; width: 20%; }*/
/*    .trustedby-title { font-size: 16px; margin: 0px auto 0px; }*/
/*}*/
/*---- Trustedby End ----*/


/*---- Facility Box Start ----*/
.facility-box{ background-color: #f5f5f5; border-radius: 20px; padding: 60px; max-width: 660px; }
@media (max-width: 1399px) {
    .facility-box{ padding: 50px; }
}
@media (max-width: 1199px) {
    .facility-box { padding: 40px; }
}
@media (max-width: 991px) {
    .facility-box{ border-radius: 14px; }
}
@media (max-width: 575px) {
    .facility-box { border-radius: 10px; padding: 25px; }
}
/*---- Facility Box End ----*/

/*---- Title Start ----*/
.title-two{ font-family: 'Noto Serif'; font-size: 44px; color: #55bebe; font-weight: 600; padding-bottom: 30px; }
.title-three{ font-family: 'Noto Serif'; font-size: 30px; color: #55bebe; font-weight: 600; padding-bottom: 30px; }

@media (max-width: 1399px) {
    .title-two{ font-size: 38px; padding-bottom: 25px; }
    .title-three{ font-size: 28px; padding-bottom: 25px; }
}
@media (max-width: 1199px) {
    .title-two{ font-size: 32px; }
    .title-three{ font-size: 24px; padding-bottom: 20px; }
}
@media (max-width: 991px) {
    .title-two{ font-size: 28px; }
    .title-two br{ display: none; }
}
/*---- Title End ----*/

/*---- How it Works Steps Start ----*/
.how-it-works-steps{ display: flex; max-width: 500px; margin-bottom: 30px; }
.how-it-works-steps:last-child{ margin-bottom: 0px; }
.how-it-works-steps-icon{ flex-shrink: 0 !important; width: 60px; }
.how-it-works-steps-body{ flex-grow: 1 !important; margin-left: 20px; }
.how-it-works-steps-body h4{ font-size: 16px; /*font-size: 20px;*/ line-height: 1.5; }
/*@media (max-width: 1399px) {
    .how-it-works-steps-body h4 { font-size: 18px; }
}*/
@media (max-width: 991px) {
    .how-it-works-steps{ max-width: unset; }
    .how-it-works-steps-body h4 br{ display: none; }
}
@media (max-width: 575px) {
    .how-it-works-steps-body{ margin-left: 15px; }
    .how-it-works-steps-body h4 { font-size: 16px; }
}
/*---- How it Works Steps End ----*/

/*---- Healthcare List Start ----*/
ul.healthcare-list{ padding-bottom: 20px; }
ul.healthcare-list li{ position: relative; padding-left: 20px; /*font-size: 18px;*/ padding-block: 7px; line-height: normal; transition: 500ms all; }
ul.healthcare-list li:hover{ margin-left: 2px; font-weight: 600; }
ul.healthcare-list li:before{ font-family: "Font Awesome 6 Free"; content: "\f192"; position: absolute; left: 0px; top: 10px; font-size: 12px; transition: 500ms ease-in-out; }
ul.healthcare-list li:hover:before{ font-weight: bold; color: #55bebe; }
ul.healthcare-list.small{ padding-bottom: 0px; }
ul.healthcare-list.small li{ padding-left: 20px; font-size: 16px; padding-top: 8px; padding-bottom: 8px; color: #333333; }
ul.healthcare-list.small li:before { top: 11px; font-size: 13px; }

@media (max-width: 1399px) {
    /*ul.healthcare-list li{ font-size: 16px; padding-left: 20px; }
    ul.healthcare-list li:before{ top: 13px; font-size: 12px; }*/
}
@media (max-width: 1199px) {
    ul.healthcare-list li { /*font-size: 16px;*/ padding-block: 5px; }
    /*ul.healthcare-list li:before { top: 10px; }*/
}
@media (max-width: 991px) {
    ul.healthcare-list li:hover{ margin-left: 0px !important; }
}
@media (max-width: 575px) {
    ul.healthcare-list{ padding-bottom: 0px; }
    ul.healthcare-list.last{ padding-bottom: 30px; }
}
/*---- Healthcare List End ----*/

.emergency-number{ background-color: #f5f5f5; border-radius: 8px; border: solid 1px #eaeef1; text-align: center; padding: 20px 25px; max-width: 1100px; margin-inline: auto; }
.emergency-number p{ font-size: 14px; color: #333333; margin: 7px 0px; }

/*---- Footer Start ----*/
.footer{ background-color: #17283b; }
.ft-logo{ display: inline-block; }

.ft-block{ padding-block: 15px; }
ul.ft-links{  }
ul.ft-links li{ margin-bottom: 10px; }
ul.ft-links li a{ color: #ffffff; }
ul.ft-links li a:hover{ color: #55bebe; }

.copyright-main{ border-top: solid 1px rgba(255, 255, 255, 0.25); padding: 20px 0px; display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.copyright{ padding-top: 10px; padding-bottom: 10px; }

ul.ft-nav{ display: flex; padding-top: 5px; padding-bottom: 5px; }
ul.ft-nav li{ padding: 5px 10px; font-size: 14px; }
ul.ft-nav li a{ color: #ffffff; }
ul.ft-nav li a:hover{ color: #55bebe; }

@media (max-width: 1399px) {
    .footer { font-size: 15px; }
}
@media (max-width: 1199px) {
    .copyright-main{ display: table; width: 100%; text-align: center; }
    ul.ft-nav{ justify-content: center; flex-wrap: wrap; }
    ul.ft-nav li { padding: 5px 15px; }
}
@media (max-width: 991px) {
    .ft-logo{ margin-block: 20px; }
}
@media (max-width: 767px) {
    .footer{ padding-top: 40px; }
    .footer .container{ max-width: 100%; padding-inline: 30px; }
    .ft-block { padding: 0px 0px 10px; }
    .ft-logo { margin-bottom: 20px; }
    .ft-logo img{ max-width: 220px; }
    ul.ft-nav li { padding: 5px 10px; }
}
@media (max-width: 575px) {
    .ft-block { text-align: center; }
    .ft-block .font-22 { font-size: 20px !important; }
    .ft-logo{ margin: 0px 0px 15px 0px; }
}
/*---- Footer End ----*/

/*---- Move Top Start ----*/
#move-top { width: 40px; height: 40px; border: solid 2px #55bebe; border-radius: 50%; font-size: 20px; color: #55bebe; display: flex; align-items: center; justify-content: center; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; }
#move-top.show { cursor: pointer; opacity: .4; visibility: visible; }
#move-top.show:hover { opacity: 1; visibility: visible; }
@media (max-width: 575px) {
    #move-top { width: 36px; height: 36px; bottom: 20px; right: 20px; font-size: 18px; }
}
/*-- Move Top End --*/


.megamenu-title{ font-family: 'Noto Serif'; font-size: 14px; color: #17283b; font-weight: 500; text-transform: uppercase; border-bottom: solid 1px #55bebe; padding-bottom: 15px; margin-bottom: 20px; }
.megamenu{ 
    padding-bottom: 15px; 
    /*display: flex; flex-wrap: wrap; justify-content: center;*/
    column-count: 4; grid-gap: 0px;
}
.megamenu-item-link{ display: flex; padding: 12px; align-items: center; margin-inline: 5px; }
.megamenu-item-link:hover, .megamenu-item-link.active{ background-color: #ffffff; }
.megamenu-item-link-icon{ flex-shrink: 0 !important; width: 22px; }
.megamenu-item-link-body{ flex-grow: 1 !important; margin-left: 10px; }
.megamenu-item-link-body h4{ font-size: 16px; color: #000000; font-weight: 500; line-height: normal; /*padding-bottom: 5px;*/ }
/*.megamenu-item-link-body p{ font-size: 13px; color: #333333; font-weight: 300; line-height: normal; }*/
.megamenu-footer{ font-size: 13px; font-weight: 300; color: #17283b; padding: 10px 0px; text-align: center;
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}
.megamenu-footer a{ font-size: 13px; font-weight: 300; color: #17283b; text-transform: uppercase; margin-inline: 20px; }
.megamenu-footer a:hover{ color: #55bebe; }

/*---- Providers Dropdown Start ----*/
.providers-menu-column {
    border-right: 1px solid rgba(33, 32, 32, 0.1);
    padding: 30px 35px;
}

.providers-menu-title {
    font-family: 'Noto Serif';
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.providers-menu-description {
    font-size: 24px;
    font-weight: 700;
    color: #17283b;
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: 'Noto Serif', serif;
}

.providers-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.providers-menu-item {
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.providers-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    color: #000000;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.providers-menu-link:hover {
    background-color: #f0f9f9;
    color: #55bebe;
}

.providers-menu-item.active .providers-menu-link,
.providers-menu-item:hover .providers-menu-link {
    background-color: #e6f7f8;
    color: #55bebe;
}

.providers-menu-link i {
    font-size: 12px;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.providers-menu-item:hover .providers-menu-link i {
    opacity: 1;
    transform: translateX(3px);
}

.providers-features-column {
    padding: 30px 35px;
}

.providers-features-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.providers-features-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.providers-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.providers-features-grid-reorganized {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: start;
}

.providers-features-column-item {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* When column-item has only one child, it should still align properly */
.providers-features-column-item:only-child,
.providers-features-column-item:has(> :only-child) {
    display: flex;
    flex-direction: column;
}

.providers-feature-block {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    padding: 15px;
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
}

.providers-feature-block:hover {
    transform: translateY(-2px);
    background-color: #f0f9f9;
    box-shadow: 0 4px 12px rgba(85, 190, 190, 0.15);
    text-decoration: none;
    color: inherit;
}

.providers-feature-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.providers-feature-icon-box {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
    color: #55bebe;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.providers-feature-block:hover .providers-feature-icon-box {
    color: #4a9d9d;
    transform: scale(1.05);
}

.providers-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #17283b;
    margin: 0;
    line-height: 1.3;
    font-family: 'Noto Serif', serif;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.providers-feature-arrow {
    color: #55bebe;
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.providers-feature-block:hover .providers-feature-title {
    color: #55bebe;
}

.providers-feature-block:hover .providers-feature-arrow {
    opacity: 1;
    transform: translateX(0);
}

.providers-feature-description {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .providers-menu-column {
        border-right: none;
        border-bottom: 1px solid rgba(33, 32, 32, 0.1);
        padding: 20px;
    }
    
    .providers-menu-description {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .providers-features-column {
        padding: 20px;
    }
    
    .providers-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .providers-features-grid-reorganized {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .providers-feature-block {
        padding: 12px;
    }
    
    .providers-feature-icon-box {
        font-size: 18px;
    }
    
    .providers-feature-title {
        font-size: 16px;
    }
    
    .providers-feature-arrow {
        font-size: 16px;
    }
    
    .providers-feature-description {
        font-size: 13px;
    }
}

/* Pricing Link Styles */
.providers-pricing-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 8px;
    background-color: transparent;
}

.providers-pricing-link:hover {
    text-decoration: none;
    transform: translateY(-2px);
    background-color: #f0f9f9;
    box-shadow: 0 4px 12px rgba(85, 190, 190, 0.15);
}

.providers-pricing-icon-box {
    width: 50px;
    height: 50px;
    background-color: #55bebe;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.providers-pricing-link:hover .providers-pricing-icon-box {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(85, 190, 190, 0.4);
    background-color: #4a9d9d;
}

.providers-pricing-icon-inner {
    width: 32px;
    height: 32px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.providers-pricing-icon-target {
    width: 16px;
    height: 16px;
    background-color: #55bebe;
    border-radius: 50%;
    position: relative;
}

.providers-pricing-icon-target::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.providers-pricing-content {
    flex: 1;
}

.providers-pricing-title {
    font-size: 18px;
    font-weight: 700;
    color: #17283b;
    margin-bottom: 8px;
    line-height: 1.3;
    font-family: 'Noto Serif', serif;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
}

.providers-pricing-link:hover .providers-pricing-title {
    color: #55bebe;
}

.providers-pricing-arrow {
    color: #55bebe;
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.providers-pricing-link:hover .providers-pricing-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #55bebe;
}

.providers-pricing-subtitle {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .providers-features-grid-reorganized {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .providers-features-column-item {
        gap: 20px;
    }
    
    .providers-pricing-link {
        padding: 12px;
    }
    
    .providers-pricing-icon-box {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }
    
    .providers-pricing-icon-inner {
        width: 28px;
        height: 28px;
    }
    
    .providers-pricing-icon-target {
        width: 14px;
        height: 14px;
    }
    
    .providers-pricing-title {
        font-size: 16px;
    }
    
    .providers-pricing-subtitle {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .providers-features-grid-reorganized {
        grid-template-columns: 1fr;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    
    /* Reorder feature items for mobile view */
    .providers-features-column-item[data-feature-type="scheduling"] {
        order: 1;
    }
    .providers-features-column-item[data-feature-type="intake"] {
        order: 2;
    }
    .providers-features-column-item[data-feature-type="messaging"] {
        order: 3;
    }
    .providers-features-column-item[data-feature-type="reminders"] {
        order: 4;
    }
    .providers-features-column-item[data-feature-type="pricing"] {
        order: 5;
    }
    
    .providers-feature-block {
        padding: 10px;
    }
    
    .providers-pricing-link {
        padding: 10px;
    }
}
/*---- Providers Dropdown End ----*/

/*---- Patients Dropdown Start ----*/
.patients-menu-column {
    border-right: 1px solid rgba(33, 32, 32, 0.1);
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.patients-menu-title {
    font-family: 'Noto Serif';
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.patients-menu-tagline {
    font-family: 'Noto Serif';
    font-size: 28px;
    font-weight: 700;
    color: #17283b;
    line-height: 1.4;
    margin-bottom: 20px;
}

.patients-menu-info {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.patients-services-column {
    padding: 30px 35px;
}

.patients-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.patients-service-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s ease;
}

.patients-service-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.patients-service-icon-box {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #55bebe;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.patients-service-item:hover .patients-service-icon-box {
    color: #4a9d9d;
    transform: scale(1.05);
}

.patients-service-content {
    flex: 1;
}

.patients-service-title {
    font-size: 16px;
    font-weight: 700;
    color: #17283b;
    margin: 0;
    line-height: 1.3;
    font-family: 'Noto Serif', serif;
}

.patients-service-description {
    font-size: 13px;
    color: #666666;
    margin-bottom: 12px;
    line-height: 1.5;
}

.patients-service-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background-color: #55bebe;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.patients-service-btn:hover {
    background-color: #4a9d9d;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(85, 190, 190, 0.3);
}

@media (max-width: 991px) {
    .patients-menu-column {
        border-right: none;
        border-bottom: 1px solid rgba(33, 32, 32, 0.1);
        padding: 20px;
    }
    
    .patients-menu-tagline {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .patients-services-column {
        padding: 20px;
    }
    
    .patients-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .patients-service-icon-box {
        font-size: 18px;
    }
    
    .patients-service-title {
        font-size: 15px;
    }
    
    .patients-service-description {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .patients-menu-column {
        padding: 15px;
    }
    
    .patients-menu-tagline {
        font-size: 20px;
    }
    
    .patients-services-column {
        padding: 15px;
    }
    
    .patients-services-grid {
        gap: 15px;
    }
}
/*---- Patients Dropdown End ----*/

.line-1{ opacity: 1; background-color: #55bebe; margin: 30px 0px 60px; }
.line-2{ opacity: 1; background-color: #f1f1f1; margin: 0px; }
@media (max-width: 991px) {
    .line-1{ margin: 20px 0px 50px; }
}

/*---- Contact Us Start ----*/
.contact-and-time{ padding: 15px 0px; font-size: 20px; }
.contact-and-time p{ margin-bottom: 10px; color: #333333; }
.contact-and-time .labels{ font-weight: 600; }

/*Tab Start*/
.contact-tab{  }
.contact-tab .nav-pills{ justify-content: space-between; }
.contact-tab .nav-pills button{ background-color: transparent; border: 0px; padding: 25px 0px; flex: 1 0 0%; font-size: 20px; font-weight: bold; color: #555555; }
.contact-tab .nav-pills button.active{ color: #55bebe; position: relative; }
.contact-tab .nav-pills button.active:after{ content: ""; background-color: #55bebe; width: 100%; height: 5px; position: absolute; left: 0px; right: 0px; bottom: -3px; border-radius: 10px; }
.contact-tab .tab-content{ background-color: #fdf2e0; padding: 50px; border-top: solid 1px #d7d7d7; }

.contact-form{  }
.contact-form-group{ margin-bottom: 20px; }
.contact-form-group:last-child{ margin-bottom: 0px; }
.contact-form-group .form-label{ font-size: 14px; color: #555555; font-weight: normal; margin-bottom: 5px; }
.contact-form-group .form-control{ border-radius: 4px; border: solid 2px #b8b7b7; height: 54px; }
.contact-form-group textarea.form-control{ height: auto; }
.contact-form .form-check-input{ width: 20px; height: 20px; border: 2px solid #b8b7b7; margin-right: 12px; margin-top: 2px; }
.contact-form .form-check-input:checked { background-color: #55bebe; border-color: #55bebe; }
.contact-form .form-check-input:focus{ box-shadow: none; }
/*Tab End*/

@media (max-width: 1199px) {
    .contact-and-time { font-size: 18px; }
    .contact-tab .nav-pills button{ font-size: 18px; }
}
@media (max-width: 991px) {
    .contact-tab .tab-content{ padding: 40px; }
    .contact-form-group .form-control{ height: 50px; }
}
@media (max-width: 767px) {
    .contact-and-time { font-size: 16px; }
    .contact-and-time p { margin-bottom: 5px; }
    .contact-tab .nav-pills button { font-size: 16px; }    
}
@media (max-width: 575px) {
    .contact-tab .nav-pills{ padding-bottom: 15px; }
    .contact-tab .nav-pills button{ width: 100%; flex: 100%; padding: 12px 10px; margin: 5px; border-radius: 0px; border: solid 1px #55bebe; }
    .contact-tab .nav-pills button.active { background-color: #55bebe; border-radius: 0px; color: #ffffff; }
    .contact-tab .nav-pills button.active:after { content: unset; position: unset; }
    .contact-form-group { margin-bottom: 15px; }
    .contact-form-group .form-control { height: 44px; }
    .contact-tab .tab-content { padding: 25px; }
    .contact-form .form-check{ font-size: 14px; padding-left: 30px; }
    .contact-form .form-check-input{ margin-left: -30px; margin-right: 0px; }
}
/*---- Contact Us End ----*/


/*---- Locations Start ----*/
.find-location{ background-color: #55bebe; padding: 130px 0px; text-align: center; 
    position: relative; z-index: 2;
}
.find-location .input-group{ background-color: #ffffff; max-width: 520px; margin-inline: auto; border-radius: 40px; min-height: 56px; overflow: hidden; box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2); 
    position: relative;
}
.find-location .input-group .form-control{ border-radius: 0px; border: 0px; background-color: transparent; padding-inline: 25px; font-size: 20px; text-align: center; }
.find-location .input-group .btn{ margin: 8px !important; border-radius: 50% !important; border: 0px; background-color: #55bebe; width: 40px; height: 40px; color: #ffffff; padding: 5px !important; font-size: 20px; }

.find-location .loading{ 
    display: none;
    border-radius: 50% !important; width: 30px; height: 30px; 
    position: fixed; left: auto; top: 13px; right: 60px; 
    transform: translate(-50%, -50%); border: 5px solid #f3f3f3; border-top: 5px solid #3498db; animation: spin 1s linear infinite;
    margin: unset !important;  
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.search-results{ padding-top: 50px; }
.search-results .all-locations{ background-color: #ffffff; text-align: left; padding: 25px; height: 100%; border: solid 3px rgba(0,0,0,0.1); }
.search-suggestions{ background-color: #ffffff; width: 100%; max-width: 500px; margin: 15px auto; border-radius: 4px; box-shadow: 0px 5px 5px rgba(0,0,0,0.3); text-align: left; 
    position: absolute; left: 0px; right: 0px; overflow: hidden; z-index: 1;
}
.search-suggestions .suggestion{ padding: 18px 20px; border-bottom: solid 2px #eeeeee; cursor: pointer; }
.search-suggestions .suggestion:last-child { border-bottom: 0px; }
.search-suggestions .suggestion:hover{ background-color: #eeeeee; }
@media (max-width: 1199px) {
    .search-results { padding-top: 30px; }
}
@media (max-width: 991px) {
    .search-results .all-locations{ padding: 15px; }
}
@media (max-width: 575px) {
    .search-results { padding-top: 15px; }
}

.contact_map { width: 100%; height: 500px; border: 0px !important; }
.contact_map iframe { width: 100%; -webkit-filter: grayscale(100%); filter: grayscale(100%); height: 500px; border: 0px !important; }

.all-locations-row { margin-left: -35px; margin-right: -35px; }
.all-locations-row > [class*="col-"] { padding-left: 35px; padding-right: 35px; margin-top: 30px; margin-bottom: 30px; }

.all-locations{ color: #333333; }
.all-locations h3{ font-family: 'Noto Serif'; font-size: 22px; color: #333333; font-weight: 600; border-bottom: solid 2px #55bebe; padding-bottom: 15px; margin-bottom: 25px; }
.all-locations-body { padding-left: 35px; }
.all-locations-body h4{ font-size: 18px; color: #55bebe; font-weight: bold; margin-bottom: 15px; position: relative; }
.all-locations-body h4:before{ font-family: "Font Awesome 6 Free"; content: "\f3c5"; position: absolute; left: -27px; top: -1px; font-size: 20px; color: #cccccc; }
.all-locations-body .btn1{ font-size: 13px; min-height: 36px; min-width: unset; padding-inline: 15px; }
.all-locations-body .btn1 i{ font-size: 16px; }

@media (max-width: 1399px) {
    .contact_map, .contact_map iframe { height: 450px; }
    .all-locations-row { margin-left: -25px; margin-right: -25px; }
    .all-locations-row > [class*="col-"] { padding-left: 25px; padding-right: 25px; }
    .all-locations h3{ font-size: 20px; }
    .all-locations-body { padding-left: 25px; }
    .all-locations-body h4:before { left: -25px; }
}
@media (max-width: 1199px) {
    .contact_map, .contact_map iframe { height: 400px; }
    .find-location { padding: 100px 0px; }
    .find-location .input-group{ max-width: 460px; min-height: 50px; }
    .find-location .input-group .form-control{ font-size: 18px; }
    .find-location .input-group .btn { margin: 6px !important; width: 38px; height: 38px; font-size: 18px; }
    .all-locations-row { margin-left: -20px; margin-right: -20px; }
    .all-locations-row > [class*="col-"] { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 767px) {
    .contact_map, .contact_map iframe { height: 320px; }
    .find-location { padding: 80px 0px; }
    .find-location .input-group { max-width: 400px; }
    .all-locations-row { margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }
    .all-locations-row > [class*="col-"] { padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
}
@media (max-width: 575px) {
    .contact_map, .contact_map iframe { height: 250px; }
    .find-location { padding: 60px 0px; }
    .all-locations-row > [class*="col-"] { margin-top: 25px; margin-bottom: 25px; }
    .all-locations h3{ margin-bottom: 20px; }
    .find-location .input-group .form-control { font-size: 16px; }
}
/*---- Locations End ----*/

.gradient-one{ background: linear-gradient(to bottom,  #fdf2e0 0%,#ffffff 50%,#fafafa 100%); }

/*.gradient-two{ position: relative; }
.gradient-two:before { 
    background: linear-gradient(to bottom,  #17283b 10%, #5c7692 60%, #ffffff 100%);
    content: ""; position: absolute; left: 0px; right: 0px; top: 0px; width: 100%; height: 100%; max-height: 900px;
}*/





/*---- Ready to Improve Start ----*/
.ready-to-improve{ background-color: #55bebe; border-radius: 20px; width: 100%; max-width: 1000px; margin-inline: auto; box-shadow: inset 0px 0px 0px 1px #ffffff; border: solid 10px #55bebe; display: flex; align-items: center; }
.ready-to-improve-thumb{ flex-shrink: 0 !important; margin-left: 70px; margin-top: -10px; margin-bottom: -10px; }
.ready-to-improve-body{ flex-grow: 1 !important; margin-left: 10px; max-width: 345px; }

@media (max-width: 1199px) {
    .ready-to-improve{ max-width: 850px; }
    .ready-to-improve-thumb{ margin-left: 20px; }
    .ready-to-improve-body{ max-width: 320px; }
}
@media (max-width: 991px) {
    .ready-to-improve{ border-radius: 12px; }
    .ready-to-improve-thumb{ max-width: 280px; }
}
@media (max-width: 767px) {
    .ready-to-improve-thumb { max-width: 220px; margin-left: 0px; }
    .ready-to-improve-body{ margin-left: 0px; padding-right: 15px; }
}
@media (max-width: 575px) {
    .ready-to-improve{ border: solid 8px #55bebe; border-radius: 10px; }
    .ready-to-improve-thumb{ max-width: 0px; display: none; }
    .ready-to-improve-body{ padding: 20px; text-align: center; margin-inline: auto; }
}
/*---- Ready to Improve End ----*/


/*---- Connecting Start ----*/
.connecting{ display: flex; align-items: center; }
.connecting-thumb{ flex-shrink: 0 !important; max-width: 440px; }
.connecting-body{ flex-grow: 1 !important; margin-left: 100px; max-width: 660px; }
.connecting-wraper{ width: 100%; max-width: 1152px; margin-left: auto; margin-top: -175px; }
.connecting-box{ background-color: #ffffff; border-radius: 40px; padding: 50px 28px; text-align: center; color: #333333; box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2); height: 100%; transition: all 250ms; }
.connecting-box:hover{ /*box-shadow: 0px 12px 25px rgba(85, 190, 190, 0.5);*/ box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4); }
.connecting-box h4{ font-family: 'Noto Serif'; font-size: 22px; color: #333333; font-weight: 600; line-height: 1.5; padding-bottom: 20px; }
.connecting-box p{ line-height: 1.8; }
.connecting-box-icon{ background-color: #eef8f8; width: 98px; height: 98px; margin-inline: auto; margin-bottom: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 250ms; }
.connecting-box:hover .connecting-box-icon{ background-color: #ffffff; box-shadow: 0px 0px 0px 1px rgba(85, 190, 190, 0.5); }
.connecting-row { margin-left: -18px; margin-right: -18px; }
.connecting-row > [class*="col-"] { padding-left: 18px; padding-right: 18px; }

.connecting-thumb.second{ max-width: 470px; }
.connecting-body.second { margin-left: 0px; margin-right: 80px; max-width: unset; }
.connecting-wraper.second { margin-top: -50px; }
.connecting-body.third { margin-left: 0px; margin-right: 40px; max-width: unset; }

@media (max-width: 1399px) {
    .connecting-thumb { max-width: 350px; }
    .connecting-thumb.second { max-width: 350px; }
    .connecting-wraper{ margin-top: -100px; }

    .connecting-body.third { margin-bottom: 80px; }
}
@media (max-width: 1199px) {
    .connecting-row { margin-left: -12px; margin-right: -12px; }
    .connecting-row > [class*="col-"] { padding-left: 12px; padding-right: 12px; }
    .connecting-body { margin-left: 50px; }
    .connecting-box { border-radius: 26px; padding: 40px 25px; }
    .connecting-box-icon{ margin-bottom: 25px; }
    .connecting-thumb{ max-width: 400px; }
}
@media (max-width: 991px) {
    .connecting{ display: table; width: 100%; }
    .connecting-thumb{ display: none; }
    .connecting-body { margin-left: 0px; margin-bottom: 30px !important; }
    .connecting-body.second{ margin-right: 0px; }
    .connecting-body.third { margin-right: 0px; }
    .connecting-wraper, .connecting-wraper.second { margin-top: 0px; }
    .connecting-row { margin-left: -15px; margin-right: -15px; }
    .connecting-row > [class*="col-"] { margin-top: 15px; margin-bottom: 15px; padding-left: 15px; padding-right: 15px; }
}
@media (max-width: 767px) {
    .connecting-body{ margin-bottom: 20px; }
    .connecting-box { border-radius: 20px; padding: 30px 25px; }
    .connecting-box h4{ font-size: 20px; padding-bottom: 15px; }
    .connecting-box p { line-height: 1.6; }
    .connecting-box-icon { margin-bottom: 20px; }
}
@media (max-width: 575px) {
    .connecting-row{ margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }
    .connecting-row > [class*="col-"] { padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: 10px; margin-bottom: 10px; }
}
/*---- Connecting End ----*/


/*---- Privacy Terms Start ----*/
.privacy-terms{  }
.privacy-terms h3{ font-size: 20px; font-weight: 600; padding-top: 15px; padding-bottom: 15px; }
.privacy-terms p{ color: #000000; font-size: 18px; text-align: justify; }
.privacy-terms h4{ font-size: 16px; font-weight: 500; padding-bottom: 10px; }

.privacy-terms ul{ padding-left: 25px; margin-bottom: 30px; }
.privacy-terms ul > li{ list-style: initial; padding-top: 5px; padding-bottom: 5px; font-size: 18px; }
.privacy-terms ul > li::marker{ color: #55bebe; font-size: 20px; }
.privacy-terms ul > li:last-child{ padding-bottom: 0px; }

.policy-highlight{ background-color: #fdf2e0; padding: 20px; margin-bottom: 25px; border-radius: .2rem !important; }
.policy-highlight ul{ margin-bottom: 0px; }

.privacy-accordion{ padding-inline: 20px; }
.privacy-accordion .accordion-item{ border-radius: 0px; border: 0px; border-bottom: solid 1px #55bebe; background-color: transparent; margin-bottom: 5px; }
.privacy-accordion .accordion-item:last-child { border-bottom: 0px; margin-bottom: 0px; }
.privacy-accordion .accordion-button:not(.collapsed){ color: #000000; background-color: transparent; box-shadow: none; }
.privacy-accordion .accordion-button{ border: 0px; border-radius: 0px !important; padding: 20px 10px 15px 0px; cursor: pointer; font-size: 18px; font-weight: 600; background-color: transparent; }
.privacy-accordion .accordion-button:after{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.privacy-accordion .accordion-button:focus{ box-shadow: none; }
.privacy-accordion .accordion-body{ padding: 15px 80px 20px 0px; color: #000000; font-size: 18px; text-align: justify; }

@media (max-width: 1199px) {
    .privacy-terms h3 { font-size: 18px; }
    .privacy-terms p{ font-size: 16px; }
    .privacy-accordion { padding-inline: 15px; }
    .privacy-accordion .accordion-button{ font-size: 16px; }
    .privacy-accordion .accordion-body{ font-size: 16px; }
    .privacy-terms ul > li{ font-size: 16px; }
    .privacy-terms ul > li::marker{ font-size: 18px; }
}
@media (max-width: 991px) {
    .privacy-accordion { padding-inline: 5px; }
    .privacy-accordion .accordion-body { padding: 15px 50px 20px 0px; }
}
@media (max-width: 575px) {
    .privacy-accordion .accordion-item{ margin-bottom: 0px; }
    .privacy-accordion .accordion-button{ padding: 20px 0px 15px 0px; }
    .privacy-accordion .accordion-body{ padding: 15px 0px 20px 0px; }
    .policy-highlight{ padding: 15px; }
    .privacy-terms ul{ padding-left: 15px; }
}
/*---- Privacy Terms End ----*/


/*---- Animation Class ----*/
.data-animate { opacity: 0; }
.fadein-animation, .fadein-hook-animation{ opacity: 0; visibility: hidden; }
/*---- Animation Class End ----*/


/*---- FAQ's Start ----*/
.faq-accordion{ max-width: 1074px; margin-inline: auto; }
.faq-accordion .accordion-item{ border-radius: 0px; border: 0px; border-top: solid 2px #555555; background-color: transparent; margin-bottom: 0px; }
.faq-accordion .accordion-item:last-child { border-bottom: 0px; margin-bottom: 0px; }
.faq-accordion .accordion-button{ border: 0px; border-radius: 0px !important; padding: 22px 35px 22px 15px; cursor: pointer; font-size: 22px; font-weight: 600; color: #333333; background-color: transparent; align-items: flex-start; }
.faq-accordion .accordion-button:focus{ box-shadow: none; }
/*.faq-accordion .accordion-button .question-no{ min-width: 50px; font-family: 'Noto Serif'; color: #55bebe; font-weight: bold; line-height: normal; }*/
.faq-accordion .accordion-button:after{ font-family: "Font Awesome 6 Free"; content: "\2b"; background-image: none; line-height: 1; position: absolute; right: 5px; top: 28px; }
.faq-accordion .accordion-button:not(.collapsed){ color: #000000; background-color: transparent; box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed)::after { font-family: "Font Awesome 6 Free"; content: "\f068"; transform: unset; line-height: 1; }
.faq-accordion .accordion-body{ padding: 0px 50px 22px 15px; }
.faq-accordion .accordion-body p{ color: #333333; font-size: 18px; }

@media (max-width: 1199px) {
    .faq-accordion .accordion-button{ font-size: 20px; }
    /*.faq-accordion .accordion-button .question-no{ min-width: 40px; }*/
    .faq-accordion .accordion-body{ padding: 0px 40px 22px 15px; }
}
@media (max-width: 991px) {
    .faq-accordion .accordion-button{ font-size: 18px; }
    .faq-accordion .accordion-body p{ font-size: 16px; }
}
@media (max-width: 575px) {
    .faq-accordion .accordion-button{ padding: 18px 35px 18px 5px; }
    .faq-accordion .accordion-button:after { top: 22px; font-size: 20px; }
    /*.faq-accordion .accordion-button .question-no { min-width: unset; display: none; }*/
    .faq-accordion .accordion-body { padding: 0px 40px 18px 5px; }
}
/*---- FAQ's End ----*/

/*---- Large skyblue Box and List Start ----*/
.lgbox-skyblue{ border-radius: 40px; background-color: #eef8f8; padding: 90px 58px; height: 100%; }
.lgbox-skyblue ul{ padding-top: 10px; }
.lgbox-skyblue ul > li{ font-size: 20px; font-weight: bold; color: #55bebe; position: relative; padding: 0px 0px 25px 32px; }
.lgbox-skyblue ul > li:last-child{ padding-bottom: 0px; }
.lgbox-skyblue ul > li:before{ font-family: "Font Awesome 6 Free"; content: "\f00c"; position: absolute; left: 0px; }
.lgbox-skyblue ul > li p{ font-size: 18px; font-weight: normal; color: #555555; }
.lgbox-skyblue ul > li p:first-child{ padding-top: 5px; }

.listData-box{ padding-left: 60px; }
.listData{ border-bottom: dotted 2px #d3d2d6; padding-top: 30px; padding-bottom: 30px; color: #555555; }
.listData:last-child{ border-bottom: 0px; }
.listData h4{ color: #55bebe; font-size: 20px; font-weight: bold; padding: 0px 20px 20px 0px; }
.listData-note{ background-color: #fdf2e0; border-radius: 2px; padding: 12px 15px; font-size: 12px; color: #000000; font-style: italic; margin-top: 20px; }
.listData-note p{ font-size: 12px; color: #000000; font-style: italic; }

/*-- List Data --*/
.listData-row [class*='col-'] { position: relative; }
.listData-row [class*='col-']:not(:first-child):after { width: 1px; content: ""; display:block; position: absolute; top:0; bottom: 0; left: 0; border-right: dotted 2px #d3d2d6; }
@media (min-width: 992px) {
    .listData.column{ display: flex; flex-direction: column; height: 100%; padding-block: 15px; }
    .listData.column h4{ padding-right: 0px; }
    .listData.column .listData-note{ min-height: 115px; margin-top: auto; }
}
@media (max-width: 991px) {
    .listData-row [class*='col-']:not(:first-child):after { bottom: unset; width: 100%; border: 0px; border-top: dotted 2px #d3d2d6; }
}
/*-- List Data End --*/

@media (max-width: 1399px) {
    .lgbox-skyblue{ padding: 60px 45px; border-radius: 30px; }
    .listData-box { padding-left: 40px; }
}
@media (max-width: 1199px) {
    .lgbox-skyblue{ padding: 45px 30px; border-radius: 25px; }
    .listData{ padding-top: 25px; padding-bottom: 25px; }
    .listData h4{ padding: 0px 0px 15px 0px; }
    .listData-box{ padding-left: 30px; }
}
@media (max-width: 991px) {
    .lgbox-skyblue { padding: 40px; }
    .lgbox-skyblue ul > li{ font-size: 18px; padding: 0px 0px 20px 28px; }
    .lgbox-skyblue ul > li p{ font-size: 16px; }
    .listData-box { padding-inline: 20px; }
    .listData h4{ font-size: 18px; }
    .listData:last-child{ padding-bottom: 0px; }
}
@media (max-width: 575px) {
    .lgbox-skyblue{ padding: 25px; border-radius: 20px; }
    .listData-box{ padding-inline: 10px; }
}
/*---- Large skyblue Box and List End ----*/

/*---- Image Chart Start ----*/
.image-chart{ display: none; }
@media (max-width: 767px) {
    .image-chart{ display: block; padding-top: 20px; }
    .image-chart ul{ background-image: url(../images/image-chart-logobg.png); background-repeat: no-repeat; background-position: center center; background-size: contain; background-color: #55bebe; border-radius: 20px; padding: 20px; min-height: 330px; width: 100%; }
    .image-chart ul > li { font-family: 'Noto Serif'; font-weight: 600; color: #ffffff; padding: 18px 0px; width: 100%; border-bottom: dotted 2px rgba(255,255,255,0.5); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    .image-chart ul > li:last-child { border-bottom: 0px; }
}
@media (max-width: 575px) {
    .image-chart{ padding-top: 10px; }
    .image-chart ul{ padding: 15px; border-radius: 10px; }
}
/*---- Image Chart End ----*/


/* validation Start*/
.error { color: red; font-size: 14px; }
.contact-form .form-check .error { display: table; width: 100%; padding-left: 10px; }
.contact-form .form-check-input.error { display: unset !important; width: 20px; }
/* validation End*/



.medications-list{ text-align: center; }
.medications-list a{ background-color: #ffffff; padding: 10px 25px; display: inline-block; margin: 7px 3px; border-radius: 50px; box-shadow: 0px 3px 3px rgba(0,0,0,0.2); border: solid 1px rgba(0,0,0,0.5); }
.medications-list a:hover{ background-color: #55bebe; color: #ffffff; box-shadow: 0px 8px 8px rgba(0,0,0,0.2); border: solid 1px #55bebe; }
@media (max-width: 767px) {
    .medications-list a{ padding: 8px 20px; margin: 6px 3px; font-size: 14px; }
}


.services-common-text{ padding-block: 20px; font-size: 12px; text-align: center; }

/*---- Conditions Start ----*/
.conditions-thumb{ max-width: 634px; }
.conditions-thumb img{ border-radius: 40px; }
.conditions-data{ padding-left: 50px; }
.conditions-data p{ line-height: 1.6; text-align: justify; }


.banner2{ display: flex; position: relative; }
.banner2-thumb{ flex-shrink: 0 !important; }
.banner2-body{ flex-grow: 1 !important; position: relative; z-index: 55; margin-right: -110px; margin-top: 80px; }
.banner2-body-data{ border-radius: 40px; background-color: #ffffff; padding: 40px 50px; box-shadow: -3px 5px 8px rgba(0, 0, 0, 0.1); }

.latestnews-carousel {
    padding-left: calc((100% - 1320px) / 2);
    margin-left: 12px;
}

.howitworkCarousel{  }
.howitworkCarousel-width110{ width: 110%; padding-left: 50px; }
.howitworkCarousel .item .connecting-box{ box-shadow: unset !important; position: relative; overflow: hidden; border-radius: 20px; }
.howitworkCarousel .item .connecting-box .number{ position: absolute; left: -65px; top: -65px; width: 130px; height: 130px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: #55bebe; /*background-color: rgba(85, 190, 190, 0.1);*/
    font-family: 'Noto Serif'; font-size: 20px; color: #ffffff; font-weight: bold; 
    padding: 55px 0px 0px 55px;
}
.howitworkCarousel .item .connecting-box-icon img{ width: auto; }
/*Item full height*/
.howitworkCarousel .owl-stage-outer .owl-stage{ display: flex !important; }
.howitworkCarousel .owl-stage-outer .owl-stage .owl-item .item{ height: 100% !important; }

.btn-wrap { display: flex; align-items: center; border-top: solid 3px #55bebe; padding-top: 50px; margin-right: 80px; }
.btn-wrap .prev-btn, .btn-wrap .next-btn, .howitworkCarousel .owl-prev, .howitworkCarousel .owl-next{ width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 0px !important; font-size: 22px !important; background-color: #55bebe !important; color: #ffffff !important; margin-right: 20px; transition: all 300ms; }
.btn-wrap .prev-btn:hover, .btn-wrap .next-btn:hover, .howitworkCarousel .owl-prev:hover, .howitworkCarousel .owl-next:hover { background-color: #555555 !important; }


@media (max-width: 1400px) {

    .gradient-two:before{ max-height: 800px; }

    .banner2-thumb{ max-width: 500px; }
    .banner2-body{ margin-top: 50px; }

    .howitworkCarousel-width110 { padding-left: 0px; }
    .latestnews-carousel{ margin-left: 30px; }
    .btn-wrap{ margin-right: 40px; }

    .conditions-data { padding-left: 20px; }
}
@media (max-width: 1199px) {
    .gradient-two:before{ max-height: 700px; }

    .howitworkCarousel-width110{ width: 100%; }    
    .latestnews-carousel{ margin-right: 30px; }

    .btn-wrap{ padding-top: 40px; margin-right: 20px; }

    .banner2-body-data { border-radius: 30px; padding: 30px 40px; }
    .conditions-thumb img { border-radius: 30px; }
}
@media (max-width: 991px) {

    .banner2-thumb{ max-width: 350px; }
    .banner2-body{ margin-top: 0px; margin-right: -20px; }
    .banner2-body-data{ padding: 30px; }

    .conditions-data { padding-left: 10px; }

    .btn-wrap{ display: none; }
    .howitworkCarousel .owl-nav { display: flex; align-items: center; justify-content: center; padding-top: 30px; }
    .howitworkCarousel .owl-nav .owl-prev, .howitworkCarousel .owl-next{ width: 40px; height: 40px; font-size: 20px !important; margin-inline: 10px !important; }
}
@media (max-width: 767px) {
    .banner2{ display: table; width: 100%; }
    .banner2-body { margin: 0px; z-index: unset; }
    .banner2-body-data { padding: 30px 30px 40px; }
    .banner2-thumb{ margin-inline: auto; margin-top: -30px; position: relative; z-index: 2; }

    .howitworkCarousel-width110{ max-width: 400px; margin-inline: auto; }

    .conditions-data{ padding: 30px 0px 0px 0px; }
}
@media (max-width: 575px) {
    .latestnews-carousel{ margin-inline: 10px; }

    .banner2-body-data { border-radius: 20px; padding: 25px 25px 35px; }
    .banner2-thumb{ margin-top: -20px; }
    .conditions-thumb img { border-radius: 20px; }
}
/*---- Conditions End ----*/


.graphicbg{ background-image: url(../images/graphicbg.jpg); background-repeat: repeat-x; background-position: center top; }




/*
.light{ font-weight: 300; }
.normal{ font-weight: normal; }
.medium{ font-weight: 500; }
.sbold{ font-weight: 600; }
.bold{ font-weight: bold; }
*/


/*---------------- Responsive ----------------*/

@media (min-width: 1471px) {
    .container-1470{ max-width: 1470px; }
}

@media (min-width: 992px) {
    /*---- Header Start ----*/
    .main-navigation{ align-items: center; height: 100%; }
    .header .container-fluid{ padding-inline: 50px; min-height: 90px; align-items: unset; justify-content: unset; }
    .header .navbar-brand{ display: flex; align-items: center; }
    .main-navigation .nav-item { position: static; height: 100%; }
    .main-navigation .nav-item .nav-link{ height: 100%; align-items: center; display: flex; flex-wrap: wrap; padding-top: 0px; padding-bottom: 0px; position: relative; }
    .main-navigation .nav-item .nav-link:before { background-color: #55bebe; bottom: 0; content: ""; height: 3px; left: 0; position: absolute; right: 0; transition: all .3s ease-in-out; width: 0; }
    .main-navigation .nav-item .nav-link:hover:before, .main-navigation .nav-item .nav-link.active:before { width: 100%; }

    .main-navigation .nav-item.dropdown:hover .nav-link{ color: #55bebe; box-shadow: inset 0px -3px 0px #55bebe; }

    .main-navigation .dropdown-holder{ display: unset; }
    .main-navigation li.nav-item .dropdown-holder {
        background: #f5f5f5;
        box-shadow: 0px 10px 10px rgba(33,32,32, 0.2);
        
        position: absolute; left: 0; top: 100%; z-index: -1;
        opacity: 0; overflow: hidden; visibility: hidden;
        transform: translateY(10%); transition: all .1s ease-in-out;
        width: 100%; padding: 15px 0px 0px;
    }
    .main-navigation li.nav-item:hover .dropdown-holder {
        margin-top: 0px; border: 0px; border-top: 1px solid rgba(33,32,32,.2);
        display: block !important; visibility: visible !important; opacity: 1 !important;
        transform: translateY(0) !important;
        z-index: 1000 !important;
    }
    .main-navigation .dropdown-holder .container > .row{ margin-left: -35px; margin-right: -35px; }
    .main-navigation .dropdown-holder .container > .row > [class*="col-"] { padding-left: 35px; padding-right: 35px; }
    /*---- Header End ----*/
}

/*@media (max-width: 1440px) {*/
@media (max-width: 1399px) {

    body{ padding-top: 80px !important; }

    /*---- Header Start ----*/
    .header .navbar-brand { max-width: 140px; }
    .header .container-fluid{ min-height: 80px; padding-inline: 25px; }
    /*.main-navigation .nav-item .nav-link{ padding-inline: 15px; }*/

    .main-navigation .dropdown-holder .container > .row{ margin-left: -20px; margin-right: -20px; }
    .main-navigation .dropdown-holder .container > .row > [class*="col-"] { padding-left: 20px; padding-right: 20px; }
    /*---- Header End ----*/

    .space-60{ padding-top: 50px; padding-bottom: 50px; }
    .space-80{ padding-top: 70px; padding-bottom: 70px; }
    .space-100{ padding-top: 80px; padding-bottom: 80px; }

}/*1399 End*/

@media (max-width: 1199px) {

    /*---- Header Start ----*/
    .header .navbar-brand { max-width: 120px; }
    .main-navigation .nav-item .nav-link { /*padding-inline: 10px;*/ font-size: 14px; }
    /*---- Header End ----*/

    .btn1{ font-size: 16px; min-width: 180px;  min-height: 44px; }
    .btn1.sm { font-size: 14px; min-height: 36px; min-width: 100px; }

    .space-60{ padding-top: 40px; padding-bottom: 40px; }
    .space-80{ padding-top: 60px; padding-bottom: 60px; }
    .space-100{ padding-top: 70px; padding-bottom: 70px; }

    .font-18 { font-size: 16px !important; }
    .font-20 { font-size: 18px !important; }
    .font-22 { font-size: 20px !important; }

}/*1199 End*/

@media (max-width: 991px) {

    body { padding-top: 70px !important; }
    p{ margin-bottom: 15px; }

    /*.font-18 { font-size: 16px !important; }
    .font-20 { font-size: 18px !important; }
    .font-22 { font-size: 18px !important; }*/

    /*---- Header Start ----*/
    .header .navbar-toggler{ border: 0px; padding: 0px; min-height: 26px; }
    .header .navbar-toggler:focus{ box-shadow: unset; }

    .header .navbar-toggler:not(.collapsed) .navbar-toggler-icon{ background-color: transparent; }
    .header .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before{ transform: rotate(-45deg); top: 0px; }
    .header .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after{ transform: rotate(45deg); bottom: 0px; }

    .header .navbar-toggler .navbar-toggler-icon { background-image: unset; position: relative; background-color: #000000; width: 32px; height: 2px; }
    .header .navbar-toggler .navbar-toggler-icon:before, .header .navbar-toggler .navbar-toggler-icon:after{ content: ""; display: block; /*width: 32px;*/ width: 26px; height: 2px; background-color: #000000; position: absolute; transition: all 250ms; }
    .header .navbar-toggler.collapsed .navbar-toggler-icon:before { top: -10px; }
    .header .navbar-toggler.collapsed .navbar-toggler-icon:after  { bottom: -10px; }

    .main-navigation .dropdown .dropdown-toggle.show{ background-color: #55bebe !important; color: #ffffff; }
    .main-navigation .dropdown .dropdown-toggle.show:after{ content: "\f077"; }


    /*.main-navigation .dropdown .dropdown-toggle.show:after{  
        transform: rotate(-180deg);
    }*/

    .header .navbar { background-color: #ffffff; border-bottom: solid 1px #dddddd; }
    .header .container-fluid { min-height: 70px; padding-inline: 20px; }
    .header .navbar-brand { max-width: 130px; }

    .header .navbar-text{ padding: 15px !important; }
    .header .navbar-text .text-decoration-underline{ white-space: nowrap; }

    .header .navbar-collapse{  
        position: fixed !important; top: 0; left: -290px;
        min-width: 230px; height: 100vh !important; height: 100%;
        overflow: hidden !important; overflow-y: scroll !important; opacity: 0;
        background-color: #ffffff;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
        transition: all .1s !important;
        display: block !important;
        z-index: 99999;
    }
    .header .navbar-collapse.show{ width: 80%; left: 0; transition: all .1s !important; opacity: 1; }

    .main-navigation .dropdown-holder { 
        border: 0px; 
        border-radius: 0px; 
        margin: 0px !important; 
        padding-inline: 8px; 
        background-color: #f1f1f1; 
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        z-index: auto;
    }
    
    /* Show dropdown-holder when dropdown toggle has .show class (Bootstrap) */
    .main-navigation .dropdown .dropdown-toggle.show ~ .dropdown-holder,
    .main-navigation .dropdown.show .dropdown-holder {
        display: block !important;
    }
    
    .main-navigation .dropdown-holder.show {
        display: block !important;
    }
    
    .main-navigation .dropdown-holder .container{ max-width: 100%; }
    .main-navigation .dropdown-holder .container > .row { margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }
    .main-navigation .dropdown-holder .container > .row > [class*="col-"] { padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); /*padding-top: 15px; padding-bottom: 15px;*/ }
    
    .main-navigation .nav-item { border-bottom: solid 1px #cccccc; }
    .main-navigation .nav-item .nav-link{ padding: 20px 20px; font-size: 20px; font-family: 'Noto Serif'; position: relative; margin-inline: 0px; }
    .main-navigation .nav-item .nav-link:after { position: absolute; right: 20px; top: 50%; transform: translate(0%,-50%); font-size: 20px; }
    .main-navigation .nav-item.dropdown:hover .dropdown-toggle:after { transform: translate(0%,-50%); }
    

    /*---- Header End ----*/

    .megamenu { padding-bottom: 0px; display: unset; }
    .megamenu-title{ margin-bottom: 15px; }
    .megamenu-item-link{ display: block; margin-inline: 0px; }
    .megamenu-item-link-body{ margin-left: 0px; }
    .megamenu-item-link-icon, .megamenu-item-link-body p{ display: none; }
    .megamenu-item-link-body h4{ padding-bottom: 0px; }
    .megamenu-footer { display: none; }    


}/*991 End*/

@media (max-width: 767px) {
    [class*="space-"] { overflow: hidden; overflow-y: auto; }

    .space-60{ padding-top: 30px; padding-bottom: 30px; }
    .space-80{ padding-top: 40px; padding-bottom: 40px; }
    .space-100{ padding-top: 60px; padding-bottom: 60px; }



}/*767 End*/

@media (max-width: 575px) {

    .font-22{ font-size: 18px !important; }

    /*---- Header Start ----*/
    .header .navbar-text{  }
    /*---- Header End ----*/

}

/* Pricing-related styles moved to pricing.css */