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

.hp-section .background-section, .hp-section .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.overlink, .overlink a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
	
} 
/* -- HEADER UPDATE ---*/
.module-43 .ry-left {
	position: absolute;
	z-index: 9;
	width: 100%;
    max-width: 300px;
}

.module-43 .ry-right {
	margin-left: auto;
}

.leadsDetails {
	display: flex;
	align-items: center;
}

.leadsDetails .social-inner-wrap li a {
	width: 40px;
	height: 40px;
	background: var(--secondary-color);
	border: 1px solid #333333;
	padding: 0;
	border-radius: 50%;
}

.leadsDetails .social-inner-wrap li a:not(:hover) {
	background: transparent;
}

.leadsDetails .social-inner-wrap li a:not(:hover) svg {
	fill: #333;
}

.leadsDetails .social-inner-wrap li {
	margin: 0 !important;
}

.leadsDetails .social-inner-wrap {
	gap: 10px;
	margin-right: 30px;
}


.leadsDetails .button-wrapper {
	display: flex;
	gap: 10px;
}

.leadsDetails .button-wrapper .ry-btn {
	padding: 8px 28px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.leadsDetails .button-wrapper .ry-btn .icon {
	width: 20px;
	height: 20px;
}

.leadsDetails .button-wrapper .ry-btn .text-group {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	letter-spacing: initial;
	line-height: 1.2;
}

.leadsDetails .button-wrapper .ry-btn .text-group span {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.leadsDetails .button-wrapper .ry-btn .icon svg {
	width: 20px;
	height: 20px;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
	font-size: 20px;
	letter-spacing: initial;
	color: #333;
}

body.default #ry-section-header.module-43 {
	background: #fff !important;
	padding-bottom:35px !important
}

body.default .module-43 .ry-right .ry-menu .nav-menu li a {
	color: #333;
}
.ry-sticky-menu.fixed {
	z-index:999
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
    font-size:19px;
    padding-inline:16px !important;
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
    width:280px
}
   
li.third-level-container:not(.third-level a):after {
    position:absolute
}
.mm-panels>.mm-panel,#menu_container,#mobile_menu, .mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
    background: var(--secondary-color) !important;
}
.mobile-container .flex-wrap .mobile_logo img {
    max-width: 180px;
}

.module-43 .ry-right .ry-menu .nav-menu>li>a:hover, body.default .module-43 .ry-right .ry-menu .nav-menu>li>a:hover {
    color: var(--secondary-color) !important;
    opacity: 1;
}
@media (max-width: 1480px) { 
	.module-43 .ry-left {
		max-width: 280px;
	}
}

/*@media (max-width: 1280px) {
	.module-43 .ry-right {
		padding-left: 0;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		width: 100%;
		max-width: 100%;
		gap: unset;
		justify-content: space-between;
	}

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

	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 10px;
	}

	.module-43 .ry-right {
		padding-left: 0;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		width: 100%;
		max-width: 100%;
		gap: unset;
		justify-content: space-between;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 10px;
	}

	.module-43.fixed .leadsDetails .button-wrapper .ry-btn .text-group {
		display: none;
	}

	.module-43.fixed .leadsDetails .button-wrapper .ry-btn {
		padding: 0;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
*/
@media screen and (min-width: 992px) and (max-width: 1300px) {
    .module-43 .ry-right .ry-menu .nav-menu li a {
        font-size: 20px !important;
    }
}
@media (max-width:500px) {

	div.mobile-container .flex-wrap {
		flex-direction: row !important;
		gap: 1em !important;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.mobile-container .flex-wrap .flex-item.right-nav {
		width: 100% !important;
		justify-content: flex-end;
	}

	.mobile-container .flex-wrap .flex-item.left-nav {
		width: 100% !important;
		justify-content: center;
		max-width: 100% !important;
	}

	
	.mobile-container .flex-wrap .mobile_logo img {
		width:140px
	}
}
.module-43.fixed .ry-right {
    flex-direction:column-reverse;
    gap:20px
}
.module-43.fixed .ry-right .ry-leads,
.module-43.fixed .ry-right .ry-menu{
    width:100%;
    max-width:1600px
}
.module-43.fixed .ry-right .ry-menu {
    justify-content:space-between;
    align-items:center;
    height:fit-content
}
.module-43.fixed .ry-right .ry-menu .nav-menu {
    justify-content:end;
    width:fit-content;
    right:0;
    height:fit-content;
}
.module-43.ry-sticky-menu.fixed .ry-right .ry-menu .nav-menu li a, .module-43 .ry-right .ry-menu .nav-menu li a {
    font-size:20px !important
}

#litlleLogo a img {
    max-width: 280px !important;
    max-height: 100%;
    object-fit: contain;
    position:absolute;
    top:0
  
}

@media(max-width:1280px) {
        div.module-43.fixed .ry-right .ry-menu .nav-menu {
        left: 0;
        width:100%
    }
    div.module-43.fixed .ry-right .ry-menu {
        width:100%
    }
}
/*MOBILE HEADER*/

/* --- HERO ---*/
.module-66 .bnr-textbox {
    margin-bottom: 40px !important;
}
@media (max-width: 1080px) {
	.module-66 .bnr-textbox {
		padding: 20px 30px;
		margin-bottom: 0px !important;
		background: var(--secondary-color);
	}
}

@media (max-width: 580px) {
	.module-66 .carousel .carousel-inner .item img {
		height:40vh !important
	}
	.module-66 .bnr-textbox  {
		padding-inline:10px
	}
	.module-66 .bnr-textbox .ry-section-title {
		font-size:35px
	}
}
/* --- WELCOME SECTION ---*/

.welcome-services-wrapper .hp-shared-bg {
    position: relative;
    margin-top: -22.2rem;
}

.hp-welcome-bg img {
    min-height: 1191px;
}

.hp-welcome-bg {
    position: absolute;
    z-index: 9;
}


.hp-welcome .ry-container {
    width: 100%;
}

.hp-section.hp-welcome {
    padding: 100px 0 500px;
	 background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6eab2c2c-42e4-482c-b4da-c99c2e4fc902/Assets/welcome_bg.png) no-repeat center / cover;
	background-size: cover;
	    background-position: center bottom;
	position: relative;
}

