/*********** Global *************/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

@font-face {
    font-family: 'Acratica';
    src: url('../fonts/Acratica-Demo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
 	margin: 0;
 	padding: 0;
 	box-sizing: border-box;
} 

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #b50900;
}

body::-webkit-scrollbar-track {
    background: #d1d2d4;
}

/*********** Header *************/

#global-header {
    position: absolute;
    top: 40px;
    width: 100%;
    background: transparent;
}

#global-header .et_pb_row {
    display: flex;
    align-items: center;
}

#global-header .et_pb_menu__wrap {
    justify-content: flex-end;
}

#global-header ul {
    margin: 0;
}

#global-header ul li {
    margin: 0;
    padding: 0;
}

#global-header ul li a {
    padding: 0 30px 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    opacity:1;
}

#global-header .topbar-menu{
    margin-bottom:40px;
}

#global-header .topbar-menu ul li {
    margin-right: 20px;
}

#global-header .topbar-menu ul li:last-child{
    margin:0;
}

#global-header .topbar-menu ul li a{
    color:#2bdef2;
}

#global-header .topbar-menu ul li a:hover{
    color:#fff;
}

#global-header ul li a::after {
    right: 8px;
    font-size: 20px;
}

#global-header .main-menu ul li:last-child a{
    padding:0;
}

#global-header .main-menu ul li a:hover{
    color:#2bdef2;
}

#global-header .mobile-menu{
        display: none;
}

#global-header ul li ul.sub-menu {
    padding: 0;
    border-top: 3px solid #3d7dcc;
}

#global-header ul li ul.sub-menu li {
    display: block;
}

#global-header ul li ul.sub-menu li a {
    padding: 8px 20px !important;
    width: 100%;
    font-size: 16px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #3d7dcc;
}

#global-header ul li ul.sub-menu li a:hover{
    color: #fff;
    background:#3d7dcc;
}

#global-header ul li ul.sub-menu li:last-child a {
    border: 0;
}


/**********  Sections ***********/

#section-1 {
    height: 930px;
    display: flex;
    z-index: 9;
}

#section-1 .heading {
    margin-top: 100px;
}

#section-1 h1 {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 73px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    width: 39%;
}

#section-1 p {
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    width: 40%;
    line-height: 1.5;
    margin: 50px 0;
}

#section-1 .btn {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #b50900;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 12px 25px;
    line-height: inherit !important;
    float: left;
    margin-right: 10px;
}

#section-1 .btn2 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    border-radius: 50px;
    color: #fff;
    padding: 12px 25px;
    line-height: inherit !important;
    float: left;
    margin-right: 10px;
    border: 1px solid;
}

#section-1 .btn:after {
    display: none;
}

#section-1 .btn2:after {
    display: none;
}

#section-1 .btn:hover{
    background: #2bdef2;
}

#section-1 .btn2:hover{
    background: #2bdef2;
	border: 1px solid #2bdef2;
}

#section-2 {
    padding: 100px 0;
}

#section-2:before{
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 338px;
    height: 510px;
    background: url(../img/icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


#section-2 h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
	margin-bottom: 50px;
}

#section-2 h2 em {
    color: #00bcd1;
    font-weight: 400;
    font-style: normal;
}

#section-2 p {
    text-align: center;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px auto;
    width: 85%;
}

#section-2 .our-approach {
    border: 1px solid #00bcd1;
    border-radius: 40px;
    padding: 30px 0;
}

#section-2 .our-approach:hover {
    border: 1px solid  #3d7dcc;
}

#section-2 .our-approach .et_pb_blurb_content {
    max-width: 100%;
}

#section-2 .our-approach .et_pb_main_blurb_image {
    margin-bottom: 40px;
}

#section-2 .our-approach h4 {
    padding: 0;
    text-align: center;
    color: #3d7dcc;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

#section-2 .approach-row {
    display: flex;
    margin-bottom: 20px;
}
#section-2 .et_pb_row_2.approach-row {
    margin-top: 60px;
}
#section-2 .approach-row img.wp-image-83 {
    width: 80%;
}

#section-2 .approach-row .et_pb_column {
    margin-right: 20px;
}

#section-2 .last-row {
    display: flex;
    justify-content: center;
}

#section-2 .last-row .et_pb_column {
    width: 20%;
}


#section-3 h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
	margin-bottom: 60px;
}

#section-3 h2 em {
    color: #00bcd1;
    font-weight: 400;
    font-style: normal;
}

#section-3 p {
    text-align: center;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 50px auto 80px;
    width: 85%;
}


