body, body p, body div{font-family: Instrument Sans !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Fraunces, sans-serif !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Instrument Sans';z-index:99;}
.ry-btn-primary:hover {background: #798b7d !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #798b7d !important;}
.ry-btn.ry-btn-secondary:hover {background:  !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}
input#BtnReviewcaptcha {
    height: auto;
}

.grecaptcha-badge {
    z-index: 333;
    bottom: 4em !important;
}
body.home {
    background: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/bg_white.jpg);
}

.link, .link a {
  color: transparent !important;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
	z-index:999;
}


body.home.fixed-header {
    margin-top: -1px;
}

.ry-heading h2 {
    color: var(--color-secondary);
    font-size: 80px;
    line-height: 1;
    font-family: var(--font-title) !important;
    font-style: italic;
    font-weight: 600;
}
  

.ry-heading h2 span {
    color: var(--color-primary);
    font-style: normal;
}

.ry-heading h4 {
    color: #000;
    font-family: "Caveat", cursive !important;
    font-size: 50px;
    line-height: 1.1;
}

.ry-heading {
    margin-bottom: 1em;
}

.ry-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    padding-right: 35px;
    max-width: max-content;
    color: #fff !important;
    background: var(--color-primary) !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 50px;
  
}

body.home .ry-btn:not(.module-43 .ry-right .btn-wrapper .ry-btn) {
    min-width: 260px;
    height: 70px !important;
    font-size: 20px !important;
}


body.home .ry-btn:not(.module-43 .ry-right .btn-wrapper .ry-btn):hover,
a#hp-frames-btn:hover {
    background:#f6a325 !important;
}



/* INNER PAGE */

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}

.title-open {
  border-radius: 10px 10px 0 0 !important;
}

.title-closed {
  border-radius: 10px !important;
}
#ry-pg-body .ry-left a:not(.ry-btn):hover {
    color: var(--color-secondary) !important;
    font-weight: bold;
}
#ry-pg-body .ry-left a {
    font-weight: 600;
}

@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}


/* INNER PAGE */


/** IMAGE THUMBNAILS **/

.gallery-container .ry-each img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
.gallery-container .lightbox-trigger .ry-each {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.gallery-container .lightbox-trigger .ry-each > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.gallery-container .lightbox-trigger {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 300px;
    -auto-flow: dense;
}
.gallery-container .lightbox-trigger .ry-each.tall {
	grid-row: span 2;
}


/** IMAGE THUMBNAILS **/






/* WELCOME SLIDER */

.homepage-gallery button.slick-prev.slick-arrow,
.homepage-gallery button.slick-next.slick-arrow {
    display: none !important;
}


.homepage-gallery .ry-container {
    max-width: 100%;
}

.homepage-gallery-slider .slick-slide {
  padding: 0;
}

.homepage-gallery-slider .slick-list {
  margin: 0 -1em;
}

.homepage-gallery .slick-track {
    display: flex;
}

.homepage-gallery .ry-heading h2, div.homepage-gallery .ry-heading h2 span {
    color: #fff;
}

.homepage-gallery-slider {
    margin-top: 3em;
}

.homepage-gallery {
    padding: 4em 0 0;
    background: transparent;
}

.homepage-gallery .slick-list {
    overflow: visible;
}

.homepage-gallery ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 0 14px;
    margin-top: 3em;
}

.homepage-gallery ul.slick-dots li {
    list-style: none;
}

.homepage-gallery ul.slick-dots button {
    color: transparent !important;
    width: 13px;
    height: 13px;
    background: var(--color-primary);
    border-radius: 100%;
    opacity: 0.2;
    box-shadow: none;
    border: none;
	
  
}

.homepage-gallery ul.slick-dots li.slick-active button {
    opacity: 1;
}


/* END WELCOME SLIDER */






/*FRAMES SECTION*/

.center {
	transition: all 300ms ease;
}

.slide.slick-slide.slick-current.slick-active.slick-center  .service-title {
   transform: scale(1.4);
    bottom: 10%;
}


.center .slick-center img {
	opacity: 1;
	padding:15px;
	
}

