/* 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{
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;
}

.form-group[data-type="radiolist"] {
    display: flex;
    gap: 10px;
}


.each-portal {
    position: relative;
}


.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment {
    height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@media (max-width: 768px) {
    .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment {
        height: auto;
    }
}


.each-portal .text-wrap {
    background: #f1f1f1;
    padding: 10px 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.each-portal .overlink, .each-portal .overlink a {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}

.form-group[data-type="radiolist"] label input {
    margin-right: 5px;
}

.ry-form.ry-form-box {
  -webkit-box-shadow: 0px 2px 59px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 59px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 60px 50px 80px; }
  .ry-form.ry-form-box input[type="text"], .ry-form.ry-form-box textarea {
    border: 1px solid #cecece;
    color: #cecece; }
    .ry-form.ry-form-box input[type="text"]::-webkit-input-placeholder, .ry-form.ry-form-box textarea::-webkit-input-placeholder {
      color: #cecece; }
    .ry-form.ry-form-box input[type="text"]::-moz-placeholder, .ry-form.ry-form-box textarea::-moz-placeholder {
      color: #cecece; }
    .ry-form.ry-form-box input[type="text"]:-ms-input-placeholder, .ry-form.ry-form-box textarea:-ms-input-placeholder {
      color: #cecece; }
    .ry-form.ry-form-box input[type="text"]:-moz-placeholder, .ry-form.ry-form-box textarea:-moz-placeholder {
      color: #cecece; }
    .ry-form.ry-form-box input[type="text"]::-ms-input-placeholder, .ry-form.ry-form-box textarea::-ms-input-placeholder {
      color: #cecece; }

.ry-form input[type="text"] {
  height: 60px;
  border-radius: 0;
  border: solid 1px #ddd;
  padding-left: 30px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
  color: rgba(54, 48, 43, 0.5);
  width: 100%;
  max-width: 100%;
  }
  @media screen and (max-width: 320px) {
    .ry-form input[type="text"] {
      font-size: 16px; } }
  @media screen and (min-width: 1600px) {
    .ry-form input[type="text"] {
      font-size: 18px; } }
  .ry-form input[type="text"]::-webkit-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]::-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]:-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]:-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]::-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.ry-form label {
  text-align: justify;
  line-height: 35px;
  font-weight: 700;
  font-size: calc(18px + 2 * ((100vw - 500px) / 940)); }
  @media screen and (max-width: 500px) {
    .ry-form label {
      font-size: 18px; } }
  @media screen and (min-width: 1440px) {
    .ry-form label {
      font-size: 20px; } }

.ry-form select {
  height: 60px;
  border-radius: 0;
  border: solid 1px #ddd;
  padding-left: 30px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
  color: rgba(54, 48, 43, 0.5);
  width: 100%;
  max-width: 100%;
  }
  @media screen and (max-width: 320px) {
    .ry-form select {
      font-size: 16px; } }
  @media screen and (min-width: 1600px) {
    .ry-form select {
      font-size: 18px; } }
  .ry-form select::-webkit-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select::-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select:-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select:-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select::-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.ry-form textarea {
  height: 200px;
  border-radius: 0;
  border: solid 1px #ddd;
  padding-left: 30px;
  padding-top: 25px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
  color: rgba(54, 48, 43, 0.5);
  width: 100%;
  max-width: 100%;
  }
  @media screen and (max-width: 320px) {
    .ry-form textarea {
      font-size: 16px; } }
  @media screen and (min-width: 1600px) {
    .ry-form textarea {
      font-size: 18px; } }
  .ry-form textarea::-webkit-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea::-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea:-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea:-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea::-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.ry-form .form-group {
  margin-bottom: 10px; }

.ry-form .ry-btn {
  width: auto; }

.ry-form .has-error input {
  border: 1px solid red !important; }

.ry-form .input-name {
  margin-bottom: 15px; }
  .ry-form .input-name .form-group {
    margin-bottom: 0; }
    .ry-form .input-name .form-group:before {
      content: "\f007";
      position: absolute;
      color: rgba(0, 0, 0, 0.2);
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 27px; }
  .ry-form .input-name input {
    padding-left: 50px; }

.ry-form .input-email {
  margin-bottom: 15px; }
  .ry-form .input-email .form-group {
    margin-bottom: 0; }
    .ry-form .input-email .form-group:before {
      content: "\f0e0";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 26px;
      color: rgba(0, 0, 0, 0.2); }
  .ry-form .input-email input {
    padding-left: 50px; }

.ry-form .input-phone {
  margin-bottom: 15px; }
  .ry-form .input-phone .form-group {
    margin-bottom: 0; }
    .ry-form .input-phone .form-group:before {
      content: "\f095";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 26px;
      color: rgba(0, 0, 0, 0.2); }
  .ry-form .input-phone input {
    padding-left: 50px; }

.ry-form .input-message {
  margin-bottom: 15px; }
  .ry-form .input-message .form-group {
    margin-bottom: 0; }
    .ry-form .input-message .form-group:before {
      content: "\f040";
      color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 30px;
      left: 27px;
      z-index: 10; }
  .ry-form .input-message textarea {
    padding-left: 50px; }

#contents ul {
    list-style: initial !important;
	padding-left: 20px;
}

.sticky-icons ul {
    padding: 0;
}
.sticky-icons ul li {
    list-style: unset;
}
/* 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: #ffffff;
}

.homepage-swiper h2 {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
	letter-spacing: 4px;
	font-size: clamp(1.625rem, 0.95rem + 3.375vw, 5rem);
	line-height: 120%;
}

#ry-pg-body :is(.navigation-3) {
    position: relative !important;
}

.mm-navbar__title > span {
    color: #fff;
}

@media (min-width: 1024px) {
	.navigation-3.fixed > .block.lg\:absolute.inset-0 {
		position: relative;
	}
}

@media (max-width: 1440px) {
	div#navigation-style-4.container {
		max-width: 1280px;
	}
}

div#navigation-style-4 {
    max-width: 1600px;
    width: 90%;
    padding: 1em 0 !important;
}

body#ry-pg-body div#navigation {
    position: static;
}

.module-testimonials h6, .module-testimonials p, .module-testimonials h2 {
    text-align: center !important;
}

img.rev-icon {
    max-width: 70px;
    height: auto;
    width:100%;
}


@media (max-width: 1080px) { 
	.ry-menu .ry-nav {
		font-size: 14px !important;
	}
	
	div.module-testimonials h6, .module-testimonials p, .module-testimonials h2 {
		text-align: center !important;
	}
	
	div#team-inner-block {
		padding: 2em 1em;
	}

	div#team-inner-block img {
		max-width: 220px;
	}

	div#team-inner-block {
		flex-direction: column;
	}

	div#team-inner-block .flex {
		padding: 0 !important;
		background: transparent;
		width: 100%;
	}

}

@media (max-width: 1200px) { 
	div#navigation-style-4 {
		max-width: 90%;
	}
	.ry-menu .ry-nav {
		gap: 20px !important;
	}
	div#navigation-style-4 .cursor-pointer img {
		max-width: 200px;
	}
}

@media (max-width:991px) {

	.main-title h2 {
		line-height: 1.2;
		font-size: 30px !important;
	}

	.sub-title h4 {
		font-size: 20px !important;
	}

	div#footer-map {
		height: 400px !important;
	}

	div#rev-flex h3 {
		font-size: 22px !important;
	}
	.homepage-video-slider #the-video #ry-video-slider {
		padding-top:95px
	}
}

@media (max-width:768px) {
	
	img#hp-rev-image {
		height: auto !important;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	div#hp-rev-image-block {
		width: 100% !important;
	}

	div#hp-rev-image-flex {
		display: block !important;
		border-radius: 20px;
	}

	div#rev-flex {
		width: 100%;
	}
}

@media (max-width:767px) {
	
	.snap-mobile-menu .gap-6 {
		gap: 0 10px;
	}

	.homepage-swiper .slider-info {
		max-width: 100%;
		text-align: center;
		position:static !important;
	}

	.homepage-swiper .slider-info .mb-4 {
		margin-bottom:0 !important;
	}

	.homepage-swiper .homepage-swiper {
		margin-top: 0em;
	}

	.homepage-swiper .swiper-slide {
		padding-top:6em
	}
	
	.homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
	.homepage-swiper .slider-info {
		padding-bottom: 50px;
	}
}

@media (max-width: 500px) {
	
   .snap-mobile-menu img { 
		max-height: unset;
	   max-width:120px;
	   width:100%
	}
	
	.snap-mobile-menu .gap-6 {
		gap: 0 10px;
	}
}

div#section-hp-team .swiper.homepage-team-swiper h6 {
    letter-spacing: 2px;
    font-size: clamp(1.25rem, 1.2037rem + 0.2469vw, 1.5rem);
}

@media (max-width: 1024px) {
	div#section-hp-team .mx-auto .md\:text-center.text-gray-500>p {
		text-align: center !important;
	}
	.homepage-team-swiper .text-gray-800 {
		font-size: 20px;
	}
	.homepage-team-swiper .text-gray-600 {
		font-size: 16px;
	}
}

.homepage-swiper .swiper-slide img {
	object-position: center top;
}

@media (max-width: 1023px) {
	.homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
	.slider-info {
		width: 100% !important;
		max-width: 100% !important;
	}
	.slider-info {
		width: 100%;
		max-width: 100%;
	}
	.homepage-swiper h2 {
		text-align: center !important;
	}
	#navigation-style-3,
	.navigation-3 .hidden.lg\:flex,
	.homepage-video-slider::before {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.homepage-video-slider {
		max-height: 100vh;
		overflow: hidden;
	}
	.homepage-video-slider::before {
		background: linear-gradient(to bottom, white 14%, transparent, transparent);
		opacity: 1;
	}
}


body[data-page-name="contact-us"] div#footer-map {
   display: none !important;
}

#ry-footer ul {
	line-height: 2;
}

.slider-info-center-bottom {
	max-width: 100% !important;
}

/** Services Start **/