.hp-section.hp-welcome:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 45%;
    background: linear-gradient(to top, #ffffff, transparent);
    top: unset;
	display:none
}

.grid__hp-welcome {
    display: flex;
    justify-content: space-between;
    margin-top: 16rem;
}
.grid__hp-welcome {
	margin-top: 1rem;
	margin-bottom: 1rem;
	gap: 0 2em;
}

.grid__hp-welcome .each-section.text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.grid__hp-welcome .each-section img {
	max-width: 810px;
	margin: auto;
}

.grid__hp-welcome .each-section.text .img-wrapper img {
    max-width: 300px;
    margin: 0 auto 30px;
}

.grid__hp-welcome .each-section .text-wrapper p {
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    line-height: 35px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

.hp-welcome-bg {
	top: 0;
}
.hp-title h2 {
    text-align: center;
}

/*@media(max-width:1800px){
	div#welcome-wrap {
		margin-top: 4rem;
	}
	.grid__hp-welcome  .each-section.img-1 img,
	.grid__hp-welcome  .each-section.img-2 img{
		max-width:500px;
		width:100%
	}
	.grid__hp-welcome  .each-section.img-1{
		position:absolute;
		top:50%;
		transform:translateX(-50%);
		left:0 !important
	}
	.grid__hp-welcome  .each-section.img-2{
		position:absolute;
		top:50%;
		right:0 !important;
	}

	.grid__hp-welcome  .each-section.img-2 {
		right:-5%;
		z-index:-1
	}
	.grid__hp-welcome {
		display:flex
	}
}*/

/*
@media(max-width:1580px){
	.grid__hp-welcome  .each-section.img-1 img,
	.grid__hp-welcome  .each-section.img-2 img{
		max-width:28vw;
		width:100%
	}
}

@media(max-width:1380px){ 
	.grid__hp-welcome  .each-section.img-1 img,
	.grid__hp-welcome  .each-section.img-2 img{
		max-width:25vw;
	}
}*/
@media(max-width:1080px){
	/*div#welcome-wrap {
		margin-top: -13%;
	}*/
	.hp-welcome-bg {
        display:none
    }
	

	.hp-welcome-bg img{
		min-height: unset;
		object-fit:cover !important;
		height:100% !important;
	}

	.grid__hp-welcome {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	/*.grid__hp-welcome {
		display:flex;
		flex-direction:column;
		margin-top: 80px;
		position:revert;
		padding-bottom:50vw
	}
	.grid__hp-welcome .each-section img {
		max-width:300px;
		width:100%
	}
	.grid__hp-welcome .each-section.img-1, .grid__hp-welcome .each-section.img-2 {
        top: unset;
        transform:unset;
	}
	.grid__hp-welcome .each-section .img-wrapper img{
		max-width: 500px;
		width: 100%;;
	}
	.grid__hp-welcome  .each-section.img-1 {
		bottom:2%;
		left:0;
		z-index: 1;
	}
	.grid__hp-welcome  .each-section.img-1 img, .grid__hp-welcome  .each-section.img-2 img {
		max-width: 45vw !important;
		width: 100%;
	}
	
    .grid__hp-welcome  .each-section.img-2 {
       bottom:2%;
       right:0;
		z-index: 1;
    }

    .hp-welcome .ry-container{
         width:90%;;
        margin-top:200px
    }*/
}
/*
@media (max-width: 780px) {
	.hp-section.hp-welcome {
		margin-top: -50VW;
	}
	.hp-section.hp-welcome {
		margin-top: -50VW;
	}
}
@media (max-width: 500px) {
	.hp-section.hp-welcome {
		margin-top: -78VW;
	}
	#welcome-wrap {
		padding-top:180px
	}
	.grid__hp-welcome {
		padding-bottom:60vw
	}
}

@media (max-width: 480px) {
    .hp-section.hp-welcome {
        margin-top: -400px;
    }
}*/

/* ---WELCOME SECTION ---*/
.hp-welcome .each-section.img-2 {
	display:none
}
.hp-welcome .each-section.img-1 {
	width: 45%;
}

.hp-welcome .each-section.text {
	width: 40%;
	margin-right:5%
}

@media (max-width: 1080px) { 
	.hp-welcome .each-section.text {
		width: 100% !important;
		gap: 10px 0 !important;
		margin-right:0;
	}
	.hp-section.hp-welcome {
		padding-bottom:480px
	}
	.hp-welcome .each-section.img-1, .hp-welcome .each-section.img-2 {
		width: 100%;
		max-width: 500px;
	}

	.hp-welcome .each-section.text {
		width: 100% !important;
		gap: 10px 0 !important;
	}

	.grid__hp-welcome .each-section.text {
		max-width: 700px;
	}
}

@media (max-width: 500px) {
	
	body div.module-services.custom .ry-container .ry-flex .each-block .photo img,
	.module-services.custom .ry-container .ry-flex .each-block .photo:after {
		height: 320px !important;
		border-radius: 50px !important;
		background: hsl(0deg 0% 0% / 29.02%) !important;
	}
	
	

	.grid__hp-welcome {
		gap: 10px 0 !important;
	}
	
	.grid__hp-welcome .each-section.text {
	  width: 100% !important;
	}
	

	.hp-section.hp-welcome {
		margin-top: 0;
		padding-top: 40px;
		padding-bottom:480px
	}
	div#welcome-wrap {
		margin: 0;
		padding: 0;
	}
	.grid__hp-welcome {
		padding: 0;
		margin-top: 0;
	}
	.hp-welcome .ry-container {
		margin: 0 auto;
		width: 90%;
	}
}

.hp-welcome .each-section.text .btn-wrapper {
    margin-top: 40px;
}
.module-welcome.style-7 .ry-text p {
	color: #333;
}
@media (min-width: 1081px) {
	.module-welcome.style-7 * {
		text-align: left;
	}
}

.module-welcome.style-7 .background-section:before {
	content: "";
	width: 100%;
    position: absolute;
    opacity: 1;
    height: 55%;
    inset: 0;
    top: unset;
    background: linear-gradient(to top, #092c38, transparent);
    z-index: 1;
}

/* --- WELCOME END---*/


.module-welcome.style-7.ortho-style .ry-headline h2, .module-welcome.style-7.ortho-style .ry-text p{
	text-align: center !important;
}

.module-welcome.style-7.ortho-style .ry-text p {
	color: #333;
}

.module-welcome.style-7.ortho-style .ry-headline h2 span {
    margin-top: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: none;
	text-align: center;
}

.module-welcome.style-7.ortho-style .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 30px;
}


/** Dry Eye Technology Start **/

.module-welcome.style-7.ortho-style {
	padding: 80px 0 450px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6eab2c2c-42e4-482c-b4da-c99c2e4fc902/Assets/ortho_background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
   
}

.module-welcome.style-7.ortho-style ul {
    padding: 0;
    list-style: none;
    column-count: 2;
    text-align: left;
	margin-bottom: 30px;
	max-width: 520px;
}

.module-welcome.style-7.ortho-style ul li {
    position: relative;
    margin-bottom: 5px !important;
	padding-left: 30px;
}

.module-welcome.style-7.ortho-style ul li * {
	text-align: left !important;
	margin: 0;
	font-size: 17px;
	font-weight: 500 !important;
}

.module-welcome.style-7.ortho-style ul li:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23496c99' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
    inset: 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 52%;
    transform: translateY(-50%);
}