#section-3 .row-1 {
    max-width: 1300px;
    display: flex;
    margin-bottom: 30px;
}

#section-3 .last-row {
    margin-bottom: 0;
    justify-content: center;
}

#section-3 .row-1 .et_pb_column {
    margin-right: 30px;
}

#section-3 .last-row .et_pb_column {
    width: 33.3333%;
}

.treatment-blurb {
    height: 430px;
    padding: 10px;
}

.treatment-blurb:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0 0 0));
    left: 0;
}

.treatment-blurb h4 {
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #2bdef2;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.treatment-blurb ul {
    padding: 0;
}

.treatment-blurb ul li {
    list-style: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.treatment-blurb ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}

.treatment-blurb ul li:last-child{
    margin: 0;
}

.treatment-blurb .et_pb_blurb_content {
    max-width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

#section-6 {
    padding: 100px 0;
}

#section-6 h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#section-6 h2 em {
    color: #00bcd1;
    font-weight: 400;
    font-style: normal;
}

#section-6 .heading p {
    text-align: center;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 25px auto;
    width: 85%;
}

#section-6 .et_pb_tabs {
    border: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

#section-6 .et_pb_tabs_controls:after {
    display: none;
}

#section-6 .et_pb_tabs_controls{
    background: transparent;
    border-bottom: 1px solid #dddfdf;
    display: flex;
}

#section-6 .et_pb_tabs_controls li {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    background: #fbfbfb;
    border: 1px solid #dddfdf;
    border-bottom: 0;
    flex: 1 0 auto;
}

#section-6 .et_pb_tabs_controls li.et_pb_tab_active{
   background: #bf0a02;
   border: 1px solid #bf0a02;
}

#section-6 .et_pb_tabs_controls li a {
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #ba1911;
    padding: 15px 20px;
    text-align: center;
}

#section-6 .et_pb_tabs_controls li.et_pb_tab_active a{
  color: #fff !important;   
}

#section-6 .et_pb_tab {
  border: 1px solid #dddfdf;
  border-top: 0;
  padding: 60px 40px;
}

/* #section-6 .et_pb_tab .et_pb_tab_content {
    display: flex;
    align-items: center;
} */

#section-6 .et_pb_tab .et_pb_tab_content p {
    padding: 0;
    font-size: 20px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
	margin-bottom:15px;
}

/* #section-6 .et_pb_tab .et_pb_tab_content p:nth-child(1) {
    width: 20%;
}

#section-6 .et_pb_tab .et_pb_tab_content p:nth-child(2) {
    width: 80%;
    padding-left: 45px;
} */


#section-7 {
    padding: 100px 0;
}

#section-7 h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
	margin-bottom: 60px;
}

#section-7 h2 em {
    color: #00bcd1;
    font-weight: 400;
    font-style: normal;
}

#section-7 p {
    text-align: center;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 50px auto 80px;
    width: 85%;
}

#section-7 .dcm-carousel-item .content--absolute {
    height: 10%;
    text-align: center;
    top: 30px;
}
#section-7 .slick-slide {
    height: 30%;
}

#our-team-slider {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

#our-team-slider figure {
    background: #fff;
    border-radius: 100%;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#our-team-slider figure img {
    border: 1px dashed #00bcd1;
    border-radius: 100%;
}

#our-team-slider .content {
    position: inherit;
}

#our-team-slider .content .content-inner {
    padding: 0;
}

#our-team-slider .wdcl-image-title {
    text-align: center;
    padding: 0 0 40px 0!important;
    font-size: 26px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 40px;
    position: relative;
}

#our-team-slider .wdcl-image-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45px;
    height: 3px;
    background: #3d7dcc;
}

#our-team-slider button.slick-arrow {
    margin: 0;
    border: 0;
    background: transparent;
    transform: inherit;
    border-radius: inherit;
    top: 15%;
}

#our-team-slider button.slick-arrow:before {
    display: none;
}

#our-team-slider button.slick-prev {
    background: url(../img/left-a.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    width: 46px;
    height: 121px;
    left: -150px;
}

#our-team-slider button.slick-next {
    background: url(../img/right-a.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    width: 46px;
    height: 121px;
    right: -150px;
}

#section-8 {
    padding: 65px 0;
}

#section-8 .slick-track {
    display: flex;
    align-items: center;
}

#section-8 button.slick-arrow {
    border: 0;
    background: transparent;
    transform: inherit;
    border-radius: inherit;
    top: 0;
}

#section-8 button.slick-arrow:before {
    display: none;
}

#section-8 button.slick-prev {
    background: url(../img/left-a.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    width: 46px;
    height: 121px;
    left: -70px;
}

