body {
	font-family: "DM Sans", serif;
    font-size: var(--body-size);
    font-weight: 400;
    line-height: 2;
    padding-top: 0px;
    color: #2C2C2C;
}

.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-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: 360px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-header-wrap .header-logo a {
    display: flex;
}
.main-header-wrap .header-logo svg {
    width: 100%;height: auto;
}

.main-header-wrap .header_menu_apply {
    width: 100%;
    max-width: calc(100% - 360px);
    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: 15px;
}

.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: var(--blue);
    color: #fff;
}
.footer-logo{
    margin-bottom: 25px;
}
.footer-logo img, .footer-logo svg{max-width: 100%;max-height: 160px;
    width: auto;}
.footer-description{
    margin-bottom: 35px;padding-right: 60px;
}
.address-wrap svg{width: 20px}
.footer-description p{
    font-size: 16px;
}
footer .phone svg{margin-top: 5px; width: 25px;}
.footer-social ul li svg path {
    fill: #ffffff;
}
.bold-title{
    font-size: 16px;
    color: var(--dark-blue);font-weight: 600;
}
footer .bold-title {
    color: #fff;
}
.footer-social ul {
    display: inline-block;padding-left: 0;
}

.footer-social ul li {
    display: inline-block;margin-right: 8px;
}
body .footer-social ul li:last-child {
    margin-right: 0;
}
.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;
}
.pwd-sc img{
    width: 170px;max-width: 100%;
}
.footer-title{
    font-size: 20px;font-weight: 600;
    margin-bottom: 35px;    line-height: 100%;
}
footer .menu a{
    font-size: 16px;font-weight: 400;text-transform: capitalize;
    position: relative;color: #fff;
}
footer .menu .current_page_item a {
    color: #ffffff;
    opacity: 0.7;
}
footer .menu li{
    margin: 12px 0px 16px;
}
footer .menu a:hover {
    color: #ffffff;
    opacity: 0.7;
}
.social-sc{
    margin-right: 55px;
}
.footer-social ul li a{
    padding: 10px;
   width: 40px;
   height: 40px;
    transition: 0.5s;
}
.footer-social ul li:hover a svg path{ 
    fill:#fff;
}
.footer-social ul li a svg {
    width: 21px;
    height: 21px;
}
.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.footer-social ul li a:hover {
    background-color: var(--yellow);
}
.footer-nap-row .icon-lft svg path {
    fill: var(--yellow);
}
.footer-link{
	border-bottom: 1px solid #FFFFFF26;
}
footer .footer-copyright {
    padding: 15px 0px;
    line-height: 1.5;
    font-size: 16px;
}
.footer-copyright p{
    padding: 5px;
}
.footer-copyright a{
        color: #ffffff;font-weight: 400;text-decoration: underline;
}
.footer-copyright a:hover {
    text-decoration: none;
}
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;
}
.nav-menu ul li .sub-menu li.current-menu-item a {
    background: var(--dark-blue);
    border: none;
    color: white;
}

.nav-menu ul li .sub-menu li a:hover {

    background: var(--dark-blue);
    border: none;
}
.nap-txt {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-nap-col{
    font-size: 16px;line-height: 24px;
}
.footer-nap-col a{
    color: #ffffff;text-transform: uppercase;
}
.nap-global-direction a{
text-decoration: underline; font-weight:normal; margin-top: 5px;display: block;width: fit-content;color:var(--yellow); text-transform:capitalize
}
.nap-global-direction a:hover{text-decoration: none;color: #f5f5f5;}
.icon-flx{
    display: flex;margin-bottom: 33px;
}
.icon-lft{
    width: 37px;margin-right: 15px;
}
.icon-rgt{
    width: calc(100% - 52px);
}
.icon-flx:last-child{
    margin-bottom: 0;
}
.powered_by_text {
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    font-weight: 300;
    padding: 40px 0px;
    margin-top: 40px;
}
/**************/

.copyright-privacy {
}

.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: 30px;
    background: var(--blue);
    display: inline-flex;
    padding: 15px 35px;
    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 0.5s;
}
.button:hover{background-color: white;color: var(--white);transition: all 0.5s;    background-color: var(--yellow);}
.button:hover{
	/*stroke: var(--blue);*/
}
.button:hover path {
    fill: var(--blue);
}
.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;
}
header .blu-btn{margin-left: 10px;font-size: 19px;padding: 9px 25px; border:1px solid transparent; }
header .blu-btn:hover {
    border-color: var(--blue);
    background-color: transparent;
    color: var(--blue);
}
header .blu-btn svg{
    margin-right: 15px;
}
.header_phone_text {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}
.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: var(--yellow);transition: all 0.5s;color: white;
}
.btn.white-btn{
    background-color: white; color: #0084B0; background-image: url(../img/arrow2.svg);transition: all 0.8s;
}
.btn.white-btn:hover{
    background-color: var(--blue);color: white;background-image: url(../img/arrow1.svg);
}
.yellow-btn{
	 background-color: var(--yellow);
}
.yellow-btn:hover{
	 background-color: var(--black);
}
.btn-border {
    border-color: var(--white);
    background-color: transparent;
}
.btn-border:hover {
    border-color: var(--blue2);
}
header.shrink{background-color: #fff;transition: all 0.5s;box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);}
.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{
    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 rgba(17, 17, 17, 0.5);
}
.footer-form.patient-cnt-form .form-control::placeholder{
    color: rgba(17, 17, 17, 0.5) !important;
}
.footer-form.patient-cnt-form textarea.form-control{height: 160px;}
.footer-form.patient-cnt-form h2{
    margin-bottom: 20px;
}
.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: #313131;}
.footer-form .form-control{
    padding-top: 0px;padding-left: 0px;
}
.footer-form .btn{
   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;}
.team-members .title:hover{color: var(--blue);}
.team-members .img-sc img{
    transition: all 0.5s;width:100%
}

.custom_form_msgx{
    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;
  }

  .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;
  }
.service-slider .service-wrap{
    padding: 0px 10px;
}

.service-slider .slick-track
{
    display: flex !important;
}

.service-slider .slick-slide
{
    height: inherit !important;
}
.service-slider .slick-slide > div{
    height: 100%;
}
.grey-bg{
    background-color: #F6F6F6;
}
.grey-bg img {
    display: block;
}
.search .breadcrumb-sec {
    display: none;
}
.error404 .breadcrumb-sec {
    display: none;
}
.wpcf7 .wpcf7-submit:disabled {
    pointer-events: auto;
}
.banner-form select.form-control {
    background-image: url('../img/select-icon.svg') !important;
    background-size: 16px !important;
}
.custom-description {
    font-size: 15px;
}
.custom-title{
    font-weight: 600;
}
.testimonial_page_loop {
    padding: 40px 20px;
    box-shadow: 5px 5px 10px 0px #0000001A;
    background-color: #fff;
    border-radius: 0;
}
.single-team-page .img-sc img {
    width: 100%;
}
.home .left-image-right-content strong, .home .left-image-with-content strong, .home .form-with-map strong {
    color: var(--yellow);
}
.header-logo img {
   /*  max-height: 95px; */
    max-height: 105px;
    width: auto;
}