/*HEADER update*/
#ry-pg-header .module-34 {
	position: relative;
}
.module-34 {
    position: absolute;
    z-index: 9;
    background: transparent;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li:hover a {
    color: #6300ff !important;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li.active {
    background: #6300ff;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li.active a {
    color: #fff !important;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
    color: #000 !important;
}

#ry-pg-header .module-34 {	
    background-color: #fff;
    box-shadow: 0 2px 2px #efefef;
}

@media (max-width: 1080px) { 
	.module-34-top-center img {
		max-width: 260px !important;
	}
	.module-34 .ry-menu a {
    	font-size: 13px;
		padding: 15px 5px;
	}
}
@media screen and (max-width: 1701px) {
	.module-34-bot .ry-container {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 1440px) { 
	.module-34 .ry-menu a {
    	font-size: 14px;
	}
	.module-34-bot .ry-container {
		max-width: 100%;
	}
}

@media screen and (max-width: 1366px) { 
	.module-34 .ry-menu {
		position: relative;
		z-index: 9999;
	}
	.module-34 .ry-content {
		padding: 0 0 20px;
	}
	.module-34:before {
		position: absolute;
		content: " ";
		background: linear-gradient(182deg, hsl(0deg 0% 100% / 100%) 0, rgb(255 255 255 / 40%));
		height: 85%;
		width: 100%;
		z-index: 9;
	}
	.module-34 .module-34-bot {
        position: relative;
        z-index: 9;
    }
}

@media (max-width: 1280px) { 
	.module-34 .ry-menu a {
		font-size: 16px;
	}
}

/** Header End **/

/* Services - Start */

.hp-services {
	padding: 120px 0 18%;
	background: #eedeff;
}

.hp-services .service-item .info-box div p {
    font-size: 16px !important;
    line-height: 1.5;
    text-align: center;
}


.hp-services .ry-container {
    max-width: 1600px;
	padding: 0 0%;
	position: relative;
    z-index: 9;
	width: 90%;
}

.hp-services .section-header h2 {
	text-align: center;
	color: #02002b;
}

.hp-services .service-slick {
	margin: 72px 0 0 !important;
	/*padding: 0 60px;*/
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-content: center;
    place-items: center;
}

@media (max-width: 1280px) {
	.hp-services .service-slick {
		grid-template-columns: repeat(2, 1fr);

	}
}

@media (max-width: 640px) {
	.hp-services .service-slick {
		grid-template-columns: repeat(1, 1fr);

	}
}

.hp-services .service-slick .slick-track {
	display: flex;
	gap: 18px;
	padding: 0 0 50px;
}

.hp-services .service-item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	height: 100%;
	margin-bottom: 0px;
	overflow: hidden;
	width: 100%;
}

.hp-services .service-item .service-title {
	min-height: 102px;
	display: flex;
	align-items: center;
}

.hp-services .service-item h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300 !important;
	line-height: 1.3;
	color: #ffffff;
	font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
}

.hp-services .service-item h5 span {
	display: block !important;
	font-weight: 600 !important;
	color: #ffffff;

}

.hp-services .service-item .ry-btn {
	position: absolute;
	bottom: 20px;
	opacity: 0;
}

.hp-services .service-item:hover .ry-btn {
	opacity: 1;
}

.hp-services .service-item:not(:hover) .ry-btn {
	bottom: 0;
}

.hp-services .service-item:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50%;
	height: 1px;
	border-top: 4px solid #000000;
	display: none;
}

.hp-services .service-item:not(:hover):after {
	width: 0;
}

.hp-services .service-slick .slick-arrow {
	font-size: 0;
	border: none;
	outline: none;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 50%;
	z-index: 9;
	background: transparent;
	padding: 5px;
	opacity: .5;
}

.hp-services .service-slick .slick-arrow.slick-prev:before,
.hp-services .service-slick .slick-arrow.slick-next:before {
	content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23333" class="bi bi-chevron-left" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
	height: 25px;
	width: 25px;
}

