.hp-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: -10.5rem;
}

.hp-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 52px;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 1;
  text-decoration: none;
  padding: 0 15px;
  width: 281px;
	min-width: 0;
}

.hp-cta__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}


.hp-cta__icon svg {
  width: 19px;
  height: 19px;
  fill: #fff;
}



.hp-welcome .ry-content .section-text p {
    width: min(641px, 100%);
    max-width: 100%;
    padding-top: 45px;
    margin: 0 auto;
}

.hp-welcome .welcome-logos {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    align-items: center;
    gap: 48px;
}

@media (max-width: 1440px) {
    .hp-welcome .ry-content {
        gap: 5%;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1080px) {
    .hp-welcome .ry-content {
        gap: 0;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1081px) {
		.hp-welcome .ry-content {
			gap: 60px;
			padding: 75px 0;
		}

		.hp-welcome .content-right img {
			max-width: max-content;
			margin: 0 auto;
		}
}

@media (max-width: 767px) {
	.welcome-logos__slick .slick-dots {
		display: flex;
		top: 10rem;
	}

	.welcome-logos__slick .slick-dots li button {
		background: rgb(107 146 56 / 20%);
	}

	.welcome-logos__slick .slick-arrow {
		display: none !important;
	}
    
    .hp-welcome .ry-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .hp-welcome .welcome-logos {
        grid-template-columns: 1fr;
    }
    
    .hp-welcome .welcome-logos .each-logo img {
        max-width: max-content;
        margin: 0 auto;
    }
}

.hp-services .section-header {
    margin-bottom: 60px;
}

.hp-services .service-title h3 span {
    display: block;
}


.hp-services .ry-content {
    padding: 150px 0 0;
}

.hp-grid-services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hp-services .service-block h3 {
    font-size: clamp(1.5rem, 1.3407rem + 0.6536vw, 2.125rem);
    line-height: 36px;
    color: #013a4c;
    text-align: center;
}

.hp-services .service-title {
    position: absolute;
    top: 15%;
    width: 100%;
}

.hp-services .service-title h3 {
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
    max-width: 100%;
    line-height: 1;
    font-weight: 600 !important;
}



.hp-boost-vision .ry-content {
    display: flex;
    justify-content: center;
    padding: 150px 0 20rem;
}

.hp-boost-vision .section-header h2 span {
    all: unset;
    margin-top: 0 !important;
    display: block;
}

.hp-boost-vision .section-text p {
    width: min(640px, 100%);
    margin: 0 auto;
    font-size: 20px;
    line-height: 31px;
    color: #4d4c4a;
    font-weight: 400;
    text-align: center;
}

.hp-boost-vision .section-header span {
    max-width: 400px;
    min-width: 380px;
    margin: 0 auto;
    margin: 30px auto;
}

.hp-boost-vision .content-left .block-img img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-boost-vision .ry-container {
    width: min(1280px, 90%);
    max-width: 100%;
}


.hp-team {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 200px;
	border-bottom-right-radius: 200px;
	background: transparent;
	margin-top: -10rem;
	z-index: 2;
}

.hp-team .ry-container {
    width: min(991px, 90%);
    max-width: 100%;
}

.hp-team .section-header h2 {
    color: #fff;
}

.hp-team .ry-content {
    padding: 145px 0;
}

.hp-grid-team {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
    padding: 70px 0 80px;
}

.hp-grid-team .each-person {
    width: calc(33.33% - 60px);
}

.hp-grid-team .person-img img {
    max-width: max-content;
    margin: 0 auto;
    box-shadow: 0 0 0 1rem var(--color-bg-primary);
    border-radius: 50%;
}

.hp-grid-team .person-info, .hp-grid-team .person-info h3 {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    font-size: 28px;
    font-weight: 700 !important;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
}

.hp-grid-team .each-person .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hp-logo-slider {
  background: #fff;
  overflow: hidden;
}

.hp-partners {
  padding-block: clamp(28px, 4vw, 52px);
}

.hp-partners__row {
  position: relative;
  min-height: clamp(86px, 9vw, 120px);
  display: flex;
  align-items: center;
  min-height: 150px;
}

.hp-partners__item img {
  width: 100%;
  max-width: 100%;
  display: inline;
  filter: invert(0);
  opacity: 0.85;
  object-fit: contain;
  padding: 0 15px;
}


.hp-partners__row+.hp-partners__row {
  margin-top: 100px;
}

.hp-partners__title-card {
  position: relative;
  top: 50%;
  z-index: 9;
  width: max-content;
  min-height: clamp(86px, 8vw, 118px);
  background: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background: initial;
  z-index: 9999;
}

.hp-partners__title-card--left {
  left: 0;
  padding-right: 50px;
}

.hp-partners__title-card--right {
  right: 0;
  transform: translateY(-50%);
  align-items: flex-start;
  padding-left: 50px;
}

.hp-partners__heading {
  margin: 0;
  letter-spacing: 0.04em;
  font-size: clamp(3.125rem, 2.886rem + 0.9804vw, 4.0625rem) !important;
  text-align: right;
  line-height: 75px;
  text-transform: uppercase;
  color: #013a4c;
  font-weight: 700 !important;
}

.hp-partners__subtext {
  margin: 0;
  text-align: right !important;
  font-size: clamp(1.375rem, 1.2794rem + 0.3922vw, 1.75rem);
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--color-bg-primary);
  line-height: normal;
}

.hp-partners__slider {
  position: relative;
  z-index: 1;
}



.hp-partners__slider--insurance {
  padding-right: clamp(190px, 17vw, 250px);
}

.hp-partners__row--brands::before,
.hp-partners__row--insurance::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100px;
  height: 100%;
  pointer-events: none;
}


