/* LANDING HEADER */


:root {
  --primary-color: #a28265;
  --secondary-color: #ffe9d5;
}
.ry-btn {
	height: 55px;
	min-width:fit-content
}

div#ry-section-header, div#ry-pg-footer {
    display: none;
}
.mobile-container {
    display: none;
}
.landing-header .ry-container, .landing-hero .ry-container {
    max-width: 1600px;
}
.landing-header {
	padding: 15px 0;
	position: absolute;
	z-index: 9;
	background: #36454f;
}
.landing-header .ry-flex {
    align-items: center;
}
.landing-header .ry-flex .ry-each .logo {
    max-width: 320px;
}
.landing-header .ry-flex .ry-each .button-wrapper {
    display: flex;
    justify-content: flex-end;
}
.landing-header .ry-flex .ry-each .button-wrapper .ry-btn {
    margin-left: 10px;
}
.landing-header .logo img {
    max-width: 428px;
    width: 100%;
}
.landing-header .ry-right-top {
    justify-content: flex-end;
	gap:20px
}
.landing-header .ry-flex.phone a {
    display: flex;
    align-items: center;
}
.landing-header .ry-flex.phone .ry-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    margin-right: 0;
}
.landing-header .ry-flex.phone .ry-icon i {
    color: #fff;
}
.landing-header .ry-right-top .ry-text {
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Jost';
}
.landing-header .ry-right-top .ry-flex.phone a span {
    display: block;
	font-size: 18px;
	color: #0f0d0e;
	font-weight: 400;
	font-family: "Jost";
	font-style:normal
}


.landing-header .ry-right-top .ry-flex.phone a {
	width: 260px;
	height: 55px;;
	display:flex;
	justify-content:center;
	align-items:center
}
.landing-header .ry-flex .phone {
    background: var(--secondary-color);
    padding: 0;
    border-radius: 28px;
}
.landing-header .ry-flex .phone:hover {
    background: var(--primary-color);
}


/* LANDING HERO */
.landing-hero {
    position: relative;
    overflow: hidden;
	height: auto;
    margin-top: -1px;
	height:110vh
}
.landing-hero .hero-photo {
    position: absolute;
    width: 48%;
    bottom: -240px;
    left: 4vw;
    max-width: 900px;
    min-width: 800px;
}
.landing-hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/LandingPageAssets/dry_eye_hero_img.jpg);
    background-size: cover;
	background-position: top;
}
.landing-hero .ry-flex {
	align-items: flex-end;
	position: relative;
	z-index: 2;
}
.landing-hero .ry-flex .ry-each:nth-child(1) {
	padding-bottom: 110px;
	padding-right: 30px;
}
.landing-hero .ry-flex .ry-each .ry-section-headline h1 {
    font-size: clamp(2.1875rem, 1.4706rem + 2.9412vw, 5rem);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: initial;
    line-height: .9;
    margin-bottom: 20px;
	color: #fff;
	line-height:1.1
}
.landing-hero .ry-flex .ry-each .ry-section-headline h4 {
	font-size: clamp(1.25rem, 1.1544rem + 0.3922vw, 1.625rem);
	text-transform: uppercase;
	color:var(--secondary-color);
	font-weight: 400;
	font-family: "Josefin Sans";
	line-height:1.1;
	margin-top:-20px
}
.landing-hero .ry-text p {
    color: #fff;
    max-width: 800px;
    font-size: 25px;
    color: #f4f9fd;
    font-weight: 400;
    font-family: "Jost";
    margin-top: 1em;
}
.landing-hero .ry-flex .ry-each:nth-child(2) {
    padding: 220px 0 110px;
    max-width: 460px;
}
.landing-hero .ry-flex .ry-each .form-landing {
    padding: 35px 45px 40px;
	background-color: #fff1e4;
	border-radius: 30px;
	overflow: hidden;
}
.landing-hero .form-control {
    background: #fafafa;
    border: none;
}
.landing-hero .field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 10px);
}
.landing-hero .field-wrapper .field-lg {
    width: calc(100% - 10px);
    margin-left: 10px;
}
.landing-hero .field-wrapper .field-md {
    width: calc(50% - 10px);
    margin-left: 10px;
}
.landing-hero .form-control {
    height: 53px;
    padding-left: 25px;
    border-radius: unset;
    font-size: 18px;
}
.landing-hero .form-contro input,
.landing-hero .form-contro input::placeholder{
	opacity: 0.600;
	font-size: 18px;
	letter-spacing: 0px;
	color: #333333;
	font-weight: 400;
	font-family: "Jost";
}

