.blue-font{
    color: #0074C8;
}
/* Internal Page Title */
.internal-page.no-webp .page-title {
	background-image: url("../images/page-title-bg-new.png");
}

.internal-page.webp .page-title {
	background-image: url("../images/page-title-bg-new.webp");
}
.internal-page .page-title {
    text-align: center;
    margin: 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    color: #F7F7F7;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 244px;
    background-size: cover;
    background-position: center;
}

.team-photos {
    margin-bottom: 61px;
}
.team-members.layout-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-team-member.clearfix {
    width: 100%;
    max-width: 500px;
}
.page-id-197 .team-members h3 {
    margin: 0;
}

.page-id-197 .team-members h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.team-members h3,
.dr h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 124%;
    color: #0074C8;
}

.dr-video-holder {
    max-width: 439px;
    width: 100%;
    height: 230px;
}

.page-id-195 .team-members p {
    margin: 25px 0 0;
}
.page-id-195 .contentarea{
    padding-top: 0;
}
.dr h2 {
    margin-bottom: 12px;
}

.dr .row {
    margin: 45px 0;
}

.dr h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 138%;
    color: #0074C8;
    margin: 0 0 4px;
}

.dr .row:first-of-type {
    align-items: center;
}

.row.service-photo-row {
    align-items: start;
}

.page-template-default .contentarea > .container {
    max-width: 1248px;
}

.contentarea {
    padding-top: 100px;
}

.gallery .pics {
	margin: 5px;
}

/* Membership page */

.membership-section h2{
    color: #48BCF0;
    font-family: Montserrat;
    font-size: 53px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 2.2134830951690674px;
    text-align: left;
}

.membership-section {
    padding: 15px;
}

.membership-intro-section {
    display: flex;
    align-items: center;
}

ul.membership-intro-list {
    list-style: none;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0px;
    text-align: left;
    margin-left: 10px;
}

.span-no{
    color: #0075c8;
}

.span-yes{
    color: #6abf4b;
}

.-and-{
    margin-left: 250px;
}

.membership-options {
    background-color: #0074c8;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 7px;
}

.membership-options h3{
    color: white;
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 2.2134830951690674px;
    text-align: center;
    padding-top: 14px;
}

.membership-options ul{
    padding: none;
}