.center .slide {
  box-sizing: border-box;
  position: relative;
  transition: all ease 0.6s;
  margin: 0 45px;
}

.center .slide img {
	width: 100%;
	
}


.hp-custom-frames-section .center .slick-center {
	transform: scale(1.2);
}


.hp-custom-frames-section .slick-center .slick-list {
	overflow: visible !important;
}




@media (min-width:1200px) and (max-width:1500px) {
	
	div.hp-custom-frames-section button.slick-prev.slick-arrow,
	div.hp-custom-frames-section button.slick-next.slick-arrow {
	  width: 50px;
	  height: 50px;
	  top: 30%;
	}
	
	.hp-custom-frames-section button.slick-next.slick-arrow {
	  right: 5% !important;
	}
	
	.hp-custom-frames-section button.slick-prev.slick-arrow {
		left: 5% !important;
	}
	
	.hp-custom-frames-section {
	  padding: 1em 0 20em;
	}
	
	div#hp-team-bottom-flex {
    position: relative;
    left: 9% !important;
    top: -10px;
    max-width: 800px !important;
  }
	
	a#hp-team-btn {
	  margin-left: 1em;
	}
	
	div#hp-team-bottom-flex img {
		max-width: 250px !important;
  	}
	
	div.module-28 {
	  padding-bottom: 2em;
	}
}

@media (min-width:1200px) and (max-width:1300px) {
	div#hp-team-bottom-flex img {
		left: -35% !important;
	}
}

@media (max-width:1080px) {
	.hp-custom-frames-section .slick-list {
	  transform: scale(1);
	}

	.hp-custom-frames-section button.slick-prev.slick-arrow, 
	.hp-custom-frames-section button.slick-next.slick-arrow {
		width: 50px;
		height: 50px;
	}
	
	div.hp-team-bottom-verbiage {
		border-radius: 40px !important;
		flex-direction: column !important;
		height: auto !important;
		padding: 4em 1em !important;
		background-size: cover !important;
		background-color: hsl(133.33deg 7.2% 50.98% / 89%) !important;
		background-position: center center !important;
	}
	
	div#hp-team-bottom-flex img {
		position: static !important;
		max-width: 200px !important;
		margin: 0 auto 1em !important;
	}
	
	div#hp-team-bio h4, div.hp-testimonials .comment span {
		font-size: 30px !important;
		text-align: center !important;
		line-height: 35px !important;
	}
	
	.module-28 div#with-text {
		margin-bottom: 2em !important;
	}
	
	div.module-28 .carousel-indicators {
		justify-content: center !important;
		bottom: 0 !important;
	}
	
	div.module-28 div#with-image,
	div.module-28 div#with-text {
		width: 100% !important;
	}

	.module-28 div#with-text p {
		text-align: center;
	}

	.module-28 div#with-image img {
		max-width: 400px;
		margin: auto !important;
	}
	
	img.img-responsive.line {
		max-width: 250px;
		
	}
	
	div#hp-team-bio {
		flex-direction: column;
		gap: 1em 0 !important;
	}

	div.hp-custom-frames-section img#line,
	div.module-28 .ry-heading img#line {
		max-width: 250px !important;
		float: none !important;
		margin: 1em auto 0 !important;
	}
	
	div.hp-custom-frames-section .ry-heading {
		margin: 0 auto 3em !important;
	}
	
	a#hp-frames-btn {
		margin: 2em auto 0 !important;
	}

    div.hp-custom-frames-section {
		padding-bottom: 4em;
		background: var(--color-primary);
	}

	div.hp-custom-frames-section {
		padding-bottom: 4em;
		background: var(--color-primary);
	}

	body.home .slick-slider ul.slick-dots {
		display: flex !important;
		align-items: center;
		justify-content: center;
		margin: 2em auto 0 !important;
		gap:0 8px;
		padding-left:0 !important;
	}

	body.home .slick-slider ul.slick-dots li {
		list-style: none;
		color: transparent !important;
	}

	body.home .slick-slider ul.slick-dots li button {
		width: 15px;
		height: 15px;
		background: var(--color-primary);
		border-radius: 100%;
		opacity:0.3;
	}

	body.home .slick-slider ul.slick-dots li.slick-active button {
		opacity: 1 !important;
	}

}

