/*footer*/
.hp-section .map-marker {
    display: flex;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-book-appt .ry-btn {
    max-width: max-content;
    margin: 0 auto;
}

.footer-book-appt .ry-btn:after {
    display: none;
}

.footer-book-appt div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.hp-section .map-marker img {
    max-width: max-content;
}


.footer-logo img {
    max-width: max-content;
    margin: 0 auto;
}

.ry-footer-detail span.span-1 {
    display: block !important;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b4cce9 !important;
    font-weight: 400;
    font-family: "Onest";
}

.module-16 #footer-row1 .card .card-body .ry-footer-detail a {
    color: #fff !important;
    font-weight: 400;
    font-family: "Onest";
    text-transform: capitalize;
    line-height: normal !important;
    letter-spacing: unset;
    font-size: 18px !important;
}

.module-16 #footer-row2 .ry-right .powered.ry-text {
    display: flex;
    align-items: center;
    justify-content:  space-between;
}


.map-bg, .map-bg > img {
    min-height: 720px;
    object-fit: cover;
}
.module-16 {
	padding-bottom: 0;
	}

.cta-info__wrapper {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 30px;
}

.cta-info__wrapper svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.cta-info__wrapper .svg-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(134,119,82,0);
    border: 1px solid #2f5fa7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-info__wrapper .cta-text span.span-1 {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b4cce9;
    font-weight: 400;
    font-family: "Onest";
}

.cta-info__wrapper .cta-text a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: "Onest";
}

.cta-info__wrapper .cta-text span.span-2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b4cce9;
    font-weight: 400;
    font-family: "Onest";
    font-size: 18px;
}

.phone-info a, .phone-info a span {
    font-size: 24px !important;
}

.phone-info a span {
    color: #4277b8 !important;
}

.office-details .cta-info__wrapper:first-child {
    margin-bottom: 30px;
}

div#card1, div#card3 {
    width: min(480px, 100%);
    max-width: 100%;
}

div#card2 {
    width: min(320px, 100%);
    max-width: 100%;
    
}

@media (max-width: 1499px) {
	.module-16 .ry-container {
		max-width: 90%;
		} }

@media (max-width: 1080px) {

    div.cta-info__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 15px !important;
        gap: 5px !important;
    }
    
    div.cta-info__wrapper * {
        text-align: center;
    }
    
    div.module-16 {
        padding: 5% 0 0;
    }
}
.module-16 #footer-row1 {
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/site_assets/footer_container_bg.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -150px;
	min-height: 559px;
	}


@media (max-width: 1080px) {
	.module-16 #footer-row1 {
		margin-top: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 50px 30px;
		height: 100%;
		min-height: 100%;
		background-size: cover;
		} }
.module-16 #footer-row1 .card-wrap {
	width: min(1280px, 95%);
	max-width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	float: unset;
	justify-content: center;
	align-items: flex-start;
	padding: 100px 0;
	gap: 5px;
	}
@media (max-width: 1080px) {
	.module-16 #footer-row1 .card-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 5% 0;
		} }
.module-16 #footer-row1 .ry-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.module-16 #footer-row1 .card:first-child {
	display: flex;
	flex-direction: column;
	height: 100%;
	}
@media screen and (min-width: 992px) and (max-width: 1718px) {
	.module-16 #footer-row1 .card {
		width: 100% !important; } }
@media screen and (min-width: 992px) and (max-width: 1110px) {
	.module-16 #footer-row1 .card .ry-heading {
		font-size: 25px !important; }
	.module-16 #footer-row1 .card .office-details {
		width: 80%; } }
@media (max-width: 991px) {
	.module-16 #footer-row1 .card {
		/* max-width: 400px !important; */
		nt; */
		width: 100% !important;
		} }
@media (max-width: 991px) {
	.module-16 #footer-row1 .card#card1 {
		margin-bottom: 60px !important; }
	.module-16 #footer-row1 .card#card1 .card-body .office-details .ry-footer-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		margin-bottom: 5px;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.module-16 #footer-row1 .card#card1 .card-body .office-details .ry-footer-detail::before {
		margin: 0 auto 10px; } }
@media (max-width: 991px) {
	.module-16 #footer-row1 .card#card2 {
		width: 100%;
		max-width: 100%; } }
.module-16 #footer-row1 .card .card-title {
	margin-bottom: 30px;
	}
.module-16 #footer-row1 .card .card-title .ry-heading {
	font-size: 40px;
	letter-spacing: -1px;
	color: #ffffff;
	font-weight: 400 !important;
	text-transform: capitalize !important;
	font-style: italic;
	font-family: "Noto Serif Display" !important;
	}
@media (max-width: 1080px) {
	.module-16 #footer-row1 .card .card-title .ry-heading {
		text-align: center; } }
