.module-43 {
	position: fixed;
	padding: 0 !important;
}

.module-43 .ry-right .ry-menu .nav-menu {
	margin: 0;
	max-width: 100%;
}

.module-43 .ry-right .ry-menu {
	max-width: 100%;
}

.module-43 .ry-right {
	max-width: 100%;
}

.module-43 .ry-right .ry-menu .nav-menu li.primary {
	padding: 15px 0;
}

.module-43 .top-nav {
	background: #3b447b;
}


.module-43 .ry-container {
	max-width: 1600px;
	width: 90%;
}

.module-43 .bottom-nav {
	padding: 14px 0;
	transition: .5s;
	background: #fff;
}

.module-43 .ry-left img {
	max-width: 240px;
}

.module-43 .bottom-nav .ry-flex .ry-right-bottom {
	max-width: max-content;
}

.module-43.fixed {
	background: transparent;
}

.module-43.fixed .bottom-nav {
	/*margin-top: -50%;*/
	position: relative;
	transition: .5s;
	z-index: -1;
}


.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
	color: #fff;
}

.module-43 .bottom-nav .ry-flex {
	align-items: center;
}

.module-43 .bottom-nav .ry-flex .custom-contact {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ry-btn {
	padding: 20px 35px;
	border-radius: 15px;
	font-size: 20px !important;
	font-family: 'General Sans';
	font-weight: 500;
	text-transform: initial !important;
}

.module-43 .bottom-nav .ry-flex .custom-contact a.custom-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}

.module-43 .bottom-nav .ry-flex .custom-contact a.custom-btn svg {
	width: 23px;
	height: 23px;
	fill: #e68431;
}

.module-43 .bottom-nav .ry-flex .custom-contact .ry-btn {
	gap: 10px;
	/* width: 20px; */
}

.module-43 .bottom-nav .ry-flex .custom-contact .ry-btn svg {
	width: 22px;
	height: 22px;
}

.module-43 .ry-left img {
	max-width: 390px;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
	font-size: 20px;
	letter-spacing: initial;
	font-weight: 500 !important;
}


.module-hero.custom {
	margin-top: 190px;
	background: #e4e7f8;
}

.module-hero.custom .carousel-control {
	display: none;
}

.module-hero.custom .item .text-center {
	position: relative;
	padding-bottom: calc(100vh - 190px);
}

.module-hero.custom .item .text-center img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.module-hero.custom .hero-content {
	position: absolute;
	bottom: 100px;
}

.module-hero.custom .hero-content .ry-headline h1 {
	font-size: 72px;
	font-family: Crimson Text !important;
	font-style: italic;
	font-weight: 400 !important;
	line-height: 1;
	text-align: center;
	color: #fff;
}

.module-hero.custom .hero-content .ry-container {
	max-width: 1180px;
	width: 90%;
}

.module-hero.custom .hero-content .ry-container .ry-flex {
	gap: 3vw;
	align-items: center;
}

.module-hero.custom .hero-content .ry-container .ry-flex .photo img {
	height: 150px;
	object-fit: contain;
}

.module-hero.custom .hero-content .ry-container .ry-flex .photo {
	max-width: max-content;
}
.module-hero.custom .hero-content .ry-container .button-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 30PX;
	flex-direction:column;
	align-items:center;
	gap: 10px;
}

.module-hero.custom .hero-content .ry-container .button-wrapper .ry-btn {
	font-size: 26px !important;
	padding: 16px 40px;
	height: auto;
}


.module-welcome.custom {
	padding: 200px 0 100px;
	background: #e4e7f8;
	margin-top: -1px;
}

.ry-headline h2 {
	font-size: 72px !important;
	font-family: 'Crimson Text' !important;
	font-style: italic;
	font-weight: 400 !important;
	line-height: 1;
}

.ry-headline h2 .span-1 {
	display: block;
	font-size: 22px;
	font-family: 'General Sans';
	font-style: initial;
	display: block;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #e68431;
}

.ry-text p {
	font-size: 20px !important;
	color: #2f4858;
	font-family: 'General Sans' !important;
	line-height: 1.6;
}

.module-welcome.custom .ry-text {
	margin: 25px 0 80px;
}

.module-welcome.custom .ry-headline h2 .span-1 {
	margin-bottom: 10px;
}