.module-welcome.style-7.ortho-style .text-wrapper {
    /*! padding: 0 13%; */
}
.module-welcome.style-7.ortho-style .text-wrapper .ry-text {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 0;
}


.module-welcome.style-7.ortho-style .ry-flex .ry-each:not(.image-wrapper) {
    display: flex;
    align-items: center;
}

@media (max-width: 680px) { 
	.module-welcome.style-7.ortho-style .text-wrapper {
		padding: 0 !important;
	}
}

@media (max-width: 1080px) {
	.module-welcome.style-7.ortho-style {
		padding: 3em 0 !important;
		margin-top: 0 !important;
	}
	div.module-welcome.style-7.ortho-style {
		background: #dee8f4 !important;
		margin-top: 0 !important;
		padding: 3em 0 !important;
		border-radius: 0 !important;
	}
	div.module-welcome.style-7.myopia-style {
		padding: 2em 0 !important;
	}
}

@media (min-width: 1081px) { 
	.module-welcome.style-7.ortho-style .ry-flex {
		flex-direction: row-reverse;
	}
	.module-welcome.style-7.ortho-style .ry-flex .ry-each:not(.image-wrapper) {
		padding: 0 5%;
		align-self: self-start;
        margin-top: 10%;
	}
	.module-welcome.style-7.ortho-style .ry-each.image-wrapper {
		margin-bottom: 10rem;
	}
}

/** Dry Eye Technology END **/


/** Services Start */

.module-services.custom {
	padding: 0px 0 0px;
	position: relative;
	z-index: 1;
	background: #fff5c1;
}

.module-services.custom .ry-container {
	width: 90%;
	max-width: 1400px;
	position: relative;
	z-index: 99;
	display: flex;
	padding: 100px 5% 50px;
	background: rgb(0 0 0);
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6eab2c2c-42e4-482c-b4da-c99c2e4fc902/Assets/service_box_background.jpg);
	background: cover;
	background-position: center center;
	border-radius: 60px;
	margin-top: -400px;
	box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
}

.module-services.custom .ry-container:before {
	content: " ";
	position: absolute;
	inset: -14px;
	border-radius: 70px;
	z-index: -1;
	background: #e16d21;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 4px;
}

.module-services.custom .section-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	inset: 0;
}

.module-services.custom .section-background img {
	object-fit: cover;
	height: 100%;
}

.module-services.custom .ry-headline h2 {
	margin-bottom: 85px;
	line-height: 1.2;
}

.module-services.custom .ry-flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 6%;
	margin-bottom: 70px;
	row-gap: 80px;
}

.module-services.custom .ry-flex .each-block {
	width: max-content;
	max-width: 207px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 0px;
}

.module-services.custom .button-wrapper {display: none;}

.module-services.custom .ry-flex .each-block .photo {
	width: 207px;
    height: 207px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	border-radius: 50%;
	background-size: cover;
		transition: .2s ease;
		position: relative;
}
.module-services.custom .ry-flex .each-block:hover .photo {
    background: #fccf51;
    transition: .2s ease;
}

.module-services.custom .ry-flex .each-block .photo img {
    height: 100%;
        max-width: 75%;
    max-height: 75%;
    object-fit: contain;
    position: absolute;
	transition: .2s ease;
	filter: brightness(0) invert(1);
}
.module-services.custom .ry-flex .each-block:hover .photo img {
    filter: brightness(0) invert(0);
    transition: .2s;
}

.module-services.custom .ry-flex .each-block .link, .module-services.custom .ry-flex .each-block .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 9;
	opacity: 0;
}

.module-services.custom .ry-flex .each-block .title {
	position: relative;
	max-width: 280px;
	line-height: 1.2;
	margin: auto;
	color: #fff;
}

.module-services.custom .ry-flex .each-block .title div {
	font-weight: 400 !important;
	font-size: 22px;
	text-transform: uppercase;
	color: #333;
}

.module-services.custom .ry-flex .each-block .title span {
	display: block;
	font-size: 18px !important;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 10px;
	color: #545454;
	font-weight: 400 !important;
}

.module-services.custom .ry-flex .each-block:last-child .title {
	max-width: 200px;
	width: 100%;
}

.module-services.custom .ry-btn:not(:hover) {color: #fff;}

.module-services.custom .ry-btn {margin: auto;border: 1px solid white;border-radius: 32px !important;}

.module-66:before {
	opacity: 0 !important;
}
@media (min-width:2100px) {
	.module-services.custom {
		padding: 0px 0 0px;
	}
}

.module-services.custom .ry-flex .each-block .photo:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 90%;
	border: 1px solid #3e4950;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .5s;
}

.module-services.custom .ry-flex .each-block:hover .photo:before {
	transform: translate(-50%, -50%)scale(1.25);
	border-color: var(--primary-color);
	border: 3px solid;
}

.module-43.fixed .leadsDetails .button-wrapper .ry-btn.custom-icon {
	display: none;
}