@media (max-width: 1080px) {
	.module-16 #footer-row1 .card .card-body .office-details {
		float: none;
		margin: 0 auto; } }
.module-16 #footer-row1 .card .card-body .ry-footer-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 20px; }
.module-16 #footer-row1 .card .card-body .ry-footer-detail::before {
	content: '';
	font-family: fontawesome;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
	font-size: 14px; }
.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-address::before {
	content: '\f041'; }
@media (max-width: 991px) {
	.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-address a {
		line-height: 30px; } }
.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-phone::before {
	content: '\f095';
	font-family: "Font Awesome 5 Free";
	font-weight: 900; }
.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-fax::before {
	content: '\f1ac'; }
.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-email::before {
	content: '\f0e0'; }
.module-16 #footer-row1 .card .card-body .social-media {
	margin-top: 30px; }
.module-16 #footer-row1 .card .card-body .social-media .social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	}
@media (max-width: 991px) {
	.module-16 #footer-row1 .card .card-body .social-media .social-icons {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; } }
.module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400 !important;
	}
@media (max-width: 1080px) {
	.module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time span {
	width: auto; }
.module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time span.span-1 {
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400 !important;
	font-family: "Onest";
	}
@media (max-width: 1080px) {
	.module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time span.span-1 {
		width: 100%;
		text-align: center; } }
.module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time span.span-2 {
	width: 100%;
	text-align: right;
	color: #fff !important;
	font-weight: 400 !important;
	}
@media (max-width: 1080px) {
	.module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time span.span-2 {
		width: 100%;
		text-align: center; } }
.module-16 #footer-row1 .social-inner-wrap li {
	display: inline-block;
	margin-right: 5px;
	width: 60px;
	height: 60px;
	padding: 0;
	overflow: hidden;
	border-radius: 100% !important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	}
.module-16 #footer-row1 .social-inner-wrap li a {
	background: transparent !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px !important;
	color: #FFFFFF !important;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #4277b8 !important;
	}
.module-16 #footer-row2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	}
.module-16 #footer-row2 .ry-left {
	white-space: nowrap; }
@media (max-width: 991px) {
	.module-16 #footer-row2 .ry-left {
		white-space: normal; }
.module-16 #footer-row1 .card .card-body .ry-footer-detail p {
		text-align: center;
	}}
@media (max-width: 1199px) {
	.module-16 #footer-row2 {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important; } }
@media (max-width: 1199px) {
	.module-16 #footer-row2 .ry-text {
		text-align: center; } }
.module-16 #footer-row2 .ry-right .ry-text {
	/* text-align: right; */
	}
.module-16 #footer-row2 .ry-right img {
	margin-bottom: -4px; }
@media (max-width: 1199px) {
	.module-16 #footer-row2 .ry-right .powered {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.module-16.style2 #footer-row2 .ry-text {
	color: #fff;
	font-size: 16px !important; }
.module-16.style2 #footer-row2 .ry-text a {
	color: #fff; }
.module-16.style2 #footer-row2 .ry-right img {
	margin-bottom: -8px;
	margin-left: 10px;
	height: 28px;
	width: auto; } }

.module-16 #footer-row1 .card .card-body .ry-footer-detail span {
    font-size: 18px;
    line-height: 1.5;
}
.module-16 #footer-row1 .card .card-body .ry-footer-detail span[data-cfname="Address_Line_1"] {
    display: block;
}


.module-16 #footer-row1 .card .card-body .ry-footer-detail * {
    font-size: 17px !important;
}
.module-16 #footer-row1 .card .card-body .ry-footer-detail::before,
.module-16 #footer-row1 .social-inner-wrap li a:before{
	color: #fff !important;
}
.module-16 #footer-row2 .ry-text * {
    font-size: 16px !important;
}

.module-16:before {
	background: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/site_assets/footer_black_bg.png");
	background-position: center center;
	background-size: cover;
	content: "";
	position: absolute;
	inset: 0;
	opacity: 1;
	z-index: -1;
}
.module-16 {
    position: relative;
}

.social-inner-wrap{display: flex;align-items: center;justify-content: left;gap: 15px;}

.module-16 #footer-row2 .ry-text a:hover, .module-16 #footer-row1 .card .card-body a:hover {
    color: #fff !important;
}




@media (max-width: 1366px) {
    .module-16 #footer-row1 .card-wrap {
        width: 90%;
    }
    
    .module-16 .ry-container {
        max-width: 100%;
    }
    
    .module-16 #footer-row2 {
        width: 90%;
        margin: 0 auto;
        float: unset;
    }
}

@media (max-width: 1080px) {

    div.cta-info__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 15px !important;
        gap: 5px !important;
    }
    
    div.cta-info__wrapper * {
        text-align: center;
    }
    
    div.module-16 {
        padding: 5% 0 0;
    }
}