.hp-services .service-slick .slick-arrow.slick-next:before {
	content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"  fill="%23333" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E') !important
}

.hp-services .service-slick .slick-arrow.slick-next {
	right: -40px;
}

.hp-services .service-slick .slick-arrow.slick-prev {
	left: -20px;
}

.hp-services .service-slick .slick-arrow:hover {
	opacity: 0.8;
}

.hp-services .service-item .service-image img {
	border-radius: 0px;
}
.hp-services:before {
	position: absolute;
	content: "";
	inset: 0;
	height: 0%;
	padding-bottom: 39%;
	top: unset;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-52db3b15-8215-494c-99aa-fe766f06ca3b/Assets/service_shape.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	    bottom: -1px;
}

.hp-services .service-item .service-icon img {
    transition: .3s;
}
.hp-services .service-item:hover .service-icon img {
    transition: .3s;
    filter: brightness(0) invert(0);
}

.hp-services .service-item .service-title {
    position: absolute;
    top: 84%;
    z-index: 1;
    transform: translateY(-50%);
    transition: .2s;
    opacity: 1;
}

.hp-services .service-item:hover .service-title {
    top: 110%;
    opacity: 0;
}

.hp-services .service-item:hover .service-image .service-title {
    position: relative;
    opacity: 1;
    top: unset;
    transform: unset;
}

.hp-services .service-item .service-image .service-title {
    min-height: 1px;
    margin-bottom: 20px;
}

.hp-services:after { display: none;
    content: "";
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 70%;
    background: linear-gradient(to bottom, white, transparent);
}

.hp-services .fot-btn > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hp-services .fot-btn {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    width: 100%;
}

.hp-services .fot-btn a.ry-btn.ry-btn-primary:hover {
    border: 1px solid #6400ff;
    box-shadow: 10px 10px 0px #6400ff;
}

@media only screen and (max-width:768px) {
	.hp-services .service-slick .slick-arrow {
		display: none !important;
	}
}


@media only screen and (max-width:1440px) {
	.hp-services {
		padding: clamp(48px, 6.944vw, 100px) 0 18%;
	}

}

@media (max-width: 1080px) {
	.hp-services {
		padding: 3em 0 4rem;
	}
}

@media only screen and (max-width:991px) {

	.hp-services .service-slick {
		margin: clamp(28px, 7.265vw, 72px) 0 !important;
	}
}


@media only screen and (max-width:768px) {
	.hp-services .service-slick {
		max-width: min(600px, 100%);
		float: none;
		margin: clamp(28px, 7.265vw, 72px) auto !important;
		width: 100%;
	}
}

.hp-services .service-icon {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6300ff;
	border-radius: 50px;
	padding: 10px;
	margin-bottom: -50px;
	z-index: 9;
	margin-top: 10px;
	transition: .3s ease;
	border: 4px solid #ffffff99;
}

.hp-services .service-item:hover .service-icon {
	transition: .3s ease;
	background: #02002b;
}

.hp-services .service-icon img {
	filter: brightness(0) invert(1);
	aspect-ratio: 1;
    width: 65%;
}

.hp-services ul.slick-dots {
    list-style: none;
    padding: 0;
    display: flex !important;
    gap: 6px;
    justify-content: center;
}

.hp-services ul.slick-dots li button {
    border: none;
    background: #6300ff;
    color: transparent;
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 10px;
	transition: .2s ease;
    opacity: .45;
}

.hp-services ul.slick-dots li.slick-active button {
	opacity: 1;
	width: 30px;
	transition: .2s ease;
}

.hp-services .service-item .info-box {
    position: absolute;
    top: 0;
    z-index: 3;
    bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5%;
    transition: .3s;
    opacity: 0;
    height: 90%;
}

.hp-services .service-item:hover .info-box {
    transition: .3s;
    opacity: 1;
    top: 20px;
    bottom: unset;
}

.hp-services .service-item .info-box div * {
    color: #fff;
    font-size: 17px;
}