.member-plans {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.member-plans:second-child{
    border-right: 2px white;
    border-left: 2px white;
    line-height: 2px;
}

.plan {
    display: flex;
    align-items: center;
    gap: 17px;
    color: white;
}

.plan h5{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.plan p{
    font-family: Nunito;
    font-size: 32px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
}

.plan2 {
    display: flex;
    align-items: center;
    gap: 17px;
    color: white;
    position: relative;
}

.plan2::before,
.plan2::after {
    content: "";
    position: absolute;
    top: 0;
    height: 73%;
    width: 1px;
    background-color: white;
    margin-left: -24px;
    margin-right: -24px;
}

.plan2::before {
    left: -17px;
}

.plan2::after {
    right: -17px;
}

.plan2 h5{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.plan2 p{
    font-family: Nunito;
    font-size: 32px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
}

.membership-options ul{
    margin-left: 83px;
}

.membership-options li{
    font-family: Nunito;
    font-size: 45px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
}

.wave-background{
    background-color: #0074C8;
    background-image: url("../images/wave-new.png");
    max-width: 100%;
    height: 200px;
    background-size: cover;
}

.member-discounts{
    background-color: #0074C8;
    background-image: url("../images/lines-new.png");
    max-width: 100%;
    height: 300px;
    background-size: cover;
}

.additional-discounts{
    text-align: center;
    max-width: 100%;
    position: relative;
    bottom: -81%;
    color: white;
}

.additional-discounts h3{
    color: white;
    font-family: Nunito;
    font-size: 40px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
}

.additional-discounts p{
    color: white;
    font-family: Montserrat;
    font-size: 29px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
}

.discloser{
    padding: 35px;
    max-width: 1227px;
    margin: 0 auto;
    font-family: Open Sans;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
}

.container.form-section {
    max-width: 100%;
}


#member-form {
    padding: 80px;
    margin-left: 100px;
}

h3.left {
    margin: 0;
}

p.left {
    margin: 0;
}

.member-floating-label {
    padding-top: 9px;
}

label.radio-label {
    margin-left: 42px;
}

.radio-label{
    position: relative;
    padding: 0px; 
    margin: 0px 0; 
    display: flex;
    align-items: center;
}



.form-image{
    background-image: url("../images/membership-form-img.jpg");
    background-size: cover;
}

/* End of membership page */

@supports (object-fit: cover) {
	.gallery .pics img {
		width: 380px;
		height: 380px;
	}
}
.main-btn.referral{
    display: block;
    margin: 0 auto;
    max-width: 374px;
    text-align: center;
}
.page-id-269 .affiliate-logo{
    max-height: 60px;
    max-width: 300px;
}
/* SIDEBAR 
-----------------------------------------------*/
.sidebar-holder {
	max-width: 333px;
	width: 100%;
	margin: 0 0 0 auto;
}

.sidebar-holder h3 {
    margin: 0 0 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 138%;
    color: #212121;
}

.sidebar-holder .reviews-section h3 {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 23px;
    color: #0074C8;
}

.sidebar-holder .patient-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #212121;
}



.reviews-section .arrow,
.reviews-section .number-crumb-container,
.hours-section .formatted-hours tr:first-of-type {
	display: none;
}

.sidebar-holder hr {
    margin: 37px 0 48px;
    border-color: #48BCF0;
}

.sidebar-holder .formatted-hours td {
    padding: 0 0 11px;
}

.sidebar-holder .formatted-hours {
    width: 100%;
}

.questions-section form {
	border: 3px solid #0074C8;
	padding: 40px 40px 25px;
	border-radius: 4px;
	background-color: #fff;
	filter: drop-shadow(21px 64px 27px rgba(0, 0, 0, 0.01)) drop-shadow(12px 36px 23px rgba(0, 0, 0, 0.05)) drop-shadow(5px 16px 17px rgba(0, 0, 0, 0.09)) drop-shadow(1px 4px 9px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}

.questions-section h3 {
    margin-bottom: 40px;
}

.questions-section form .main-btn {
	margin-top: 22px;
}

.questions-section form input {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #48BCF0;
	box-sizing: border-box;
	border-radius: 4px;
}
.questions-section form textarea {
	min-height: 135px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #48BCF0;
	box-sizing: border-box;
	border-radius: 4px;
}

/* question section for membership page */

.questions-section form {
	/* border: 3px solid #0074C8; */
	padding: 40px 40px 25px;
	border-radius: 4px;
	background-color: #fff;
	/* filter: drop-shadow(21px 64px 27px rgba(0, 0, 0, 0.01)) drop-shadow(12px 36px 23px rgba(0, 0, 0, 0.05)) drop-shadow(5px 16px 17px rgba(0, 0, 0, 0.09)) drop-shadow(1px 4px 9px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)); */
}

.questions-section h3 {
    margin-bottom: 40px;
}

.questions-section form .main-btn {
	margin-top: 22px;
}

.questions-section form input {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #48BCF0;
	box-sizing: border-box;
	border-radius: 4px;
}
.questions-section form textarea {
	min-height: 135px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #48BCF0;
	box-sizing: border-box;
	border-radius: 4px;
}



button.send_button.main-btn.transition {
    border-radius: 27px;
    /* padding-top: 8px; */
    margin-top: 40px;
}

@media (max-width: 991px) {
	.sidebar-holder {
	    margin: 100px auto 0 auto;
	}
}
/*Contact Page*/
a.bold-contact{
    font-weight: 700;
    font-size: 21px;
    line-height: 36px;
    color: #212121;
}
/* RESPONSIVE 
-----------------------------------------------*/

@media(max-width: 1025px){
    .membership-intro-section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .member-plans {
      flex-wrap: wrap;
    }
    .membership-options li{
        font-size: 18px;
    }
    .plan h5{
        font-size: 20px;
    }
    
    .plan p{
        font-size: 22px;
    }
    .membership-options h3{
        font-size: 30px;
    }
    .discloser{
        text-align: center;
    }
    .additional-discounts h3{
        font-size: 23px;
        font-weight: 300;
        line-height: 56px;
    }
    
    .additional-discounts p{
        font-size: 18px;
        font-weight: 500;
        line-height: 42px;
    }
    #member-form {
        padding: 0px;
        margin:0 auto;
    }
   
}
@media (max-width: 767px){
    .dr .row{
        margin: 15px 0;
    }
}
@media (max-width: 600px) {
    
    .plan2::before,
    .plan2::after {
        content: "";
        position: absolute;
        left: 0;
        width: 118%;
        height: 1px;
        margin-top: -14px;
        background-color: white;
    }
    
    .plan2::before {
        top: 83px;
    }
    
    .plan2::after {
        bottom: -17px;
    }
    
}

@media (max-width: 480px) {
	.gallery .pics {
		margin: 0 0 10px;
	}
	
	@supports (object-fit: cover) {
		.gallery .pics img {
			width: 300px;
			height: 300px;
		}
	}

    .membership-options li {
        margin-left: 0px;
        line-height: 33px;
        font-size: 23px;
    }
    .membership-options ul {
        margin-left: 0px;
    }
    .additional-discounts h3{
        font-size: 30px;
        font-weight: 300;
        line-height: 32px;
    }
    
    .additional-discounts p{
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
    }

    #member-form {
        padding: 0px;
        margin:0 auto;
    }

    ul.membership-intro-list {
        font-size: 13px;
        font-weight: 600;
        line-height: 46px;
        letter-spacing: 0px;
        text-align: left;
        margin: 0;
    }
    .membership-section h2{
        font-size: 33px;
        font-weight: 500;
        line-height: 64px;
        text-align: left;
    }
    .-and-{
        margin-left: 150px;
    }

    .container.membership {
        max-width: 100%;
        padding: 0px;
    }
}