.hp-partners__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(24px, 3vw, 52px);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 700;
  text-align: center;
  color: #a8a8a8;
  opacity: 0.9;
  white-space: nowrap;
  min-height: 150px;
}

.hp-partners__title-card--right h2,
.hp-partners__title-card--right p {
  text-align: right !important;
}

.hp-partners__row--brands {
  padding-left: 100px;
  padding-top: 17rem;
  padding-bottom: 100px;
}

.hp-partners__row--brands:after {
    content: " ";
    position: absolute;
    background-image: linear-gradient(to right, transparent, #d6ecf6);
    width: 8rem;
    height: 100%;
    right: 0;
    z-index: 1;
}

.hp-partners__row--insurance {
  padding-right: 100px;
}

.hp-partners__title-card--left:after {
  content: url("https://s3.amazonaws.com/static.organiclead.com/Site-c949ce63-fa45-4217-b2b5-71ffe8f38665/site_assets/shadow.png");
  position: absolute;
  right: -15px;
  max-width: max-content;
  z-index: 9;
}

.hp-partners__title-card--right:after {
  content: url(https://s3.amazonaws.com/static.organiclead.com/Site-c949ce63-fa45-4217-b2b5-71ffe8f38665/site_assets/shadow.png);
  position: absolute;
  left: 0;
  max-width: max-content;
  z-index: 9;
}




/* Tablet */
@media (max-width: 1366px) and (min-width: 768px) {
  .hp-partners__title-card {
    width: 220px;
  }

  .hp-partners__slider--brands {
    padding-left: 0;
  }

  .hp-partners__slider--insurance {
    padding-right: 185px;
  }

  .hp-partners__item {
    padding-inline: 30px;
  }

  .hp-partners__row--brands::before {
    left: 200px;
  }

  .hp-partners__row--insurance::before {
    right: 200px;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .hp-partners__title-card:after {
    display: none;
  }


  .module-testimonials.option-1 .testimonials-wrapper {
    margin: 0 !important;
  }

  .hp-partners {
    padding: 48px 20px;
  }

  .hp-partners__row {
    min-height: 0;
    display: block;
    padding: 17rem 0 100px;
  }

  .hp-partners__row+.hp-partners__row {
    margin-top: 52px;
  }

  .hp-partners__title-card {
    position: static;
    transform: none;
    width: 100%;
    max-width: 360px;
    min-height: auto;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
  }

  .hp-partners__slider,
  .hp-partners__slider--brands,
  .hp-partners__slider--insurance {

    overflow: hidden;
  }

  .hp-partners__row--brands::before,
  .hp-partners__row--insurance::before {
    display: none;
  }

  .hp-partners__item {
    padding: 0;
  }
}


.hp-testimonials .section-header span {
    line-height: 2;
}

.hp-testimonials .section-cta .arrow-btn svg {
    width: 30px;
    height: 30px;
}

.hp-testimonials .section-header::before {
	content: url("https://s3.amazonaws.com/static.organiclead.com/Site-34864586-bed9-4de0-ae9e-ad1a1ece46fe/site_assets/testi_quote.png");
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 170px;
	font-weight: 800;
	line-height: 1;
}

.hp-testimonials .ry-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.hp-testimonials__slick .each-testimony .wrapper p, .hp-testimonials__slick .each-testimony .wrapper div {
    width: min(640px, 100%);
    margin: 0 auto;
    font-size: 20px;
    line-height: 31px;
    color: #4d4c4a;
    font-weight: 400;
    text-align: center;
}

.hp-testimonials__slick .testimony-name .star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0 16px;
}

.hp-testimonials__slick .testimony-name h3 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal !important;
    font-weight: 700;
}

.hp-testimonials .section-cta .arrow-btn{
    background: transparent;
    height:60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-testimonials .section-cta .arrow-btn:hover {
	background: #6b9238;
}

.hp-testimonials .section-cta .arrow-btn:hover svg {
    fill: #fff;
}

.hp-testimonials .ry-content .content-left {
    width: 45%;
}

.hp-testimonials .ry-content .content-right {
    width: 50%;
}

.hp-testimonials .ry-content .content-left img {
    max-width: max-content;
	margin: 0 auto;
}

.hp-testimonials .ry-content {
    padding: 75px 0;
}

/* Global Footer */

.footer.style-3 .footer-top {
  padding: 70px 0;
  background: #5f9221;
}

.footer.style-3 .footer-top .title {
  font-size: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.footer.style-3 .footer-top .hour-list ul {
  padding-left: 0;
  list-style: none;
}

.footer.style-3 .footer-top .hour-list ul li {
  display: flex;
}

.footer.style-3 .footer-top .hour-list ul li .span-1 {
  color: #FFFFFF;
  min-width: 130px;
}

.footer.style-3 .footer-top .hour-list ul li {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}

.footer.style-3 .footer-top .hour-list ul li:not(:last-child) {
  margin-bottom: 5px;
}

.footer.style-3 .footer-top .ry-each {
  max-width: max-content;
  display: flex;
  flex-direction: column;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-control {
  height: 55px;
  border-radius: unset;
  padding-left: 25px;
  font-size: 18px;
  box-shadow: unset;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-group {
  margin-bottom: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form textarea.form-control {
  height: 190px;
  resize: unset;
  padding-top: 15px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .title {
  text-align: center;
}

.footer.style-3 .footer-top .ry-each .ry-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  border: 1px solid #FFFFFF !important;
}

.footer.style-3 .footer-top .ry-each .ry-btn:hover {
  border: 1px solid #FFFFFF !important;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
  width: calc(100% - 10px);
  margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
  width: calc(100% - 10px);
  margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .details {
  display: flex;
  max-width: max-content;
  align-items: flex-start;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-right: 20px;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon svg {
  width: 26px;
  height: 26px;
  fill: #5f9221;
}

.footer.style-3 .footer-top .ry-each .details .text {
  color: #FFFFFF;
}

.footer.style-3 .footer-top .ry-each .details .text .span-1 {
  display: block;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
  color: #f4f4f4;
  font-weight: 500;
}

.footer.style-3 .footer-top .ry-each .details:not(:last-child) {
  margin-bottom: 25px;
}

.footer.style-3 .footer-top .ry-each .details .text a {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
}

.footer.style-3 .footer-top .ry-each .details .text>br {
  display: none;
}

.footer.style-3 .footer-top .ry-each .details .text a.phone {
  font-size: 22px;
}


.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom {
  list-style: none;
  padding-left: 0;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom {
  display: flex;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom li a svg {
  width: 18px;
  fill: #9d9d9d;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom li {
  margin-right: 5px;
}

.footer.style-3 .footer-top .ry-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: unset;
}

.footer.style-3 .footer-top .ry-each .details:last-child {}

.footer.style-3 .footer-top .ry-container {
  width: min(1600px, 90%);
  max-width: 100%;
  margin: 0 auto;
  float: unset;
}

.footer.style-3 .footer-bottom {
  padding: 20px 0;
  background: #5f9221;
}

.footer.style-3 .footer-bottom .ry-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.footer.style-3 .footer-bottom .ry-container .ry-content {
  max-width: 100%;
  margin: 0 auto;
  float: unset;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
  max-width: max-content;
  display: flex;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
  width: 110px;
  margin-left: 5px;
  object-fit: contain;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text,
.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  color: rgb(255 255 255 / 50%);
}

#HpMap img {
    height: 380px;
    object-fit: cover;
    object-position: 0 70%;
}


@media (max-width: 1200px) {
  .footer.style-3 .footer-top .ry-each:nth-child(2) {
    max-width: 380px;
  }
}

@media (max-width: 1080px) {
  .footer.style-3 .footer-top .ry-content .ry-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .footer.style-3 .footer-top .ry-each {
    max-width: 100%;
    width: 100%;
  }

  .footer.style-3 .footer-top .title {
    text-align: center;
  }

  .footer.style-3 .footer-top .hour-list ul li {
    flex-direction: column;
    text-align: center;
  }

  .footer.style-3 .footer-top .ry-each:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer.style-3 .footer-top .ry-each {
    align-items: center;
    justify-content: center;
    max-width: max-content;
  }

  .footer.style-3 .footer-top .ry-each .details {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer.style-3 .footer-top .ry-each:nth-child(2) {
    max-width: 560px;
  }

  .footer.style-3 .footer-top .ry-each .details .svg-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer.style-3 .footer-top .ry-each .details .text {
    text-align: center;
  }

  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text,
  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
    line-height: 1.2;
    text-align: center;
  }

  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
    margin-left: 0;
    margin-top: 5px;
  }
}



.footer.style-3 .ry-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

.footer-top .ry-flex .ry-each:first-child {
  width: 100%;
}



@media (max-width: 1280px) {

  .footer.style-3 .footer-top .ry-flex {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 30px;
  }

  .footer.style-3 .footer-bottom .ry-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

}

@media (max-width: 1080px) {


  .footer.style-3 .footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 30%);
  }
}




.footer-top .ry-flex .ry-each:not(:last-child):after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 175px;
	background-color: rgb(255 255 255 / 32%);
	right: -28%;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1537px) {
	.footer-top .ry-flex .ry-each:not(:last-child):after {
		right: -14%;
		height: 14rem;
	}
	
}


@media (max-width: 1440px) {
	

	.footer-top .ry-flex .ry-each:not(:last-child):after {
		right: -6%;
	}

}

@media (max-width: 1439px) {
	.footer-top .ry-flex .ry-each:not(:last-child):after {
		display: none;
	}

	
}


@media (max-width: 1081px) {
	div.hp-services .ry-content {
		padding: 75px 0;
	}
	
	div.hp-boost-vision .ry-content {
		padding: 75px 0 20rem;
		flex-direction: column-reverse;
		gap: 30px;
	}
}



@media (max-width: 991px) {
    .hp-grid-team {
        grid-template-columns: repeat(2, 350px);
        align-items: center;
        justify-content: center;
        row-gap: 80px;
        column-gap: 0;
    }

	.hp-boost-vision .content-left .block-img img {
		max-width: 350px;
	}
	.hp-grid-team .each-person {
    	width: 100%;
	}
	
}

@media (max-width: 580px) {
	.hp-grid-team {
		grid-template-columns: repeat(1, 350px);
		align-items: center;
		justify-content: center;
		row-gap: 80px;
		column-gap: 0;
	}
}

@media (max-width: 1080px) {
  .hp-map img {
    height: 75vh;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
    .hp-testimonials .ry-content {
        flex-direction: column-reverse;
    }

    .hp-partners__item img {
        height: 8vh;
    }
	
	.hp-testimonials .ry-content .content-right,
	.hp-testimonials .ry-content .content-left {
		width: 100%;
	}
}

@media (max-width: 1281px) {
    .hp-services__slick {
        display: block !important;
    }
    
    .hp-services__slick .slick-dots {
        bottom: -4rem;
        z-index: 2;
    }
    
    .hp-services__slick .slick-dots li.slick-active button {
        background: #6b9238;
    }
    .hp-services__slick .slick-dots li button {background: rgb(107 146 56 / 50%);}
}