/*FRAMES SECTION*/




/*HOMEPAGE DRY EYE SECTION*/

.homepage-gallery .slick-list {
    z-index: 9;
}

.hp-dry-eye-section {
    background: var(--color-primary);
    padding: 8em 0;
}

img.img-responsive.line {
    max-width: 500px;
    margin: auto;
}

.hp-dry-eye-section  div#with-text p {
   color:#fff;
    max-width:700px;
    margin: 1em auto 0;
}

.hp-dry-eye-section div#with-image-content {
    align-items: center;
    margin-bottom: 7em;
}

.hp-dry-eye-block {
    margin-top: -40%;
}

.hp-dry-eye-section .ry-heading h2 span {
    color: #cbe2fb;
    display: block;
}

.dry-eye-bottom-verbiage .ry-heading h4 {
    color: var(--color-primary);
}

div.dry-eye-bottom-verbiage {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/white_shape.png);
    background-size: cover;
    background-position: center;
    margin: auto;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 7%;
    max-width: 1600px;
    float: none;
    width: 90%;
}

div.dry-eye-bottom-verbiage a.ry-btn.ry-btn-primary {
    display: inline-flex;
    background: var(--color-secondary) !important;
    min-width: 250px;
}

div.dry-eye-bottom-verbiage .ry-text p {
    color: #000 !important;
    text-align: left !important;
    line-height: 1.5;
    font-size: 22px;
    margin-bottom: 1.5em;
}


div.dry-eye-bottom-verbiage .ry-text {
    max-width: 650px;
}


div.dry-eye-bottom-verbiage:last-child a.ry-btn.ry-btn-primary {
    margin-left: 10px;
}

.dry-eye-bottom-verbiage .ry-heading {
    position: relative;
    margin-bottom: 0;
    top: -3em;
}

.hp-dry-eye-section .ry-container {
    max-width: 100%;
}

div.dry-eye-bottom-verbiage:last-child a.ry-btn.ry-btn-primary:hover {
    background: #f6a325 !important;
}

.hp-dry-eye-section .ry-heading h2, div.hp-custom-frames-section .ry-heading h2, div#hp-rev-text .ry-heading h2 {
    color: #a7dcb2;
}

.hp-dry-eye-section .ry-heading h2 span, div.hp-custom-frames-section .ry-heading h2 span, div#hp-rev-text .ry-heading span.span-1 {
    color: #bcdeff !important;
}

.hp-custom-frames-section .ry-container {
    overflow: hidden;
}


/*END HOMEPAGE DRY EYE SECTION*/





/*FRAMES SECTION*/

.hp-custom-frames-section .center {
	transition: all 300ms ease;
}

.hp-custom-frames-section .center .slick-center .serv-inner-image-block:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/shapes.png);
    width: 100%;
    height: 467px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.hp-custom-frames-section .center .slick-center img {
	opacity: 1;
	
}

.hp-custom-frames-section .center .slide {
    box-sizing: border-box;
    position: relative;
    transition: all ease 0.6s;
    margin: 0 65px;
    transform: scale(0.8);
}

.hp-custom-frames-section .center .slide img {
	width: 100%;
	
}

.hp-custom-frames-section .slick-list {
  overflow: visible;
  transform: scale(1);
}


.hp-custom-frames-section .center .slick-center {
	transform: scale(1.5);
}

.hp-custom-frames-section .slick-center img {
     z-index: 1;
}

.hp-custom-frames-section {
    background: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/hp_frames.png);
    padding: 1em 0 30em;
    background-position: bottom;
    z-index: 1;
}

div.hp-custom-frames-section p {
    color: #fff;
    font-weight:500 !important;
    letter-spacing:1px;
    margin-bottom:35px;
}

div.hp-custom-frames-section img#line {
    max-width: 500px;
    float: right;
    margin-top: 1em;
}