@media (max-width: 1680px) {
	.module-services.custom .section-background {
		height: 100%;
	}

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

	.module-services.custom {
		padding: 0px 0 0px;
	}
}

@media (max-width: 1480px) {
	.module-services.custom .ry-flex .each-block .photo {
		width: 200px;
		height: 200px;
		/* padding-bottom: 100%; */
		display: flex;
		align-items: center;
	}

	.module-services.custom .ry-flex .each-block .title div {
		font-size: 18px;
	}
	.module-services.custom .ry-flex .each-block {width: 220px;}
}


@media (max-width: 1080px) {

	.module-services.custom .ry-flex .slick-list {
		margin: 0 -15px;
	}

	.module-services.custom .ry-flex .slick-list .each-block {
		margin: 0 15px;
	}

	.module-services.custom .slick-dots {
		list-style: none;
		padding-left: 0;
		display: flex !important;
		justify-content: center;
		margin: 30px 0;
		gap: 5px;
	}

	.module-services.custom .slick-dots li button {
		width: 12px;
		height: 12px;
		text-indent: -99999px;
		background: #424242;
		border-radius: 50%;
		opacity: .3;
	}

	.module-services.custom .slick-dots li.slick-active button {
		opacity: 1;
	}
	.module-hero.custom .item .text-center {
		padding-bottom: 56.25%;
	}

	.module-services.custom .ry-flex .each-block {
		max-width: unset;
		width: auto;
	}

	.module-services.custom .ry-flex {
		display: initial;
		gap: unset;
		margin: auto;
	}
	.module-services.custom .ry-flex .each-block .photo {
		/* padding-bottom: 100%; */
		/* height: 0; */
	}
}

@media (max-width: 620px) {
	.module-services.custom .ry-flex {
		width: 90%;
		max-width: 300px;
	}

	.module-services.custom .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.custom .ry-flex .each-block .title div {
		font-size: 16px;
	}
}

@media (max-width: 1080px) {
	.module-services.custom .ry-flex .each-block {
		justify-content: center;
		align-items: center;
	}
	.module-services.custom .ry-flex .each-block .photo img {
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
	}

}

.module-services.custom .section-background {display: none;}


/** Services End **/

/** --- MYOPIA SECTION --- **/
.module-welcome.style-7.myopia-style {
    padding: 140px 0 0px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6eab2c2c-42e4-482c-b4da-c99c2e4fc902/Assets/myopia_background.jpg);
    margin-bottom: 0;
    background-size: cover;
	background-position: center top;
}

.module-welcome.style-7.myopia-style .ry-container {
    width: 100%;
}

.module-welcome.style-7.myopia-style .ry-flex .ry-each {
    display: flex;
    align-items: center;
}

.module-welcome.style-7.myopia-style ul {
    padding: 0;
    list-style: none;
    column-count: 2;
    text-align: left;
	margin-bottom: 30px;
	max-width: 520px;
}

.module-welcome.style-7.myopia-style ul li {
    position: relative;
    margin-bottom: 5px !important;
	padding-left: 30px;
}

.module-welcome.style-7.myopia-style ul li * {
	text-align: left !important;
	margin: 0;
	font-size: 17px;
	font-weight: 500 !important;
}

.module-welcome.style-7.myopia-style ul li:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23496c99' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
    inset: 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 52%;
    transform: translateY(-50%);
}

.module-welcome.style-7.myopia-style .text-wrapper .ry-text {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 40px;
}

.module-welcome.style-7.myopia-style *:not(.ry-btn) {
    color: #000000 !important;
}

.module-welcome.style-7.myopia-style .ry-headline h2 {
    color: #333333 !important;
}
.module-welcome.style-7.myopia-style .ry-flex {
	align-items:center
}
@media (max-width:1080px) { 
	div.module-welcome.style-7.myopia-style {
		padding: 2em 0 !important;
	}
}

@media (min-width: 1101px) { 
	.module-welcome.style-7.myopia-style .ry-flex {
		flex-direction: row-reverse;
	}
	
	.module-welcome.style-7.myopia-style .ry-flex .ry-each {
		align-items: flex-start;
	}
	.module-welcome.style-7.myopia-style .ry-flex .ry-each {
		width:45%
	}
	.module-welcome.style-7.myopia-style .ry-flex .ry-each.image-wrapper {
		width:40%;
		margin-left:5%
	}
}
@media (max-width: 1101px) {
		.module-welcome.style-7.myopia-style .ry-flex {
		flex-direction: column;
	}
	.module-welcome.style-7.myopia-style .ry-flex .ry-each {
		align-items: center;
	}
	.module-welcome.style-7.myopia-style .ry-flex {
		justify-content:center;
		align-items:center;
		gap:40PX
	}
	.module-welcome.style-7.myopia-style .ry-flex * {
		text-align:center !important;
		margin-inline:auto
	}
	.module-welcome.style-7.myopia-style .ry-flex .ry-each.image-wrapper {
		max-width:500px !important;
		width:100%;
	}
}
@media (max-width: 600px) {
.module-welcome.style-7.myopia-style .ry-headline h2 {
		font-size:35px !important
	}
}
/** --- MYOPIA END --- **/

/** Team Style **/

.team-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
	background: transparent;
	box-shadow: none;
}

.team-card .img-box {
	margin-right: 0;
	max-width: 100%;
    max-height: 100%;
}

.team-card .img-box .person-img {
    height: 100%;
    object-fit: contain;
}

.team-card .card-content-box {
    align-items: center;
}
.team-card .card-content-box * {
    text-align: center;
	color: #ffffff;
}
.team-card .card-content-box .text-blk.person-name {
    min-height:50px;
    display: flex;
    align-items: center;
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 1.5;
}
.person-info {
	font-size: 16px;
    text-transform: uppercase;
	letter-spacing: 2px; display: none
}
.person-info em {
    font-style: normal;
}
.outer-container:before {
	opacity: 1;
}
.section-body {
    display: none;
}
.section-head {
    margin-bottom: 60px;
}
#team-wrap .inner-container .card-container img {
	border:solid 2px transparent;
	transition:all .3s ease
}
#team-wrap .inner-container .card-container:hover img {
	border-color: #fff
}

