/** GLOBAL CSS **/
.ry-background-section, .ry-background-section img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}
.ry-padding-section {
	padding: 4rem 0;
}
#ry-pg-body .ry-container {
    max-width: 1600px !important;
}
div#ry-pg-body {
    padding: 0 !important;
}
#ry-pg-body .ry-headline h2 {
    line-height: 1.1 !important;
	font-size: clamp(2.8125rem, 2.2549rem + 2.2876vw, 5rem) !important;
}
body .ry-headline h4 {
    font-size: 25px !important;
    line-height: 1.2;
    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: 500 !important;
	letter-spacing:1px
}
#ry-pg-body .ry-container {
	width: 90%;
}

/** SECTION 1 **/
.ry-section-1 .ry-flex {
    gap: 4rem;
    justify-content: center;
}
#ry-pg-body .ry-section-1 .ry-container {
    max-width: 1280px !important;
}
.ry-section-1 .ry-flex .ry-center {
    max-width: 960px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.ry-section-1 .ry-flex .ry-img-left, .ry-section-1 .ry-flex .ry-img-right {
    position: absolute;
    top: 100px;
    max-width: 377px;
    width: 100%;
    z-index: 2;
}
.ry-section-1 .ry-flex .ry-img-left {
    left: 0;
} 
.ry-section-1 .ry-flex .ry-img-right {
    right: 0;
}
.ry-section-1 .ry-flex .ry-center .ry-vid-frame {
    max-width: 700px;
    margin: 0 auto;
    float: none;
    position: relative;
}
.ry-section-1 .ry-flex .ry-center .ry-text {
    max-width: 640px;
}
.ry-section-1 .ry-flex .ry-center .ry-vid-frame:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4d2642ac-1aad-4ae5-a53c-b0f9cd4cc4cb/Dry_Eye_Treatment/welcome_play_icon.png) center center no-repeat;
    width: 80px;
    height: 80px;
    z-index: 99;
}
.ry-section-1 .ry-flex .ry-center .ry-vid-frame img {
    position: relative;
    z-index: 1;
}
.ry-section-1 .ry-flex .ry-vid-frame {
    max-width: 100%;
    margin: 0 auto;
    float: none;
    position: relative;
}
.ry-section-1 .ry-flex .ry-text {
    max-width: 640px;
}
.ry-section-1 .ry-flex .ry-vid-frame:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4d2642ac-1aad-4ae5-a53c-b0f9cd4cc4cb/Dry_Eye_Treatment/welcome_play_icon.png) center center no-repeat;
    width: 80px;
    height: 80px;
    z-index: 99;
}
.ry-section-1 .ry-flex .ry-vid-frame img {
    position: relative;
    z-index: 1;
}
.ry-section-1 .ry-content .ry-headline {
    margin-bottom: 40px;
}
.ry-section-1 .ry-flex .ry-each .ry-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/** SECTION 2 **/
.ry-section-2 {
    position: relative;
	background-color: #e9eff5;
}
.ry-section-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #064d85;
}
#ry-pg-body .ry-section-2 .ry-container {
    max-width: 1280px !important;
}
.ry-section-2 .ry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-content: center;
    gap: 40px;
}
.ry-section-2 .ry-grid .ry-each {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
	cursor: pointer;
}
.ry-section-2 .ry-grid .ry-each .ry-img-wrap {
    position: relative;
}
.ry-section-2 .ry-grid .ry-each .ry-img-wrap img {
    border-radius: 20px;
    filter: drop-shadow(0 0 30px rgba(0,0,0,0.1));
    background-color: transparent;
    border: 8px solid rgba(255,255,255,0.4);
}
.ry-section-2 .ry-grid .ry-title h4 {
    font-size:27px !important;
    color: #064d85;
    font-family: var(--title-font);
}
.ry-section-2 .ry-grid .ry-title {
	max-width:270px;
	width:100%;
	margin-inline:auto
}
.ry-section-2 .ry-grid .ry-each:hover .ry-on-hover-desc h4{
	color:#fff !important
}
.ry-section-2 .ry-grid .ry-each .ry-on-hover-desc {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    border-radius: 20px;
    filter: drop-shadow(0 0 30px rgba(0,0,0,0.1));
    background-color: #06121bb0;
    transition: all ease 0.3s;
    border: 8px solid rgba(255,255,255,0.4);
    opacity: 0;
}
.ry-section-2 .ry-grid .ry-each .ry-on-hover-desc * {
    color: #fff;
	line-height:1.2
}
.ry-section-2 .ry-grid .ry-each:hover .ry-on-hover-desc {
    opacity: 1;
    height: 100%;
    top: 0;
}
.ry-section-2 .ry-grid .ry-each:hover .ry-img-wrap {
    scale: 1.03;
    transition: all ease 0.3s;
}