#services-12 > div > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
#section-hp-services div#services-12 {
    margin-top: 140px !important;
}
#section-hp-services .ry-icon {
    background: #fff;
    width: 100%;
    max-width: 160px;
    max-height: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    margin: auto;
    margin-top: -120px;
    padding: 30px;
}

#services-12 > div:nth-child(odd) .ry-icon {
    border: 2px solid var(--color-secondary-background);
}
#services-12 > div:nth-child(even) .ry-icon {
    border: 2px solid var(--color-primary-background);
}

#section-hp-services div#services-12 .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center {
    min-height: 130px;
}

#services-12 > div:nth-child(even) img {
	filter: unset !important;	
}

#section-hp-services .sub-title h4, #section-hp-services .main-title h2 {
	color: #fff;
}
#section-hp-services div#services-12 {
	row-gap: 140px;
}

@media (max-width:1080px) {
	div#section-hp-services p {
		text-align: center;
		font-size: 18px !important;
	}
	
	div#section-hp-services p {
    text-align: center;
		font-size: 18px;
	}
}

.homepage-team-swiper {
    max-width: 1280px;
}

#section-hp-team .swiper-wrapper {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

#section-hp-team h6 {
    font-size: 26px;
    margin-bottom: 10px;
}


body[data-page-name="index"] div#hp-insurance-1, body[data-page-name="index"] #hp-brands-6 {
    background: transparent;
}
body[data-page-name="index"] div#hp-insurance-1 .swiper-slide, body[data-page-name="index"] #hp-brands-6 .swiper-slide {
    background: transparent;
	padding-bottom: 30px;
}



