/* 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: #000000;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}

.ry-text h4 {
    font-size: 30px;
    margin-top: 0;
}

.services-alternating__layout .bg-primary-background {
    background: #fff !important;
}

.services-alternating__layout .bg-primary-background h3 {
    color: #514199;
}

body.default-body div#navigation {
  background: #000 !important;
  width: 100%;
  max-width: 100%;
}

body.default-body .navigation-14 .holder {
  max-width: 1700px;
  margin: auto;
  width: 90%;
}

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


/* 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-314eab4c-f7bd-4cd1-8546-c28d5d0b8faf/1_HP/testimonials_bg_u.jpg);
    background-size: cover;
}


.hp-insurance-bg {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-314eab4c-f7bd-4cd1-8546-c28d5d0b8faf/1_HP/insurance_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;
}

/* HP Heading Styles */


h1,h2,h3,h4,h5,h6 {
  font-weight: 300 !important;
}

h3 {
    font-size: 30px!important;
    text-transform: capitalize;
    line-height: 1;
}

h6 { 
    font-family: Poppins;
    text-transform: uppercase;
    letter-spacing: 10px;
}


.white-img {
	filter: invert(1) brightness(10) contrast(10);
}



form.iwellnessForm  p {
    padding:0 !important;
    margin:0 !important
}

 form.iwellnessForm .flex {
    gap:10PX
}

form.iwellnessForm  label {
    font-size:20px !important;
    margin-bottom:5px
}

.iwellnessForm [data-type="radiolist"] {
    display:flex;;
    flex-direction:column;
    gap:10px
}

.iwellnessForm [data-type="radiolist"]  input {
    margin-right:10px
}

.mobile-dropdown ul {
    min-width:150px
}

.mobile-dropdown {
    position:relative
}

.multiLocationUl:before {
    left: 86%;
}


@media (max-width: 1279px) {
	div#navigation {
		width: 100%;
	}
}

.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
    flex-direction: column;
    gap: 15px;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper .text-wrap {
    width: 100%;
}