@media (max-width:1080px) and (min-width:768px) {

    .team-cards-outer-container {
        flex-wrap: wrap;
    }
   div#team-wrap .card-container {
        margin: 0 auto;
        max-width: 100%;
        width: 30%;
    }

    .team-card .card-content-box .text-blk.person-name {
        font-size:17px !important;
    }
	
	.team-cards-outer-container {
		flex-wrap: wrap;
	}
}
@media(max-width:1080px) {
	#team-wrap .inner-container {
		padding:60px 0 40px;
	}
	.section-head {
		margin-bottom: 10px;
	}
}
/** Team End **/


body.home div#section-brands .ry-multi-item-slider {
    padding-top: 0;
    padding-bottom: 120px;
}

body.home div#section-brands .ry-multi-item-slider .ry-headline h2 span,
body.home div#section-brands .ry-multi-item-slider .fa-solid {
    color: #000;
}
body.home div#section-brands {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6eab2c2c-42e4-482c-b4da-c99c2e4fc902/Assets/brand_background.jpg);
    background-size: cover;
        padding-top: 70px;
    position: relative;
	    margin-top: -1px;
	    background-position: center bottom;
}
body.home div#section-brands:before {
	content: "";
	position: absolute;
}

body.home div#section-brands .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: brightness(0) invert(.15);
    max-height: 60px;
    max-width: 120px;
}
.module-brands.style-5 .content .brand-block .each-brand .logo img {
    filter: brightness(0) invert(1)
}
body.home #top-brands .ry-multi-item-slider .container.ry-container .item .work {
    border: 1px solid rgb(0 0 0 / 50%);
    max-width: 260px;
    width: 100%;
    padding: 16px;
}

/*----- TESTIMONIAL START -----*/

.module-testimonials.option-1 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6eab2c2c-42e4-482c-b4da-c99c2e4fc902/Assets/testimonial_background_v2.jpg);
	background-size: cover;
	background-position: top;
}

.module-testimonials.option-1:before {display: none;}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block,
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
	background: transparent;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;

}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-text {
	min-height: 140px;
}
.module-testimonials.option-1 .testimonials-wrapper {
	margin: 90px 0 20px;
}
.testimonials-wrapper .carousel-indicators li {
    background: #333333;

}
/*----- TESTIMONIAL END -----*/

/** Start Of Footer **/

.module-44 {
	margin-top: -1px;
	background: var(--secondary-color);
}

.module-44 .social-icons .social-inner-wrap a {
	color: var(--primary-color) !important;
}

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: var(--primary-color) !important;
	color: #ffffff !important;
	opacity: 1 !important;
	border-color: var(--primary-color) !important;
}

.module-44 .ry-divisor .social-inner-wrap:before { display: none;
	content:'';
	width:30%;
	height:1px;
	background:#6b79608c;
	position:absolute;
	left:0;
	top:20%;
}

.module-44 .ry-divisor {
	margin: 0;
}

.module-44 .social-icons .social-inner-wrap li {
    height: 45px;
    width: 45px;
}

.module-44 .custom-social-wrapper .social-inner-wrap li {
    border: 1px solid #FFF !important;
}

.module-44 .custom-social-wrapper .social-inner-wrap li:hover {
	border: 1px solid var(--primary-color) !important;
}
.module-44 .custom-social-wrapper .social-inner-wrap li:hover svg {
	fill:var(--primary-color) !important
}


.module-44 .social-icons .social-inner-wrap {
    margin: 30px 0 20px;
}

.module-44 .ry-divisor .social-inner-wrap:after { display: none;
	content:'';
	width:30%;
	height:1px;
	background:#6b79608c;
	position:absolute;
	right:0;
	top:20%;
}
.module-44 .ry-divisor {
	border:unset !important;
}

.module-44 .ry-flex .ry-each .website-info .address:before {
	content: "\F3E8";
}
.module-44 .ry-flex .ry-each .website-info .phone:before {
	content: "\F4E7";
}
.module-44 .office-hours:before {
	content: "\F293";
}

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .office-hours:before {
	font-family: 'bootstrap-icons';
	width: 44px;
	height: 44px;
	border-radius: 22px;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	color:#ffffff;
	font-size:20px;
	font-weight: 500;
	border: 1px solid #ffffff;
}

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .ry-flex .ry-each .website-info .email:before, .module-44 .office-hours:before {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.module-44 .social-icons .social-inner-wrap li .fa {
	border: 2px solid var(--primary-color) !important;
	box-shadow: unset;
	width:50px;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family: 'FontAwesome';
	color: #FFFFFF !important;
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-direction: column;
}

.module-44 .ry-flex .ry-each .website-info .phone p{
	display:flex !important;
	flex-direction:column;
}

.module-44 .ry-flex .ry-each .website-info .phone p a, .module-44 .ry-flex .ry-each .website-info .phone p {
	color: #ffffff;
	font-weight: 600 !important;
	margin-top: 8px;
} 

.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.6 !important;
	font-weight: 400;
}
.module-44 .ry-flex .ry-each h2 {
	color: #ffffff;
	font-weight: 600 !important;
	font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem) !important;
	text-transform: uppercase;
}
.module-44 .ry-footer-top a, 
.module-44 .ry-flex .ry-each a .span-1 {
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transition: text-shadow 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.module-44 .ry-footer-top a:hover,  .module-44 .ry-flex .ry-each a:hover .span-1, .module-44 .ry-footer-copyright a:hover  {
	opacity:1 !important;
	color: var(--primary-color) !important
}


.module-44 .ry-footer-logo {
	max-width: 340px;
	margin: 0 auto 0;
	max-height: 250px;
	object-fit: contain;	
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 span {
	display: unset;
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
	    width: 180px;
    text-align: start;
    white-space: nowrap;
    max-width: unset;
}

.module-44 .ry-flex .ry-each .office-hours ul li {
	margin-bottom: 6px;
	gap: 60px;
}

.module-44 .ry-flex .ry-each {
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
	width:fit-content;
	padding: 0;
}

.module-44  .office-hours ul li{
	display:flex;
	justify-content:space-between
}

.module-44 .ry-footer-copyright *{
	font-size: 14px;
	color: rgb(255 255 255 / 50%) !important;
	font-weight: 400 !important;
	text-align: center;
}

div.module-44 .ry-footer-copyright {
	padding: 0;
}
.module-44 .ry-footer-copyright .ry-left p {
	line-height:1.2 !important
}

@media(min-width:1080px) {
	.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
		text-align:start
	}
}


@media (max-width: 1380px) {
	div.module-44 .ry-flex .ry-each .span-2 {
		width: 140px;
	}	
}

@media (max-width: 1200px) {
	.module-44 .ry-flex {
		display: grid;
		grid-template-columns:auto;
		gap: 40px;
		justify-content: center;
		align-items: start;
		padding:0 4vw 50px;
	}

	.module-44 .ry-flex > div {
		max-width: 100% !important;
	}
	.module-44 .ry-flex .ry-each {
		margin:0 auto
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		margin-bottom:10px;
		gap: 0 !important;
	}
	.module-44 .ry-footer-top {
		padding-bottom: 0 !important;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2, .module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: center!important;
	}

	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone {
		flex-direction: column;
		justify-content: center;
		text-align: center !important;
		align-items: center;
	}
	.module-44 .ry-flex *  {
		text-align:center !important
	}
	.module-44 .ry-footer-logo {
		max-width: 200px;
		margin: 0 auto 0;	
	}
}

@media (max-width: 1080px) {
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
		align-items: center !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: left !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important;
	}
	.module-44 .ry-flex .ry-each div.office-hours {
		width: 100%;
		max-width: 320px;
	}
	/*.grid__hp-welcome .each-section.img-1 img,
	.grid__hp-welcome .each-section.img-2 img {
		max-width: max-content !important;
	}
	.grid__hp-welcome .each-section.img-2,
	.grid__hp-welcome .each-section.img-1 {
		position: relative;
		bottom: -2rem;
	}
	.grid__hp-welcome .each-section.img-1 {
		top: -6rem;
	}*/
}