.landing-hero .field-wrapper textarea.form-control {
    height: auto;
    height: 150px;
    resize: unset;
    padding-top: 15px;
}
/*.landing-hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-8409664d-7c9c-415b-8aba-ee547224f0f2/LandingInsurance/Hero_Shdw.png);
    background-size: cover;
    z-index: 1;
}*/
.landing-hero .ry-section-headline h2 {
	text-align: start;
	margin-bottom: 25px;
    font-size: 40px;
    line-height: 42px;
    color: var(--primary-color);
    font-weight: 400;
	
}
.landing-hero .ry-hero-headline h2 {
    text-align: left !important;
    margin-bottom: 15px;
    line-height: 70px !important;
    color: #ffffff;
    font-weight: 500 !important;
    font-style: italic;
    font-family: "Jost";
}
.landing-hero .ry-hero-headline p {
font-size: 19px;
line-height: 24px;
color: #666666;
font-weight: 400;
font-family: "Jost";
}
.landing-hero .ry-flex .ry-each .form-landing p {
    font-style: normal;
    text-align: center;
    line-height: 20px;
	margin-bottom: 1.5em;
	font-size: 19px;
	line-height: 24px;
	color: #666666;
	font-weight: 400;
	font-family: "Jost";
	text-align:start
}
.landing-hero input::-webkit-input-placeholder, .landing-hero textarea::-webkit-input-placeholder {
    letter-spacing: 0px;
    line-height: 1.1;
    text-align: left;
	opacity: 0.600;
	font-size: 18px;
	letter-spacing: 0px;
	color: #333333;
	font-weight: 400;
	font-family: "Jost";
}

.landing-hero .ry-flex .ry-each .form-landing [data-type="submit"] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px
}
form#eyeCareLead .form-group {
    text-align: center;
}


/** MEET THE TEAM **/
.ry-group-section {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/LandingPageAssets/bg_meettheteam.jpg) center center no-repeat;;
}
div#meetTheTeamSection {
	/*background: url(https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/LandingPageAssets/bg_meettheteam.jpg) center center no-repeat;*/
    padding: 4em 0 22em 0;
    margin-top: 0;
}
.module-71 .ry-team-name-wrap {
    min-height: auto;
}
div#meetTheTeamSection h2.ry-section-title {
    text-align: center;
	color: #166244;
}
.module-71 .ry-card-wrap {
    margin-left: -25px;
}


/** SERVICES **/
div#landingServices .ry-container {
	max-width:1600PX !important;
	width:90%;
}
div#landingServices .ry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    padding: 140px 120px ;
    border-radius: 60px;
    filter: drop-shadow(0 0 30px rgba(0,0,0,0.2));
	
}
div#landingServices h2.ry-section-title {
    color: #fff;
	margin-bottom: 1em;
}
#landingServices .swiper-button-next, #landingServices .swiper-button-prev {
    width: 27px;
    height: 15px;
    filter: brightness(0) invert(1);
    top: 50%;
}
#landingServices .swiper-button-next {
    right: -35px;
}
#landingServices .swiper-button-prev {
    left: -35px;
}
div#landing-services-slider .ry-service-name a {
    color: #fff;
    text-align: center;
}
div#landing-services-slider .ry-service-name {
    margin-top: 1em;
}
div#landing-services-slider .ry-service-name div {
    text-align: center;
}
div#landing-services-slider .ry-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#landingServices .ry-content {
    transform: translate(-50%, -30%);
    top: 50%;
    left: 50%;
}

