/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */

.service-style-1 h2 {
    margin: 10px 0;
}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}

.navigation-4 .ry-menu .ry-nav .primary > a {
	color: #353535;
}

.header-social-btn .cta-icon {
	background: #1a4272;
}

.ba-section {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-c2d7fdbc-23f9-42c3-8421-db22dd5237e9/images/before_and_after_bg.jpg) no-repeat;
    background-size: cover;
}

.hp-services .each {
    overflow: hidden;
    border-radius: 25px;
}

.hp-services .each .title {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-family: 'Sora';
	line-height: 1.3;
	transition: all 300ms ease-out;
	display: grid;
	place-items: center;
}

.hp-services .each:hover .title {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
	inset: 0;
}

.hp-services .each::before {
    content: '';
    position: absolute;
    z-index: 2;
    inset: 0;
    transition: all 300ms ease-out;
}

.hp-services .each:hover::before {
	background: #2f6fed99;
}

p, div {
    line-height: 1.7;
}

.doctors-section {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-c2d7fdbc-23f9-42c3-8421-db22dd5237e9/images/meet_our_doctor_bg.jpg) no-repeat;
    background-size: cover;
}

div.contact-section {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-c2d7fdbc-23f9-42c3-8421-db22dd5237e9/images/map_bg.jpg) no-repeat !important;
	background-size: cover !important;
}

.affiliations-section {
    background: #ffffff;
}

.testimonials-section {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-c2d7fdbc-23f9-42c3-8421-db22dd5237e9/images/testimonials_bg.jpg) no-repeat;
    background-size: cover;
}

div#reviews-widget-container-20a9d1da-2d47-4df2-a190-ef92629d41fc {
    z-index: 1;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 2px solid #385a84;
}

.footer .svg-icon {
    background: #2f6fed;
}

.footer .svg-icon svg {
    width: 18px;
    fill: #fff;
}

.footer .social-blocks li {
    border: 1px solid #fff;
    border-radius: 50%;
}

.ba-slider .swiper-button-prev, .ba-slider .swiper-button-next {
	width: 40px;
	height: 40px;
	margin-top: 0;
	transform: translateY(-50%);
	background: transparent;
}

.ba-slider .swiper-button-prev::after, .ba-slider .swiper-button-next::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 0;
	display: block;
}

.ba-slider .swiper-button-prev::after {
	transform: rotate(-135deg);
}

.ba-slider .swiper-button-next::after {
	transform: rotate(45deg);
}

.footer a:hover {
    opacity: 0.6;
}
.review-inline .reviews-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

.mm-navbar :not(.mm-menu--theme-dark)::placeholder {color: #fff;}

.slider-info-center-bottom {text-align: center;}

@media (max-width: 1023px) {
	div.contact-section {
    	background: #1a4272 !important;
	}
	div.contact-section::before {
		content: '';
		position: absolute;
		inset: 0;
		background: #ffffffcc;
		z-index: 0;
	}
}

@media (max-width: 1024px) {
	div.contact-section {
		background-position: 85% 0 !important;
	}
	div.contact-section .container {
		z-index: 2;
		position: relative;
	}
	.footer .photo-logo {
    	width: 250px;
	}
}

@media (max-width: 768px) {
	.footer .photo-logo {
    	margin: 0 auto 60px;
	}
	.footer .ry-each {
    	margin-bottom: 45px;
	}
	.module-welcome .photo {
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.review-inline .reviews-grid {
    	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
	}
}