#section-8 button.slick-next {
    background: url(../img/right-a.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    width: 46px;
    height: 121px;
    right: -70px;
}


#section-9 {
    padding: 100px 0;
}

#section-9 h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#section-9 h2 em {
    color: #00bcd1;
    font-weight: 400;
    font-style: normal;
}

#section-9 p {
    text-align: center;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 50px auto 80px;
}

#section-9 form {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#section-9 form p {
    margin: 0;
    width: 100%;
    float: none;
}

#section-9 form input {
    background: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
}

#section-9 form textarea {
    background: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    resize: none;
}

#section-9 form input::placeholder,
#section-9 form textarea::placeholder{
    font-size: 18px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#section-9 form .et_pb_contact_field_4 {
    grid-column: 1/3;
}

#section-9 form .et_contact_bottom_container {
    float: none;
    margin: 0;
    justify-content: center;
    grid-column: 1/3;
}

#section-9 form button {
    margin: 20px 0 0 0;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #b50900;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 15px 43px;
    line-height: inherit !important;
}

#section-9 form button:after {
    display: none;
}

#section-9 form button:hover{
    background: #2bdef2;
}


#feedback {
    padding: 100px 0 0;
}

#feedback h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-bottom: 90px;
}

#feedback h2 em {
    color: #00bcd1;
    font-weight: 400;
    font-style: normal;
}


#feedback .sp-testimonial-item {
    background: url(../img/testi.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 100px;
}


#feedback .sp-testimonial-free {
    display: flex;
    flex-direction: column-reverse;
    padding: 130px 50px;
	
}

#feedback .sp-testimonial-title {
    margin: 0;
}

#feedback .sp-testimonial-title h3 {
    text-align: right;
    color: #fff !important;
    font-size: 35px;
    font-family: 'Acratica';
    font-weight: inherit;
}

#feedback .sp-testimonial-client-testimonial {
    margin: 0;
}

#feedback .sp-testimonial-client-testimonial p {
    margin-bottom: 30px;
    text-align: justify;
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

#feedback .sp-testimonial-free-section {
    position: relative;
}

#feedback .testimonial-nav-arrow {
    top: 25%;
}

#feedback .testimonial-nav-arrow i {
    color: #fff;
    font-size: 50px;
}

#feedback .swiper-button-next {
    right: 40px;
}

#feedback .swiper-button-prev {
    left: 85%;
}

#blog {
    padding: 100px 0;
}

#blog h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
	margin-bottom: 60px;
}

#blog h2 em {
    color: #00bcd1;
    font-weight: 400;
    font-style: normal;
}

#blog .heading p {
    text-align: center;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 50px auto 80px;
    width: 85%;
}

.blog-post-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.blog-post-area .avatar img {
    width: 100%;
    display: block;
}

.blog-post-area .disc {
    width: 100%;
    max-width: 500px;
    margin: -70px auto 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px 30px;
    z-index: 9;
    position: relative;
}


.blog-post-area .disc h1 {
    padding: 0;
    font-size: 22px;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.blog-post-area .disc p {
    padding: 0;
    font-size: 18px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.blog-post-area .disc .date {
    margin: 20px 0;
}

.blog-post-area .disc a {
    color: #b50900;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-top: 40px;
}

.blog-post-area .disc a img {
    margin-left: 15px;
}


.single-post #global-header {
    background-position: center top;
    background-image: url(../img/sub.jpg)!important;
    top: 0;
    padding: 30px 0;
}

.single-post #main-content .container {
    padding: 0;
}

.single-post #main-content .container:before {
    display:none;
}

.single-post #content-area {
    margin-top: 150px;
}

.single-post #content-area #left-area {
    border: 0;
    width: 100%;
    float: none;
}

.single-post #content-area #left-area h1 {
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    padding: 0;
    font-size: 40px;
    margin-bottom: 50px;
}

.single-post #content-area #left-area p.post-meta {
    display: none;
}

.single-post #content-area #left-area .entry-content {
    padding: 0;
}

.single-post #content-area #left-area .entry-content p {
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
/*     margin-top: 50px; */
}

.single-post #content-area #left-area .entry-content ul {
margin-left: 20px;
}

.single-post #content-area #left-area .entry-content li {
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.single-post #content-area #left-area .entry-content h2 {
    font-weight: 700;
}

.single-post #content-area #left-area #comment-wrap {
    display: none;
}

.single-post #content-area #sidebar {
    display: none;
}

.single-post .et_post_meta_wrapper img {
    padding-bottom: 50px;
}

.page-id-474 .et_pb_text_1 {
    width: 50%;
}