#landingServices  .ry-card-wrap {
	display:flex;
	flex-direction:column;
	align-items:center
}
#landingServices .swiper-wrapper {
	display:flex;
	gap:30PX;
	justify-content:space-between;
	margin-top:50px;
	flex-wrap:wrap;
	margin-top:50px !important
}
#landingServices .ry-btn{
	margin-top:40px !important;
	display:flex;
	align-items:center;
	justify-content:center
}
#landingServices .swiper-wrapper .ry-each {
	max-width:210px;
	width:100%;
}
#landingServices .swiper-wrapper .ry-each .ry-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: transparent;
	border:solid var(--primary-color) 2px;
}

#landingServices .swiper-wrapper .ry-each  .ry-box {
	display:flex;
	flex-direction:column;
	align-items:center
}
#landingServices .swiper-wrapper .ry-each * {
	text-align:center
}

#landingServices .swiper-wrapper .ry-each .ry-service-name {
	position:relative;
	padding-block:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:20px
}
#landingServices .swiper-wrapper .ry-each a {
	font-size: 24px;
	color: var(--primary-color);
	font-weight: 400;
	font-family: "Jost";
	text-align: center;;
	display:block;

}
#landingServices .swiper-wrapper .ry-each .ry-service-name:after {
	content:"";
	height:1px;
	 width:30px;
	background:var(--primary-color);
	position:relative;
	display:block
}

#landingServices .swiper-wrapper .ry-each .ry-icon img {
    max-width:95%;
}

#landingServices .swiper-wrapper .ry-each:hover .ry-icon{
    background:var(--primary-color)
}
#landingServices .swiper-wrapper .ry-each .ry-box{
    pointer-events:none
}

/** ONLINE STORE **/
#landingOnlineStore {
    padding: 0 0 135px 0;
    margin-top: -8em;
}
#landingOnlineStore .ry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#landingOnlineStore h2.ry-section-title {
    color: #166244;
}
#landingOnlineStore .ry-card-wrap .ry-photo img {
    width: 200px;
    height: 125px;
    object-fit: contain;
    margin: 0 auto;
}
#landingOnlineStore .ry-card-wrap .ry-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#landingOnlineStore .ry-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}
#landingOnlineStore .ry-card-wrap {
    margin-top: 3em;
}
#landingOnlineStore .ry-content p {
    font-size: 24px;
    color: #666666;
    text-align: center;
}
#landingOnlineStore .ry-btn-wrap .ry-btn.ry-btn-primary {
    background: #166244;
}
#landingOnlineStore .ry-btn-wrap .ry-btn::before {
    background: #141414
}


/** TESTIMONIALS **/
#landingTestimonial {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/reviews_bg.jpg)no-repeat center / cover;
    padding: 180px 0px;
}
#landingTestimonial .testimonial-slider {
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
}
#landingTestimonial .quote-wrap {
    background: #a3b18a;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#landingTestimonial .quote-wrap img {
    width: 40px
}
#landingTestimonial .ry-section-title-wrapper h2, #landingTestimonial .ry-section-title-wrapper h5 {
    color: #fff;
}
#landingTestimonial .ry-section-title-wrapper h5 {
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 50px;
    text-transform: uppercase;
    color: #f5f5f5;
}
#landingTestimonial .ry-box-border p {
    color: #f5f5f5;
}
#landingTestimonial .ry-box {
    max-width: 640px;
}
#landingTestimonial .ry-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
#landingTestimonial .carousel-indicators li {
    display: none;
}
#landingTestimonial .ry-box-author {
    margin-top: 30px;
    float: right;
}
#landingTestimonial .ry-box-author h5 {
    color: #fff;   
}
#landingTestimonial .carousel-control {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#landingTestimonial .carousel-control.left {
    position: absolute;
    top: 80%;
    left: 0%;
    bottom: 0;
    right: 0;
    color: #fff;
}
#landingTestimonial .carousel-control.right {
    position: absolute;
    top: 80%;
    left: 8%;
    bottom: 0;
    right: 0;
    color: #fff;
}
#landingTestimonial .carousel-control:hover {
    background: #fff;
    color: #000;
}

