/** Services Style **/

.module-services.style-12 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a80ce12b-0e9f-408d-bde1-31a54add693d/Assets/servcies_background.jpg);
	background-size: cover;
	background-position: center top;
	padding: 150px 0 150px;
}

.module-services.style-12 .ry-container {
    max-width: 1400px;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .photo img {
	filter: unset;
}
.module-services.style-12 .content .ry-flex .ry-each, .module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
    padding: 5vw 2vw;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 8%);
    display: flex;
	max-width: calc(33% - 30px) !important;
    flex-direction: column;
}
.module-services.style-12 .content .ry-flex .ry-each:before {
	border-radius: 10px;
}
.module-services.style-12 .content .ry-flex .ry-each .photo img {
    height: 100%;
    -o-object-fit: contain;
    max-width: 120px;
    max-height: 100px;
    margin: auto;
}
.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
    font-weight: bold !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 24%;
    margin-bottom: 14%;
	font-family: 'Tenor Sans',sans-serif !important;
	line-height: 110%;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details p,
.module-services.style-12 .section-background, .module-services.style-12 .section-background img {
	display: none;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 span {
	font-weight: 500;
	font-style: normal;
	font-family: 'Poppins', sans-serif !important;
	display: block;
	margin-top: 5px;
	font-size: clamp(1.1875rem, 0.9531rem + 0.75vw, 1.375rem);
}
.module-services.style-12 .content .ry-flex .ry-each .icons {
    position: relative;
    transform: unset;
    top: unset;
    bottom: unset;
    left: unset;
    margin: auto;
	width: 58px;
    height: 58px;
	background: #0a1931;
}
.module-services.style-12 .content .ry-flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

.module-services.style-12 .section-headline h2 {
	color: #0a1931;
}

@media (max-width: 991px) {
	.module-services.style-12 .content .ry-flex {
		flex-direction: column !important;
		padding: 0 20px;
		justify-content: center;
		align-items: center;
	}
	
	.module-services.style-12 .content .ry-flex .ry-each, .module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
		max-width: 440px !important;
		padding: 70px 30px;
	}
}

@media (max-width: 767px) {
	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
		font-size: 30px;
	}
}

/** Insurance Start **/

.brand-section .ry-label h3, .brand-section .ry-label p {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-section.pg-frames {
    background: unset !important;
}

.brand-section.pg-frames .ry-flex, .brand-section .swiper-wrapper {
    align-items: center;
   
}

.brand-section.pg-frames .swiper-slide img {
    height: 80px !important;
    max-width: 200px !important;
    object-fit: contain;
}

.brand-section.pg-frames .swiper-slide {
    width: 150px !important;
}

.brand-section {
	background: #0a1931;
	padding: 12% 0px 95px;
}
.brand-section .ry-flex,
.brand-section .swiper-wrapper{
	align-items: center;
}
.brand-section .ry-label {
    width: 100%;
    max-width: 320px;
	color: #fff;
}

.brand-section .swiper-pagination,
.brand-section .swiper-button-next, .brand-section .swiper-button-prev{
	display: none;
}
.brand-section .swiper-slide{
	justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.brand-section .swiper-slide img {
    object-fit: contain;
    width: 100%;
    max-width: 140px;
    height: 106px;
	filter: brightness(0) invert(1);
}
.brand-section.insurance .swiper-slide img {
	height: 46px;
}

.col-xs-12.ry-brand-slider {
    width: 85%;
}

@media screen and (max-width: 500px) {
	
	.brand-section.insurance .ry-flex {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}

	.brand-section.insurance .ry-flex .ry-label {
		text-align: center;
	}

	.ry-brand-slider {
		width: 100% !important;
		max-width: 100%;
	}

}

@media (max-width: 1660px) {
	.brand-section .ry-label{
		max-width: 240px;
	}
}

@media (max-width: 1599px) {
	.brand-section .ry-label {
		max-width: 245px;
	}
}

@media (max-width: 500px) {
	#section-insurances .brand-section:first-child {
		padding: 70px 0 40px;
	}
	#section-insurances .brand-section:nth-child(2) {
		padding: 40px 0 70px;
	}
}

/** Insurance End **/

@media (max-width: 991px) {
	.brand-section .ry-flex {
		flex-direction: column;
		gap: 30px;
	}
}

body[data-page-name="frames"] .brand-section {
	background: #fff;
}

body[data-page-name="frames"] .brand-section .swiper-slide img {
	filter: brightness(0);
}

/*HP - TESTIMONIALS*/

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

.hp-custom-testimonials .ry-content {
    width: min(676px, 100%);
    border-radius: 32px;
    filter: drop-shadow(0px 16px 43.5px rgba(0,0,0,0.17));
    background: rgb(255 255 255);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 80%);
    padding: 85px;
    position: absolute;
    top: 10rem;
	right: 0;
}