div.hp-custom-frames-section .ry-heading {
    max-width: 900px;
    margin: 0 auto 9em;
    float: none;
}

div.hp-custom-frames-section ul.slick-dots {
    display: none !important;
}

a#hp-frames-btn {
    background: var(--color-secondary) !important;
    min-width: 270px;
    height: 70px;
    margin: 8em auto 0;
}

.hp-custom-frames-section button.slick-prev.slick-arrow, .hp-custom-frames-section button.slick-next.slick-arrow {
    color: transparent !important;
    background: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/arrow_circle_left.png);
    height: 107px;
    width: 104px;
    position: absolute;
    top: 24%;
    left: 0;
    z-index: 9999;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.hp-custom-frames-section .ry-container {
    max-width: 95%;
}

.hp-custom-frames-section button.slick-next.slick-arrow {
    left: initial;
    right:0;
    background: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/arrow_circle_right.png);
}  



@media (max-width:1080px) {
	.hp-custom-frames-section .slick-list {
	  transform: scale(1);
	}

	.hp-custom-frames-section .center .slide {
        transform: scale(1) !important;
        margin: 0 20px !important;
    }

}

/*FRAMES SECTION*/





/*HOMEPAGE TEAM SECTION*/

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

.module-28 div#with-text .ry-btn {
    display: none;
}

.module-28 .carousel-indicators {
    bottom: 14% !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end;
    gap: 0 10px;
}

.module-28 .carousel-indicators li {
    width: 13px;
    height: 13px;
    background: transparent;
    border: 2px solid rgb(31 89 145 / 38%);
    margin: 0 !important;
}

.module-28 .ry-heading img#line {
    margin-top: 1em;
    max-width: 500px;
    float: right;
}

.module-28 .ry-heading {
    display: inline-block;
    max-width: fit-content;
}


.module-28 h4 {
    font-size: 50px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}

div#hp-team-bio p {
    color: #333;
}

div#hp-team-bio {
    gap: 0 2em;
    padding: 0;
}

.module-28 .carousel-control .icon-next:before, .module-28 .carousel-control .icon-prev:before {
    content: '\f105';
    position: absolute;
    filter: brightness(0.6);
    display: none !important;
}

.module-28 div#with-image {
    width: 53%;
}

.module-28 .carousel-control .icon-prev:before {
    transform: rotate(181deg);
}

.module-28 .carousel-control {
    display: none;
}

div.hp-team-bottom-verbiage {
    background: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/shape_green.png);
    background-size: contain;
    height: 259px;
    display: flex;
    align-items: center;
    margin-top: 3em;
    background-repeat: no-repeat;
}

div#hp-team-bottom-flex {
    max-width: 900px;
    margin: auto;
    float: none;
    left: 3em;
}

div#hp-team-bottom-flex img {
    max-width: 300px;
    position: absolute;
    left: -41%;
}

div#hp-team-bottom-flex .ry-text p {
    color: #fff;
    line-height: 1.5;
}

div#hp-team-bottom-flex .ry-text {max-width: 600px;position: relative;top: -10px;}

div#hp-team-bottom-flex .ry-text:last-child {
    background: transparent;
}

a#hp-team-btn {
    /* left: 3em; */
    min-width: 250px;
    float: right;
    position: relative;
}

a#hp-team-btn:hover {
    background: #f6a325 !important;
}

.module-28 div#with-text {
    width: 46%;
}

.module-28 .ry-container {
    max-width: 1500px;
    width: 90%;
}


/*END HOMEPAGE TEAM SECTION*/





/* HOMEPAGE HISTORY*/

div#hp-history div#hp-team-bio div#with-text {
    width: 48% !important;
}

div#hp-history  img#line {
    max-width: 700px;
}
div#hp-history {
    margin-top: 0;
    padding: 3em 0 13em;
}

img#history-icon {
    max-width: 130px;
    margin: 0 auto 25px;
}


div#hp-team-bio h4 {
    line-height: 50px;
}


div#hp-history::before {
  content: '';
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/shapes_left.png);
  width: 1125px;
  height: 379px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: -10%;
  background-size: contain;
  background-repeat: no-repeat;
}