/** FOOTER **/
#landingFooter {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/LandingPageAssets/bg_sched_an_appt.jpg) center no-repeat;
    padding: 60px 0;
}
#landingFooter .ry-footer-btn-wrap div {
    text-align: center;
}
#landingFooter .ry-btn.ry-btn-primary {
    background: transparent;
}
#landingFooter .ry-footer-btn-wrap .ry-btn::before {
    background: #141414
}

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

@media (max-width: 1440px) {
	.landing-hero:before {
	    background-position: 30%;
	}
}

@media (max-width: 1300px) {
	#landing-services-slider .ry-icon {
		width: 180px;
		height: 180px;
	}
}

@media (max-width: 1280px) {
	.landing-hero:before {
		background-position: 35%;
	}
	.landing-hero .ry-flex .ry-each .ry-section-headline h4 {
		line-height: 40px;
	}
}
@media (max-width: 1199px) {
	#landingOnlineStore .ry-card-wrap .ry-block .ry-photo {
		margin-top: 25px;
	}
}

@media (max-width: 1190px) {
	#landing-services-slider .ry-icon {
		width: 170px;
		height: 170px;
	}
}

@media (max-width: 1024px) {
	.landing-hero {
		height: auto;
	}
	.landing-hero .ry-flex .ry-each:nth-child(1) {
		padding-right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.landing-hero:after {
		content: ' ';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.4);
	}
	.landing-hero:before {
		background-position: 15%;
	}
	.landing-hero .ry-flex {
		align-items: center;
		position: relative;
		z-index: 2;
		flex-direction: column;
		margin-top: 10em;
	}
	.landing-hero .ry-flex .ry-each:nth-child(2) {
		padding: 0 0 110px;
		max-width: 680px;
	}
	.landing-hero .ry-flex .ry-each .ry-section-headline h1, .landing-hero .ry-flex .ry-each .ry-section-headline h4, .landing-hero .ry-text p {
		text-align: center;
	}
	padding: 100px 0px;
}

@media (max-width: 991px) {
	.landing-header .ry-right-top {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	#landingFooter .ry-btn.ry-btn-primary {
		width: 300px;
	}
	.landing-hero .ry-flex .ry-each:nth-child(1) {
		padding: 0 20px 45px;
	}
	.module-71 .ry-btn-team-wrap .ry-btn.ry-btn-primary {
		width: 210px;
	}
	#landingOnlineStore .ry-btn-wrap .ry-btn.ry-btn-primary {
		width: 250px;
	}
	.landing-header .ry-flex .phone:hover {
		background: transparent;
	}
	.landing-header .ry-right-top {
		justify-content: flex-end;
	}
	.landing-header .ry-flex.phone .ry-icon {
		width: 40px;
		height: 40px;
		background: #d92d4c;
		margin-right: 0;
		border-radius: 50%;
	}
	.landing-hero .ry-flex .ry-each:nth-child(2) {
		max-width: 525px;
	}
	.landing-header .ry-right-top .ry-text {
		display: none;
	}
	#landing-services-slider .ry-icon {
		width: 140px;
		height: 140px;
	}
	#landingTestimonial {
		padding:80px 0;
	}
}
	

	
/*--- WELCOME SECTION ---*/
.welcome-section {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/LandingPageAssets/wc_bg.jpg)no-repeat center /cover
}

.welcome-section::before {
    content:"";
    height:750px;
    width:890px;
    background:url("https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/LandingPageAssets/3_Why_Choose_wc_img_back.png.png")no-repeat center /cover;
    position:absolute;
    top:0;
    right:0
}
.welcome-section .ry-container .ry-content  {
    display:flex;
    padding:100px 0 500px;
    gap:30px;
    justify-content:space-between;
	align-items:center;
}