.page-id-474 .et_pb_text_2 {
    width: 50%;
}

#flex-line {
    display: inline-flex;
}

#sub-header {
    padding: 100px 0;
}

#sub-header .inner-title .et_pb_text_inner {
    text-align: center;
    padding: 0;
    font-size: 45px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#sub-header p {
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
}

#our-team {
    padding: 100px 0;
}

#our-team h1 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#meet-our-team-blurb:nth-child(1) {
    margin-top: 50px;
}

#meet-our-team-blurb {
    margin-bottom: 50px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 30px;
    border: 1px solid #3d7dcc;
}

#meet-our-team-blurb .et_pb_blurb_content {
    max-width: 100%;
    display: flex;
    align-items: start;
}

#meet-our-team-blurb .et_pb_main_blurb_image {
    width: 20%;
    margin: 0;
}

#meet-our-team-blurb .et_pb_blurb_container {
    width: 80%;
}

#meet-our-team-blurb .et_pb_main_blurb_image img {
    border-radius: 100%;
    height: 250px;
    width: 250px;
}

#meet-our-team-blurb h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    padding: 0;
}

#meet-our-team-blurb h3 {
    padding: 0;
    color: #b50900;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin: 10px 0;
}

#meet-our-team-blurb p {
    font-size: 16px;
}

#wellness-1 {
    padding: 100px 0;
}

#wellness-1 h1 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#wellness-1 ul {
    padding: 0;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 850px;
}

#wellness-1 ul li {
    list-style: none;
    font-size: 18px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

#wellness-1 ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #00bcd1;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}
#patient-1 {
    padding: 100px 0;
}

#patient-1 h1 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#patient-1 h2 {
    padding: 0;
    font-size: 35px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin: 30px 0;
}

#patient-1 h3 {
    padding: 0;
    font-size: 22px;
    text-transform: capitalize;
    color: #00bcd1;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

#patient-1 p {
    padding: 0;
    font-size: 16px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}
#patient-1 li {
    padding: 0;
    font-size: 16px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.choose-img .et_pb_column_2 img {
    height: 700px;
    object-fit: cover;
}

.choose-img {
    display: flex;
    gap: 50px;
}

.btn-form {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #b50900;
    border: 0;
    border-radius: 50px;
    color: #fff;
    margin-top: 40px;
	line-height: 40px !important;
}
.btn-form a:hover {
    background: #2bdef2;
}

#contact-1 {
    padding: 100px 0;
}

#contact-1 h1 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#contact-1 form {
    margin: 50px auto 0;
    width: 100%;
    max-width: 1024px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#contact-1 form p {
    margin: 0;
    width: 100%;
    float: none;
    padding: 0;
}

#contact-1 form input {
    background: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
}

#contact-1 form textarea {
    background: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    resize: none;
}

#contact-1 form select {
    background: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
}

#contact-1 form input::placeholder,
#contact-1 form textarea::placeholder{
    font-size: 18px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#contact-1 form .et_pb_contact_field_4 {
    grid-column: 1/3;
}

#contact-1 form .et_contact_bottom_container {
    float: none;
    margin: 0;
    justify-content: center;
    grid-column: 1/3;
}

#contact-1 form button {
    margin: 20px 0 0 0;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #b50900;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 15px 43px;
    line-height: inherit !important;
}

#contact-1 form button:after {
    display: none;
}

#contact-1 form button:hover{
    background: #2bdef2;
}

#faq{
    padding: 100px 0;
}

#faq h1 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#faq-accordian {
    margin-top: 50px;
}

#location{
    padding: 100px 0;
}

#location h1 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#location iframe {
    margin-top: 50px;
}

#approach {
    padding: 100px 0;
}

#approach h1 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-bottom:30px;
}

#approach h2 {
    font-weight: 700;
	padding-top: 15px;
}

#approach p {
    padding: 0;
    font-size: 18px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

#approach ul li {
    font-size: 18px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

/********** Footer ****************/
 
#global-footer h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #3d7dcc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin: 60px 0;
}

#global-footer p {
    text-align: center;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

#global-footer p:last-child {
    margin: 0;
}

#global-footer h2 em {
    color: #00bcd1;
    font-weight: 400;
    font-style: normal;
}

#global-footer p a {
    color: #3b3b3b;
}

#global-footer .social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 65px 0 50px;
}

#global-footer .social-media li {
    margin: 0;
    display: block;
}

#global-footer .social-media li a {
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transform: rotate(45deg);
}

#global-footer .social-media li a::before {
    transform: rotate(-45deg);
    font-size: 18px;
} 