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

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


/********************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%;
}
.bg-section h2{
	color:var(--blue);
}
.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: 370px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
}
.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% - 370px);
    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;
}
.banner-content{
max-width: 731px;
}

/*************Footer****************/
footer {
    padding-top: 65px;
    background-color: var(--black);
    color: #fff;
}
.footer-logo{
    margin-bottom: 25px;
}
.footer-logo img, .footer-logo svg{max-width: 100%;}
.footer-description{
    margin-bottom: 35px;padding-right: 60px;
}
.address-wrap svg{width: 20px}
.footer-description p{
    font-size: 16px;
}
footer .phone svg{ width: 25px;}
footer .email svg{width: 25px;}
.footer-social ul li svg path {
    fill: #ffffff;
}
.footer-social .social-sc ul li a:hover {
    background-color: var(--blue);
}
.email a{
	font-size: 16px;
	font-weight: 500;
}
.bold-title{
    font-size: 16px;
    color: var(--dark-blue);font-weight: 500;
}
footer .bold-title {
    color: #fff;
}
.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;
    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;
	text-decoration: underline;
}
.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(--blue2);
}
.footer-link{
	border-bottom: 1px solid #FFFFFF26;
	padding-bottom: 55px;
}
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(--black);
    border: none;
    color: white;
}

.nav-menu ul li .sub-menu li a:hover {
    background: var(--black);
    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;
}
.nap-global-direction a{
text-decoration: underline; font-weight:normal; margin-top: 5px;display:inline-block;width: fit-content;color:var(--blue2); text-transform:capitalize
}
.nap-global-direction a:hover{text-decoration: none;color: #f5f5f5;}
.icon-flx{
    display: flex;margin-bottom: 33px;
}
.icon-lft{
    width: 37px;
}
.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: 17px 60px 17px 20px;
    justify-content: center;
    align-items: center;
    color: white;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
	line-height: 16px;
    letter-spacing: 0.7px;
}
.blog-button{
	display: flex;
	background-image: url(../img/arrow1.svg);
	background-position: calc(100% - 20px) center;
	background-size: 20px;
	background-repeat: no-repeat;
	min-width: 165px;
}
a.button.blog-button:hover {
	background-color: var(--black);

}
.button:hover{background-color: white;color: var(--white);    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;
	margin-bottom: 5px;
}
.home{
    padding-top: 0px !important;
}
.btn{
    padding: 18px 60px 16px 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(--black);transition: all 0.5s;color: white;
}
.btn-white-border .btn:hover{
    border-color: #fff;
}
.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 {
    background-color: var(--blue);
}
.btn-border:hover {
    border-color: #fff;
}
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(--black);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%;
}

div#block_5f7f66b374321496d6de3a9d68a912f1 {
    background: rgba(248, 248, 248, 1);
}
.bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagination .nav-links a.next, .pagination .nav-links a.prev {
    background-color: var(--blue);
    font-size: 13px;
    background-image: url(../img/pagination-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
}
.pagination .nav-links span, .pagination .nav-links a {
    min-width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pagination .nav-links a.prev {
    transform: rotate(180deg);
}
.team-phone-number a{
	color: #272727;
	font-size: 18px;
	font-weight: 500;
}
.team-email-icon a{
	color: #272727;
	font-size: 18px;
	font-weight: 500;
}
input[type="tel"]::placeholder {
    font-family: "Raleway", sans-serif;
}
.list-style2 ul li:before {
    background-image: none;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    top: 15px;
}
.list-style2 ul li {
    padding-left: 20px;
}
.page-template-template-about .top-sec h2 {
    margin-top: 0px;
}
.individual-page .title {
    margin-bottom: 0px;
}
.individual-page .col-inner {
    padding: 40px;
	border-radius:20px;
}
.inner-page-border-img .border-img {
    padding: 0px;
}
.form-with-map select.form-control{
 background-image: url('../img/select-icon.svg') !important;
    background-size: 16px !important;
	padding-left:0px;
}
.form-with-map select.form-control option{
	padding-left:15px!important;
}
.custom-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
}
.page-id-342 .fullwidth-content-sec h1{
	text-align: center;
}
.page-id-342 .fullwidth-content-sec .fullwidth-content{
	text-align: center;
}
.parent-pageid-342 .services-list h2.heading.w-100.text-center {
    text-align: left !important;
}
.parent-pageid-342 .services-list .content.text-center.services-page {
    text-align: left !important;
}

.parent-pageid-342 .faqs-block h2 {
    text-align: left;
}
.parent-pageid-342 .faqs-block p {
    text-align: left;
}
.static-div{
	display: flex;
	align-items: center;
    justify-content: center;
}
.static-div .left-static-img{
	width: 50%;
}
.static-div .right-static-content{
	width: 50%;
}
.home-services .services-page span {
	font-size:22px!important;
	color:#000!important;
}