.welcome-section .ry-container .ry-content .ry-left {
    width:50%;
	padding:100px 0;
}
.welcome-section .ry-container .ry-content .ry-right {
    width:50%
}
.welcome-section .ry-container .ry-content .ry-right {
    opacity:0
}
.welcome-section .ry-container .ry-content .ry-left p {
	padding-top:30px;
	font-size: 19px;
	line-height: 1.6;
	color: #666666;
	font-family: "Jost";
}
.welcome-section .ry-container .ry-content .ry-left .ry-btn {
	margin-top:30px
}
.ry-title h2 {
    color:var(--primary-color) !important;
    font-size: clamp(2.1875rem, 1.7892rem + 1.634vw, 3.75rem);
    letter-spacing: -1px;
    line-height: 1.1 !important;
    color: VAR(--primary-color);
    font-weight: 400;
    font-family: "Jost";
}

.ry-title h2 span {
    font-size: 22px;
    text-transform: uppercase;
    color: #36454f;
    font-weight: 400;
    font-family: "Jost";
    display:block;
    margin-top:20px
}



/*--- UPDATE ---*/
	
/*--- FOOTER --- */
#landingFooter .ry-photo-map,
#landingFooter .footer-menu-block{
    display:none
}

#landingFooter {
    padding:0
}
	
	
	
#landingTestimonial .box-wrapper {
    display:flex;
    gap:50px
}

#landingTestimonial .ry-content {
    max-width:1280px;
    width:90%;
}
#landingTestimonial .ry-box {
    max-width: unset;;
    
}

#landingTestimonial .ry-left {
    text-align:end;
    max-width:480px;
}
#landingTestimonial .ry-left H2 {
    text-align:end;
    line-height:1 !important
}
#landingTestimonial .ry-left {
    display:flex;
    flex-direction:column;
    align-items:end
    
}

#landingTestimonial .ry-right {
    max-width:800px;
    display:flex;
}

#landingTestimonial .ry-box-border p {
    color: #666666;
	 overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5;
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}
#landingTestimonial  .testimonial-slider {
    display:flex;
    justify-content:end
}
#landingTestimonial  .carousel-inner {
    max-width:540PX;
}
#landingTestimonial  .testimonial-slider * {
    text-align:center
}

#landingTestimonial .ry-box-author {
    width:100%
}

#landingTestimonial .ry-box-author h5{
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #745c46;
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
}

#landingTestimonial .ry-btn {
    display:flex;
    align-items:center;
    margin-top:30px
}

#landingTestimonial .carousel-control {
    display:none
}
#landingTestimonial .btn-wrapper {
    display:flex;
    gap:10px;
    margin-top:30px
}
#landingTestimonial .ry-left .carousel-control {
    display:block;
    position:relative;
    inset:unset;
    border: 2px solid var(--primary-color);;
    color:gray
}
@media(max-width:1480px) {
		.welcome-section::before {
			width:650px;;
			height:700px
		}
		.welcome-section .ry-container .ry-content .ry-left {
			width:50%
		}
		.welcome-section .ry-container .ry-content {
			padding-bottom: 400px;
		}
		div#landingServices .ry-content {
			transform: translate(-50%, -15%);
			top: 50%;
			left: 50%;
		}
}
@media(max-width:1380px) {
    .welcome-section::before {
    width:550px;;
        height:700px
}
    .welcome-section .ry-container .ry-content .ry-left {
    width:50%
}
}

@media(max-width:1080px) {
     .welcome-section::before {
   display:none
}
    .welcome-section .ry-container .ry-content {
        flex-direction:column;
        gap:50px
    }
    .welcome-section .ry-container .ry-content * {
        text-align:center
    }
    .welcome-section .ry-container .ry-content .ry-left {
    width:100%
    }
    .welcome-section .ry-container .ry-content .ry-right {
    width:100%;
    opacity:1
}
    .welcome-section .ry-container .ry-content .ry-right img {
        max-width:800px;
        width:100%;
        margin:0 -30px
    }
	
.welcome-section .ry-container .ry-content .ry-left {
	padding: 0;
}
}


