body {
    font-family:'Manrope';
    font-size: var(--body-size);
    font-weight: 400;
    line-height: 2;
    padding-top: 0px;
    color: #5E5E5E;
}
/*.heading{
color: var(--blue);
}*/
/********************Header***********************/
.main-header-top, .main-header-top * {
    background: #051F38;
    color: #fff;
}
.main-header-top {
    padding: 5px 0px;
}
.main-header-top .social-media ul li svg, .main-header-top .social-media ul li img {
    width: 18px;
    height: 18px;
}
.main-header-top .social-media ul li a {
    line-height: 1;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.main-header-top .social-media ul li svg path{
    fill: #fff;
}
.main-header-top .row {
    display: flex;
    justify-content: space-between;
}
.main-header-top .social-media {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-header-top .call-us-today {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}
.main-header-top .social-media ul {
    margin: 0;
    padding: 0;
}
.header-search svg {
    position: relative;
    line-height: normal;
    top: -1px;
}
.header-search svg{
    cursor: pointer;
}
.header-search:hover{
    opacity: 0.5;
}
.header.shrink .nav-menu .menu>li>a:before {
    bottom:1px!important;
}
.header-search{
    margin-left: 20px;
}
.main-header-top .social-media ul li {
    display: inline-block;
    margin-right: 15px;
}
.main-header-top .call-us-today .header_phone_text {
    font-weight: 300;
    margin-right: 5px;
    background-image: url(../img/call.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.main-header-wrap .header-logo {
    width: 100%;
    max-width: 230px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
}
.main-header-wrap .header-logo svg {
    width: 100%;height: auto;
}
.main-header-wrap .header_menu_apply {
    width: 100%;
    max-width: calc(100% - 230px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-header-wrap .header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.main-header-wrap .header-menu-wrap > ul {
    position: relative;
}
.main-header-wrap .header-menu-wrap > ul {
    margin-right: 10px;
}
/***********Banner**********/
.home-page-banner {
    width: 100%;
    height: 100vh;
}
.home-page-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    max-height: 650px;
}
.home-page-banner .image {
    position: absolute;
    bottom: 0;
    right: 100px;
    display: flex;
    height: auto;
    width: calc(50% + 10px);
}
.home-page-banner .image img {
    width: 100%;
    height: auto;
}
.home-page-banner .row {
    align-items: center;
    height: 100%;
}
.home-page-banner .container {
    height: 100%;
}
.home-page-banner .banner_heading {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-page-banner .banner_content {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px;
}
.home-page-banner .banner-content-wrap {
    padding-top: 100px;
}
/*************Footer****************/
footer {
    padding-top: 65px;
    background-color:#F4EFFF;
}
.footer-logo{
    margin-bottom: 5px;
}
.footer-logo img, .footer-logo svg{max-width: 100%; }
.footer-description{
    margin-bottom: 0px;padding-right: 30px;
}
.address-wrap svg{    margin-top: 5px;}
.footer-description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 34.4px;
    color: #5E5E5E;
}
footer .phone svg{margin-top: -4px;}
.bold-title{
    font-size: 15px;
    color: #5E5E5E;font-weight: 400;
}
.footer-social ul {
    display: inline-block;padding-left: 0;
}
.footer-social ul li {
    display: inline-block;margin-right: 8px; margin-top:6px;
}
.social-title{
    font-size: 16px;font-weight: 700;text-transform: uppercase;
    margin-bottom: 10px;
}
.pw-txt{
    font-size: 12px;font-weight: 700;text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-title{
    font-size: 19px;font-weight: 700;text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-top .pwd-sc{
    position: absolute;
    bottom:15px;
    right:0px;
}
footer .menu a{
	transition:0.5s all ease-in-out;
    font-size: 16px;font-weight: 400;
    position: relative;color: #5E5E5E;
}footer .menu .current_page_item a{
    color: var(--blue);
}
footer .menu li{
    margin: 12px 0px;
}
footer .menu a:hover{color: var(--blue);}
.social-sc{
    margin-right: 10px;
}
.footer-social ul li a{
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
   width: 34px;
   height: 34px;
    transition: 0.5s;
}
.header_phone_number{
    display:flex;
    align-items: center;
}
.testimonial-content-info .testimonial-prev, .testimonial-content-info .testimonial-next{
    background-image: url(../img/test-icon.svg);
}
.footer-social ul li:hover{
    background:#50B2AF;  
}
.footer-social ul li a:hover{
    border:1px solid #50B2AF;
}
.footer-social ul li:hover a svg path{
    fill:#fff;
}
.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
footer .footer-copyright {
   margin-top: 5px;
   border-top: 1px solid hsla(178, 39%, 51%, 0.3);
    padding: 5px 0px;
    line-height: 1.5;
    font-size: 16px;
}
footer .column-2 ul .current-menu-item > a {
    position: relative;
}
footer .column-2 ul .current-menu-item > a:after {
    content: '';
    position: absolute;
    background: var(--blue);
    left: 0;
    right: 0;
    bottom: -2px;
    width: calc(100% - 10px);
    height: 1px;
    margin: auto;
}
.footer-copyright p{
    padding: 5px;
}
.footer-copyright a{
        color: #2C2C2C;
        text-decoration: underline;
        font-weight: 400;
        text-decoration-thickness:1.88px;
}
.footer-copyright a:hover{
    text-decoration: none;
    color: var(--blue);
}
.nav-menu ul li .sub-menu li.current-menu-item a {
    background: var(--blue2);
    border: none;
    color:#fff;
}
.search-icon svg path{
    stroke:#000;
}
.nav-menu ul li .sub-menu li a:hover {
    background: var(--blue2);
    border: none;
}
.nap-txt{
    font-size: 14px;color: #6F6F6F;
    text-transform: uppercase;font-weight: 700;
}
.footer-nap-col{
    font-size: 16px;line-height: 24px;
}
.footer-nap-col a:hover{
    color: black;
}
.footer-nap-col a{
    color: #5e5e5e;font-weight: 400;font-size: 16px;
}
.footer-nap-col .bold-title {font-size: 16px;}
.nap-global-direction a{
text-decoration: underline;margin-top: 5px;display: block;width: fit-content;
}
.nap-global-direction a:hover{
    text-decoration: none;
    color: black;
}
.icon-flx{
    display: flex;
    margin-bottom: 20px;
}
.icon-lft{
    width: 25px;margin-right: 12px;
}
.icon-rgt{
    width: calc(100% - 37px);
}
.icon-rgt a{
    color:#5e5e5e;
}
.icon-rgt a:hover{
    color:var(--blue);
}
/**************/
.copyright-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.copyright-privacy ul#menu-privacy-policy, .copyright-privacy p{
    margin: 0;
}
.copyright-privacy ul#menu-privacy-policy li {
    margin-right: 10px;
}
.copyright-privacy ul#menu-privacy-policy li a {
    color: var(--grey,#5d5d5d);
}
.copyright-privacy ul#menu-privacy-policy {
    display: flex;
    padding-left: 10px;
}
/******************/
.button {
    background: var(--blue);
    display: inline-flex;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    color: white;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    font-size: 16px;transition: all 1.5s;
}
.button:hover{background-color: white;color: var(--blue);}
.button:hover svg path{fill:var(--blue);}
.button.white-btn{
    background-color:var(--blue);color: #fff;transition: all 0.5s; border:1px solid var(--blue);
}
.button.white-btn:hover{
    background-color: #fff;color: var(--blue);
}
.button.white-btn:hover svg path{
    fill:#fff;
    stroke:var(--blue);
}
.button.white-btn svg{
    margin-right: 15px;
}
.address-wrap .icon-lft svg path{
    fill:var(--blue);
}
.phone .icon-lft svg path{
    fill:var(--blue);
}
header .blu-btn{margin-left: 10px;font-size: 16px;padding:17px 32px 17px 32px; border:1px solid var(--blue); transition: all 0.5s;}

header .blu-btn svg{
    margin-right: 15px;
}
.link_content ul li a{
    color:#000;
    font-weight:400;
}
.link_content ul li a:hover{
    color:var(--blue)!important;
}
.faq-title{
    font-size: 54px;
    color:#000;
    font-weight: 400;
    max-width: 450px;
    margin-bottom: 45px!important;
}
.header_phone_text{
    font-size: 16px;
    text-transform: capitalize;
    line-height: 12px;
    margin-right:5px;
}
.home{
    padding-top: 0px !important;
}
.btn{
    padding: 17px 32px 17px 32px;font-size: 16px;font-weight: 600;color: white;background-color: var(--blue);
    text-transform: uppercase;
   transition: all 0.5s;
    line-height:normal;
    text-align:center;
    letter-spacing: 0.7px;
    border-radius:0px;
    margin-top:20px!important;
    border:1px solid var(--blue);
}
.sidebar .custom-btn p{
    margin-bottom:0px!important;
}
.btn:hover{
    background-color: transparent;color: var(--blue);
   
}
.btn.white-btn{
    background-color: white;color: black;background-image: url(../img/arrow2.svg);transition: 0.5s all;
}
.btn.white-btn:hover{
    background-color: var(--blue);color: white;background-image: url(../img/arrow1.svg);
}
header.shrink{transition: all 0.2s; background-color: #fff; box-shadow:0px 0px 15px rgba(0, 0, 0, 0.18)}
header.shrink .nav-menu>ul>li>a {color: #000;}
header.shrink .nav-menu>.menu>li.menu-item-has-children >a:after {
 border: solid var(--blue2);
 border-width: 0 1.8px 1.8px 0;
}
header.shrink .search-icon svg path {
    stroke: #000;
}
.space-pd{
    padding: 90px 0px;
}
.space-mr{
    margin: 90px 0px;
}
.space-m-pd{
    padding: 90px 0px;
}
.footer-form .row{
    --bs-gutter-y: 1.4rem;
}
.footer-btm-form{
    padding: 80px 0px;
}
.footer-form{
    background-color: #00000005;
}
.footer-form textarea.form-control{
height: 160px;
}
.footer-form.contact-form .row, .footer-btm-form  .row{
    --bs-gutter-y: 1.8rem;
}
.footer-btm-form .custom-btn{margin-top: 10px;}
.footer-form.contact-form  .custom-btn{margin-top: 33px;}
.footer-form h2{color: var(--blue);margin-bottom: 33px;}
.contact-form .form-control{
    padding-bottom: 27px;
    border-bottom: 1px solid #8C8C8C;
}
.footer-btm-form .form-control{
    padding-bottom: 27px; 
}
.footer-form.patient-cnt-form .form-control{
    padding-bottom: 27px;
    border-bottom: 1px solid #8C8C8C;
}
.footer-form.patient-cnt-form .form-control::placeholder{
    color: #8C8C8C !important;
}
.footer-form.patient-cnt-form textarea.form-control{height: 160px;}
.footer-form.patient-cnt-form h2{
    margin-bottom: 43px;
    color:#000;
}
.contact-form .wpcf7-form textarea.form-control{height: 160px;}
.contact-form .form-control::placeholder{
    color: #8C8C8C !important;
    font-weight:600;
}
.patient-cnt-form .wpcf7-list-item label span{color: #313131;}
.footer-form .form-control{
    padding-top: 0px;padding-left: 0px;
}
.footer-form .btn{
    min-width: 200px;text-align: center;
}
.slick-arrow{
    background-color: transparent;
    padding: 0;
    border: none;
    position: absolute;
    left: -55px;
    top: calc(50% - 16px);
}
.slick-arrow.next-arrow{
    right: -55px;left: unset;
}
.slick-arrow:hover{opacity: 0.6;}
.team-members .title:hover{color: var(--blue);}
.team-members .img-sc img{
    transition: all 0.5s;
}
.team-members .img-sc img:hover{
    opacity: 0.8;
}
.security-check .form-control{
    border-radius: 43px;
    padding: 17px 20px !important;
    border: 1px solid #111111;
  }
.custom_form_msg{
	    color: #ffffff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 65px;
    font-size: 10px;
    background-color: #b30000;
    padding: 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: 4px;
    text-transform: capitalize;
}
.left-form-with-content .wpcf7 label.error {
    right: 2px;
    bottom: 2px;
}
 .testimonial-outer-blk .testimonial-blk:hover{
  background-color:#6cac2f;   
}
.testimonials-page .testimonial-blk:hover{
    background:transparent
}
.testimonials-page .testimonial-outer-blk:hover{
    background-color:#6cac2f;  
}
.testimonials-page .testimonial-outer-blk{
     transition:1s all;
}
.testimonial-outer-blk .testimonial-blk{
    transition:1s all;
}
 .testimonial-outer-blk:hover svg path{
    fill:#fff;
}
.testimonial-outer-blk:hover .title{
    color:#fff;
}
.testimonial-outer-blk:hover .content{
    color:#fff;
}
.testimonial-outer-blk:hover p{
    color:#fff;
}
.nav-menu>ul.menu>li.menu-item-has-children {
    margin-right:30px;
}
.nav-menu>ul.menu>li{
    margin-left:0px!important;
}
.common-footer{
    background:#004A8714;
    display:none;
}
.banner-sub-title{
    font-size:20px;
    font-weight:500;
    position:relative;
    z-index:5;
}
.image-slider .slider-item {
    padding: 10px;
    text-align: center;
}
.service-item{
    background-color:#EBF3F8CC;
    min-height:520px;
}
.services-slider .slick-slide {
    padding: 0 10px; /* 10px space on both sides = 20px total between slides */
    box-sizing: border-box;
}
.wp-image-1339{
    width:auto!important;
}
.image-slider img {
    max-width: 100%;
    height: auto;
    height:500px;
    width:100%;
    display: inline-block;
}
body.page-id-1346 .service-item{
    min-height:380px;
}
body.page-id-1251 .refill {
    align-items: unset !important;
}
.video-reverse .images:after {
    position: absolute;
    content: '';
    left: -45px!important;
    right:0!important;
    bottom: -38px;
    width: 100%;
    height: 100%;
    background: var(--blue2);
    z-index: -1; 
}
.podcast-relative-box {
    margin: 0 10px;
}
.text-blue{
    color: var(--blue);
}
.slick-dots {
    flex-wrap: wrap;
}
.slick-dots li {
    margin-top: 7px;
    margin-bottom: 7px;
}
input[type="file"]::-webkit-file-upload-button {
    padding: 10px 25px !important;
    border: 1px solid var(--blue) !important;
    background-color: var(--blue);
    color: #fff !important;
    border-radius: 50px;
    color: #fff
}
input[type="file"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color: var(--blue2) !important;
    color: #fff !important;
    border: 1px solid var(--blue2) !important;
}
input[type="file"]:not(:disabled):not([readonly]) {
    padding-top: 0px;
    margin: 0;
}
.form-group.form-group-file {
    text-align: left;
}
.form-group.form-group-chekbox span.wpcf7-list-item {
    color: #4d4d4d;
    width: 50%;
    font-size: 16px;
}
.form-group.form-group-chekbox span.wpcf7-list-item input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.form-group.form-group-chekbox span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.page-template-template-landing-page-one .footer-form, .page-template-template-outreach-contact-us .footer-form{
    display: none;
}
.footer-nap-col {
    margin-bottom: 20px;
}
.footer-block-3.footer-contact.nap .call-time {
    display: flex;
    justify-content: space-between;
}
.social-sc svg path{
    fill:#50B2AF;
}
.post-author .author-link img {
    border-radius: 50%;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 6px #cbcbcb;
}
.post-author a{
    display: flex;
    align-items: center;
}
.title-and-date-wrap .date-wrap {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 50px;
    letter-spacing: 3px;
    word-spacing: 4px;
}
.title-and-date-wrap .date-wrap {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 50px;
    letter-spacing: 3px;
    word-spacing: 4px;
    margin-left: 10px;
    margin-right: 10px;
}
.service-btn .service-next:hover, .service-btn .service-prev:hover{
    background-color:var(--blue);
    background-image:url(../img/test-next.svg);
}