.module-welcome.custom .bottom-part .inner-flex {
	position: relative;
	padding: 90px 70px;
	border-radius: 30px;
}

.module-welcome.custom .bottom-part .inner-flex .background-section, 
.module-welcome.custom .bottom-part .inner-flex .background-section img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-welcome.custom:before {
	content: "";
	position: absolute;
	top: -70px;
	width: 8px;
	height: 120px;
	background: #e68431;
	left: 50%;
	transform: translate(-50%, 0);
}
.module-welcome.custom .bottom-part .inner-flex .background-section img {
	border-radius: 30px;
}

.module-welcome.custom .bottom-part .inner-flex .button-wrapper {
	display: flex;
	gap: 20px;
}

.button-wrapper .ry-bot-1:not(:hover) {
	background: #e16261 !important;
}

.button-wrapper .ry-bot-2:not(:hover) {
	background: #e68431 !important;
}

.module-welcome.custom .bottom-part .inner-flex .each-photo {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 50%;
}

.module-welcome.custom .ry-flex .ry-each {
	max-width: 700px;
}

.module-welcome.custom .bottom-part .inner-flex .each-photo .photo-3 {
	position: absolute;
	bottom: 0;
	width: 85%;
	left: 0;
	z-index: 1;
}

.module-welcome.custom .bottom-part .inner-flex .each-photo .photo-1 {
	z-index: 3;
	position: relative;
}

.module-welcome.custom .bottom-part .inner-flex .each-photo .photo-2 {
	position: absolute;
	top: 70px;
	max-width: 450px;
	right: 0;
}

.module-services.custom {
	padding: 120px 0 160px;
	position: relative;
}

.module-services.custom .section-background, .module-services.custom .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-services.custom .ry-headline h2 .span-1 {
	margin-bottom: 10px;
}

.module-services.custom .ry-text p {
	max-width: 800px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 60px;
}

.module-services.custom .services-wrapper .ry-flex {
	display: flex;
	gap: 20px;
}

.module-services.custom .services-wrapper .ry-flex .photo {
	height: 600px;
	position: relative;
}

.module-services.custom .services-wrapper .ry-flex .photo img:not(.icon) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-services.custom .services-wrapper .ry-flex .photo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: .5;
}

.module-services.custom .services-wrapper .ry-flex .photo .icon {
	position: absolute;
	bottom: 50px;
}

.module-services.custom .services-wrapper .ry-flex .photo .icon {
	height: 50px;
	object-fit: contain;
	margin: auto;
	display: flex;
	align-items: center;
	z-index: 1;
}
.module-services.custom .services-wrapper .ry-flex .ry-each:before {
	content: "";
	position: absolute;
	bottom: -20px;
	width: calc(100% - 30px);
	height: 100%;
	background: linear-gradient(to left, #dd7e30, #d65e5b, #dd7e30);
	left: 50%;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	transform: translate(-50%, 0);
	width: 0;
	transition: .2s;
}

.module-services.custom .services-wrapper .ry-flex .ry-each:hover:before {
	width: 100%;
}
.module-services.custom .services-wrapper .ry-flex .photo .title {
	position: absolute;
	transform: rotate(-90deg) translate(-50%, -50%);
	top: 30px;
	color: #fff;
	z-index: 2;
	font-size: 18px;
	font-weight: 400 !important;
	font-family: 'General Sans' !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	left: -80px;
	width: 290px;
	line-height: 1.2;
	text-align: right;
}

.module-services.custom .services-wrapper .ry-flex .bottom-part {
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding: 55px 50px;
	opacity: 0;
}

.module-services.custom .services-wrapper .ry-flex .bottom-part > div {
	font-size: 58px;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.1;
	text-transform: capitalize;
}
.module-services.custom .services-wrapper .ry-flex .bottom-part .ry-btn {
	margin-top: 20px;
	clear: both;
}
.module-services.custom .services-wrapper .ry-flex .ry-each {
	transition: .3s;
}
.module-services.custom .services-wrapper .ry-flex .ry-each:hover {
	transition: .3s;
	width: 180%;
}

.module-services.custom .services-wrapper .ry-flex .ry-each:hover .photo .title, 
.module-services.custom .services-wrapper .ry-flex .ry-each:hover .photo .icon {
	opacity: 0;
}

.module-services.custom .services-wrapper .ry-flex .ry-each:hover .bottom-part {
	transition: .2s;
	opacity: 1;
}

.module-services.custom .services-wrapper {
	margin-bottom: 60px;
}
.module-doctor.custom {
	background-image: linear-gradient(to left, #e4e7f8, #e4e7f8);
}
.module-doctor.custom .section-background, 
.module-doctor.custom .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-doctor.custom .content {
	position: relative;
	padding: 135px 160px;
	z-index: 1;
}

.module-doctor.custom .content .ry-right {
	width: 55%;
	max-width: 660px;
	margin-left: auto;
}

.module-doctor.custom .content .ry-right .ry-text p {
	color: #fff;
	font-weight: 300 !important;!i;!;
}

.module-doctor.custom .content .ry-right .ry-text {
	margin: 20px 0 30px;
}

.module-doctor.custom .content .ry-right .ry-headline h2 .span-1 {
	margin-bottom: 10px;
}

.module-doctor.custom .content .ry-right .ry-headline h2 {
	color: #fff;
}

.module-doctor.custom .content .ry-left {
	position: absolute;
	width: 55%;
	bottom: -135px;
	max-width: 700px;
	left: -15%;
}

.module-doctor.custom .section-background {
	border-radius: 60px;
	overflow: hidden;
}

.group-block {
	padding-top: 900px;
	padding-bottom: 160px;
	position: relative;
	margin-top: -260px;
}

.group-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-8cde7de0-0317-424b-91e8-8c75bd1c6530/HomepageAssetsV2/BRANDS.png);
	background-size: cover;
}