@media (max-width: 680px) {
	.module-44 .ry-flex {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.module-44 .ry-flex .ry-each .office-hours ul li span {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center !important;
	}

	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: center !important;
	}

}

.module-44 .ul-link {
	width: 100%;
	margin-top: 30px;
}
.module-44 .ul-link li {
	width: 100%;
	display: flex;
	position: relative;
	padding: 5px 0;
	justify-content: center;
}

.module-44 .ul-link li a {
	text-transform: uppercase;
	text-align: center;
	width: max-content;
	position: relative;
	font-weight: 600 !important;
	transition: .3s;
	margin-bottom: 0px;
}
.module-44 .ry-footer-top .ul-link li a:hover {
	color: var(--primary-color) !important;
	width: max-content;
}
.module-44 .ry-footer-top .ul-link li a:hover:before {
	border-bottom: 1px solid var(--primary-color);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .3s;
}

.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email, .module-44 .office-hours {
	position: relative;
	padding-left: 62px;
}

.module-44 .ry-flex .ry-each .website-info .phone.fax:before {
    content: "\f1ac";
    font-family: "FontAwesome";
    font-size: 16px;
}

@media (max-width: 1200px) {
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email, .module-44 .office-hours {
		padding-top: 62px;
		padding-left: 0;
		margin-top: 18px;
	}
	.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .ry-flex .ry-each .website-info .email:before, .module-44 .office-hours:before {
		left: 0;
		right: 0;
		margin: 0 auto 0;
	}
	.module-44 .ry-footer-copyright .ry-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 10px;
	}
	.module-44 .ry-footer-copyright .ry-left p {
		text-align: center;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: left !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important;
		justify-content: flex-end;
	}
	.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
		font-size: 16px;
	}
}

.module-44 .ry-flex .ry-each .website-info .phone.fax p {
    font-size: 17px;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

/** End of Footer **/

:root {
  --site-font: Open Sans,sans-serif;;
  --title-font: Playfair;
  --primary-color: #a9c554;
  --secondary-color: #e16d22;

	--primary-bg: #a9c554;
	--secondary-bg: #e16d22;
}
	
.module-welcome.style-7.nearsightedness-section .ry-headline span {
    max-width:400px;
    width:100%
}
.module-welcome.style-7.nearsightedness-section {
    padding-bottom:60px
}

/* --- SERVICES SECTION --- */
@media (max-width: 1080px) {
	.module-services.custom .ry-container {
		padding-top:70px;
		padding-bottom:20px
	}
	.module-services.custom .ry-headline h2 {
		margin-bottom: 0px;
	}
	.module-services.custom .ry-flex .slick-list {
		padding-top:35px
	}
	body div.module-services.custom .ry-container .ry-flex .each-block .photo img, .module-services.custom .ry-container .ry-flex .each-block .photo::after {
		background:unset !important
	}
	.module-testimonials.option-1 {
		padding-block:60px
	}
}
/* ---BRAND SECTION ---  */
.module-brands .btn-wrapper {
    margin-top:100px
}

.module-brands.style-5 .slick-dots {
    display:flex;
    gap:8px
}
.module-brands.style-5 .slick-dots li {
    margin-inline:0 !important;
}
.module-brands.style-5 .slick-dots li button {
    width: 12px;
    height: 12px;
    background: var(--secondary-color);
    
}
	
/* --- INSIDE PAGES ---*/
body.default p {
    color:#333
}

body.default p a {
    color:var(--secondary-color)
}

#ry-pg-body h2, #ry-pg-body h3,
#ry-pg-body h4, #ry-pg-body h5,
#ry-pg-body h6 {
    color:var(--secondary-color);
}
#ry-pg-body h2 {
    font-size:40px;
    font-family:var(--title-font) !important;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:bold !important
}
#ry-pg-body .ry-btn {
    padding-block:12px
}
.pg-cta h3 {
    margin-block:0 !important
}
.pg-cta {
    display:flex;
    flex-direction:column;
    gap:10px
}

.pg-cta a {
    border:solid 1px var(--secondary-color);
    display:flex;
    width:100%;
    padding:20PX 30px;
    line-height:1.1;
    border-radius:10px;
    justify-content:space-between
}