div#hp-history:after {
    content: '';
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/shapes_right.png);
    width: 428px;
    height: 521px;
    position: absolute;
    bottom: 43%;
    right: -6%;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

div#hp-history div#with-image {
    top: 3em;
    left: 4em;
    z-index: 3;
    position: relative;
    width: 70%;
}

div#hp-history div#hp-team-bio {
    margin-top: 3em;
    align-items: flex-start;
}

/* END HOMEPAGE HISTORY*/







/* HOMEPAGE TESTIMONIALS */


div.hp-testimonials .star-wrapper {
    display: flex;
    gap: 0 2px;
    justify-content: center;
}

div.hp-testimonials .star-wrapper svg {
    width: 20px;
    fill: #f6a325;
}

div.hp-testimonials .ry-name {
    margin-top: 2.5em;
}

div.hp-testimonials {
    padding: 35em 0 28em;
    background: url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/bg_green.png);
    margin-top: -22em;
    background-size: cover;
}

div#hp-rev-text img#line {
    max-width: 380px;
    float: none;
    margin: 1.5em auto 0;
}


div#hp-rev-text .ry-text p {
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hp-rev-verbiage ul.slick-dots button {
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    color: transparent !important
    background: transparent;
    border-radius: 100%;
	margin-top: 2em;
}

.hp-rev-verbiage ul.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 0 5px;
}

.hp-rev-verbiage ul.slick-dots li {
    list-style: none;
    color: transparent !important;
}

.hp-rev-verbiage ul.slick-dots li.slick-active  button {
    background: #fff !important;
}

div#hp-rev-slider-block .slick-slide slick-active {
  padding: 0 1.5em;
}

div#hp-rev-slider-block .slick-list {
  margin: 0 -1.5em;
}

div.hp-testimonials .ry-name h5 {
    color: #000;
    font-family: var(--font-default) !important;
    text-align:center;
    margin-top:15px;
    font-weight: 600 !important;
}


div.hp-testimonials  .comment {
    background:url(https://www.royacdn.com/unsafe/smart/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/reviews_bg_white.png);
    padding: 4em 3em !important;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

div.hp-testimonials  button.slick-prev.slick-arrow, div.hp-testimonials  button.slick-next.slick-arrow {
    display: none !important;
}

.testimonials-block .slick-track {
    display:flex !important;
    flex-wrap:wrap !important;
    
}

.testimonials-block .comment {
    margin-left: 3em;
}

div#hp-rev-slider-block {
    position: relative;
    left: -12em;
    width:60%;
}



div#hp-rev-text p {
    color:#fff;
    font-weight:300 !important;
}

div#hp-rev-text .ry-btn {
    margin: 1.5em auto 0;

}

div.rev-inner-block {
    max-width: 650px;
    position: relative;
    left: -2em;
}

div#hp-rev-flex-info {
    position: relative;
    top: -5em;
}

div.hp-testimonials .comment span {
    color: #000;
    font-family: "Caveat", cursive !important;
    font-size: 40px;
    line-height: 33px;
    display:block;
    margin: 15px 0;
    max-width:300px;
    margin: 15px auto 25px;
    
    
}

div.hp-testimonials .comment p {
    color: #333;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}


div.hp-testimonials .comment  img#hp-rev-icon {
     display:none !important;
    
}