.module-insurance.custom {
	padding: 160px 0 0;
}

.module-insurance.custom .ry-flex {
	max-width: 840px;
	position: relative;
}

.module-insurance.custom  .content {
	display: flex;
	justify-content: center;
}

.module-insurance.custom .content .grid-photo {
	position: absolute;
	display: block;
	max-width: 230px;
	justify-content: space-between;
	left: 50%;
	transform: translate(-50%, 0);
}

.module-insurance.custom .content .each-text h3 {
	padding: 70px 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.module-insurance.custom .content .each-text span {
	display: inline-block;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'General Sans';
	letter-spacing: 5px;
	color: #5f6ab2;
}

.module-insurance.custom .content .each-text {
	width: 100%;
}

.module-insurance.custom .content .grid-photo img {
	height: 160px;
	object-fit: contain;
	width: max-content;
}

/*.module-insurance.custom .content .grid-photo:before {
content: "";
position: absolute;
left: 50%;
width: 1px;
height: 100%;
background: #9fb4c6;
}*/

.module-brand {
	padding: 0;
}

.module-brand:before {
	display: none;
}

.module-brand .content {
	padding: 100px 80px 120px;
	background: #fff;
	border-radius: 60px;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
}

.module-brand .content .ry-headline h2 .span-1 {
	margin-bottom: 10px;
}

.module-brand .content .ry-text {
	margin-top: 15px;
	margin-bottom: 60px;
}

.module-brand .content  .arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.module-brand .content .arrow button {
	width: 48px;
	height: 48px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	position: relative;
}

.module-brand .content .arrow button svg {
	width: 19px;
	height: 19px;
	fill: #6d7f8a;
}

.module-brand .content .item img {
	max-width: 200px;
	object-fit: contain;
	height: 60px;
	margin: auto;
}

.module-brand .content .carousel-wrapper {
	padding: 0 120px;
}

.module-brand .ry-container:before {
	content: "";
	position: absolute;
	bottom: -20px;
	width: calc(100% - 30px);
	height: 100%;
	background: linear-gradient(to left, #dd7e30, #d65e5b, #dd7e30);
	left: 50%;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	transform: translate(-50%, 0);
}

.module-brand .content .button-wrapper {
    clear: both;
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

.module-testimonials.custom {
	padding: 130px 0 600px;
	position: relative;
}

.module-testimonials.custom .section-background, 
.module-testimonials.custom .section-background img {
	position: absolute;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.module-testimonials.custom {
	margin-top: -1px;
}

.module-testimonials.custom .content {
	max-width: 800px;
	width: 50%;
}

.module-testimonials.custom .ry-container {
	display: flex;
	justify-content: flex-end;
}

.module-testimonials.custom .ry-container .ry-headline h2 .span-1 {
	margin-bottom: 10px;
}

.module-testimonials.custom .ry-container .ry-headline {
	margin-bottom: 20px;
}

.module-testimonials.custom .ry-container .comment .ry-text {
	display: flex;
}

.module-testimonials.custom .ry-container .ry-text p {
	font-family: 'Crimson Text' !important;
	font-style: italic;
	color: #2f4858;
	font-size: 26px !important;
	line-height: 1.4;
	text-align: left !important;
}

.module-testimonials.custom .ry-container .ry-name {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 50px 0 60px;
	gap: 20px;
}

.module-testimonials.custom .ry-container .ry-name .star-wrapper {
	display: flex;
	gap: 3px;
}

.module-testimonials.custom .ry-container .ry-name .star-wrapper svg {
	width: 23px;
	height: 23px;
	fill: #e68431;
}

.module-testimonials.custom .ry-container .ry-name h5 {
	font-size: 28px;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #2f4858;
	font-family: 'General Sans';
	line-height: 1;
	letter-spacing: -1px;
}

.module-testimonials.custom .ry-container .carousel-control {
	width: 48px;
	height: 48px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e3c5ac;
	border-radius: 50%;
	position: absolute;
	bottom: -55px;
	top: unset;
	left: 0;
}

.module-testimonials.custom .ry-container .carousel-control:before {
	border-color: #fff;
	padding: 4px;
}

.module-testimonials.custom .carousel-indicators {
	display: none !important;
}

.module-testimonials.custom  .button-wrapper {
	clear: both;
	padding-left: 150px;
}

.module-testimonials.custom .ry-container .carousel-control.right {
	left: 55px;
}

.module-testimonials.custom .ry-container .carousel-control:hover {
	border-color: #e68431;
}
.module-testimonials.custom .button-wrapper .reviews-icon {
	display: flex;
	gap: 5px;
}

.module-testimonials.custom .button-wrapper {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
}

.module-testimonials.custom .button-wrapper .reviews-icon a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	overflow: hidden;
}

.module-testimonials.custom .button-wrapper .reviews-icon a:nth-child(1) {
	background: #e68431;
}

.module-testimonials.custom .button-wrapper .reviews-icon a svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}

.module-testimonials.custom .button-wrapper .reviews-icon a:nth-child(2) {
	background: #e16261;
}

.module-footer-block .footer-wrapper {
	position: relative;
	padding: 20px 0;
	border-top-left-radius: 160px;
	border-top-right-radius: 160px;
	overflow: hidden;
	background: #434c8b;
	z-index: 1;
}

.module-footer-block:before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	background: linear-gradient(to left, #e68534, #e0e0e0, #e68534);
	z-index: 1;
	border-top-left-radius: 180px;
	border-top-right-radius: 180px;
}

.module-footer-block .footer-top {
	padding: 90px 0 60px;
}

.module-footer-block .footer-top .each-item .icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	border: 1px solid #e7842f;
	border-radius: 50%;
}

.module-footer-block .footer-top .each-item .icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.module-footer-block .footer-top .each-item .icon svg {
	width: 20px;
	height: 20px;
	fill: #fff;
	opacity: .6;
}

.module-footer-block .footer-top .each-item .each-details {
	display: flex;
	gap: 20px;
}

.module-footer-block .footer-top .each-item .each-details .each-text p {
	font-size: 18px;
	font-family: 'General Sans' !important;
	line-height: 1.5;
	color: #fff;
	font-weight: 300 !important;
}

.module-footer-block .footer-top .each-item .each-details .each-text.address a {
	font-size: 14px;
	color: #e7842f;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
	text-decoration: underline !important;
}

.module-footer-block .footer-top .each-item .each-details .each-text .span-1 {
	opacity: 1;
	padding-bottom: 5px;
	display: inline-block;
}

.module-footer-block .footer-top .each-item {
	width: max-content;
	max-width: max-content;
}

.module-footer-block .footer-top .each-item .ry-social-custom ul {
	list-style: none;
	padding-left: 0;
}

.module-footer-block .footer-top .each-item .ry-social-custom ul .social-inner-wrap li a {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff6e;
	border-radius: 50%;
}

.module-footer-block .footer-top .each-item .ry-social-custom ul .social-inner-wrap li a svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.module-footer-block .footer-top .each-item .ry-social-custom ul .social-inner-wrap {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.module-footer-block .footer-top .each-item .ry-social-custom {
	margin-top: 20px;
}

.module-footer-block .footer-top .each-item .photo img {
	max-width: 440px;
	margin: auto;
}

.module-footer-block .footer-top .each-item .photo, .module-footer-block .footer-top .each-item .custom-social {
	max-width: max-content;
}

.module-footer-block .footer-top .each-item {
	flex-direction: column;
	display: flex;
	align-items: center;
}

.module-footer-block .footer-top .each-item .each-text.phone, .module-footer-block .footer-top .each-item .each-text.fax {
	display: flex;
	flex-direction: column;
}

.module-footer-block .footer-top .each-item .each-text .span-1 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.module-footer-block .footer-top .each-item .each-text {
	font-family: 'General Sans' !important;
	font-size: 18px;
	font-weight: 300 !important;
}

.module-footer-block .footer-top .each-details:not(:last-child) {
	margin-bottom: 25px;
}

.module-footer-block .footer-top .each-item .each-text.phone a, .module-footer-block .footer-top .each-item .each-text.fax {
	font-size: 26px;
	line-height: 1;
	color: #fff;
	font-weight: 500 !important;
}

.module-footer-block .footer-bottom {
	padding-top: 30px;
	padding-bottom: 10px;
}

.module-footer-block .footer-bottom p, .module-footer-block .footer-bottom span, .module-footer-block .footer-bottom a {
	font-size: 16px;
	font-weight: 300 !important;
	color: #afb4d8;
}

.module-footer-block .footer-bottom .ry-left, 
.module-footer-block .footer-bottom .ry-right {
	max-width: max-content;
	width: 100%;
}

.module-footer-block .footer-bottom .ry-container {
	display: flex;
	justify-content: space-between;
}

.module-footer-block .footer-bottom .ry-right .powered {
	display: flex;
	align-items: center;
	gap: 10px;
}

.module-footer-block .footer-bottom .ry-right .powered img {
	width: 120px;
	object-fit: contain;
}


.home .module-footer-block {
	margin-top: -160px;
}

.module-footer-block .footer-top .each-item .ry-social-custom ul .social-inner-wrap li a:hover {
	border-color: #e68431;
	background: #e68431;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title, 
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	font-size: 60px;
	color: #fff !important;
	font-family: auto;
	font-family: 'Crimson Text' !important;
	font-style: italic;
	text-transform: initial;
	font-weight: 400 !important;
	letter-spacing: initial;
	max-width: 60%;
}

.ry-sticky-menu.fixed .ry-menu .ry-nav li .dropdown-menu.hover {
	top: 40px;
}

#PolicyAccept .modal-body {
	display: flex;
	padding: 60px 5%;
}

#PolicyAccept .modal-body .ry-headline h2 {
	font-size: 32px !important;
	text-align: center;
}