.hp-services .service-item .service-image {
    overflow: hidden;
    border-radius: 0px;
}
.hp-services .service-item:hover .service-image:before {
    opacity: 1;
    transition: .2s ease;
}
/*.hp-services .service-item .service-image:hover:before {
    opacity: 1;
	transition: .2s ease;
	background: rgb(2 0 42 / 90%);
}*/
.hp-services .service-item .service-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #020116, transparent);
	opacity: 1;
	transition: .2s ease;
}

.hp-services .service-item .service-image:after {
    opacity: 0;
    transition: .2s ease;
    background: rgb(2 0 42 / 90%);
    inset: 0;
    position: absolute;
}
.hp-services .service-item .service-image:hover:after {
    content: "";
    transition: .2s ease;
    opacity: 1;
}

.hp-services .service-icon {
	display: none;
}

/* Services - End */

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

.module-20 .dr-name h4, .module-20 .dr-name em strong {
    color: #ffffff !important;
}

.module-20 p {
	color: #fff;
}

/** Testimonial Style **/

.module-testimonials.style-3 .ry-container .ry-content {
    max-width: 1400px;
}

.module-testimonials.style-3 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-52db3b15-8215-494c-99aa-fe766f06ca3b/Assets/Testimonial_bg_V2.jpg);
	background-size: cover;
	background-position: 9% top;
	margin-top: -2px;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 6; /* number of lines to show */
           line-clamp: 6; 
   -webkit-box-orient: vertical;
	line-height: 150%;
	text-align: center !important;
	color: #141414;
	margin-bottom: 0;
}
.module-testimonials.style-3 .video_wrapper {background: transparent;}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before, .module-testimonials.style-3 .review-separator {
    display: none;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex {
    align-items: center;
	gap: 60px;
	justify-content: flex-end;
}
.module-testimonials.style-3 .carousel {padding: 0px;}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .ry-text {
    padding: 60px 8%;
    background: rgb(255 255 255 / 90%);
    border-radius: 50px;
    margin-bottom: 80px;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .ry-text .star-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
    justify-content: center;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
    right: 50%;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:first-child {
    display: none;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each {
    max-width: 720px;
}

.module-testimonials.style-3 .ry-container {
	justify-content: flex-end;
}
.module-testimonials.style-3 .ry-container .ry-content {
    max-width: 720px;
}

.module-testimonials.style-3 .ry-btn.ry-btn-secondary {
	border: 1px solid white !important;
}

@media (min-width: 1921px) {
	.module-testimonials.style-3 .ry-container .ry-content {
		max-width: 820px;
	}
}

@media (max-width: 1300px) {
	.module-testimonials.style-3:before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgb(255 255 255 / 80%);
	}
	.module-testimonials.style-3 .ry-container {
		justify-content: center;
	}
}

@media (max-width: 1080px) {
	.module-testimonials.style-3:before {
		background: rgb(255 255 255 / 90%);
	}
}

/** Testimonial Style End **/

/*FOOTER*/

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

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: #eedeff !important;
    color: #02002b !important;
    opacity: 1 !important;
}

.module-44 .ry-divisor .social-inner-wrap:before {
    content:'';
    width:30%;
    height:1px;
    background:#6b79608c;
    position:absolute;
    left:0;
    top:20%;
}
	
.module-44 .ry-divisor .social-inner-wrap:after {
    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: #6400ff99;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#ffffff;
    font-size:22px;
    font-weight:900;
}

.module-44 .social-icons .social-inner-wrap li .fa {
    border: unset;
    box-shadow: unset;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone {
    display:flex;
    align-items:center;
    gap:10px
}
	
.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{
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
} 

.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: 22px !important;
	text-transform: uppercase;
	font-weight: 700 !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: #6300ff !important
}

	
.module-44 .ry-footer-logo {
	max-width: 250px;
	margin: 0 auto 0;	
}

.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: 20px;
}

.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:#FFF
}