div.hp-testimonials .comment span:before {
    position:absolute;
    top: 13%;
    left: 0;
    right:0;
    float:none;
    margin:auto;
    width:120px !important;
    height:120px !important;
    background-size:contain !important;
    background-repeat:no-repeat !important;
    content: '';
    background:url(https://static.royacdn.com/Site-886f3fe3-5dd1-4036-bec3-a70302fec9a6/HomepageAssets/testimonials_quote.png);
}

div.hp-testimonials .ry-name span.span-2 {
    display: none !important;
}

div.hp-testimonials .comment .ry-text {
    margin-top:6em;
}

@media (max-width:500px) {
	.testimonials-block .comment {
		margin-left: 0 !important;
	}
}

/* END HOMEPAGE TESTIMONIALS */





/* RESPONSIVE */

@media (min-width:1081px) and (max-width:1660px) {
	
  div.module-67::after,
  div.module-67::before {
    max-width: 350px;
  }
  
  .ry-heading h2:not(.module-44 .ry-flex .ry-each .ry-heading h2) {
    font-size: 60px !important;
  }
	
  .ry-heading h4 {
    font-size: 38px !important;
  }
	
  .hp-dry-eye-section div#with-image-content #with-text {
		position: relative;
		left: -3%;
		width: 60%;
  }
	
  .hp-dry-eye-section div#with-image-content {
    gap: 0 3em;
  }
	
 .dry-eye-bottom-verbiage {
	  position: relative;
	  background-size: contain !important;
	}
	
 div.hp-team-bottom-verbiage {
	  width: 100%;
	  margin: 3em auto 0;
	  float: none;
	  background-size: cover !important;
	  justify-content: center;
	  padding: 0;
	  border-radius: 120px;
	  background-position: left;
	}
	

	
	div#hp-history::before {
	  width: 800px;
	  left: 0 !important;
	  
	  bottom: -12%;
	}
	
	div#hp-history::after {
	  width: 300px;
	  bottom: 30%;
	}
	
	
	div#hp-rev-slider-block {
	  width: 63%;
	}
	
	#hp-rev-text {
	  position: relative;
	  left: -2%;
	  width: 55% !important;
	}
	
	div.hp-testimonials {
	  padding: 31em 0 15em;
	  margin-top: -15em;
	  background-position: bottom;
	}
	

	div#footer-info-bg::before {
	  left: 54%;
	  top: 59%;
	}
	
	div#footer-info-block {
	  max-width: 600px;
	  left: 80px;
	}
	
	div#hp-history div#with-image {
	  width: 50%;
	  left: 2em;
	  top: 5em;
	}
	div#hp-history div#hp-team-bio div#with-text {
	  width: 50% !important;
	}
	div#hp-history div#hp-team-bio {
	  gap: 0 1em !important;
	  margin-top: 2em;
	}
	div#hp-history img#line {
	  max-width: 500px;
	}
	div#hp-history {
	}


}



