body {
    font-family: "Poppins", sans-serif;
    font-size: var(--body-size);
    font-weight: 400;
    line-height: 2;
    padding-top: 0px;
    color: #3D3D3D;
}

.heading{
color: var(--blue);
}


/********************Header***********************/
.header .container-fluid{
    padding: 0px 60px;
}
.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;
    margin-left: 10px;
}
.header-search svg{
    cursor: pointer;
}
.header-search:hover svg path{
    stroke:#15999B;
}

.header-apply-wrap{
    padding: 0px 15px;
}
.header-apply-wrap button{
    padding: 15px 25px;
}
.header_phone_number{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.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 {
      display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
}
.main-header-wrap .header-logo img {
    display: block;
}
.main-header-wrap .header-logo svg {
    width: 100%;height: auto;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border-bottom: 0.4px solid rgba(255, 255, 255, 0.6); 
    background: #fff;  
    /* height: 185px;   */
    transition: all 0.5s ease;
    padding: 15px 0px;
}
.main-header-wrap{
    /* height: 185px; */
    display: flex;
    align-items: center;
    transition: height 0.5s ease;
}
.main-header-wrap .header_menu_apply {
       display: flex;
    align-items: center;
    justify-content: center;
    width: 37%;
}
.header-search svg path{
    stroke: #3D3D3D;
}
.right_menu{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 35%;
}
.main-header-wrap .header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header-wrap .header-menu-wrap > ul {
    position: relative;
}



.main-header-wrap .header-menu-wrap > ul {
}

/***********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: #15999B;
    color: #fff;
}
.footer-logo{
    margin-bottom: 0px;  
}
.footer-logo img, .footer-logo svg{
    max-width: 100%;    
    width: 475px;    
    display: block;
}
.footer-logo-wrapper {
    display: flex;
}
.footer-logo-wrapper img {
    width: 290px;
}
.footer-description{
    margin-bottom: 20px;
    padding-right: 60px;
}
.address-wrap svg{    margin-top: 5px;}
.footer-description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 34.4px;
    color: #000;
}
footer .phone svg{margin-top: 5px;}
.footer-social ul li svg path {
    fill: var(--dark-blue);
}
.bold-title{
    font-size: 23px;
    color: var(--dark-blue);font-weight: 600;
}

.footer-social ul {
    display: inline-block;padding-left: 0;
}

.footer-social ul li {
    display: inline-block;margin-right: 8px;
}
.social-title{
    font-size: 16px;font-weight: 700;text-transform: uppercase;line-height: normal;margin:10px 0px; 
}
.pw-txt{
    font-size: 12px;font-weight: 700;text-transform: uppercase;
    margin-bottom: 10px;
}
ul.social-links {
    display: flex;
    gap: 0px 10px;
}
ul.social-links li.social-item a svg path {
    fill: #fff;
}

.social-links li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.pwd-sc img{
    width: 170px;max-width: 100%;
}
.footer-title{
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}
footer .menu a{
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-left: 8px;
}
/* footer .menu a::after{
    position: absolute;
    content: '';
    background: #fff;
    top: 9px;
    left: 0px;
    width: 7px;
    height: 1px;
} */
footer .menu a:hover{
    text-decoration:underline;
}
footer .menu .current_page_item a{
    color: #fde1ba;
}
footer .menu li{
    margin: 0px 0px 10px 0px;
}
footer .menu a:before{
    /*
    content: '';
    width: 20px;
    height: 1px;
    background-color: var(--blue);
    position: absolute;
    left: 0;
    top: 50%;
    */
}
.social-sc{
    margin-right: 55px;
}
.footer-social ul li a{
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
   width: 34px;
   height: 34px;
    transition: 0.5s;
}
.footer-social ul li:hover{
    background: #048;
}
.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 {
   /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 15px 0 25px 0px;
    line-height: 1.5;
    font-size: 16px;
    margin: 80px 0px 0px 0px;
}
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{
    font-family: 'Droid Sans';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.footer-copyright a{
        color: #2C2C2C;
        text-decoration: underline;
        font-weight: 400;
}
.footer-copyright a:hover{
    text-decoration: none;
    color: var(--blue);
}
.footer .lft{
    margin-bottom: 45px;
}

.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{
    color: #fff;font-weight: 600;font-size: 16px;
}
.footer-nap-col .bold-title {font-size: 16px;    color: var(--blue2);    font-weight: 700;}
.nap-global-direction a{
text-decoration: underline;display: block;width: fit-content;
}
.nap-global-direction a:hover{
    text-decoration: none;
}
.icon-flx{
    display: flex;
}
.icon-flx:last-child {
    margin-bottom: 0;
}
.icon-lft{
    width: 37px;margin-right: 15px;
}
.icon-rgt{
    width: calc(100% - 52px);
}
footer .link_content li{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  color: black;
  text-align: left;
}
footer .link_content li:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: var(--blue);
  position: absolute;
  left: 0;
  top: 50%;
}

.footer-nap-row{
    display: flex;
    justify-content: space-between;
}
/* .footer-nap-row .footer-nap-col:last-child{
    margin-left: 30px;
} */
.footer .rgt{
    padding-left: 60px;
}
.footer .last{
    padding-left: 95px;
}
.nap-post-title{
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-nap-col{
    width: 50%;
}
.footer .address, .footer .icon-rgt{
    font-size: 14px;
    line-height: 40px;
}
/**************/

.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 {
    border-radius: 65px;
    background: var(--blue);
    padding: 15px 35px;
    justify-content: center;
    color: white;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.7px;
    height: 55px;
    display: inline-flex;
    align-items: center;
}
.button:hover{background-color: white;color: var(--blue);transition: all 0.5s;}

.button:hover svg path{fill:var(--blue);}
.button.border_radius{
    border-radius: 0;
}
.button.without_border{
    border: 1px solid #15999b;
}
.button.white-btn{
    background-color: white;color: black;transition: all 0.5s;
}
.button.white-btn:hover{
    background-color: var(--blue);color: white;transition: all 0.5s;
}
.button.white-btn:hover:hover svg path{
    fill:white;
}
.button.white-btn svg{
    margin-right: 15px;
}
.button.black_btn {
    background: #3D3D3D;
    height: 55px;
    padding: 15px 25px;
}
.button.black_btn:hover{
    background:#0E0E0E;
    color:#fff;
}
header .blu-btn svg{
    margin-right: 15px;
}
.header_phone_text{
    font-size: 12px;
    text-transform: capitalize;
    line-height: 12px;
    margin-bottom: 2px;
}
.home{
    padding-top: 0px !important;
}
.btn{
    padding: 17px 60px 17px 20px;font-size: 16px;font-weight: 700;color: white;border-radius: 43px;background-color: var(--blue);
    text-transform: uppercase;background-image: url(../img/arrow1.svg);
    background-position: calc(100% - 20px) center;background-size: 20px;background-repeat: no-repeat;transition: all 0.5s;
    line-height: 16px;line-height: 16px;
    letter-spacing: 0.7px;
}
.btn:hover{
    background-color: #3d3d3d;transition: all 0.5s;color: white;
}
.btn.white-btn{
    background-color: white;color: black;background-image: url(../img/arrow2.svg);transition: all 0.5s;
}
.btn.white-btn:hover{
    background-color: var(--blue);color: white;background-image: url(../img/arrow1.svg);
}
header,
header .main-header-wrap,
header .main-header-wrap .header-logo img {
    transition: all 0.3s ease-in-out;
}
header.shrink{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    padding: 5px 0px;
    /* height: 120px; */
}
header.shrink .main-header-wrap{
    /* height: 120px; */
}
header.shrink .main-header-wrap .header-logo img{
    /* width: 300px; */
}
.space-pd{
    padding: 115px 0px;
}
.space-mr{
    margin: 115px 0px;
}
.space-m-pd{
    padding: 120px 0px;
}
.footer-form .row{
    --bs-gutter-y: 1.4rem;
}
.footer-btm-form{
    padding: 80px 0px;
}
.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);   
     /* font-weight: 700; */
     margin-bottom: 35px;
    }