/*body[data-page-name="index"] div#hp-insurance-1 *, body[data-page-name="index"] #hp-brands-6 * {
    color: white;
}*/

body#page div#navigation.navigation-4:not(.bg-White99) .ry-nav.text-black {
	color: #fff;
}
body#page div#navigation.navigation-4:not(.bg-White99) .ry-nav.text-black .caret {
    border-color: white;
}

body#page div#navigation.navigation-4:not(.bg-White99) .cursor-pointer img {
    filter: brightness(0) invert(1);
}


.ry-hp-team-8::before {
    height: 38%;
    background: #18314a;
}

.hp-team-style-8 .sub-title h4 {
    text-align: unset;
}

#hp-brands-3::after {
    content: "";
    position: absolute;
    bottom: unset;
    height: 50%;
    background: linear-gradient(to bottom, #f9f9f9, transparent);
    inset: 0;
}
#hp-brands-3::before {
    opacity: .85;
}

.with-gradient:before {
    display: none;
}

/*.module-welcome.style-5 .ry-each.image-wrapper .photo img {
	display: none;
}*/

@media (max-width:1080px) { 
	.module-welcome.style-5 .ry-container {
		max-width: 100% !important;
	} 
}

.module-testimonials {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8f0e10e4-8b7b-4b54-8060-7ef6c050580d/Assets/new_review_bg.jpg);
    background-size: cover;
	background-position: center top;
}