@media (max-width:1080px) {
	
	body.home .ry-btn:not(.module-43 .ry-right .btn-wrapper .ry-btn) {
		height: 55px !important;
		max-width: 220px;
		min-width: 220px;
		font-size: 18px !important;
	}
	
	div#hp-team-bottom-flex .ry-text {
		top: 0;
		margin: 0 auto 1.5em;
	}

	div#hp-team-bottom-flex .ry-text p {
		text-align: center !important;
	}
	
	div.hero-video:before {
		background: transparent !important;
	}

	div.hero-video video {
		height: auto !important;
	}

    div.module-67 {
		margin-top: 0 !important;
		padding: 3em 0 !important;
	}

	.module-67 .background-section,
	.module-67 .background-section img {
		position: static;
	}

	.module-67 .background-section img {
		display: none !important;
	}

    img#welcome-sec-icon {
		max-width: 80px;
		margin: 0 auto 1em !important;
	}

	.ry-heading h2 {
		font-size: 35px !important;
	}

	.ry-heading h4 {
        font-size: 33px !important;
    }

    .module-66 {
        height: auto !important;
    }

     div.module-67:before,
	 div.module-67:after {
		 width:150px;
		height:300px;
		 opacity: 0.1;
    }

    div.module-67 .ry-btn-primary {
		margin-top: 1.5em !important;
	}
	
	div.homepage-gallery {
		padding: 0;

	}

	div.hp-dry-eye-block {
		margin-top: 0;
	}

	div.hp-dry-eye-section {
		padding: 2em 1em 5em !important;
	}

	div.hp-dry-eye-section div#with-image-content {
		flex-direction: column;
		margin-bottom: 4em;
	}
	
	div#hp-history div#with-image {
		position: static !important;
		width:100% !important;
	}
	
	div#hp-history div#with-image img {
		max-width: 600px;
	}
	
	div#hp-history::after {
		width: 200px;
		height: 200px;
		background-size: contain;
		background-repeat: no-repeat !important;
		opacity: 0.3;
	}

	div.hp-dry-eye-section div#with-image-content img {
		max-width: 500px;
		margin: 0 auto 2em;
	}
	
	div.dry-eye-bottom-verbiage {
		border-radius: 40px;
		flex-direction: column;
		height: auto;
		padding: 4em 1em;
		background-size: contain;
		background-color: rgb(255 255 255 / 81%);
	}
	
	div.dry-eye-bottom-verbiage .ry-text p {
		text-align: center !important;
		font-size: 20px !important;
	}
	
	.dry-eye-bottom-verbiage .ry-heading {
        top: 0;
        margin-bottom: 1em !important;
    }
	
	
	div#section-welcome img#blue-wave {
		display: none;
	}
	
	div.dry-eye-bottom-verbiage .ry-text >div >div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px 0;
		text-align: center !important;
	}
	
	div.module-28 {
		margin-top: 0 !important;
	}
	
	.module-28 [data-aos="fade-up"] {
	  transform: none !important;
	}
	
	.module-28 .ry-heading {
		display: block !important;
		max-width: 100% !important;
		transform: none !important;
	  }
	
	.module-28 .ry-heading h2 {
		text-align: center;
	}
	
	div#hp-team-bottom-flex {
		flex-direction: column !important;
		max-width: 100% !important;
	}
	
	.homepage-gallery-slider .slick-slide img {
		height: 250px;
		object-fit: contain;
	}

	.homepage-gallery ul.slick-dots {
		margin-top: 2em !important;
		gap: 0 10px;
	}
	
	div#hp-history div#hp-team-bio div#with-text {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	
	div#hp-history div#hp-team-bio {
    justify-content: center !important;
		margin-top: 1em;
	}

	div.module-28 div#with-image, div.module-28 div#with-text {
		width: 100% !important;
	}
	
	div.hp-inner-history .ry-text p {
		max-width: 700px;
		margin: auto;
	}
	
	
	div#hp-history::after {
		width: 180px;
		height: 180px;
		background-size: contain;
		background-repeat: no-repeat !important;
		opacity: 0.1;
	}

	div#hp-history::before {
		width: 250px;
		height: 300px;
		background-size: contain;
		background-repeat: no-repeat !important;
		opacity: 0.1;
		left: 0;
		bottom: 40%;
	}
	
	div.hp-testimonials {
		margin-top: 0;
		padding: 4em 1em;
		background: var(--color-secondary);
	}

	div#hp-history {
		padding-bottom: 3em !important;
	}


	div#hp-rev-flex-info {
		top: 0 !important;
		background: var(--color-secondary);
		flex-direction: column-reverse;
	}
	
	div#hp-rev-slider-block {
		left: 0 !important;
		width: 100% !important;
	}
	
	div.testimonials-block .comment {
		left: 0;
		padding: 2em !important;
	}

	div#hp-rev-slider-block .slick-list {
		margin: 0 0 3em 0 !important;
	}
	
	img#history-icon {
		max-width: 100px;
		margin: 0 auto 15px;
	}
	
	div.hp-testimonials .comment span:before {
		width: 80px !important;
    	height: 80px !important;
		top: 12%;
	}
	
	div.rev-inner-block {
		left: 0 !important;
		margin-bottom: 3em;
		max-width: 100% !important;
	}
	
	body.home .hp-custom-frames-section .slick-slider ul.slick-dots li button,
	body.home div.hp-testimonials .slick-slider ul.slick-dots li button {
	  background: #fff !important;
	}
	
	div.hp-dry-eye-block .ry-heading {
	  margin-top: 1em;
	}

	div.dry-eye-bottom-verbiage {
		background-size: cover;
	}

	div#hp-team-bottom-flex {
		left: unset;
	}
}

/* RESPONSIVE */




:root {
    --color-primary: #1f5991;
    --color-secondary: #798b7d;
    --font-default: Instrument Sans;
    --font-title: Fraunces;
    
}