#PolicyAccept .modal-body .ry-headline h2 .span-1 {
	font-size: 18px;
	letter-spacing: initial;
	margin-top: 10px;
	margin-bottom: 20px;
}

#PolicyAccept .modal-body .ry-text p {
	font-size: 16px !important;
	line-height: 1.6;
}

#PolicyAccept .modal-body .ry-btn {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px !important;
	padding: 15px 30px;
	height: auto;
	min-height: auto;
	line-height: 1;
	border-radius: 10px;
	text-transform: uppercase !important;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hours {
	align-items: flex-start;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hours ul {
	list-style: none;
	padding-left: 0;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hours ul li {
	display: flex;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hours ul li .span-3 {
	min-width: 100px;
}


.default .module-brands.style-5 {
	padding: 0;
}

.default .module-brands.style-5 .section-headline {
	display: none;
}

.module-hero.custom .hero-content .ry-container .vsp {
	max-width: 150px;
	margin: 30px auto 0;
	float: none;
}

.frames-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 3rem;
	margin-top: 40px;
}

.frames-grid .ry-each {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.frames-grid .ry-each img {
	width: 50%;
	min-width: 145px;
}

#section-team .button-wrapper div {
	flex-wrap: wrap;
	justify-content: left;
}

#section-team .button-wrapper div .ry-btn {
	margin: 0;
}

body[data-page-name="new-patients"] #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1:after {
    content: "Please complete all medical forms 2 days before your appointment date.";
    display: block;
    font-size: 16px;
    font-family: 'General Sans';
    font-style: initial;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
}