@media(max-width:1580px) {
	#landingServices .swiper-wrapper {
		display:flex;
		justify-content:center;
		margin-top:0px;
		flex-wrap:wrap;
		margin-top: 50px;
	}

	#landingServices .swiper-wrapper .ry-each {
		max-width:unset;
		width:30%;
	}
}

@media(max-width:991px) {
	#landingServices .ry-container .ry-content {
		padding:80PX 20px
	}
}

@media(max-width:600Px) {
	#landingServices .swiper-wrapper .ry-each  {
		width:100%;
	}
}



@media(max-width:1199px) {
    #landingTestimonial .box-wrapper {
    flex-direction:column;
        gap:30px
    }
    #landingTestimonial .ry-left {
    text-align: center;
    max-width: 100%;
    width:100%;
    justify-content: center;
    align-items:center
    }
    #landingTestimonial .ry-left * {
    text-align: center !important;
    }
    #landingTestimonial .ry-box {
    width:100% !important
    }
    #landingTestimonial .carousel-inner {
    max-width: 100%;
    }
  
    #landingTestimonial .ry-content {
        max-width:100%;
        width:100%
    }
}
@media(max-width:1080px) {
    .landing-hero .ry-flex {
        align-items: center;
        position: relative;
        z-index: 2;
        flex-direction:column;
        gap:50px;
        margin-top: 0em;
}
    .landing-hero .ry-flex .ry-each:nth-child(1),
    .landing-hero .ry-flex .ry-each:nth-child(2){
        padding:0;
        width:100%;
        max-width:90%
    }
    .landing-hero .ry-flex .ry-each:nth-child(1) {
        margin-top:50px
    }

    .landing-hero .ry-text p {
        max-width:100%
    }
    .landing-hero .ry-flex .ry-each *,
    .landing-hero .ry-flex .ry-each .form-landing p {
        text-align:center
    }
    .landing-hero {
        height:100%;
        background:var(--primary-color) !important;
        padding-bottom:80px;
    }

    .landing-hero:before{
        background:url(https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/LandingPageAssets/dry_eye_hero_img.jpg);
        display:block;
        position:relative;
        height:65vh;
        background-position:center 30%;
        margin-top:100px
        
    }
    div#landingServices .ry-content {
    transform: translate(-50%, -15%);
    top: 50%;
    left: 50%;
	}

}



@media(max-width:480px) {
      .landing-hero:before{
        background:url(https://s3.amazonaws.com/static.organiclead.com/Site-58135e1b-effc-4c5f-b911-70bf566e3928/LandingPageAssets/dry_eye_hero_img.jpg);
        display:block;
        position:relative;
        height:60vh;
        background-position:center 30%;
        margin-top:100px
    }
}

@media(max-width:768px) {
    .landing-hero:before{
        margin-top:80px
    }
    .landing-header .ry-container {
        width:90%
    }
    .landing-header .ry-right-top .ry-flex.phone a {
        width:45px;
        height:45px;
        border-radius:50% !important
    }
   .landing-header .ry-right-top .ry-flex.phone:nth-child(1) a:after {
       content:'\f095';
       font-family:fontawesome;
       font-weight:bold;
       font-size:20px;
   }
    .landing-header .ry-right-top .ry-flex.phone:nth-child(2) a:after {
            content:'\f073';
       font-family:fontawesome;
       font-weight:bold;
        font-size:20px;
    }
    .landing-header .ry-right-top,
    .landing-header .ry-each{
        width:fit-content;
        gap:12px
    }
    .landing-header .ry-each img {
        max-width:unset;
        width:90%
    }
    div#landingServices .ry-content {
    position:relative;
        inset:unset;
        transform:unset
}
    .welcome-section .ry-container .ry-content {
        padding-bottom:100px
    }
    div#landingServices {
        padding:80px 0
    }
	#landingTestimonial {
		padding:80px 0;
	}
}
	
	@media(max-width:480px) {
    .welcome-section .ry-container .ry-content {
        padding-top:60px
    }
}