.hp-custom-testimonials .each-testi .star-rate {
    display: flex;
}

.hp-custom-testimonials .each-testi .star-rate svg {
    width: 20px;
    fill: #f6ae32;
}


.hp-custom-testimonials .group-testi {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
}

.hp-custom-testimonials .testimony p {
    width:100%;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 160%;
    color: #333333;
    font-weight: 300;
	margin: 30px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5; 
	-webkit-box-orient: vertical;
}

.hp-custom-testimonials .group-testi .testi-name p {
    font-size: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #76c2c0;
    font-weight: 500;
    
}

.hp-custom-testimonials .background-section {position: relative;inset: 0;padding-bottom: 49%;}

.hp-custom-testimonials .hp-headline h2 {
    line-height: normal;
}

.hp-custom-testimonials ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    gap: 5px;
}

.hp-custom-testimonials ul.slick-dots li button {
    color: transparent;
    width: 10px;
    height: 10px;
    background: #63656a;
    opacity: .3;
}
.hp-custom-testimonials ul.slick-dots li.slick-active button {
    width: 30px;
    opacity: 1;
}

.hp-custom-testimonials .testi-name {
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1680px) {
    .hp-custom-testimonials .ry-content {
        top: 6rem;
    }
}

@media screen and (max-width: 1536px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 56.25%;
    }
}


@media screen and (max-width: 1366px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 61.25%;
    }
}

@media screen and (max-width: 1280px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 62.25%;
    }

    .hp-custom-testimonials .ry-content {
        top: 5rem;
    }
}

@media screen and (max-width: 1080px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 71.25%;
	}
}

@media screen and (max-width: 991px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 82%;
	}
}

@media screen and (max-width: 768px) {
	
	div.hp-custom-testimonials .background-section {
		padding-bottom: 100%;
	}
	
	div.hp-custom-testimonials .background-section,
	div.hp-custom-testimonials .background-section img {
		object-position: 100%;
	}

}

@media screen and (max-width: 680px) {
	div.hp-custom-testimonials .group-testi {
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
		gap: 10px;
	}
	
	div.hp-custom-testimonials ul.slick-dots {
		align-items: center;
		justify-content: center;
	}

	div.hp-custom-testimonials .hp-headline h2 {
		text-align: center;
	}
	
	div.hp-custom-testimonials .background-section img {
		object-position: 70%;
	}
	div.hp-custom-testimonials .ry-content {
		background-color: rgb(255 255 255 / 90%);
		padding: 10%;
	}
	
	div.hp-custom-testimonials .background-section {
		padding-bottom: 120%;
	}
	
	div.hp-custom-testimonials .testimony p {
		width: 100%;
		font-size: clamp(1.125rem, 0.9875rem + 0.6875vw, 1.8125rem);
	}
}

@media screen and (max-width: 480px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 160%;
	}

	div.hp-custom-testimonials .ry-content {
		padding-bottom: 5%;
	}
}

@media screen and (max-width: 768px) {
	.hp-custom-testimonials .ry-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, 12%) !important;
	}
}
.hp-custom-testimonials {
    margin-top: -2px;
}
/*END OF HP - TESTIMONIALS*/

/** Start Of Footer **/

.module-44 .social-icons .social-inner-wrap a {
    color: #d9b372 !important;
}

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: #fff !important;
    color: #d9b372 !important;
    opacity: 1 !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 {
	margin-top: 30px;
}
	
.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: "\f3c5";
}
.module-44 .ry-flex .ry-each .website-info .phone:before {
    content: "\f095";
}

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before {
    font-family: 'Fontawesome';
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #8bcac544;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#ffffff;
    font-size:22px;
    font-weight:900; display: none;
}

.module-44 .social-icons .social-inner-wrap li .fa {
    border: 2px solid #d9b372 !important;
    box-shadow: unset;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
	    font-family: 'FontAwesome';
}
.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{
	color: #ffffff;
	font-weight: 500;
	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-size: 20px !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}
.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: #8bcac5 !important
}

	
.module-44 .ry-footer-logo {
	max-width: 340px;
	margin: 0 auto 0;
	filter: brightness(0) invert(1);	
}

.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: 100%;
    max-width:230px;
    text-align:start;
	white-space: nowrap;
}

.module-44 .ry-flex .ry-each .office-hours ul li {
	margin-bottom:2px;
	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 {
	background: #0a1931;
}

.module-44 .ry-footer-copyright *{
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 400 !important;
	text-align: center;
}
.module-44 .ry-footer-copyright .ry-left img, .module-44 .ry-footer-copyright .ry-right img {
	filter:unset
}
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: repeat(2, 1fr); /* Two columns */
		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
	}
	.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;
	}
	.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;
	}
}

@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;
	}

}


/** End of Footer **/