/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1680px) {
	.module-43 .ry-right .ry-menu .nav-menu li a {
		font-size: 18px;
	}

	.module-43 .bottom-nav .ry-flex .custom-contact a.custom-btn {
		font-size: 24px;
	}

	.ry-btn,
	.ry-text p {
		font-size: 18px !important;
	}

	.module-43 .ry-left img {
		max-width: 320px;
		width: 100%;
	}

	.module-hero.custom {
		margin-top: 150px;
	}
}
@media (max-width: 1480px) {
	.module-testimonials.custom .section-background img {
		object-position: 30%;
	}
	.module-testimonials.custom .ry-container .ry-text p {
		font-size: 22px !important;
	}
	.module-doctor.custom .content {
		padding: 100px 5%;
	}
	.module-doctor.custom .content .ry-left {
		left: -5%;
		bottom: -100px;
		width: 45%;
	}
	.module-footer-block .footer-top .each-item .photo img {
		max-width: 320px;
	}

}
@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	#section-team .button-wrapper div {
		flex-wrap: wrap;
		justify-content: center;
	}

	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hours {
		align-items: center;
		justify-content: center;
	}

	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hours ul li .span-3 {
		min-width: 110px;
		text-align: left;
	}

	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hours ul li {
		/* flex-direction: column; */
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		margin: 0;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 95px;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		max-width: 100%;
		text-align: center;
		font-size: 52px;
	}

	#ry-pg-banner .ry-bnr-wrp:before, #ry-pg-banner .ry-bnr-wrp:after {
		display: none;
	}
	#menu_container .mm-listview li a, 
	.mm-listitem a {
		font-size: 16px;
		letter-spacing: initial !important;
		font-weight: 400 !important;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1;
		color: #fff;
	}

	#menu_container .hamburger .hamburger-inner,
	#menu_container .hamburger .hamburger-inner:after,
	#menu_container .hamburger .hamburger-inner:before {
		background: #fff;
	}

	li.third-level-container:not(.third-level a):after {
		color: #fff;
	}
	#menu_container, .mobile-container, #mobile_menu {
		background: #000;
	}

	.module-43 {
		display: none;
	}

	#theme2-smHeader {
		display: block !important;
	}

	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 240px;
	}

	.mobile-container .mobile-nav {
		margin-right: 10px;
	}

	.mobile-container {
		background: #fff;
	}

	.mobile-container .mobile-nav button .hamburger-inner, 
	.mobile-container .mobile-nav button .hamburger-inner:before,
	.mobile-container .mobile-nav button .hamburger-inner:after {
		background: #3b447b;
	}

	.module-hero.custom {
		margin-top: 95px;
	}

	.module-hero.custom .hero-content {
		position: relative;
		bottom: 0;
		padding: 60px 0;
		background: #3b447b;
	}

	.module-hero.custom .hero-content .ry-headline h1 {
		font-size: 53px;
	}

	.module-hero.custom .hero-content .ry-container .ry-flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.module-hero.custom .hero-content .ry-container .ry-flex .ry-headline {
		width: 100%;
		order: 0;
	}

	.module-hero.custom .hero-content .ry-container .ry-flex .photo {
		order: 1;
	}

	.module-hero.custom .hero-content .ry-container .button-wrapper .ry-btn {
		font-size: 18px !important;
		background: #e68431 !important;
		padding: 14px 30px;
	}

	.module-welcome.custom .ry-flex .ry-each {
		max-width: 100%;
		padding-bottom: 200px;
	}

	.module-welcome.custom .ry-flex .ry-each .hidden-desktop {
		display: flex;
		gap: 10px;
	}

	.module-welcome.custom .ry-text {
		margin-bottom: 30px;
	}

	.module-welcome.custom .bottom-part .inner-flex .button-wrapper {
		display: none;
	}

	.module-welcome.custom .bottom-part .inner-flex .each-photo .photo-2 {
		width: 40%;
	}

	.module-welcome.custom {
		padding: 100px 0;
	}

	.ry-headline h2 {
		font-size: 52px !important;
	}

	.ry-headline h2 .span-1 {
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: 300;
	}

	.module-services.custom .services-wrapper .ry-flex .bottom-part > div {
		font-size: 32px;
	}

	.module-doctor.custom .content {
		padding: 100px 5%;
	}

	.module-doctor.custom .content .ry-left {
		left: -5%;
		bottom: -100px;
		width: 45%;
	}

	.module-doctor.custom .content .ry-left {
		position: relative;
		left: 50%;
		width: 90%;
		max-width: 480px;
		transform: translate(-50%, 0);
	}

	.module-doctor.custom .content .ry-flex {
		display: flex;
		flex-direction: column-reverse;
	}

	.module-doctor.custom .content .ry-right {
		width: 100%;
		max-width: 100%;
	}

	.module-doctor.custom .content .ry-right .ry-headline h2, 
	.module-doctor.custom .content .ry-right .ry-text p {
		text-align: center;
	}

	.module-doctor.custom .content .ry-right .ry-btn {
		margin: auto;
	}

	.module-services.custom {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.module-brand .ry-container {
		width: 90%;
	}

	.module-brand .content {
		padding: 60px 5%;
	}

	.module-insurance.custom .content .each-text span {
		font-size: 22px;
	}

	.group-block {
		padding-top: 66%;
	}

	.group-block:before {
		background-position: center;
	}

	.module-testimonials.custom .section-background img {
		object-position: 30%;
	}

	.module-testimonials.custom .section-background {
		position: relative;
		padding-bottom: 75%;
	}

	.module-testimonials.custom .content {
		width: 100%;
		max-width: 100%;
	}

	.module-testimonials.custom {
		padding-bottom: 160px;
		display: flex;
		flex-direction: column-reverse;
		gap: 60px;
		padding-top: 60px;
		background: #e4e7f8;
	}

	.module-testimonials.custom .ry-headline h2 {
		text-align: center;
	}

	.module-testimonials.custom .ry-container .ry-text p {
		font-size: 20px !important;
		text-align: center !important;
	}

	.module-testimonials.custom .ry-container .ry-name {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		padding: 30px 0;
	}

	.module-testimonials.custom .ry-container .ry-name h5 {
		font-size: 20px;
	}

	.module-testimonials.custom .button-wrapper {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 100px;
	}

	.module-testimonials.custom .ry-container .carousel-control.left {
		left: calc(50% - 60px);
	}

	.module-testimonials.custom .ry-container .carousel-control.right {
		left: unset;
		right: calc(50% - 60px);
	}

	.module-testimonials.custom .ry-container .carousel-control:before {border-color: #333;}
	.module-hero.custom .item .text-center {
		padding-bottom: 56.25%;
		background: #3b447b;
	}
	.module-services.custom .services-wrapper .ry-flex .bottom-part > div {
		font-size: 24px;
	}

	.module-footer-block .footer-top .each-item .photo img {
		max-width: 320px;
	}

	.home .module-footer-block {
		margin-top: -300px;
	}

	.module-footer-block .footer-top .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}

	.module-footer-block .footer-top .each-item:nth-child(1) {
		order: 1;
	}

	.module-footer-block .footer-top .each-item:nth-child(3) {
		order: 2;
	}

	.module-footer-block .footer-top .each-item .each-details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-footer-block .footer-top .each-item .each-text, 
	.module-footer-block .footer-top .each-item .each-text * {
		text-align: center;
	}

	.module-footer-block .footer-bottom .ry-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-footer-block .footer-bottom .ry-right .powered {
		flex-direction: column;
		justify-content: center;
	}
	.module-welcome.custom:before {
		opacity: 0;
	}
}
@media (max-width: 991px) {
	.module-services.custom .services-wrapper .ry-flex {
		flex-wrap: wrap;
	}

	.module-services.custom .services-wrapper .ry-flex .photo {
		height: 200px;
		transition: .3s;
	}

	.module-services.custom .services-wrapper .ry-flex .ry-each:hover {
		width: 100%;
	}

	.module-services.custom .services-wrapper .ry-flex .ry-each:hover .photo {
		height: 460px;
		transition: .3s;
	}

	.module-services.custom .services-wrapper .ry-flex .photo .title {
		transform: unset;
		left: 50%;
		transform: translate(-50%, 0);
		text-align: center;
		top: 60px;
	}

	.module-services.custom .services-wrapper .ry-flex .photo img {
		object-position: top;
	}
	.module-insurance.custom .content .grid-photo img {
		height: 100px;
	}

	.module-insurance.custom .content .grid-photo {
		width: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.module-hero.custom .hero-content .ry-container .ry-flex .photo img {
		height: 100px;
	}
	.module-footer-block .footer-wrapper {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
	}

	.module-footer-block:before {
		border-top-left-radius: 120px;
		border-top-right-radius: 120px;
	}
}
@media (max-width: 768px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 42px;
	}
	.module-welcome.custom .ry-headline h2,
	.module-welcome.custom .ry-text p {
		text-align: center;
	}

	.module-welcome.custom .button-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.module-insurance.custom .content .grid-photo {
		width: 100%;
		position: relative;
		top: unset;
		transform: unset;
		left: unset;
	}

	.module-insurance.custom .content .each-text h3 {
		padding: 0;
		justify-content: initial;
		gap: 10px;
		justify-content: center;
	}

	.module-insurance.custom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}


	.module-brand .content .carousel-wrapper {
		padding: 0 60px;
	}
	/*
	.frames-grid {
		display: initial;
	}
	
	.frames-grid .ry-each img {
		width: 100px;
		height: 90px;
		object-fit: contain;
		min-width: unset;
	}
	
	.frames-grid .slick-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.frames-grid .slick-list .slick-slide {
		margin: 0 10px;
	}
	.frames-grid {
		margin-bottom: 60px;
	}
	
	.frames-grid {
		padding: 0 30px;
	}

	.frames-grid .slick-arrow:before {
		content: "";
		border: solid #000000;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 6px;
		content: "";
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.frames-grid .prev-arrow:before {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}

	.frames-grid .slick-arrow {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

	.frames-grid .slick-arrow.prev-arrow {
		left: 0;
	}

	.frames-grid .slick-arrow.next-arrow {
		right: 0;
	}
	*/
}