.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-group {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-form.patient-cnt-form .form-control{
    padding-bottom: 16px;
    border-bottom: 1px solid #A5A5A5;
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 500;
    padding-left: 8px;
}
.footer-form.patient-cnt-form .form-control::placeholder{
    color: #7E7E7E !important;
}
.checkbox_row p{
    text-align: left;
}
.checkbox_row label{
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
}

.footer-form.patient-cnt-form textarea.form-control{height: 160px;}

.contact-form .wpcf7-form textarea.form-control{height: 160px;}
.contact-form .form-control::placeholder{
    color: #8C8C8C !important;
}
.patient-cnt-form .wpcf7-list-item label span{    
    color: #7e7e7e;
    line-height: 30px;
    margin-left: 25px;
    font-size: 16px;
}
.footer-form .form-control{
    padding-top: 0px;padding-left: 0px;
}
.footer-form .btn{
    min-width: 200px;text-align: left;
}
.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;}

.security-check .form-control{
    border-radius: 43px;
    padding: 17px 20px !important;
    border: 1px solid #111111;
}
.search-panel .custom_form_msg{
    bottom: -13px;
    right: 0px;
    border-radius: 0;
}
.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;
}
.email svg {
    width: 35px;
}
.footer-logo a {
/*     background-color: var(--blue2); */
    display: inline-block;
    padding: 10px 0px;
}
.team-members .title:hover{color: var(--blue);}
.team-members .img-sc img{
    transition: all 0.5s;width:100%
}
.highlight_text {
    background-color: var(--blue2);
    color: #fff;
    padding: 70px 0px;
}
.highlight_text h4 {
    color: #fff;
}
.blog-btn .button:hover {
    border: 1px solid var(--blue);
}
.blog-btn .button {
    border: 1px solid var(--blue);
}
body.blog .footer-form.footer-btm-form {
    display: none;
}
.checkboxGrouplist .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
    padding-right: 10px;
}
.checkboxGrouplist .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
div#crmWebToEntityForm {
    max-width: 70% !important;
}
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], 
input[type=password], 
.zcwf_lblTopBottom .zcwf_col_fld textarea {
    width: 100% !important;
     padding: 10px;
}
.zcwf_lblTopBottom .zcwf_col_fld_slt {
    border-radius: 2px !important;
    font-size: 16px !important;
    padding: 10px !important;
}
.contact-form-sidebar div#crmWebToEntityForm {
    max-width: 100% !important;
}
.form-control-label {
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
}
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-file {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
}
.form-group.radioboxGrouplist .form-control-radio span.wpcf7-list-item {
    width: 50%;
    font-size: 18px;
}
.form-group.radioboxGrouplist .form-control-radio {
    display: flex;
    flex-wrap: wrap;
}
.form-group.radioboxGrouplist .form-control-radio .wpcf7-list-item-label {
    padding-left: 15px;
}
.form-group.radioboxGrouplist .form-control-radio input[type="radio"] {
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 991px) {
div#crmWebToEntityForm {
    max-width: 100% !important;
}
}

.page-template-social-page .breadcrumb-sec{
    display: none;
}
.social_footer{
    padding-top: 40px;
    background-color: #004A8714;
    padding-bottom: 40px;
}
.social_footer .footer-logo a{
    padding: 0;
}
.social_footer .footer-description {
    margin-bottom: 0px;
    padding-right: 0px;
}
.page-id-1208 #crmWebToEntityForm .zcwf_col_fld .formsubmit{
	text-align: center !important;
}
.page-id-1208 #crmWebToEntityForm .zcwf_col_fld .zcwf_button{
	text-align: center !important;
}
.sidebar  .form-control-label{
		color:#fff;
}
.sidebar .wpcf7-list-item label span{
margin-left:0px;	
	color:#fff;
}
body.home .container-fluid-custom {
    padding: 25px 0px;
}



.darkbtn:hover {
    background-color:var(--blue);
    transition: all 0.5s;
    color: white;
}

.darkbtn{
    padding: 17px 60px 17px 20px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border-radius: 43px;
    background-color:  #3d3d3d;
    text-transform: uppercase;
    background-image: url(../img/arrow1.svg);
    background-position: calc(100% - 20px) center;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    line-height: 16px;
    line-height: 16px;
    letter-spacing: 0.7px;
}