.module-44 .ry-footer-copyright *{
	font-size: 16px;
	color: #000000 !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: 1440px) {
	div.module-44 .ry-flex {
		padding: 0 5%;
	}
	
	div.module-44 .ry-footer-copyright .ry-container{
		padding: 20px 5%;
	}
}
@media (max-width: 1380px) {
	div.module-44 .ry-flex .ry-each .span-2 {
		width: 140px;
	}	
}

@media (max-width: 1280px) {
	div.module-44 .ry-flex {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
		text-align: center;
	}

	div.module-44 .ry-flex * {
		text-align: center !important;
	}

	div.module-44 .ry-flex .ry-each .website-info .address,
	div.module-44 .ry-flex .ry-each .website-info .phone {
		flex-direction: column;
	}

	div.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	div.module-44 .ry-footer-copyright .ry-container {
		flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	
	div.module-44 .ry-footer-copyright .ry-container * {
		text-align: center !important;
	}
}

@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 screen and (max-width:  768px) {

	.hp-services .service-item:hover .info-box {
		top: 20px;
			bottom: unset;
	}

	.hp-services .service-item .info-box {
		position: absolute;
		top: 0;
		z-index: 3;
		bottom: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 5%;
		transition: .3s;
		opacity: 0;
		height: 100%;
	}

	.hp-services .service-item:hover .ry-btn {
		opacity: 1;
		margin: 30px auto;
		position: relative;
		bottom: 0;
	}
}

@media screen and (max-width: 500px) {
	div.hp-services .service-item .info-box {
		position: absolute;
		top: 0;
		z-index: 3;
		bottom: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 5%;
		transition: .3s;
		opacity: 0;
		height: 100%;
	}

}

@media (max-width: 680px) {
    .module-44 .ry-flex {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
	}
	
	.module-44 .ry-divisor .social-inner-wrap:before {
		content:'';
		width:30%;
		height:1px;
		background:#6b79608c;
		position:absolute;
		left:0;
		top:20%;
		display: none;
	}

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

}

.mobile-button {
    display: flex;
    gap: 5px;
}

	


/* Inner Pages */
.inner-pages .section p {
    margin: 10px 0;
}

.inner-pages .section.btn-wrapper {
    margin: 30px 0 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.brands--grid--section .brands--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.brands--grid--section .brands--grid .each--brands {
    padding: 5%;
    width: 100%;
    border: 1px solid #ccc;
    height: auto;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2rem;
    border-radius: 20px;
}

.brands--grid--section .brands--grid .each--brands .smi {
    display: none;
}

.brands--grid--section .brands--grid .each--brands * {
    text-align: center !important;
}

.brands--grid--section .brands--grid .each--brands .brand--logo img {
    max-width: 150px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.brands--grid--section .btn-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 0 0;
}

.brands--grid--section .brands--grid .each--brands .ry-text p {
    font-size: 16px;
}

#ry-pg-header .module-34.ry-sticky-menu.fixed .ry-menu .dropdown-menu a {
    padding: 8px 15px !important;
}

#ry-pg-header .module-34.ry-sticky-menu.fixed .ry-menu a {
    padding: 14px 5px !important;
}

@media screen and (max-width: 991px) {
    div.brands--grid--section .brands--grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    div#ry-pg-body .ry-content .btn-wrapper.btn-left {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0 30px;
    }
	

	.hp-footer-section .mmenu-column-flex .dropdown-menu {
		column-count: 1;
	}

	.hp-footer-section .footer-nav-list .dropdown-menu li a {
		text-align: center !important;
	}
}

@media screen and (max-width: 680px) {
     div.brands--grid--section .brands--grid {
        grid-template-columns: 1fr;
    }
}

a.ry-btn-module-34.ry-btn-appt.bvd {
    font-weight: bolder;
    font-size:18px !important;
    background-color: #6300ff;#02002b
}
a.ry-btn-module-34.ry-btn-appt.bvd:hover {
    background-color: #02002b;
}


body[data-page-name="our-optical-boutique"] .module-brand:before {
    background: unset !important;
}

body[data-page-name="our-optical-boutique"] .module-brand:after {
    background: unset !important;
}