body[data-page-name="index"] #hp-insurance-1 .brand-4-swiper-button-prev, body[data-page-name="index"] #hp-insurance-1 .brand-4-swiper-button-next,
body[data-page-name="index"] #hp-brands-6 .brand-4-swiper-button-prev, body[data-page-name="index"] #hp-brands-6 .brand-4-swiper-button-next {
    background: var(--color-primary-background);
}

@media(max-width:1560PX) {
    body#page div#navigation.navigation-4 .cursor-pointer img {
		max-width:600px;
		width:90%
	}
	.ry-menu .ry-nav {
		flex-wrap:nowrap
	}

}

@media(max-width:1480PX) {
	body#page div#navigation.navigation-4 .cursor-pointer img {
		width:90%;
	}
	div#navigation-style-4 {
		width:95% !important;
		max-width:1600PX !important
	}
}

@media(max-width:1280PX) {
	body#page div#navigation.navigation-4 .cursor-pointer img {
		position:absolute;
		max-width:10rem;
		top:30px
	}
	div#navigation-style-4 { 
		padding-block:20px !important
	}
	.ry-menu .ry-nav li .dropdown-toggle{
		font-size:18px !important
	}
}
body#page #hp-brands-6 {
    padding-bottom: 2rem;
}
body#page #hp-brands-6::after {
    content: "";
    top: unset;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 580px;
    height: 1px;
    background: #767676;
}

#section-hp-team .swiper-slide img {
	max-height: max-content !important;
    aspect-ratio: 0;
}


/*CANVAS SLIDER*/


div.widget-slider {
    overflow: hidden;
    margin-bottom: 1em;
	position:relative;
}

div.widget-slider ol.carousel-indicators {
    display:none !important;
}


div.widget-slider a.carousel-control.left {
    background: #333b;
    height: 30px;
    position: absolute;
    width: 100%;
    max-width: 30px;
    left: 0;
    border-radius: 0;
    z-index: 9999;
	display:flex;
    align-items:center;
    justify-content:center;
}

div.widget-slider a.carousel-control.right {
   background: #333b;
   height: 30px;
   z-index: 9999;
   position: absolute;
   width: 50%;
   max-width: 30px;
   right: 0;
   border-radius: 0;
   z-index: 999;
	display:flex;
    align-items:center;
    justify-content:center;
}

div.widget-slider a.carousel-control.left, div.widget-slider a.carousel-control.right {
    top: 45%;
}

div.widget-slider a.carousel-control.left:before {
     content: '';
     background: transparent;
     position:absolute;
     width: 10px;
     height: 10px;
     border: 1px solid #fff;
     transform: rotate(230deg);
     border-bottom: none;
     border-left: none;
     right: 8px;
}

div.widget-slider a.carousel-control.right:before {
    content: '';
    background: transparent;
    position:absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    transform: rotate(42deg);
    border-bottom: none;
    border-left: none;
    left: 8px;
}


/*CANVAS SLIDER*/