@media (max-width: 620px) {
	.frames-grid .ry-each img {
		min-width: unset;
		max-width: 130px;
		max-height: 60px;
		object-fit: contain;
	}

	.frames-grid {
		grid-template-columns: repeat(2, minmax(auto, 1fr));
		gap: 1rem;
	}
}
@media (max-width: 520px) {
	.group-block {
		padding-top: 150%;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		width: 160px;
		min-width: 160px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
		margin-right: 5px;
	}

	.module-hero.custom {
		margin-top: 85px;
	}
	.module-welcome.custom .bottom-part .inner-flex .each-photo {
		max-width: 90%;
	}
	.ry-text p {
		font-size: 16px !important;
	}

	.module-hero.custom .hero-content .ry-headline h1 {
		font-size: 44px;
	}

	.ry-headline h2 {
		font-size: 42px !important;
	}

	.module-services.custom .services-wrapper .ry-flex .photo .title {
		font-size: 16px;
		letter-spacing: 1px;
	}
}
@media (max-width: 480px) {
	.module-brand .content .arrow button {
		width: 35px;
		height: 35px;
	}

	.module-brand .content .arrow button svg {
		width: 15px;
		height: 15px;
	}

	.module-brand .content .item img {
		height: 50px;
		max-width: 100px;
	}

	.module-brand .content .carousel-wrapper {
		padding: 0 40px;
	}
	.frames-grid .ry-each {
		min-height: 110px;
	}
}
@media (min-width: 2100px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.group-block {
		padding-top: 1100px;
	}
}

@media (min-width: 1081px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.hidden-desktop {
		display: none;
	}
}

@media (max-width: 1024px) {


	.module-insurance.custom .content .grid-photo img {
		height: 100%;
	}

	.group-block {
		padding-bottom: 100px;
	}
}



/*FOOTER UPDATE*/
.module-footer-block .footer-top .each-item .photo img {
	margin-bottom:35px
}

.footer-top a.ry-btn {
	font-size:22px !important;
	background:#fff !important;
	color:#e7842f !important;
	margin:auto
}
.module-footer-block .footer-top .each-item .each-text span {
	font-size:20px !important
}

.footer-top a.ry-btn:nth-child(1){
	margin-bottom:-10px
}

@media (max-width: 1080px) {
	.module-footer-block .footer-top .each-item:nth-child(2) {
		order: 1;
	}
}


a#vision-plan {
    padding: 16px 60px;
}

@media (max-width: 1080px){
    a#vision-plan {
    padding: 14px 45px;
    }
}

.button-wrapper br {
    display:none;
}