.pg-cta a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23e16d22' d='M598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L470.6 169.3C458.1 156.8 437.8 156.8 425.3 169.3C412.8 181.8 412.8 202.1 425.3 214.6L498.7 288L64 288C46.3 288 32 302.3 32 320C32 337.7 46.3 352 64 352L498.7 352L425.3 425.4C412.8 437.9 412.8 458.2 425.3 470.7C437.8 483.2 458.1 483.2 470.6 470.7L598.6 342.7z'/%3E%3C/svg%3E");
}
#ry-pg-body .pg-cta a {
    color: var(--secondary-color) !important;
}

#ry-pg-body .pg-cta a:hover {
    color: var(--primary-color) !important;
}

.pg-cta a:hover {
    border:solid 1px var(--primary-color);
}
.pg-cta a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23a9c554' d='M598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L470.6 169.3C458.1 156.8 437.8 156.8 425.3 169.3C412.8 181.8 412.8 202.1 425.3 214.6L498.7 288L64 288C46.3 288 32 302.3 32 320C32 337.7 46.3 352 64 352L498.7 352L425.3 425.4C412.8 437.9 412.8 458.2 425.3 470.7C437.8 483.2 458.1 483.2 470.6 470.7L598.6 342.7z'/%3E%3C/svg%3E");
}
#ry-pg-body .ry-left {
  width: 65%; 
}
#ry-pg-body .ry-right {
  width: 30%; 
}
#ry-pg-body .ry-content.ry-flex {
  gap:40px
}
@media (min-width: 992px) {
    #ry-pg-banner .ry-container, #ry-pg-body .ry-container {
        max-width: 1440px;
		width:90%
    }
}

@media (max-width: 991px) {
  #ry-pg-body .ry-left {
    width: 100%; 
  } 
   #ry-pg-body .ry-right {
    width: 100%; 
  } 
}
	
/* --- TEAM PAGE ---  */
.team-inner-page.style3 .team-social {	
	margin-top:20px
}
.team-inner-page.style3 .btn-excerpt {
	display:none !important
}
.team-inner-page.style3 .ry-each {
	border: solid #474d5b0a 2px;
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-inline:2vw
}

.team-inner-page.style3 .ry-flex.object-top .photo img {
	position:relative;
	object-position:top;
	object-fit:cover;
	height: auto;
}
.team-inner-page.style3 .ry-each .photo {
	padding-bottom:unset;
	height:fit-content
}
.team-inner-page.style3 .ry-each .each-container .details .team-full-description img {
	max-width:400px;
	width:100%;
}
body.default #ry-section-header.module-43 {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#ry-pg-body .team-inner-page.style3 .ry-each .each-container .details .title p {
	font-size: 15px !important;
}
.team-inner-page.style3 .ry-each .each-container .details .title h5 {
	font-size:25px !important
}

body.default #ry-section-header.module-43 .ry-btn:hover, .module-43 .btn-wrapper .ry-btn:hover {
	background:var(--secondary-color) !important
}
.team-inner-page.style3 .ry-each .each-container .details .team-excerpt,
.team-inner-page.style3 .ry-each .each-container .details .team-full-description,
.team-inner-page.style3 .ry-each .each-container .details .title{
	padding:0
}
.team-inner-page.style3 .ry-each .each-container .details {
	flex-direction:column;
	width:78%
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	width: 100%;
}
.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
	width: 100%;
}


.team-inner-page.style3 .ry-each .each-container .details .team-excerpt {
	display:none !important
}
.team-inner-page.style3 .ry-each .each-container .details .team-full-description {
	display:flex !important;
	flex-direction:column;
}
.team-inner-page.style3 .ry-each .each-container .details .team-full-description  blockquote  {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgb(0 0 0 / 5%) 0px 1px 2px;
	padding:30px
}
	
.team-inner-page.style3 .ry-each .each-container {
	justify-content:space-between;
	gap:20PX
}
.team-inner-page.style3 .ry-each .photo {
	max-width:unset;
	width:30%
}

.team-inner-page.style3 .ry-each .each-container .details .team-excerpt p,
.team-inner-page.style3 .ry-each .each-container .details .team-full-description p {
		margin-bottom: 0px;
}
.module-brands.style-5 .content .section-headline h2 {
    color:#333 !important
}
@media (max-width: 1280PX) {
	.team-inner-page.style3 .ry-each .photo {
		width:30%

	}
	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction:column;
		width:65%
	}
}
@media (max-width: 991px) {
	.team-inner-page.style3 .ry-each .photo {
		width:100%	
	}
	.team-inner-page.style3 .ry-each .photo img {
		max-width:300px;
		width:100%;
		margin-inline:auto
	}
	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction:column;
		width:100%
	}
	.team-inner-page.style3 .ry-each {
		padding-inline:20PX
	}
}
	
/* --- Best of Ads --- */	
 .grid-gallery .gallery-wrapper-v2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap:10px
  }

  .grid-gallery .gallery-wrapper-v2 .ry-each {
    width: calc(33% - 20px);
	display:flex;
  }
  .grid-gallery .gallery-wrapper-v2 .ry-each:hover {
    cursor: pointer;
  }

  .grid-gallery .gallery-wrapper-v2 .ry-each .box-shadow {
    position: absolute;
    top: -10px;
    right: -10px;
    width: calc(100% - 10px);
    height: 100%;
    background: linear-gradient(to right, #5c87a0, #351d0a);
  }
  .grid-gallery .gallery-wrapper-v2 .ry-each .photo {
    position: relative;
  }

  .grid-gallery .gallery-wrapper-v2 .ry-each .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height:300px;
	height:100%;
	  object-position:top
  }
  .fancybox-caption .fancybox-caption__body {
    text-align: center;
  }

  .fancybox-caption:after {
    opacity: 0;
  }
  @media (max-width: 1480px) {
    .grid-gallery .gallery-wrapper-v2 .ry-each {
      width: calc(33.33% - 10px);
    }
  }
  @media (max-width: 680px) {
    .grid-gallery .gallery-wrapper-v2 .ry-each {
      width: 47%;
    }
  }
/*--- SERVICES PAGE ---*/
[data-page-id="WebPage-feb91029-c5f8-4f18-b5d9-2c91428a8820"] .module-1 .ry-btn {
    margin-top:10px;
}

[data-page-id="WebPage-feb91029-c5f8-4f18-b5d9-2c91428a8820"] .module-1 .ry-btn {
    margin-top:10px;
}

