/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */
/*
.service-style-1 h2 {margin: 10px 0;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.mobile-menu-icon a{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;}
body.fancybox-active .ry-sticky-menu.fixed {z-index: 9999;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
color: #152921;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}
.service-hover {
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

/* Show service-hover when parent with data-target is hovered */
[data-target]:hover .service-hover {
    opacity: 1;
}

/* Apply the overlay effect when parent is hovered */
[data-target]:hover .service-hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1; /* Make sure it's behind the text */
}
.mm-navbar {
    color: #152921;
}


/* HP Testi Box Slider Bg */

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-ec718d4c-9abe-4e0b-a568-cdad27697d46/1_HP/reviews_bg.jpg);
    background-size: cover;
}

.module-brands {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-ec718d4c-9abe-4e0b-a568-cdad27697d46/1_HP/textured_white_bg.jpg);
    background-size: cover;
}



.hp-brands-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-207953e5-0a82-461d-a75b-d03f780e95ac/1_HP/brands_bg.jpg);
    background-size: cover;
}

.footer-heading h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.subheading{
    letter-spacing: 10px;
	font-weight: 300 !important;
}

body[data-page-name="optical"] #hp-brands-6::before {
	display: none;
}

body[data-page-name="optical"] #hp-brands-6 a.ry-btn.ry-btn-primary,
body[data-page-name="optical"] #hp-brands-6 p, 
body[data-page-name="optical"] #hp-brands-6 h3 {
    display: none;
}

body[data-page-name="blog"] iv#contents ul.pagination li {
    list-style: none !important;
}

body[data-page-name="optical"] #hp-brands-6 {
	padding-top: 0 !important;
}

@media (max-width: 1024px) {
	.ry-menu .ry-nav li a {font-size: 14px;}
}

@media (max-width: 768px) {
	.homepage-swiper h2 {
    	font-size: 2rem;
		text-align: center;
	}
	.slider-info {min-height: unset;}
}




.comparison {
  padding: 0 20px;
  background: #fff;
}

.comparison__container {
  max-width: 1180px;
  margin: 0 auto;
}

.comparison__table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison__table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  font-size: 15px;
  color: #122636;
}

.comparison__table th,
.comparison__table td {
  border: 1px solid #1f1f1f;
  padding: 18px 16px;
  text-align: left;
  vertical-align: middle;
  text-wrap: balance;
}

.comparison__table th {
  font-weight: 700;
  text-align: center;
  background: #fafafa;
}

.comparison__table th:first-child,
.comparison__table td:first-child {
  position: relative;
  left: 0;
  z-index: 2;
  background: #fff;
}

.comparison__table th:first-child {
  z-index: 3;
  background: #f8f8f8;
}

.comparison__table th:first-child,
.comparison__table td:first-child {
  box-shadow: 4px 0 8px rgba(0,0,0,0.06);
}

.comparison__table td:not(:first-child) {
  font-size: 18px;
}

.comparison__table th span {
  display: block;
  margin-top: 4px;
  font-weight: 600;
}

.comparison__table th em {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #122636;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 767px) {
  .comparison {
    padding: 50px 15px;
  }

  .comparison__table {
    min-width: 760px;
    font-size: 14px;
  }

  .comparison__table th,
  .comparison__table td {
    padding: 14px 12px;
  }
}