/** SECTION 3 **/
.ry-section-3 {
    position: relative;
    background: #e9eff5;
}
#ry-pg-body .ry-section-3 .ry-container {
    max-width: 1280px !important;
}
.ry-section-3 .ry-flex {
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

/** SECTION 4 **/
/* ---- MODULES ----*/
.ry-reviews {
background: #EFF3F5;
padding: 145px 0 0; }
.ry-reviews:before {
content: "";
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#266495+0,eff3f5+100 */
background: #266495;
/* Old browsers */
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, from(#266495), to(#eff3f5));
background: linear-gradient(to bottom, #266495 0%, #eff3f5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266495', endColorstr='#eff3f5',GradientType=0 );
/* IE6-9 */
position: absolute;
top: 0;
left: 0;
height: 45%;
width: 100%; }
@media (max-width: 991px) {
.ry-reviews {
padding: 50px 0 0; } }
.ry-reviews .ry-heading {
font-size: calc(40px + 40 * ((100vw - 500px) / 940));
color: #fff;
text-transform: capitalize;
font-weight: 500;
text-align: center;
margin-bottom: 100px; }
@media screen and (max-width: 500px) {
.ry-reviews .ry-heading {
  font-size: 40px; } }
@media screen and (min-width: 1440px) {
.ry-reviews .ry-heading {
  font-size: 80px; } }
@media (max-width: 991px) {
.ry-reviews .ry-heading {
  margin-bottom: 20px; } }
.ry-reviews .carousel-control {
display: none; }
.ry-reviews .ry-content {
-webkit-box-shadow: 0px 51px 90px 0px rgba(0, 0, 0, 0.46);
      box-shadow: 0px 51px 90px 0px rgba(0, 0, 0, 0.46); }
.ry-reviews .ry-content:before {
content: "";
background: rgba(255, 255, 255, 0.3);
position: absolute;
top: 50%;
left: 50%;
width: 105%;
height: 110%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
.ry-reviews .ry-slider-wrap {
width: 70%;
float: none;
margin: 0 auto;
z-index: 1; }
.ry-reviews .ry-slider-nav {
top: 50%; }
.ry-reviews .ry-slider-nav .button-prev {
background: none;
border: 3px solid rgba(255, 255, 255, 0.3); }
.ry-reviews .ry-slider-nav .button-prev:after {
  content: "\f104";
  color: #fff;
  font-size: 30px; }
.ry-reviews .ry-slider-nav .button-next {
background: none;
border: 3px solid rgba(255, 255, 255, 0.3); }
.ry-reviews .ry-slider-nav .button-next:after {
  content: "\f105";
  color: #fff;
  font-size: 30px; }
.ry-reviews .ry-text p {
text-align: center;
font-size: calc(16px + 7 * ((100vw - 500px) / 940));
color: #000; }
@media screen and (max-width: 500px) {
.ry-reviews .ry-text p {
  font-size: 16px; } }
@media screen and (min-width: 1440px) {
.ry-reviews .ry-text p {
  font-size: 23px; } }
.ry-reviews .ry-indicator span {
height: 5px;
width: 70px;
background: #becad7;
border-radius: 0;
margin-right: 10px; }
.ry-reviews .ry-indicator span:last-child {
margin-right: 0; }
.ry-reviews .ry-indicator span.active {
background: #3d5f85; }
.ry-reviews .ry-slide {
min-height: 250px;
background: #fff;
padding: 70px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ry-reviews .ry-slide .inner-content {
width: 80%;
}
.ry-reviews .ry-slide .bottom-wrap {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top: 50px;
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between; }
.ry-reviews .ry-slide .name {
color: #064d85;
font-weight: 700; }
.ry-reviews .ry-slide .name:before {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
  color: #f6b043;
  font-family: fontawesome;
  margin-right: 10px; }
.ry-reviews .ry-slide .location {
color: #4b4b4b; }
.ry-reviews .ry-slide .location:before {
  content: "\f041";
  font-family: fontawesome;
  margin-right: 10px; }
.ry-reviews .ry-btn {
margin-top: 70px; }
.ry-section-4.ry-reviews:before {
    opacity: 0;
}
.ry-section-4.ry-reviews {
    background: transparent;
}
.ry-section-4.ry-reviews .ry-container > .ry-content:before {
    display: none;
}
.ry-section-4.ry-reviews .ry-content {
    box-shadow: unset;
}
.ry-section-4.ry-reviews .ry-content {
    max-width: 960px;
}
.ry-section-4.ry-reviews .ry-content .ry-slider-wrap {float: inline-start;}
.ry-section-4.ry-reviews .ry-content {margin-top: 20px;}
.ry-section-4.ry-reviews .ry-top-text {
    max-width: 670px;
}
.ry-section-4.ry-reviews .ry-top-text p {
    color: #fff;
}


/** SECTION 5 **/
.ry-section-5 {
    background: #064d85;
}
#ry-pg-body .ry-section-5 .ry-headline h2 {
	color:#fff
}
#ry-pg-body .ry-section-5 .ry-container {
    max-width: 1280px !important;
}
.ry-section-5 .ry-headline * {
    color: #fff;
}
.ry-section-5 .ry-accordion .ry-heading {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 0 30px rgba(0,0,0,0.1));
}
.ry-section-5 .ry-accordion .ry-heading:hover {
	background:var(--color-primary)
}
.ry-section-5 .ry-accordion .ry-heading {
    color: #403f40;
	border:solid 1px transparent;
	margin-bottom:10px
}
.ry-section-5 .ry-accordion .ry-heading > div {
	display:flex;
	align-items:center;
}

#ry-pg-body .ry-headline h2 {
color:var(--color-primary);
	margin-top:10px
}

.ry-section-5 .ry-accordion {
	margin-top:15px
}
.ry-section-5 .ry-accordion .ry-heading div {
    color: #2f2f2f;
}

.ry-section-5 .ry-accordion .ry-heading:hover {
	border:solid 1px #fff
}
.ry-section-5 .ry-accordion .ry-heading:hover div {
    color: #fff;
}
.ry-section-5 .ry-accordion .ry-heading:after{
    color: #2f2f2f;
}

.ry-section-5 .ry-accordion .ry-heading:hover:after,
.ry-section-5 .ry-accordion .ry-heading.ui-state-active:hover:after {
    color: #fff;
}
.ry-section-5 .ry-accordion .ry-heading:before {
    border-radius: 0;
}
.ry-section-5 .ry-accordion .ry-heading.ui-state-active:after {
	color:#fff
}
.ry-section-5 .ry-accordion .ry-heading.ui-state-active {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    filter: unset;
    border: none;
    box-shadow: none;
	background:var(--color-primary);
	border:solid 1px #fff
}
.ry-section-5 .ry-accordion .ry-heading.ui-state-active > div {
	color:#fff
}
.ry-section-5 .ry-accordion .ry-content.ui-accordion-content-active {
    filter: unset;
    background: #fff;
    margin-bottom: 20px;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 1081px) {
	.ry-padding-section {
		padding: 8rem 0 !important;
	}
}

@media (max-width: 1080px) {
	.ry-section-1 .ry-flex {
		flex-direction: column;
	}
	.ry-section-1 .ry-flex .ry-text {
		max-width: max-content;
	}
	.ry-section-1 .ry-flex .ry-text * {
		text-align: center;
	}
	.ry-section-2 .ry-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.ry-section-3 .ry-flex {
		flex-direction: column;
		gap:40px
	}
	.ry-reviews .ry-slide .inner-content img {
		max-width: max-content;
	}
	.ry-section-3 .ry-each.ry-img-wrap img {
		max-width: max-content;
		margin: 0 auto;
	}
	.ry-section-3 .ry-each * {
		text-align: center
	}
	.ry-section-2 .ry-grid {
		max-width:700px;
		width:100%;
		margin-inline:auto;
	}

	.ry-section-2  .ry-content {
		display:flex;
	}
	.ry-section-2::before {
		height:30%
	}

}

@media (max-width: 768px) {
	.ry-reviews .ry-slider-wrap {
		width: 100%;
	}
	.ry-section-4.ry-reviews .ry-top-text p {
		text-align: center;
	}
	.ry-section-4.ry-reviews .ry-background-section, 
	.ry-section-4.ry-reviews .ry-background-section img {
		object-position: right;
		opacity: 0.8;
	}
}

@media (max-width: 500px) {
	.ry-section-2 .ry-grid {
    	grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.ry-section-2::before {
		display: none;
	}
	.ry-section-2 .ry-grid .ry-each img{
        max-height:460px;
        object-fit:cover;
    object-position:top
    }
}