#ry-pg-body .ry-btn {
    padding-block:12px
}

/* --- BANNER ---*/
#ry-pg-banner .ry-bnr-wrp:before {
	display:none
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	letter-spacing:1px;
	font-size: clamp(2.1875rem, 1.6299rem + 2.2876vw, 4.375rem) !important;
	line-height:1.1 !important;
	font-family:var(--title-font) !important;
		color:#fff !important;
		font-weight:400
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
	padding:0 !important;
	margin:0;
}
/*--- SIDEBAR ---*/
.ry-sb-title {
	background: var(--primary-color) !important;
}

.ry-sb-title div {
	font-family: Lato !important;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 25px !important;
	color:#fff
}

#ry-sidebar #accordion .ry-drop-nav ul {
	background: #1628b10a;
}

#ry-sidebar #accordion .ry-drop-nav ul li a,
#ry-sidebar #accordion .ry-drop-nav a {
	transition:all .3s ease;
	text-decoration:none
}

#ry-sidebar #accordion .ry-drop-nav ul li a:hover,
#ry-sidebar #accordion .ry-drop-nav a:hover {
	color: #fff
}

#ry-sidebar .ry-link-wrp .ry-link-item a {
	transition: unset;
}

#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color: #FFF;
	transition: all 0.3s ease;
	background: var(--secondary-color)
}

#ry-sidebar .ry-link-wrp .ry-link-item.active a {
	font-weight: 500;
	background: var(--primary-color);
	color: #fff
}

#ry-sidebar #accordion .ry-link-item.open>a {
	color: #fff;
	font-weight: 400 !important;
	background: var(--secondary-color);
}

#ry-sidebar .ry-link-wrp .ry-link-item.active {
	background: unset
}

#ry-sidebar #searchfield button:before {
	color: var(--primary-color);
}

#ry-sidebar #searchfield input[type="text"] {
	border-color: var(--primary-color);
	background: #fff;
	color: #313438
}

#ry-sidebar #accordion .ry-drop-nav.open {
	background: unset
}

#ry-sidebar #services {
	display: none
}


#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
	font-size: 35px !important;
	line-height: 1.1 !important;
	font-family:var(--title-font) !important
}


#ry-pg-content:not([data-button-color=""]) .ry-btn.ry-btn-primary:not(.btn-transparent):hover{
	background:var(--secondary-color) !important
}

#ry-sidebar .ry-link-wrp .ry-link-item a,
#ry-sidebar #accordion .ry-drop-nav ul li a {
	color: #333;
	font-size: 18px;
}
	
/* --- BRANDS AND PAYMENT PAGE */
.module-311 .ry-payment-options-logos .ry-each {
	padding:10px
}	

.module-311 .ry-payment-options-logos.insurance-logos .ry-each img {
	object-fit:contain;
    display: inline;
	height:70px;
    max-width:180px
}
	
/*  ----- CONTACT US PAGE ---- */
.contact-template.style-2 .section-headline h2 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	font-size: calc(30px + 10 * ((100vw - 500px) / 940)) !important;
}

.contact-template.style-2 .ry-flex .contact-form {
	padding: 100px 4vw;
	background: #f5f5f5;
	width: 68%;
}

.contact-template.style-2 .contact-form .section-headline {
	margin-bottom: 30px;
}

.contact-template p {
	line-height: 1.5;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper input.ry-btn {
	margin-top: 10px;
}

.contact-template.style-2 .ry-flex .contact-details {
	width: 32%;
	min-width: 420px;
	border: 1px solid #e8e8e8;
}

.contact-template.style-2 .ry-flex .contact-details #mapCustomstyle2 {
	padding-bottom: 500px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex {
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	align-items: center;
	max-width: max-content;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color) !important;
	border-radius: 50%;
	margin-right: 10px;
	min-width: 45px;
	transition:all .3s ease
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .icon {
	background:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text * {
	color:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon svg {
	fill: #fff;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) {
	pointer-events:none
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
	display: flex;
	font-size: 18px;
	line-height: 35px;
	font-weight: 300;
}

body #ry-pg-body.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text a {
  line-height: 27px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:not(:last-child) {
	margin-bottom: 25px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text {
	flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text a {
	font-size: 23px;
	font-weight: bold;
	color: #373737;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour {
	padding-top: 40px;
	margin-top: 25px;
	border-top: 1px solid #e8e8e8;
	width: 100%;
	max-width: 100%;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text {
	flex-direction: column;
	width: 100%;
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1 {
	color:#333
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1, 
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text p {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-control {
	height: 65px;
	border-radius: unset;
	box-shadow: unset;
	padding-left: 25px;
	font-size: 18px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-group {
	margin-bottom: 10px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .field-wrapper textarea.form-control {
	height: 290px;
	padding-top: 15px;
	resize: unset;
}

.contact-template.style-2 .contact-form .ry-text .span-2 {
	font-size: 23px;
    font-weight: bold;
    color: var(--primary-color);
}


.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	align-items: center;
	max-width: max-content;
}

.custom-social-wrapper .social-inner-wrap li a.tiktok {
    background:#000
}

.custom-social-wrapper .social-inner-wrap li {
	transition:all .3s ease
}
.custom-social-wrapper .social-inner-wrap li:hover {
	scale:1.1
}

@media(max-width:1080px) {
	.contact-template.style-2 .ry-flex .contact-form,
	.contact-template.style-2 .ry-flex .contact-details{
		width:100%;
		min-width:unset
	}
	.contact-template.style-2 .ry-flex .contact-form {
		padding-block:50px
	}
}
/* --- TESTIMONIALS PAGE ---  */
.module-24 .span-1 {
    color:#333;
    font-size:20px
}
.review-pg .review-wrapper{
    display:flex;
    gap:20px;
    margin-block:30px;
    justify-content:center
}

.review-pg .review-wrapper img {
    max-width:290px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:10px;
    border-radius:10px;
    transition:all .3s ease;
    width:100%
}
.review-pg .review-wrapper img:hover {
    transform:translateY(-10px)
}

@media(max-width:767px) {
    .review-pg .review-wrapper{
        flex-direction:column;
        align-items:center
    }
}
	
.ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
    color:var(--secondary-color)
}