.google_reviews {
  background-color: #fff7e1;
  padding-top: 10px;
  padding-bottom: 55px;
}
.testim_text {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  max-height: 200px;
  &::-webkit-scrollbar {
    width: 4px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
  }
  &::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1px solid transparent;
  }
  scrollbar-width: thin;
  scrollbar-color: #a9a9a9 transparent;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel {
  width: 76%;
  margin-left: auto;
}
.owl-stage-outer {
  overflow-x: scroll !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  display: flex;
  scrollbar-width: thin;
  scrollbar-color: #a9a9a9 transparent;
  gap: 15px;
}
.testimonials {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-left: 38px;
}
.testimonial_box {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 4px rgba(59, 89, 151, 0.04);
  width: 320px;
  height: 233px;
  padding-bottom: 37px;
  position: relative;
}
.headshot {
  position: relative;
  top: 45px;
  width: 84px;
  height: 98px;
  left: 52%;
  transform: translateX(-65%);
  z-index: 7;
}
.testimonial_box .quotation_mark {
  position: relative;
  left: 20px;
  top: 20px;
}
.testim_text {
  position: relative;
  top: -28px;
  height: inherit;
  overflow-y: auto;
  max-height: 157px;
}
.testimonial_box .testim_box_para {
  font-family: ProximaNova-Regular;
  color: #373737;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0;
  width: 80%;
  margin: 0 auto;
}
.testimonial_box .testim_name {
  font-family: ProximaNova-Regular;
  color: #373737;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin: 0px !important
}
.testimonial_box .testim_location {
  font-family: ProximaNova-Regular;
  color: #959898;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  margin: 0 0 5px 0;
}
.google-user-details {
  position: relative;
  top: -15px;
}
.google-details {
  position: relative;
  top: 55px;
}
.google-review-icon {
  position: absolute;
  right: 20px;
  transform: translateY(20px);
}
.google-user-url {
  text-decoration: none;
  color: #373737;
}
.google-user-url:hover {
  text-decoration: underline;
  color: blue;
}
.google-review-section {
  display: flex;
  max-width: 1400px;
  margin: auto;
  gap: 15px;
}
.google-review-rating {
  margin-left: 10px;
  margin-top: -0.2%; 
}
.google-review-headshot {
  height: 92px !important;
  border-radius: 50% !important;
  object-fit: cover;
  width: 92px !important;
  transform: translateX(-50%);
}
.rating-out-of {
  color: #fb8e28 !important;
  font-size: 21px !important;
  font-weight: 600 !important;
}
.review-on-google {
  background: #0a6cff !important;
  padding: 12px 30px 12px 30px !important;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
}
.google-details p {
  line-height: 27px !important;
}
.review-on-google:hover {
  background-color: #1f67e7 !important;
}
.google-review-button {
  margin-top: 40px !important;
}
.google-user-details .google-user-rating {
  margin-bottom: 10px !important;
}
.owl-next {
  margin-left: 20px;
}
.owl-nav {
  display: block;
  float: right;
  margin-right: 40px;
  margin-top: 30px;
}
#gr-carousel .owl-dots {
  margin: 30px auto;
  float: left;
  width: 70%;
}
/*========================large screeen=======================*/
@media (min-width: 1920px) and (max-width: 2500px) {
  .owl-stage {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .owl-item {
    width: 350px !important;
  }
}
/*========================big screeen=======================*/
@media (min-width: 1366px) and (max-width: 1920px) {
  .owl-stage {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .owl-item {
    width: 360px !important;
  }
}
@media (min-width: 1150px) and (max-width: 1366px) {
  .owl-stage {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .owl-item {
    width: 350px !important;
  }
}
/*========================iPad=======================*/
@media (min-width: 768px) and (max-width: 1024px) {
  .google-review-headshot {
    transform: translateX(-7%) !important;
  }
  #reviews-component-mob {
    display: none;
  }
  .review-date {
    margin: 0;
  }
  .reviewer-name{
    margin: 0;
    padding-top: 12px;
    padding-right: 7px;
  }
  .maps-and-flags{
    position: relative;
    top: 11px;
  }
  .reviewer-location {
    margin: 0;
    padding-top: 12px;
  }
  .star-rating {
    margin-top: 0 !important;
  }
}
@media (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .testimonial_box .testim_box_para {
    font-size: 18px;
    width: 94%;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }
  .headshot {
    left: 100px;
  }
}
/*========================Mobile Responsive=======================*/
@media (min-width: 376px) and (max-width: 767px) {
  #gr-carousel .owl-nav .owl-prev, #gr-carousel .owl-nav .owl-next {
    display: none;
  }
}
/*========================Mobile Responsive=======================*/
@media only screen and (max-width: 1280px) {
  .testimonial_box {
    width: 300px !important;
  }
  .headshot {
    transform: translateX(-55%);
  }
}
@media only screen and (max-width: 1100px) {
  .testimonial_box {
    width: 255px !important;
  }
}
@media only screen and (max-width: 1024px) { 
  #reviews-component-mob {
    display: none;
  }
  .owl-nav {
    margin-top: 25px;
    position: absolute;
    right: 0;
    margin-right: 34px;
  }
  .testimonial_box {
    margin: 0 auto;
    height: 270px;
    width: 230px !important;
  }
  .profile_img img {
    margin: 0 auto;
  }
  .profile_img {
    width: 33%;
  }
  .testimonial_box .quotation_mark {
    display: none !important;
  }
  .testim_text {
    top: 50px;
  }
  .testimonial_box .testim_box_para {
    line-height: 23px;
    width: 89%;
    font-size: 17px;
    padding-top: 0;
  }
  .testimonial_box .testim_name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
  }
  .google-user-details {
    top: 55px;
  }
  .testimonial_box .testim_location {
    font-size: 14px;
    line-height: 15px;
    margin: 0px;
  } 
  #gr-carousel .owl-dot.active {
    opacity: 1;
  }
  #gr-carousel .owl-dot {
    height: 6px;
    width: 6px;
    margin-right: 10px;
    border-radius: 5px;
    opacity: 0.30 ;
  }
  #gr-carousel .owl-dots {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 5px;
  }
  .headshot {
    left: 100%;
    transform: translateX(0%);
  }
  .headshot_other {
    left: 41%;
  }
}
@media only screen and (max-width: 999px) {
  .testimonial .testimonial_box {
    width: 255px !important;
  }
  .profile_img {
    width: 33%;
  }
  .owl-nav {
    padding-right: 60px;
  }
}
@media (min-width: 720px) and (max-width: 767px) {
  .testimonial .testimonial_box {
    width: 210px !important;
  }
  .profile_img {
    width: 27%;
  }
}
@media (min-width: 481px) and (max-width: 719px) {
  .testimonial .testimonial_box {
    width: 260px !important;
  }
}
@media only screen and (max-width: 480px) {
  .reviews-outer {
    gap: 15px;
    margin-left: 25px;
    margin-right: 32px;
  }
  .owl-nav {
    display: block;
  }
  .google-user-details {
    top: 45px !important;
  }
  .google-user-details .google-user-rating {
    margin: 0px !important;
  }
  .google-review-headshot {
    left: 102% !important;
    top: 50px !important;
  }
  .testimonial_box {
    height: 210px;
    width: 80% !important;
  }
  .review-on-google {
    padding: 12px 30px 12px 30px !important;
    border-radius: 30px !important;
    font-size: 16px;
  }
  .testimonial .review_box {
    width: 327px !important;
    height: 243px;
  }
  .profile_img {
    width: 38%;
  }
  .google-review-rating {
    width: 100%;
  }
  .owl-carousel {
    width: 100% !important;
  }
  .google-review-section {
    flex-wrap: wrap !important;
  }
  .google-review-rating {
    margin: auto;
  }
  .headshot {
    height: 80px;
    top: 35px;
    left: 84%;
  }
  .testimonial_box .testim_box_para {
    font-size: 17px;
  }
  .testimonial_box .testim_name {
      font-size: 15px;
      margin-top: 6px;
  }
  #gr-carousel .owl-dots {
    float: none;
  }  
  .google-review-button {
    margin-top: 20px !important;
  }
}
@media (min-width: 375px) and (max-width: 390px) {
  .testimonial .review_box {
    width: 280px !important;
  }
  .google-review-headshot {
    left: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 376px) {
  .reviews-outer {
    margin-left: 25px;
    margin-right: 20px;
  }
  .testimonial .review_box {
    width: 280px !important;
  }
  .google-review-headshot {
    left: 97% !important;
  }
  
  .testimonial_box .testim_box_para {
    font-size: 16px;
  }  
  .owl-nav {
    right: -2px;
  }
  #gr-carousel .owl-dots {
    margin-bottom: 45px;
  }
  .headshot_other {
      left: 152px !important;
  }
  .headshot {
    left: 90px;
  }
   #gr-carousel .owl-nav .owl-prev, #gr-carousel .owl-nav .owl-next {
    display: none;
  } 
}
@media (min-width: 320px) and (max-width: 360px) {
  .testimonial_box .testim_box_para {
    font-size: 15px;
  }
  .headshot_other {
    left: 148px !important;
  }
}
@media only screen and (max-width: 320px) {
  .headshot {
    left: 88px;
  }
  .testimonial_box .testim_box_para {
    font-size: 14px;
  }
  .headshot_other {
    left: 125px !important;
  }
   #gr-carousel .owl-nav .owl-prev, #gr-carousel .owl-nav .owl-next {
    display: none;
  }
}
.as-seen-in-container {
  background-color: #fff;
  text-align: center;
}
.as-seen-in-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.as-seen-in-heading {
  font-size: 56px;
  font-weight: bold;
  color: #404040;
  margin-top: 20px;
}
.as-seen-in-images {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 60px;
  margin: 30px 30px 40px 30px;
}
.as-seen-in-inner-img {
  height: auto;
  width: 110px;
}
@media screen and (max-width: 1365px) {
  .as-seen-in-heading {
    font-size: 54px;
  }
  .as-seen-in-inner {
    max-width: 1030px;
  }
}
@media screen and (max-width: 1279px) {
  .as-seen-in-inner {
    max-width: 900px;
  }
  .as-seen-in-heading {
    font-size: 46px;
  }
  .as-seen-in-images {
    margin: 15px 30px 30px 30px;
  }
  .as-seen-in-inner-img {
    width: 85px;
  }
}
@media screen and (max-width: 1099px) {
  .as-seen-in-inner {
    max-width: 835px;
  }
  .as-seen-in-heading {
    font-size: 42px;
  }
  .as-seen-in-images {
    margin: 10px 30px 15px 30px;
  } 
}
@media screen and (max-width: 1023px) {
  .as-seen-in-inner {
    max-width: 650px;
  }
  .as-seen-in-heading {
    font-size: 32px;
  }
  .as-seen-in-inner-img {
    width: 70px;
  }
  .as-seen-in-images {
    margin: 10px 30px 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .as-seen-in-inner {
    max-width: 670px;
    padding-bottom: 30px;
  }
  .as-seen-in-heading {
    font-size: 48px;
    margin-top: 50px;
  }
  .as-seen-in-images {
    display: inline-block;
    margin: 16px auto;
  }
  .as-seen-in-inner-img {
    width: 120px;
    margin: 14px 30px 20px 16px;
  }
  .time-img-mob {
    margin: 12px 30px 30px 46px;
  }
}
@media screen and (max-width: 719px) {
  .as-seen-in-inner {
    max-width: 500px;
    padding-bottom: 25px;
  }
  .as-seen-in-heading {
    font-size: 46px;
    margin-top: 48px;
  }
  .as-seen-in-images {
    margin: 14px auto;
  }
  .as-seen-in-inner-img {
    width: 110px;
  }
}
@media screen and (max-width: 539px) {
  .as-seen-in-inner {
    max-width: 390px;
    padding-bottom: 20px;
  }
  .as-seen-in-heading {
    font-size: 42px;
    margin-top: 40px;
  }
  .as-seen-in-images {
    display: inline-block;
    margin: 12px auto;
  }
  .as-seen-in-inner-img {
    width: 100px;
    margin: 12px 16px 16px 10px;
  }
  .time-img-mob {
    margin: 5px 30px 30px 34px;
  }
}
@media screen and (max-width: 427px) {
  .as-seen-in-inner {
    max-width: 370px;
  }
  .as-seen-in-heading {
    font-size: 40px;
    margin-top: 39px;
  }
  .as-seen-in-inner-img {
    width: 88px;
    margin: 12px 15px 15px 10px;
  }
  .time-img-mob {
    margin: 5px 30px 30px 30px;
  }
}
@media screen and (max-width: 409px) {
  .as-seen-in-inner {
    max-width: 350px;
    padding-bottom: 18px;
  }
  .as-seen-in-heading {
    font-size: 39px;
  }
  .as-seen-in-inner-img {
    width: 86px;
    margin: 12px 14px 14px 10px;
  }
  .time-img-mob {
    margin: 3px 28px 28px 25px;
  }
}
@media screen and (max-width: 399px) {
  .as-seen-in-inner {
    max-width: 328px;
    padding-bottom: 15px;
  }
  .as-seen-in-heading {
    font-size: 38px;
    margin-top: 40px;
  }
  .as-seen-in-images {
    display: inline-block;
    margin: 12px auto;
  }
  .as-seen-in-inner-img {
    width: 84px;
    margin: 12px 11px 16px 10px;
  }
  .time-img-mob {
    margin: 2px 30px 25px 30px;
  }
}
@media screen and (max-width: 389px) {
  .as-seen-in-inner {
    max-width: 316px;
    padding-bottom: 13px;
  }
  .as-seen-in-heading {
    font-size: 36px;
    margin-top: 38px;
  }
  .as-seen-in-inner-img {
    width: 83px;
    margin: 12px 17px 12px 1px;
  }
  .time-img-mob {
    margin: 2px 28px 25px 26px;
  }
}
@media screen and (max-width: 374px) {
  .as-seen-in-inner {
    max-width: 312px;
    padding-bottom: 15px;
  }
  .as-seen-in-heading {
    font-size: 35px;
    margin-top: 36px;
  }
  .as-seen-in-images {
    margin: 10px auto;
  }
  .as-seen-in-inner-img {
    width: 78px;
    margin: 12px 20px 12px 3px;
  }
  .time-img-mob {
    margin: 2px 26px 25px 26px;
  }
}
@media screen and (max-width: 364px) {
  .as-seen-in-inner {
    max-width: 272px;
    padding-bottom: 20px;
  }
  .as-seen-in-heading {
    font-size: 30px;
    margin-top: 34px;
  }
  .as-seen-in-inner-img {
    width: 65px;
  }
  .time-img-mob {
    margin: 1px 22px 25px 22px;
  }
}
@font-face {
  font-family: 'Heebo-Black';
  src: url(/assets/Heebo/Heebo-Black-cce9d5e86c7fdab0b0ac7ee85c4d0f88a20c5f50041306183ee1ff4d2ed15c40.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Heebo-Bold';
  src: url(/assets/Heebo/Heebo-Bold-17bdec41264b5114d9677599db7e947e2711d060d3d882a5ffb0c747e2f4ca54.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Heebo-ExtraBold';
  src: url(/assets/Heebo/Heebo-ExtraBold-d0d285648c817846a00d9a0e29fe66b0735695e982a2953f5a9333a2d006c02e.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Heebo-Light';
  src: url(/assets/Heebo/Heebo-Light-9eed64463ae725cd222147dcd096a831b74d109fd3c1ea724911e7f7ba51dedc.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Heebo-Medium';
  src: url(/assets/Heebo/Heebo-Medium-a93f23ddd75936958334cd991cce36134244d152e72569ade05bb6dd79b89030.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Heebo-Regular';
  src: url(/assets/Heebo/Heebo-Regular-7167d9e511864d9f7879f685802684a1d392ce300717589829907c55fd6ddfe6.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Heebo-Thin';
  src: url(/assets/Heebo/Heebo-Thin-2b41d4200964f385143eefc5e0c86a6eccdb4a6f513cce33effeeeeada0b785a.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Heebo-SemiBold';
  src: url(/assets/Heebo/Heebo-SemiBold-5eb90d6d7442936a95ed8ec5ca730bdc8384065f0cfab76e027e315078f137a9.ttf) format("truetype");
  font-display: swap; }

.gp-faq-container {
  background-color: #f7f7f7;
  text-align: center; }

.gp-faq-inner {
  max-width: 1160px;
  margin: 0 auto; }

.faq-heading {
  padding-top: 80px;
  font-family: Heebo-bold;
  font-size: 54px;
  font-weight: bold;
  color: #404040;
  line-height: 42px; }

.faq-sub-heading {
  font-family: Heebo-Regular;
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 500;
  color: #717171; }

.faq-grad {
  background-image: linear-gradient(to top, #8fb741, #8fb741 50%);
  background-position: 0px 22px;
  background-repeat: no-repeat;
  background-size: 100% 8px; }

.faq-list {
  position: relative;
  margin: 20px auto;
  text-align: left;
  display: inline-block;
  width: 100%; }

.faq-item {
  padding-bottom: 15px;
  border-bottom: solid 1px #dbdddb;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden; }

.faq-item summary {
  list-style: none; }

.faq-question {
  font-family: Heebo-SemiBold;
  font-size: 22px;
  line-height: 24PX;
  color: #404040;
  padding: 18px 15px 10px 0;
  cursor: pointer;
  font-weight: bold;
  position: relative; }

.faq-answer {
  width: 90%;
  opacity: 0.9;
  font-size: 17px;
  line-height: 22px;
  color: #404040;
  padding: 0px 15px 15px 0px; }

.hidden-faqs-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease; }

.expand-faq .hidden-faqs-container {
  max-height: 999px; }

.arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transition: transform 0.3s ease; }

.faq-toggle-checkbox:not(:checked) ~ .hidden-faqs-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease; }

.faq-toggle-checkbox:checked ~ .hidden-faqs-container {
  max-height: 10000px;
  opacity: 1; }

.faq-toggle-checkbox:not(:checked) ~ .see-all-faq .toggle-text::after {
  content: "See all FAQs";
  left: 0; }

.faq-toggle-checkbox:checked ~ .see-all-faq .toggle-text::after {
  content: "See less FAQs";
  left: -6px; }
  @media screen and (max-width: 767px) {
    .faq-toggle-checkbox:checked ~ .see-all-faq .toggle-text::after {
      left: -20px; } }
.toggle-text {
  visibility: hidden;
  position: relative;
  width: max-content; }

.toggle-text::after {
  visibility: visible;
  position: absolute;
  width: max-content; }

.see-all-faq-btn {
  height: 64px;
  width: 215px;
  border-radius: 32px;
  border: solid 1px #f80;
  display: block;
  margin-top: 20px;
  font-size: 18px;
  cursor: pointer;
  color: #ff8800;
  background-color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center; }

details[open] .faq-question .arrow {
  transform: rotate(-135deg); }

.arrow-faq {
  padding-left: 10px;
  position: relative;
  transition: 0.5s; }

.see-all-faq .see-all-faq-btn:hover {
  background: #fff2f2f7; }

.see-all-faq .see-all-faq-btn:hover .arrow-faq {
  padding-left: 15px;
  transition: padding-left 0.5s; }

@media screen and (max-width: 1365px) {
  .gp-faq-inner {
    max-width: 1090px; }
  .faq-heading {
    font-size: 50px; }
  .faq-sub-heading {
    font-size: 23px; }
  .see-all-faq-btn {
    height: 60px;
    width: 160px; } }

@media screen and (max-width: 1279px) {
  .gp-faq-inner {
    max-width: 936px; }
  .faq-heading {
    padding-top: 40px;
    font-size: 44px; }
  .faq-sub-heading {
    margin-top: 3px;
    font-size: 20px; }
  .faq-list {
    margin-top: 15px; }
  .faq-item {
    padding-bottom: 12px; }
  .see-all-faq-btn {
    height: 48px;
    font-size: 16px; }
  .faq-grad {
    background-position: 0px 16px; } }

@media screen and (max-width: 1099px) {
  .gp-faq-inner {
    max-width: 870px; }
  .faq-heading {
    padding-top: 38px;
    font-size: 42px; }
  .faq-sub-heading {
    font-size: 20px; }
  .faq-item {
    padding-bottom: 6px; }
  .faq-question {
    font-size: 18px; }
  .faq-answer {
    font-size: 14px; }
  .see-all-faq-btn {
    height: 45px; } }

@media screen and (max-width: 1023px) {
  .gp-faq-inner {
    max-width: 660px; }
  .faq-heading {
    padding-top: 27px;
    font-size: 32px; }
  .faq-sub-heading {
    font-size: 14px; }
  .faq-grad {
    background-position: 0px 14px;
    background-size: 100% 7px; }
  .faq-list {
    margin-top: 6px; }
  .faq-item {
    padding-bottom: 2px; }
  .faq-question {
    font-size: 15px; }
  .faq-answer {
    font-size: 12px; }
  .see-all-faq-btn {
    height: 38px;
    font-size: 12px; }
  .arrow-faq {
    padding-left: 4px;
    height: 10px; } }

@media screen and (max-width: 767px) {
  .gp-faq-inner {
    max-width: 670px; }
  .faq-heading {
    padding-top: 52px;
    font-size: 40px;
    max-width: 350px;
    margin: 0 auto;
    line-height: 46px; }
  .faq-sub-heading {
    margin-top: 16px;
    font-size: 22px;
    line-height: 32px; }
  .faq-grad {
    background-position: 0px 18px;
    background-size: 100% 6px; }
  .faq-list {
    margin: 14px auto 44px auto; }
  .faq-item {
    padding-bottom: 20px;
    margin-bottom: 10px; }
  .faq-question {
    font-size: 25px;
    padding: 20px 110px 14px 0;
    line-height: 34px; }
  .arrow {
    right: 8px;
    top: 26px;
    padding: 6px; }
  .faq-answer {
    font-size: 23px;
    line-height: 34px; }
  .see-all-faq-btn {
    height: 62px;
    width: 356px;
    font-family: Heebo-SemiBold;
    font-size: 23px;
    line-height: 24px; }
  .see-all-faq-expanded {
    padding: 0 !important;
    margin-bottom: 0; }
  .arrow-faq {
    height: 15px;
    top: auto; } }

@media screen and (max-width: 719px) {
  .gp-faq-inner {
    max-width: 500px; }
  .faq-heading {
    padding-top: 50px;
    font-size: 38px;
    max-width: 320px;
    line-height: 44px; } }

@media screen and (max-width: 539px) {
  .gp-faq-inner {
    max-width: 390px; }
  .faq-heading {
    padding-top: 46px;
    font-size: 36px;
    max-width: 300px;
    line-height: 42px; }
  .faq-sub-heading {
    margin-top: 12px;
    font-size: 22px;
    line-height: 32px; }
  .faq-list {
    margin: 10px auto 42px auto; }
  .faq-item {
    padding-bottom: 18px;
    margin-bottom: 8px; }
  .faq-question {
    font-size: 24px;
    padding: 20px 100px 12px 0;
    line-height: 32px; }
  .arrow {
    right: 6px;
    top: 34px;
    padding: 5px; }
  .faq-answer {
    font-size: 22px;
    line-height: 32px; }
  .see-all-faq-btn {
    width: 356px; } }

@media screen and (max-width: 427px) {
  .gp-faq-inner {
    max-width: 370px; }
  .faq-heading {
    padding-top: 44px;
    font-size: 35px;
    max-width: 260px;
    line-height: 41px; }
  .faq-sub-heading {
    margin-top: 11px;
    font-size: 21px;
    line-height: 32px; }
  .faq-question {
    font-size: 23px;
    padding: 20px 95px 12px 0; }
  .faq-answer {
    font-size: 21px;
    line-height: 31px; } }

@media screen and (max-width: 409px) {
  .gp-faq-inner {
    max-width: 362px; } }

@media screen and (max-width: 399px) {
  .gp-faq-inner {
    max-width: 350px; }
  .faq-heading {
    padding-top: 40px;
    font-size: 34px;
    max-width: 260px;
    line-height: 40px; }
  .faq-sub-heading {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px; }
  .faq-grad {
    background-position: 0px 18px;
    background-size: 100% 6px; }
  .faq-list {
    margin: 10px auto 42px auto; }
  .faq-item {
    padding-bottom: 17px;
    margin-bottom: 7px; }
  .faq-question {
    font-size: 22px;
    padding: 18px 95px 10px 0;
    line-height: 32px; }
  .arrow {
    right: 5px;
    top: 28px;
    padding: 5px; }
  .faq-answer {
    font-size: 20px;
    line-height: 30px; }
  .see-all-faq-btn {
    height: 60px;
    width: 350px;
    font-size: 22px; } }

@media screen and (max-width: 389px) {
  .gp-faq-inner {
    max-width: 338px; }
  .faq-heading {
    font-size: 34px; }
  .faq-sub-heading {
    font-size: 21px; }
  .faq-list {
    margin: 7px auto 40px auto; }
  .arrow {
    top: 30px; }
  .faq-question {
    font-size: 23px;
    padding: 16px 95px 10px 0; }
  .faq-answer {
    font-size: 21px; }
  .see-all-faq-btn {
    height: 58px;
    width: 336px; }
  .arrow-faq {
    top: 2px;
    height: 13px;
    padding-left: 6px; } }

@media screen and (max-width: 374px) {
  .gp-faq-inner {
    max-width: 328px; }
  .faq-heading {
    font-size: 33px;
    line-height: 38px; }
  .faq-sub-heading {
    line-height: 28px;
    font-size: 20px; }
  .faq-list {
    margin: 10px auto 38px auto; }
  .faq-answer {
    font-size: 20px; }
  .faq-question {
    font-size: 22px; }
  .see-all-faq-btn {
    height: 54px;
    width: 326px; }
  .arrow-faq {
    top: 1px;
    padding-left: 5px; }
  .see-all-faq-btn {
    font-size: 20px; } }

@media screen and (max-width: 364px) {
  .gp-faq-inner {
    max-width: 288px; }
  .faq-heading {
    font-size: 30px;
    padding-top: 34px; }
  .faq-sub-heading {
    font-size: 18px;
    line-height: 25px; }
  .faq-list {
    margin: 5px auto 26px auto; }
  .faq-question {
    font-size: 19px;
    padding: 16px 86px 8px 0; }
  .faq-answer {
    font-size: 18px;
    width: 92%;
    line-height: 1.3; }
  .arrow {
    top: 28px;
    padding: 4px; }
  .see-all-faq-btn {
    font-size: 18px;
    height: 48px;
    width: 286px; }
  .arrow-faq {
    top: auto;
    padding-left: 4px;
    height: 12px; } }
.lawn-mowing-services-container {
  padding: 66px 134px 62px 134px;
  object-fit: contain;
  background-image: linear-gradient(to bottom, #9ac540 -14%, #42a042 93%);
  text-align: center;
}
.lawn-mowing-services-inner {
  max-width: 1026px;
  margin: 0 auto;
}
.lms-inner-mob {
  display: none;
}
.lms-heading {
  font-family: Heebo-Bold;
  font-size: 52px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
}
.lms-img-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 94px;
  margin-top: 24px;
}
.lms-text-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-family: Heebo-Medium;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  gap: 156px;
}
.lms-img-text1 {
  max-width: 140px;
  font-family: Heebo-Medium;
}
.lms-img-text2 {
  max-width: 355px;
  font-family: Heebo-Medium;
}
.lms-img-text3 {
  max-width: 195px;
  font-family: Heebo-Medium;
}
.lms-free-price-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.lms-free-price-btn a {
  display: flex;
  width: 286px;
  height: 64px;
  object-fit: contain;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-decoration: none;
}
.lms-free-price-btn .arrow-price {
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 1px;
}
.lms-free-price-btn a:hover {
  background: #f67106;
}
.lms-free-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
@media screen and (max-width: 1365px) {
  .lawn-mowing-services-container {
    padding-top: 58px;
  }
  .lawn-mowing-services-inner {
    max-width: 964px;
  }
  .lms-heading {
    font-size: 50px;
  }
  .lms-img-section {
    gap: 87px;
    margin-top: 18px;
  }
  .lawn-mowing-services-img, .lawn-mowing-services-arrow {
    max-width: 160px;
    max-height: 160px;
  }
  .lms-text-section {
    margin-top: 24px;
    font-size: 30px;
    gap: 132px;
  }
  .lms-free-price-btn a {
    width: 270px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .lawn-mowing-services-container {
    padding-top: 52px;
  }
  .lawn-mowing-services-inner {
    max-width: 830px;
  }
  .lms-heading {
    font-size: 44px;
  }
  .lms-img-section {
    gap: 76px;
    margin-top: 18px;
  }
  .lawn-mowing-services-img, .lawn-mowing-services-arrow {
    max-width: 130px;
    max-height: 130px;
  }
  .lms-text-section {
    font-size: 28px;
    gap: 72px;
  }
  .lms-free-price-btn a {
    width: 230px;
    height: 52px;
    font-size: 18px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 1099px) {
  .lawn-mowing-services-container {
    padding: 46px 120px;
  }
  .lawn-mowing-services-inner {
    max-width: 768px;
  }
  .lms-heading {
    font-size: 41px;
  }
  .lms-img-section {
    gap: 70px;
  }
  .lawn-mowing-services-arrow {
    max-width: 50px;
    max-height: 50px;
  }
  .lms-text-section {
    font-size: 26px;
    gap: 110px;
    margin-top: 17px;
  }
  .lms-free-price-btn a {
    width: 216px;
    height: 48px;
    font-size: 16px;
    margin-top: 10px;
  }
  .lms-free-price-btn .arrow-price {
    height: 11px;
    top: auto;
  }   
}
@media screen and (max-width: 1023px) {
  .lawn-mowing-services-container {
    padding: 36px 100px;
  }
  .lawn-mowing-services-inner {
    max-width: 768px;
  }
  .lms-img-section {
    gap: 50px;
  }
  .lms-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .lms-text-section {
    font-size: 18px;
    gap: 72px;
    margin-top: 12px;
    line-height: 22px;
  }
  .lawn-mowing-services-img {
    max-width: 100px;
    max-height: 100px;
  }
  .lawn-mowing-services-arrow {
    max-width: 40px;
    max-height: 40px;
  }
  .lms-free-price-btn a {
    width: 162px;
    height: 35px;
    font-size: 12px;
    margin-top: 2px;
  }
  .lms-free-price-btn .arrow-price {
    height: 8px;
    top: auto;
    padding-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .lawn-mowing-services-inner {
    max-width: 670px;
  }
  .lawn-mowing-services-container {
    padding: 42px 14px 65px 14px;
  }
  .lms-img-section, .lms-text-section, .lms-free-price-btn {
    display: none;
  }
  .lms-inner-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 44px;
    color: #fff;
    font-size: 30px;
    gap: 50px;
  }
  .lms-heading {
    font-size: 34px;
    line-height: 42px;
  }
  .lms-img-text-mob {
    font-family: Heebo-Medium;
    font-size: 32px;
    line-height: normal;
    max-width: 350px;
  }
  .lms-inner-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .lawn-mowing-services-img {
    max-width: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 719px) {
  .lawn-mowing-services-img {
    max-width: 145px;
    max-height: 145px;
  }
}
@media screen and (max-width: 539px) {
  .lawn-mowing-services-inner {
    max-width: 390px;
  }
  .lms-inner-mob {
    margin-top: 32px;
    font-size: 30px;
    gap: 36px;
  }
  .lms-heading {
    font-size: 34px;
    line-height: 42px;
  }
  .lms-img-text-mob {
    font-size: 28px;
    max-width: 340px;
  }
  .lawn-mowing-services-img {
    max-width: 140px;
    max-height: 140px;
  }
}
@media screen and (max-width: 427px) {
  .lawn-mowing-services-inner {
    max-width: 370px;
  }
  .lawn-mowing-services-img {
    max-width: 136px;
    max-height: 136px;
  }
}
@media screen and (max-width: 399px) {
  .lawn-mowing-services-container {
    padding: 40px 14px 60px 14px;
  }
  .lawn-mowing-services-inner {
    max-width: 362px;
  }
  .lms-img-section, .lms-text-section, .lms-free-price-btn {
    display: none;
  }
  .lms-inner-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 28px;
    color: #fff;
    font-size: 30px;
    gap: 32px;
  }
  .lms-heading {
    font-size: 33px;
    line-height: 40px;
  }
  .lms-img-text-mob {
    font-family: Heebo-Medium;
    font-size: 26px;
    line-height: normal;
    max-width: 340px;
  }
  .lms-inner-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .lawn-mowing-services-img {
    max-width: 132px;
    max-height: 132px;
  }
}
@media screen and (max-width: 389px) {
  .lms-heading {
    font-size: 32px;
  }
  .lms-inner-mob {
    font-size: 29px;
    gap: 30px;
  }
  .lms-inner-data {
    gap: 8px;
  }
  .lawn-mowing-services-img {
    max-width: 127px;
    max-height: 127px;
  }
}
@media screen and (max-width: 374px) {
  .lawn-mowing-services-container {
    padding: 40px 13px 58px 13px;
  }
  .lms-heading {
    font-size: 30px;
  }
  .lms-inner-mob {
    margin-top: 26px;
    font-size: 28px;
  }
  .lawn-mowing-services-img {
    max-width: 124px;
    max-height: 124px;
  }
}
@media screen and (max-width: 364px) {
  .lawn-mowing-services-container {
    padding: 34px 12px 54px 12px;
  }
  .lms-heading {
    font-size: 27px;
    line-height: 1.12;
  }
  .lms-inner-mob {
    font-size: 25px;
  }
  .lms-inner-data {
    gap: 6px;
  }
  .lawn-mowing-services-img {
    max-width: 108px;
    max-height: 108px;
  }
}
.lms-locations-v1 {
  @media screen and (min-width: 1366px) {
    padding: 66px 170px 72px 170px;
    height: 556px;
  }
  @media screen and (max-width: 767px) {
    padding: 51px 20px 50.2px 20px;
    height: auto;
    .lawn-mowing-services-inner{
      padding-inline: 20px;
      .lms-heading {
        font-size: 38px;
        margin-bottom: 20px;
      }
    }
    .lms-inner-mob {
      gap: 40px;
    }
  }
  .lms-heading {
    margin: 0 0 40px;
    font-family: proxima_nova_rgbold;
    font-size: 48px;
    line-height: 1.125;
  }
}
.meet-the-team-container {
  background-color: #fff;
  text-align: center;
  padding: 60px 100px;
}
.meet-the-team-inner {
  max-width: 1166px;
  margin: 0 auto;
  object-fit: contain;
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 75%);
}
.gp-listen-img {
  width: 247px;
  height: 214px;
  opacity: 45%;
  position: absolute;
  color: #ff6f00;
  left: 25.5%;
  padding-top: 24px;
}
.mtt-inner-heading {
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  padding-top: 60px;
  line-height: 60px;
}
.mtt-inner-sub-heading {
  max-width: 650px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  padding-top: 6px;
}
.mtt-contact-text {
  font-family: Heebo-Bold;
  font-size: 26px;
}
.mtt-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 60px;
  margin-top: 41px;
  padding-bottom: 75px;
}
.mtt-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.greenpal-team-img {
  height: 102px;
  width: 102px;
}
.mtt-img a img{
  transition: transform 0.3s ease-in-out;
}
.mtt-img:hover a img{
  transform: scale(1.1);
}
.mtt-img span img{
  transition: transform 0.3s ease-in-out;
}
.mtt-img:hover span img{
  transform: scale(1.1);
}
.mtt-img a {
  text-decoration: none;
}
.person-name {
  font-family: Heebo-SemiBold;
  margin-top: 4px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.person-design {
  font-size: 16px;
  color: #fff;
}
.greenpal-robot-img {
  right: 30px;
  top: -380px;
  width: 193px;
  height: 385px;
  position: relative;
  float: right;
}
@media screen and (max-width: 1440px) {
  .gp-listen-img {
    left: 16%;
  }
}
@media screen and (max-width: 1365px) {
  .meet-the-team-container {
    padding: 60px 94px;
  }
}
@media screen and (max-width: 1279px) {
  .meet-the-team-container {
    padding: 48px 80px;
  }
  .mtt-inner-heading {
    font-size: 46px;
    padding-top: 42px;
  }
  .mtt-inner-sub-heading {
    max-width: 552px;
    font-size: 22px;
    padding-top: 7px;
  }
  .mtt-contact-text {
    font-size: 22px;
  }
  .mtt-img-container {
    grid-gap: 41px;
    margin-top: 44px;
    padding-bottom: 55px;
  }
  .greenpal-team-img {
    height: 85px;
    width: 85px;
  }
  .person-name {
    font-size: 17px;
  }
  .person-design {
    font-size: 14px;
  }
  .greenpal-robot-img {
    right: 8px;
    top: -304px;
    width: 193px;
    height: 308px;
  }
}
@media screen and (max-width: 1099px) {
  .meet-the-team-container {
    padding: 44px 75px;
  }
  .mtt-inner-heading {
    font-size: 42px;
  }
  .mtt-img-container {
    grid-gap: 36px;
    margin-top: 35px;
    padding-bottom: 48px;
  }
  .greenpal-team-img {
    height: 80px;
    width: 80px;
  }
  .person-name {
    font-size: 16px;
  }
  .greenpal-robot-img {
    right: 22px;
    top: -288px;
    width: 145px;
    height: 292px;
  }
}
@media screen and (max-width: 1023px) {
  .meet-the-team-container {
    padding: 33px 56px;
  }
  .mtt-inner-heading {
    font-size: 32px;
    padding-top: 38px;
    line-height: 30px;
  }
  .mtt-inner-sub-heading {
    max-width: 412px;
    font-size: 16px;
    padding-top: 6px;
  }
  .mtt-contact-text {
    font-size: 16px;
  }
  .mtt-img-container {
    grid-gap: 36px;
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .greenpal-team-img {
    height: 60px;
    width: 60px;
  }
  .person-name {
    font-size: 11px;
    margin-top: 8px;
  }
  .person-design {
    margin-top: 5px;
    font-size: 10px;
  }
  .greenpal-robot-img {
    right: 18px;
    top: -226px;
    width: 110px;
    height: 236px;
  }
}
@media screen and (max-width: 767px) {
  .greenpal-robot-img {
    display: none;
  }
  .meet-the-team-container {
    padding: 46px 22px;
  }
  .mtt-inner-heading {
    font-size: 40px;
    line-height: 42px;
    padding-top: 40px;
    max-width: 670px;
    margin: 0 auto;
  }
  .gp-listen-img {
    left: 8%;
    width: 123px;
    height: 107px;
    opacity: 70%;
    padding-top: 10px;
  }
  .mtt-inner-sub-heading {
    max-width: 470px;
    font-size: 24px;
    padding-top: 16px;
    line-height: 32px;
  }
  .mtt-contact-text {
    font-size: 24px;
  }
  .mtt-img-container {
    grid-gap: 0;
    padding-bottom: 44px;
    max-width: 450px;
    margin: 36px auto auto auto;
  }
  .greenpal-team-img {
    height: 96px;
    width: 96px;
  }
  .person-name {
    font-size: 24px;
    line-height: 28px;
  }
  .person-design {
    margin-top: 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 539px) {
  .meet-the-team-container {
    padding: 44px 20px;
  }
  .mtt-inner-heading {
    font-size: 36px;
    line-height: 40px;
    padding-top: 30px;
    max-width: 300px;
  }
  .mtt-inner-sub-heading {
    max-width: 334px;
    font-size: 22px;
    padding-top: 10px;
    line-height: 30px;
  }
  .mtt-contact-text {
    font-size: 22px;
  }
  .mtt-img-container {
    margin-top: 30px;
    padding-bottom: 42px;
    max-width: 350px;
    margin: 30px auto auto auto;
  }
  .greenpal-team-img {
    height: 86px;
    width: 86px;
  }
  .person-name {
    font-size: 20px;
    line-height: 22px;
  }
  .person-design {
    margin-top: 7px;
    font-size: 16px;
  }
}
@media screen and (max-width: 409px) {
  .meet-the-team-container {
    padding: 42px 20px;
  }
  .mtt-inner-heading {
    font-size: 35px;
  }
  .mtt-inner-sub-heading {
    max-width: 328px;
    font-size: 21px;
    padding-top: 9px;
  }
  .mtt-contact-text {
    font-size: 21px;
  }
  .mtt-img-container {
    max-width: 340px;
  }
  .greenpal-team-img {
    height: 84px;
    width: 84px;
  }
  .person-name {
    font-size: 19px;
  }
  .person-design {
    font-size: 15px;
  }
}
@media screen and (max-width: 399px) {
  .meet-the-team-container {
    padding: 40px 20px;
  }
  .mtt-inner-heading {
    font-size: 34px;
    max-width: 266px;
  }
  .gp-listen-img {
    left: 8%;
    width: 123px;
    height: 107px;
    opacity: 70%;
    padding-top: 10px;
  }
  .mtt-inner-sub-heading {
    max-width: 300px;
    font-size: 20px;
    padding-top: 8px;
    line-height: 30px;
  }
  .mtt-contact-text {
    font-size: 20px;
  }
  .mtt-img-container {
    grid-gap: 0;
    margin-top: 30px;
    padding-bottom: 40px;
    max-width: 330px;
    margin: 25px auto auto auto;
  }
  .greenpal-team-img {
    height: 82px;
    width: 82px;
  }
  .person-name {
    font-size: 18px;
    line-height: 22px;
  }
  .person-design {
    margin-top: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 389px) {
  .meet-the-team-container {
    padding: 38px 20px;
  }
  .mtt-inner-heading {
    font-size: 32px;
    padding-top: 32px;
  }
  .mtt-inner-sub-heading {
    max-width: 286px;
    font-size: 19px;
    line-height: 29px;
  }
  .mtt-contact-text {
    font-size: 19px;
  }
  .mtt-img-container {
    max-width: 312px;
    margin: 26px auto auto auto;
  }
  .greenpal-team-img {
    height: 78px;
    width: 78px;
  }
  .person-name {
    font-size: 17px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 374px) {
  .meet-the-team-container {
    padding: 38px 18px;
  }
  .mtt-inner-heading {
    font-size: 30px;
    padding-top: 30px;
  }
  .mtt-inner-sub-heading {
    max-width: 276px;
    font-size: 18px;
    line-height: 28px;
  }
  .mtt-contact-text {
    font-size: 18px;
  }
  .mtt-img-container {
    max-width: 305px;
  }
  .greenpal-team-img {
    height: 75px;
    width: 75px;
  }
  .person-design {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 364px) {
  .meet-the-team-container {
    padding: 32px 16px;
  }
  .mtt-inner-heading {
    font-size: 28px;
    padding-top: 26px;
  }
  .mtt-inner-sub-heading {
    max-width: 250px;
    font-size: 16px;
    line-height: 25px;
  }
  .mtt-contact-text {
    font-size: 16px;
  }
  .mtt-img-container {
    max-width: 270px;
    margin: 20px auto auto auto;
    padding-bottom: 34px;
  }
  .greenpal-team-img {
    height: 68px;
    width: 68px;
  }
  .person-name {
    font-size: 15px;
    margin-top: 5px;
  }
  .person-design {
    margin-top: 6px;
    font-size: 12px;
  }
}
.owl-stage-outer {
  overflow-x: scroll !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  display: flex;
  scrollbar-width: thin;
  scrollbar-color: #a9a9a9 transparent;
}
.best-lawn-care-container {
  background-color: #effeee;
  text-align: center;
}
.best-lawn-care-inner {
  max-width: 1166px;
  margin: 0 auto;
  padding-top: 50px
}
.best-lawn-care-heading {
  margin: 0 auto;
  max-width: 985px;
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: 60px;
  color: #404040;
}
.best-lawn-care-sub-heading {
  margin: 0 auto;
  width: 680px;
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.green-down-arrow {
  position: relative;
  top: 25px;
}
#blc-carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.blc-outer {
  gap: 25px;
  padding-bottom: 15px;
}
#blc-carousel .blc-outer .blc-carousel-item {
  display: flex;
  flex-direction: column;
  width: 340px;
}
#blc-carousel .blc-outer .owl-item {
  width: 367px !important;
  margin-right: 0px !important;
}
#blc-carousel .owl-stage-outer {
  width: 100%;
  top: -80px;
}
#blc-carousel .owl-stage-outer .owl-stage {
  align-items: baseline;
}
#blc-carousel .owl-dots {
  margin: 30px auto 0 auto;
  position: relative;
  top: -80px;
  width: 80%;
}
#blc-carousel .owl-nav {
  position: absolute;
  top: 335px;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#blc-carousel .owl-nav .owl-prev {
  pointer-events: all;
  cursor: pointer;
  left: -30px;
  position: relative;
}
#blc-carousel .owl-nav .owl-next {
  pointer-events: all;
  cursor: pointer;
  right: -30px;
  position: relative;
}
.blc-carousel-img {
  height: 208px;
  object-fit: fill;
}
.blc-carousel-price-bg {
  background-image: url('https://s3.amazonaws.com/greenpal-production/images/location_v2/price_bg_orng.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 66px;
  height: 74px;
  right: 42px;
  top: -2px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Heebo-SemiBold;
  font-size: 12px;
  color: #ffffff;
  padding-top: 14px;
}
.blc-carousel-price-bg span {
  font-family: Heebo-Bold;
  font-size: 22px;
  line-height: 20px;
}
.blc-carousel-logo {
  position: relative;
  top: -36px;
  width: 62px !important;
  height: 62px;
  left: 10px;
  border-radius: 32px;
  border: 2px solid #e8f9e7;
}
.blc-carousel-inner-text {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -25px;
  min-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 400px;
}
.blc-desc-preview {
  display: block;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.fade-blc-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), #effeee);
  pointer-events: none;
}
.blc-desc-full {
  transition: max-height 0.5s ease-in-out;
  display: none;
}
.blc-toggle:checked ~ .blc-carousel-inner-text .blc-desc-preview {
  display: none;
}
.blc-toggle:checked ~ .blc-carousel-inner-text .blc-desc-full {
  display: block !important;
}
.blc-toggle:checked ~ .blc-carousel-inner-text {
  max-height: fit-content;
}
.see-more-btn::after {
  content: "See More";
}
.blc-toggle:checked ~ .see-more-container .see-more-btn::after {
  content: "See Less";
}
.see-more-container {
  position: relative;
  top: -20px;
}
.see-more-btn {
  color: #ff8800;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
}
.see-more-btn:hover {
  font-weight: bold;
}
.blc-link {
  text-decoration: none;
}
.blc-link:hover .item-heading {
  color: darkblue;
  text-decoration: underline;
}
.item-heading {
  text-align: start;
  font-family: Heebo-Bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #404040;
}
.item-sub-heading {
  text-align: start;
  margin: 7px 0px;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
}
.blc-outer .blc-carousel-item-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blc-star {
  width: 15px !important;
}
.blc-review-text {
  font-size: 14px;
  color: #717171;
  line-height: 20px;
  margin-left: 5px;
}
.services-offered {
  text-align: start;
  font-family: Heebo-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #404040;
  margin-top: 12px;
}
.services-offered-list {
  line-height: 32px;
  text-align: start;
  padding-bottom: 6px;
}
.services-offered-item {
  font-size: 14px;
  border-radius: 16px;
  padding: 2px 8px 2px 10px;
  text-align: start;
  background-color: #9ac54045;
  white-space: nowrap;
}
.services-offered-bio {
  text-align: start;
  margin: 10px 0 8px;
  font-family: Heebo-Medium;
  font-size: 18px;
  font-weight: 500;
  color: #404040;
  line-height: normal;
}
.services-offered-description {
  text-align: start;
  margin: 3px 0 2px;
  font-size: 16px;
  line-height: normal;
}
.services-offered-description h3,
.services-offered-description h4 {
  font-size: 18px;
  padding-bottom: 6px;
}
.services-offered-description p {
  padding-bottom: 6px;
}
.services-offered-description ol{
  display: block;
  list-style-type: decimal;
  font-size: inherit;
  margin-block-start: 0.5em;
  margin-block-end: 0.7em;
  margin-inline-start: 10px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  unicode-bidi: isolate;
}
.services-offered-description ul {
  display: block;
  list-style-type: disc;
  font-size: inherit;
  margin-block-start: 0.5em;
  margin-block-end: 1em;
  margin-inline-start: 16px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  unicode-bidi: isolate;
}
.services-offered-description li {
  padding-bottom: 6px;
}
.services-offered-price-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-offered-price-btn a {
  display: flex;
  width: 200px;
  height: 45px;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  text-decoration: none;
}
.services-offered-price-btn .arrow-price {
  top: auto;
  height: 11px;
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
}
.services-offered-price-btn a:hover {
  background: #f67106;
}
.services-offered-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
@media screen and (max-width: 1365px) {
  .best-lawn-care-inner {
    max-width: 1094px;
    padding-top: 48px;
  }
  .best-lawn-care-heading {
    max-width: 835px;
    font-size: 46px;
  }
  .best-lawn-care-sub-heading {
    width: 625px;
    font-size: 23px;
  }
  #blc-carousel .owl-stage-outer {
    width: 100%;
    top: -80px;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 320px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 344.5px !important;
  }
  .blc-carousel-img {
    height: 195px;
  }
  .blc-carousel-logo {
    top: -35px;
    width: 58px !important;
    height: 58px;
    left: 9px;
  }
  .item-heading {
    font-size: 18px;
    line-height: 1.3;
  }
  .item-sub-heading {
    font-size: 16px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 4px;
  }
  .blc-star {
    width: 13px !important;
  }
  .blc-review-text {
    font-size: 13px;
    margin-left: 4px;
  }
  .services-offered {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1;
  }
  .services-offered-list {
    line-height: 1.75;
  }
  .services-offered-item {
    font-size: 14px;
    padding: 4px 8px;
  }
  .services-offered-bio {
    margin: 14px 0 4px;
    font-size: 18px;
  }
  .services-offered-description {
    margin: 3px 0 2px;
    font-size: 17px;
  }
  .services-offered-price-btn a {
    width: 194px;
    height: 42px;
    font-size: 15px;
  }
  #blc-carousel .owl-dots {
    top: -100px;
  }
  .blc-nav-btn {
    height: 48px;
  }
}
@media screen and (max-width: 1279px) {
  .best-lawn-care-inner {
    max-width: 940px;
  }
  .best-lawn-care-heading {
    max-width: 754px;
    font-size: 40px;
    line-height: 46px;
  }
  .best-lawn-care-sub-heading {
    width: 625px;
    font-size: 21px;
  }
  .green-down-arrow {
    top: 18px;
    height: 25px;
  }
  #blc-carousel .owl-stage-outer {
    top: -60px;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 273px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 296.5px !important;
  }
  .blc-carousel-img {
    height: 170px;
  }
  .blc-carousel-logo {
    top: -30px;
    width: 50px !important;
    height: 50px;
    left: 8px;
  }
  .blc-carousel-inner-text {
    top: -18px;
  }
  .item-heading {
    font-size: 16px;
  }
  .item-sub-heading {
    font-size: 15px;
  }
  .blc-star {
    width: 12px !important;
  }
  .blc-review-text {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 3px;
  }
  .services-offered {
    font-size: 14px;
    margin-top: 10px;
  }
  .services-offered-list {
    line-height: 1.5;
  }
  .services-offered-item {
    font-size: 12px;
    padding: 3px 7px;
  }
  .services-offered-bio {
    margin: 6px 0 4px;
    font-size: 15px;
  }
  .services-offered-description {
    font-size: 15px;
  }
  .services-offered-price-btn .arrow-price {
    top: 1px;
    height: 9px;
    padding-left: 4px;
  }
  .services-offered-price-btn a {
    width: 166px;
    height: 37px;
    font-size: 13px;
  }
  #blc-carousel .owl-dots {
    top: -50px;
    margin: 20px auto 0 auto;
  }
  .blc-nav-btn {
    height: 40px;
  }
  #blc-carousel .owl-nav {
    top: 300px;
  }
  #blc-carousel .owl-nav .owl-prev {
    left: -26px;
  }
  #blc-carousel .owl-nav .owl-next {
    right: -26px;
  }
  .services-offered-description h3, .services-offered-description h4 {
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1099px) {
  .best-lawn-care-inner {
    max-width: 876px;
    padding-top: 44px;
  }
  .best-lawn-care-heading {
    max-width: 660px;
    font-size: 39px;
  }
  .best-lawn-care-sub-heading {
    width: 500px;
    font-size: 19px;
  }
  .green-down-arrow {
    top: 16px;
    height: 23px;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 255px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 276.5px !important;
  }
  .blc-carousel-img {
    height: 155px;
  }
  .blc-carousel-logo {
    top: -28px;
    width: 45px !important;
    height: 45px;
    left: 8px;
  }
  .blc-carousel-inner-text {
    top: -20px;
  }
  .item-heading {
    font-size: 15px;
  }
  .item-sub-heading {
    font-size: 14px;
    margin: 4px 0px;
  }
  .blc-star {
    width: 11px !important;
  }
  .blc-review-text {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 2px;
  }
  .services-offered {
    font-size: 13px;
    margin-top: 8px;
  }
  .services-offered-item {
    font-size: 11px;
    padding: 2px 7px;
  }
  .services-offered-bio {
    margin: 5px 0 3px;
    font-size: 14px;
  }
  .services-offered-description {
    margin: 1px 0 1px;
    font-size: 13px;
  }
  .services-offered-price-btn a {
    width: 154px;
    height: 35px;
    font-size: 12px;
  }
  #blc-carousel .owl-dots {
    top: -50px;
  }
  .blc-nav-btn {
    height: 37px;
  }
  .services-offered-description h3, .services-offered-description h4 {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) {
  .best-lawn-care-inner {
    max-width: 656px;
    padding-top: 32px;
  }
  .best-lawn-care-heading {
    max-width: 542px;
    font-size: 28px;
    line-height: 32px;
  }
  .best-lawn-care-sub-heading {
    width: 400px;
    font-size: 14px;
  }
  .green-down-arrow {
    top: 15px;
    height: 19px;
  }
  #blc-carousel .owl-stage-outer {
    top: -65px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 208px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 192px;
  }
  .blc-carousel-img {
    height: 118px;
  }
  .blc-carousel-logo {
    top: -20px;
    width: 35px !important;
    height: 35px;
    left: 6px;
  }
  .blc-carousel-inner-text {
    min-height: 236px;
    top: -13px;
    max-height: 236px;
  }
  .item-heading {
    font-size: 11px;
  }
  .item-sub-heading {
    font-size: 10px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 2px;
  }
  .blc-review-text {
    font-size: 9px;
    margin-left: 2px;
    margin-top: 0px;
  }
  .blc-star {
    width: 8px !important;
  }
  .services-offered {
    font-size: 11px;
    margin-top: 7px;
  }
  .services-offered-list {
    line-height: 1;
  }
  .services-offered-item {
    font-size: 9px;
    padding: 1px 5px;
  }
  .services-offered-bio {
    margin: 5px 0 2px;
    font-size: 11px;
  }
  .services-offered-description {
    margin: 2px 0 1px;
    font-size: 10px;
  }
  .services-offered-price-btn a {
    width: 120px;
    height: 26px;
    font-size: 10px;
  }
  .services-offered-price-btn .arrow-price {
    top: 0px;
    height: 7px;
    padding-left: 3px;
  }
  #blc-carousel .owl-dots {
    top: -50px;
  }
  .blc-nav-btn {
    height: 28px;
  }
  #blc-carousel .owl-nav {
    top: 185px;
  }
  #blc-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  #blc-carousel .owl-nav .owl-next {
    right: -20px;
  }
  .see-more-btn {
    font-size: 12px;
  }
  .services-offered-description h3, .services-offered-description h4 {
    font-size: 11px;
    line-height: 1.3;
  }
  .services-offered-description ol,
  .services-offered-description ul {
    margin-inline-start: 4px;
  }
}
@media screen and (max-width: 767px) {
  #blc-carousel .owl-nav .owl-prev, #blc-carousel .owl-nav .owl-next {
    display: none;
  }
  .best-lawn-care-inner {
    max-width: 670px;
    padding-top: 60px;
  }
  .best-lawn-care-heading {
    max-width: 670px;
    font-size: 38px;
    line-height: 44px;
  }
  .best-lawn-care-sub-heading {
    width: 670px;
    font-size: 24px;
    margin-top: 16px;
    line-height: 34px;
  }
  #blc-carousel .owl-stage-outer {
    top: 30px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 340px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 325px;
  }
  #blc-carousel .owl-dots {
    top: 0;
  }
  .blc-carousel-img {
    height: 180px;
  }
  .blc-carousel-logo {
    top: -48px;
    width: 86px !important;
    height: 86px;
    left: 18px;
    border-radius: 42px;
  }
  .blc-carousel-inner-text {
    top: -38px;
    max-width: 310px;
    margin: 0 auto;
  }
  .item-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .item-sub-heading {
    font-size: 19px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 6px;
  }
  .blc-star {
    width: 15px !important;
  }
  .blc-review-text {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 1px;
  }
  .services-offered {
    font-family: Heebo-Medium;
    font-size: 19px;
    margin-top: 20px;
    line-height: 20px;
  }
  .services-offered-list {
    margin-top: 9px;
    line-height: 1.9;
  }
  .services-offered-item {
    font-size: 15px;
    padding: 3px 7px;
    line-height: normal;
  }
  .services-offered-bio {
    margin: 20px 0 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-offered-description {
    margin: 6px 0 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-offered-price-btn {
    position: relative;
    top: -29px;
  }
  .services-offered-price-btn a {
    width: 246px;
    height: 62px;
    font-family: Heebo-Bold;
    font-size: 23px;
    border-radius: 33px;
  }
  .services-offered-price-btn .arrow-price {
    top: 1px;
    height: 16px;
    padding-left: 5px;
  }
  #blc-carousel .owl-dots {
    top: 0;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  #blc-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .see-more-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 719px) {
  .best-lawn-care-inner {
    max-width: 500px;
    padding-top: 58px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 255px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 242px;
  }
  .best-lawn-care-heading {
    max-width: 500px;
    font-size: 37px;
    line-height: 42px;
  }
  .best-lawn-care-sub-heading {
    width: 500px;
    font-size: 23px;
    margin-top: 14px;
    line-height: 33px;
  }
  .blc-carousel-img {
    height: 170px;
  }
  .item-sub-heading {
    font-size: 16px;
  }
  .blc-review-text {
    font-size: 13px;
  }
  .blc-carousel-inner-text {
    top: -36px;
    max-width: 225px;
    margin: 0 auto;
  }
  .item-heading {
    font-size: 21px;
    line-height: 24px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 4px;
  }
  .blc-star {
    width: 14px !important;
  }
  .services-offered-list {
    margin-top: 10px;
    line-height: 2;
  }
  .services-offered-item {
    font-size: 14px;
    padding: 3px 6px;
  }
  .services-offered-price-btn a {
    width: 222px;
    height: 56px;
    font-size: 20px;
  }
}
@media screen and (max-width: 539px) {
  .best-lawn-care-inner {
    max-width: 408px;
    padding-top: 56px;
    margin-right: 0;
  }
  .best-lawn-care-heading {
    max-width: 366px;
    font-size: 36px;
    padding-right: 35px;
    line-height: 42px;
  }
  .best-lawn-care-sub-heading {
    width: 310px;
    font-size: 22px;
    padding-right: 32px;
    margin-top: 12px;
    line-height: 32px;
  }
  #blc-carousel .owl-stage-outer {
    top: 0;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 325.75px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 296px;
  }
  .blc-carousel-img {
    height: 156px;
  }
  .blc-carousel-logo {
    top: -52px;
    width: 82px !important;
    height: 82px;
    left: 16px;
    border-radius: 42px;
  }
  .blc-carousel-inner-text {
    top: -42px;
    max-width: 260px;
    margin: 0 auto;
    min-height: 450px;
  }
  .see-more-container {
    top: -44px;
  }
  .item-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .item-sub-heading {
    font-size: 19px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 6px;
  }
  .blc-star {
    width: 15px !important;
  }
  .blc-review-text {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 1px;
  }
  .services-offered {
    font-size: 19px;
    margin-top: 20px;
    line-height: 20px;
  }
  .services-offered-list {
    margin-top: 9px;
    line-height: 1.9;
  }
  .services-offered-item {
    font-size: 15px;
    padding: 3px 7px;
    line-height: normal;
  }
  .services-offered-bio {
    margin: 20px 0 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-offered-description {
    margin: 6px 0 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-offered-price-btn {
    top: -29px;
  }
  .services-offered-price-btn a {
    width: 246px;
    height: 62px;
    font-size: 23px;
    border-radius: 33px;
  }
  .services-offered-description h3, .services-offered-description h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 427px) {
  .best-lawn-care-inner {
    max-width: 392px;
    padding-top: 54px;
  }
  .best-lawn-care-heading {
    max-width: 330px;
    font-size: 36px;
    line-height: 41px;
  }
  .best-lawn-care-sub-heading {
    width: 300px;
    font-size: 21px;
    padding-right: 31px;
    margin-top: 12px;
    line-height: 31px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 313.75px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 288px;
  }
}
@media screen and (max-width: 409px) {
  .best-lawn-care-inner {
    max-width: 380px;
    padding-top: 52px;
  }
  .best-lawn-care-heading {
    max-width: 320px;
    font-size: 35px;
    line-height: 40px;
  }
  .best-lawn-care-sub-heading {
    width: 300px;
    font-size: 21px;
    padding-right: 30px;
    margin-top: 11px;
    line-height: 30px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 304.5px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 282px;
  }
  .blc-carousel-img {
    height: 152px;
  }
  .blc-carousel-logo {
    width: 80px !important;
    height: 80px;
  }
  .item-heading {
    font-size: 21px;
    line-height: 29px;
  }
  .services-offered-bio {
    font-size: 19px;
    line-height: 29px;
  }
  .services-offered-description {
    font-size: 19px;
    line-height: 29px;
  }
  .services-offered-price-btn a {
    width: 242px;
    height: 61px;
    font-size: 22px;
  }
}
@media screen and (max-width: 399px) {
  .best-lawn-care-inner {
    max-width: 368px;
    padding-top: 45px;
    margin-right: 0;
  }
  .best-lawn-care-heading {
    max-width: 325px;
    font-size: 34px;
    padding-right: 35px;
    line-height: 40px;
  }
  .best-lawn-care-sub-heading {
    width: 300px;
    font-size: 20px;
    padding-right: 30px;
    margin-top: 8px;
    line-height: 30px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 295px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 278px;
  }
  #blc-carousel .owl-dots {
    top: 0;
  }
  .blc-carousel-img {
    height: 148px;
  }
  .blc-carousel-logo {
    top: -50px;
    width: 78px !important;
    height: 78px;
    left: 15px;
    border-radius: 42px;
  }
  .blc-carousel-inner-text {
    top: -42px;
    max-width: 248px;
    margin: 0 auto;
  }
  .item-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .item-sub-heading {
    font-size: 18px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 6px;
  }
  .blc-star {
    width: 14px !important;
  }
  .blc-review-text {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 1px;
  }
  .services-offered {
    font-family: Heebo-Medium;
    font-size: 18px;
    margin-top: 20px;
    line-height: 20px;
  }
  .services-offered-list {
    margin-top: 9px;
    line-height: 1.9;
  }
  .services-offered-item {
    font-size: 15px;
    padding: 3px 7px;
    line-height: normal;
  }
  .services-offered-bio {
    margin: 18px 0 2px;
    font-size: 18px;
    line-height: 28px;
  }
  .services-offered-description {
    margin: 5px 0 1px;
    font-size: 18px;
    line-height: 28px;
  }
  .services-offered-price-btn {
    position: relative;
    top: -29px;
  }
  .services-offered-price-btn a {
    width: 238px;
    height: 60px;
  }
  .services-offered-price-btn .arrow-price {
    top: 1px;
    height: 16px;
    padding-left: 5px;
  }
  #blc-carousel .owl-dots {
    top: 0;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  #blc-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .blc-carousel-price-bg {
    right: 34px;
  }
  .see-more-container {
    top: -40px;
  }
}
@media screen and (max-width: 389px) {
  .best-lawn-care-inner {
    max-width: 358px;
    padding-top: 44px;
    margin-right: 0;
  }
  .best-lawn-care-heading {
    max-width: 316px;
    font-size: 33px;
    padding-right: 34px;
    line-height: 39px;
  }
  .best-lawn-care-sub-heading {
    width: 300px;
    font-size: 19px;
    padding-right: 26px;
    line-height: 29px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 280.75px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 264px;
  }
  .item-heading {
    font-size: 19px;
    line-height: 26px;
  }
  .item-sub-heading {
    font-size: 17px;
  }
  .blc-review-text {
    font-size: 15px;
  }
  .services-offered-item {
    font-size: 14px;
  }
  .services-offered-price-btn a {
    width: 234px;
    height: 58px;
    font-size: 21px;
  }
  #blc-carousel .owl-dots {
    padding-top: 4px;
  }
  .best-lawn-care-inner {
    max-width: 350px;
  }
  .blc-carousel-img {
    height: 140px;
  }
  .services-offered-description h3, .services-offered-description h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 374px) {
  .best-lawn-care-inner {
    max-width: 348px;
    padding-top: 42px;
  }
  .best-lawn-care-heading {
    max-width: 284px;
    font-size: 31px;
    line-height: 38px;
  }
  .best-lawn-care-sub-heading {
    line-height: 28px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 279.5px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 260px;
  }
  .blc-carousel-img {
    height: 134px;
  }
  .blc-carousel-logo {
    width: 76px !important;
    height: 76px;
    left: 13px;
  }
  .blc-carousel-inner-text {
    max-width: 242px;
  }
  .services-offered {
    font-size: 17px;
    margin-top: 18px;
    line-height: 16px;
  }
  .services-offered-bio {
    margin: 16px 0 2px;
    font-size: 17px;
    line-height: 26px;
  }
  .services-offered-description {
    margin: 4px 0 1px;
    font-size: 17px;
    line-height: 26px;
  }
  .services-offered-price-btn a {
    width: 230px;
    height: 56px;
    font-size: 20px;
  }
  .services-offered-price-btn .arrow-price {
    top: 1px;
    height: 14px;
    padding-left: 5px;
  }
  .blc-star {
    width: 13px !important;
  }
}
@media screen and (max-width: 364px) {
  .best-lawn-care-inner {
    max-width: 304px;
  }
  .best-lawn-care-heading {
    max-width: 242px;
    font-size: 27px;
    line-height: 32px;
  }
  .best-lawn-care-sub-heading {
    font-size: 17px;
    line-height: 26px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 244.75px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 226px;
  }
  .blc-carousel-img {
    height: 122px;
  }
  .blc-carousel-logo {
    width: 66px !important;
    height: 66px;
    left: 13px;
    top: -42px;
  }
  .blc-carousel-inner-text {
    min-height: 366px;
    max-width: 202px;
    max-height: 366px;
  }
  .item-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .item-sub-heading {
    font-size: 14px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 5px;
  }
  .blc-star {
    width: 12px !important;
  }
  .blc-review-text {
    font-size: 12px;
  }
  .services-offered {
    font-size: 14px;
    margin-top: 14px;
    line-height: 12px;
  }
  .services-offered-list {
    margin-top: 6px;
    line-height: 1.7;
  }
  .services-offered-item {
    font-size: 12px;
    padding: 2px 6px;
  }
  .services-offered-bio {
    margin: 12px 0 2px;
    font-size: 14px;
    line-height: 24px;
  }
  .services-offered-description {
    margin: 3px 0 1px;
    font-size: 14px;
    line-height: 24px;
  }
  .services-offered-price-btn a {
    width: 190px;
    height: 48px;
    font-size: 17px;
  }
  .services-offered-price-btn .arrow-price {
    height: 12px;
  }
  #blc-carousel .owl-dots {
    margin: 26px auto 0 auto;
    padding-bottom: 26px;
  }
  .see-more-btn {
    font-size: 15px;
  }
  .see-more-container {
    top: -45px;
  }
  .services-offered-description h3, .services-offered-description h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.need-lawn-care-container {
  background-image: url('https://s3.amazonaws.com/greenpal-production/images/location_v2/green_land.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
}
.nlc-review-text-mob {
  display: none;
}
.need-lawn-care-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.need-lawn-care-heading {
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
}
.need-lawn-care-sub-heading {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.nlc-carousel-container {
  padding-top: 45px;
}
#nlc-carousel {
  margin: auto;
  width: 100%;
  padding-bottom: 30px;
}
.nlc-outer {
  gap: 35px;
}
#nlc-carousel .owl-stage-outer .owl-stage {
  align-items: baseline;
}
.nlc-see-less, .nlc-see-more {
  color: #007bff;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: underline;
}
.nlc-see-less:hover, .nlc-see-more:hover {
  color: #0056b3;
  font-weight: bold;
}
#nlc-carousel .nlc-outer .nlc-carousel-item {
  min-height: 309px;
  text-align: start;
  width: 265px;
  padding: 26px 12px 22px 26px;
  border-radius: 4px;
  background-color: #eef6fb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nlc-review-preview {
  display: block;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  height: 180px;
}
.nlc-review {
  height: 180px;
}
.fade-nlc-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), #eef6fb);
  pointer-events: none;
}
.nlc-review-full {
  max-height: fit-content !important;
  transition: max-height 0.5s ease-in-out;
  display: none;
}
.nlc-review-full p {
  padding-bottom: 10px;
}
.nlc-toggle:checked ~ .nlc-carousel-item-inner .nlc-review-preview {
  display: none;
}
.nlc-toggle:checked ~ .nlc-carousel-item-inner .nlc-review-full {
  display: block;
}
.nlc-see-more-btn::after {
  content: "See More";
}
.nlc-toggle:checked ~ .nlc-see-more-container .nlc-see-more-btn::after {
  content: "See Less";
}
#nlc-carousel .owl-item {
  width: 337px !important;
  margin-right: 0px !important;
}
#nlc-carousel .owl-dots {
  width: 80%;
  margin: 25px auto 0px auto;
}
#nlc-carousel .owl-nav {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#nlc-carousel .owl-nav .owl-prev {
  pointer-events: all;
  cursor: pointer;
  left: -32px;
  position: relative;
}
#nlc-carousel .owl-nav .owl-next {
  pointer-events: all;
  cursor: pointer;
  right: -32px;
  position: relative;
}
.nlc-link {
  text-decoration: none;
}
.nlc-link:hover {
  color: #0000ee;
  text-decoration: underline;
}
.nlc-outer .nlc-carousel-item-head {
  font-family: Heebo-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #404040;
  padding-bottom: 6px;
  min-height: 65px;
}
.nlc-outer .nlc-carousel-item-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nlc-star {
  width: 15px !important;
}
.nlc-review-text {
  font-size: 14px;
  line-height: 20px;
  color: #717171;
  margin-left: 5px;
}
.nlc-outer .nlc-carousel-item-text {
  margin-top: 8px;
  font-size: 16px;
  color: #717171;
  line-height: normal;
}
.nlc-price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nlc-price-btn a {
  display: flex;
  width: 286px;
  height: 64px;
  object-fit: contain;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.nlc-price-btn .arrow-price {
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 1px;
}
.nlc-price-btn a:hover {
  background: #f67106;
}
.nlc-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
.nlc-see-more-container {
  text-align: center;
}
.nlc-see-more-btn {
  color: #ff8800;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1365px) {
  .need-lawn-care-inner {
    max-width: 1094px;
    padding-top: 44px;
  }
  .need-lawn-care-heading {
    font-size: 52px;
  }
  .need-lawn-care-sub-heading {
    font-size: 30px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 244px;
    padding: 25px 12px 22px 24px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 17px;
  }
  .nlc-outer .nlc-carousel-item-rating {
    margin-top: 2px;
  }
  .nlc-star {
    width: 13px !important;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 16px;
  }
  .nlc-nav-btn {
    height: 48px;
  }
  #nlc-carousel .owl-dots {
    margin: 20px auto 0px auto;
  }
  .nlc-price-btn a {
    width: 232px;
    height: 52px;
    font-size: 18px;
  }
  .nlc-price-btn a {
    width: 268px;
    height: 60px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1279px) {
  .need-lawn-care-inner {
    max-width: 940px;
    padding-top: 40px;
    padding-bottom: 44px;
  }
  .need-lawn-care-heading {
    font-size: 45px;
  }
  .need-lawn-care-sub-heading {
    margin-top: 10px;
    font-size: 26px;
  }
  .nlc-carousel-container {
    padding-top: 38px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 207px;
    padding: 18px 12px 12px 20px;
  }
  #nlc-carousel .owl-item {
    width: 271px !important;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 15px;
    line-height: 1.3;
  }
  .nlc-outer .nlc-carousel-item-rating {
    margin-top: 1px;
    gap: 4px;
  }
  .nlc-star {
    width: 12px !important;
  }
  .nlc-review-text {
    font-size: 12px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 14px;
  }
  .nlc-nav-btn {
    height: 40px;
  }
  #nlc-carousel .owl-dots {
    margin: 20px auto 0px auto;
  }
  .nlc-price-btn a {
    width: 232px;
    height: 52px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  .need-lawn-care-inner {
    max-width: 875px;
    padding-top: 35px;
    padding-bottom: 44px;
  }
  .need-lawn-care-heading {
    font-size: 42px;
  }
  .need-lawn-care-sub-heading {
    font-size: 24px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 193px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item-inner {
    max-height: fit-content;
  }
  #nlc-carousel .owl-item {
    width: 252px !important;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 14px;
  }
  .nlc-star {
    width: 11px !important;
  }
  .nlc-review-text {
    font-size: 11px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 13px;
  }
  .nlc-nav-btn {
    height: 37px;
  }
  #nlc-carousel .owl-dots {
    margin: 20px auto 8px auto;
  }
  #nlc-carousel .owl-nav {
    top: 130px;
  }
  #nlc-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  #nlc-carousel .owl-nav .owl-next {
    right: -30px;
  }
  .nlc-price-btn a {
    width: 215px;
    height: 48px;
    font-size: 16px;
  }
  .nlc-price-btn .arrow-price {
    padding-left: 5px;
    height: 10px;
    top: 0px;
  }
  .nlc-see-more-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .need-lawn-care-inner {
    max-width: 658px;
    padding-top: 26px;
    padding-bottom: 32px;
  }
  .need-lawn-care-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .need-lawn-care-sub-heading {
    font-size: 18px;
    margin-top: 8px;
  }
  .nlc-carousel-container {
    padding-top: 27px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 153px;
    min-height: 224px;
    padding: 15px 5px 8px 16px
  }
  #nlc-carousel .owl-item {
    width: 190px !important;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 10px;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 3px;
  }
  .nlc-star {
    width: 9px !important;
  }
  .nlc-review-text {
    font-size: 9px;
    margin-left: 2px;
    line-height: 17px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 10px;
  }
  #nlc-carousel .owl-nav {
    top: 90px;
  }
  #nlc-carousel .owl-nav .owl-prev {
    left: -22px;
  }
  #nlc-carousel .owl-nav .owl-next {
    right: -22px;
  }
  .nlc-nav-btn {
    height: 28px;
  }
  #nlc-carousel .owl-dots {
    margin: 16px auto 4px auto;
  }
  .nlc-price-btn a {
    width: 162px;
    height: 36px;
    font-size: 12px;
  }
  .nlc-price-btn .arrow-price {
    padding-left: 2px;
    height: 8px;
    top: 1px;
  }
  .nlc-see-more-btn {
    font-size: 12px;
  }
  .nlc-review-preview, .nlc-review {
    height: 130px;
  }
  .nlc-review-full p {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 766px) {
  #nlc-carousel .owl-nav .owl-prev, #nlc-carousel .owl-nav .owl-next, .nlc-review-text {
    display: none;
  }
  .need-lawn-care-inner {
    max-width: 670px;
    padding-top: 70px;
    padding-bottom: 56px;
  }
  .need-lawn-care-heading {
    font-size: 38px;
    line-height: 46px;
  }
  .need-lawn-care-sub-heading {
    font-size: 24px;
    margin-top: 16px;
    line-height: 36px;
  }
  .nlc-carousel-container {
    padding-top: 30px;
  }
  #nlc-carousel .owl-item {
    width: 340px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 280px;
    padding: 10px 20px 30px 20px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 20px;
    padding-top: 12px;
    line-height: normal;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 12px;
    margin-top: 10px;
  }
  .nlc-star {
    width: 19px !important;
  }
  .nlc-review-text-mob {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #717171;
    margin-top: 12px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 21px;
    margin-top: 12px;
    line-height: 32px;
  }
  #nlc-carousel .owl-dots {
    margin: 20px auto 6px auto;
  }
  #nlc-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .nlc-price-btn a {
    margin-top: 10px;
    margin-right: 30px;
    width: 356px;
    font-size: 23px;
    height: 64px;
  }
  .nlc-price-btn .arrow-price {
    padding-left: 5px;
    height: 15px;
    top: auto;
  }
  .nlc-see-more-btn {
    font-size: 18px;
  }
  .nlc-outer {
    padding-right: 25px;
  }
  .nlc-review-preview, .nlc-review {
    min-height: 260px;
  }
}
@media screen and (max-width: 719px) {
  .need-lawn-care-inner {
    max-width: 500px;
  }
  .need-lawn-care-heading {
    font-size: 37px;
    line-height: 46px;
  }
  .need-lawn-care-sub-heading {
    font-size: 23px;
  }
  #nlc-carousel .owl-item {
    width: 255px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 224px;
    padding: 10px 10px 20px 10px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 20px;
    padding-top: 10px;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 10px;
  }
  .nlc-review-text-mob {
    font-size: 19px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 19px;
    margin-top: 12px;
    line-height: 30px;
  }
}
@media screen and (max-width: 539px) {
  .need-lawn-care-inner {
    max-width: 408px;
    padding-top: 56px;
    padding-bottom: 50px;
    margin-right: 0;
  }
  .need-lawn-care-heading {
    max-width: 370px;
    font-size: 36px;
    margin-left: 10px;
    line-height: 42px;
  }
  .need-lawn-care-sub-heading {
    max-width: 300px;
    font-size: 21px;
    margin-top: 10px;
    padding-left: 28px;
    line-height: 34px;
  }
  .nlc-carousel-container {
    padding-top: 22px;
  }
  #nlc-carousel .owl-item {
    width: 328.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 254px;
    padding: 20px 25px 30px 25px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 26px;
    padding-top: 8px;
    line-height: normal;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 10px;
    margin-top: 10px;
  }
  .nlc-review-text-mob {
    font-size: 20px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 22px;
    margin-top: 10px;
    line-height: 34px;
  }
  .nlc-price-btn a {
    margin-top: 10px;
    margin-right: 30px;
    width: 356px;
    font-size: 23px;
    height: 64px;
  }
}
@media screen and (max-width: 427px) {
  .need-lawn-care-inner {
    max-width: 390px;
    padding-top: 54px;
  }
  .need-lawn-care-heading {
    max-width: 316px;
    font-size: 35px;
    margin-left: 20px;
    line-height: 41px;
  }
  #nlc-carousel .owl-item {
    width: 314.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 236px;
    min-height: 427px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 25px;
  }
  .nlc-star {
    width: 18px !important;
  }
  .nlc-review-text-mob {
    font-size: 19px;
    line-height: 20px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 21px;
    line-height: 32px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 21px;
    line-height: 33px;
  }
  .nlc-price-btn a {
    margin-right: 28px;
    width: 346px;
    font-size: 22px;
    height: 62px;
  }
  .nlc-review-preview, .nlc-review {
    min-height: 330px;
  }
}
@media screen and (max-width: 409px) {
  .need-lawn-care-inner {
    max-width: 380px;
    padding-top: 52px;
  }
  .need-lawn-care-heading {
    max-width: 308px;
    font-size: 35px;
    margin-left: 22px;
    line-height: 41px;
  }
  .need-lawn-care-sub-heading {
    max-width: 290px;
    font-size: 20px;
    padding-left: 28px;
    line-height: 33px;
  }
  #nlc-carousel .owl-item {
    width: 306.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 238px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 24px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 21px;
    line-height: 31px;
  }
  .nlc-price-btn a {
    margin-right: 24px;
    width: 338px;
    font-size: 22px;
    height: 62px;
  }
  .nlc-outer {
    gap: 20px;
  }
}
@media screen and (max-width: 399px) {
  .need-lawn-care-inner {
    max-width: 368px;
    padding-top: 45px;
    padding-bottom: 50px;
    margin-right: 0;
  }
  .need-lawn-care-heading {
    max-width: 313px;
    font-size: 34px;
    margin-left: 18px;
    line-height: 40px;
  }
  .need-lawn-care-sub-heading {
    max-width: 300px;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 20px;
    line-height: 30px;
  }
  .nlc-carousel-container {
    padding-top: 22px;
  }
  #nlc-carousel .owl-item {
    width: 297.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 228px;
    padding: 20px 25px 30px 25px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 24px;
    padding-top: 6px;
    line-height: normal;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 10px;
    margin-top: 8px;
  }
  .nlc-star {
    width: 18px !important;
  }
  .nlc-review-text-mob {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #717171;
    margin-top: 10px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 20px;
    margin-top: 10px;
    line-height: 32px;
  }
  #nlc-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .nlc-price-btn a {
    margin-top: 9px;
    margin-right: 20px;
    width: 348px;
    font-size: 22px;
    height: 60px;
  }
  .nlc-price-btn .arrow-price {
    padding-left: 5px;
    height: 15px;
    top: auto;
  }
}
@media screen and (max-width: 389px) {
  .need-lawn-care-inner {
    max-width: 350px;
    padding-top: 44px;
  }
  .need-lawn-care-heading {
    max-width: 310px;
    font-size: 33px;
    margin-left: 10px;
    line-height: 40px;
  }
  #nlc-carousel .owl-item {
    width: 283.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 216px;
    min-height: 567px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 23px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 19px;
    margin-top: 10px;
    line-height: 30px;
  }
  .nlc-price-btn a {
    width: 316px;
  }
}
@media screen and (max-width: 374px) {
  .need-lawn-care-inner {
    max-width: 348px;
  }
  .need-lawn-care-heading {
    max-width: 272px;
    font-size: 31px;
    margin-left: 18px;
    line-height: 38px;
  }
  .need-lawn-care-sub-heading {
    max-width: 300px;
    font-size: 19px;
    margin-top: 8px;
    line-height: 28px;
  }
  #nlc-carousel .owl-item {
    width: 280.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 214px;
    min-height: 527px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 22px;
  }
  .nlc-star {
    width: 17px !important;
  }
  .nlc-review-text-mob {
    font-size: 17px;
    margin-top: 8px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 18px;
    margin-top: 8px;
    line-height: 28px;
  }
  .nlc-price-btn a {
    margin-top: 8px;
    margin-right: 22px;
    width: 310px;
    font-size: 21px;
    height: 58px;
  }
  .nlc-price-btn .arrow-price {
    height: 14px;
  }
  .nlc-review-preview, .nlc-review {
    min-height: 298px;
  }
}
@media screen and (max-width: 364px) {
  .need-lawn-care-inner {
    max-width: 304px;
  }
  .need-lawn-care-heading {
    max-width: 246px;
    font-size: 28px;
    margin-left: 12px;
    line-height: 34px;
  }
  .need-lawn-care-sub-heading {
    max-width: 240px;
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px;
  }
  #nlc-carousel .owl-item {
    width: 246.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 178px;
    min-height: 475px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 20px;
  }
  .nlc-star {
    width: 15px !important;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 6px;
  }
  .nlc-review-text-mob {
    font-size: 15px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 16px;
    line-height: 26px;
  }
  .nlc-price-btn a {
    width: 272px;
    font-size: 18px;
    height: 52px;
  }
  .nlc-price-btn .arrow-price {
    height: 12px;
  }
}
@media screen and (max-width: 364px) {
  .nlc-review-preview, .nlc-review {
    min-height: 260px;
  }
}
.not-in-loc-container {
  text-align: center;
  background-color: #fff;
}
.not-in-loc-inner {
  max-width: 1090px;
  margin: 40px auto;
  padding: 42px 39px 39px 39px;
  background-color: #f9f1ec;
}
.not-in-loc-heading {
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: 42px;
  color: #404040;
}
.nil-inner-sub-heading {
  font-size: 28px;
  font-weight: 500;
  color: #717171;
  margin-top: 15px;
}
.nil-nearby-four-locations {
  padding: 0;
  margin-top: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 24%);
  grid-gap: 10px 10px;
  align-items: baseline;
}
.nil-nearby-four-locations li {
  display: flex;
  align-items: baseline;
  text-align: start;
  gap: 5px;
}
.loc-icon-nearby {
  width: auto;
  height: 15px;
}
.nil-nearby-four-locations li a {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nil-nearby-four-locations li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.2em;
  bottom: 0;
  left: 0;
  background: rosybrown;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.nil-nearby-four-locations li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.see-all-state-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.see-all-state-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Heebo-SemiBold;
  font-size: 18px;
  font-weight: bold;
  line-height: 24;
  letter-spacing: normal;
  color: #ff8800;
  width: 355px;
  height: 64px;
  border-radius: 33px;
  border: solid 1px #f80;
  background-color: #fff;
}
.see-all-state-btn .arrow-price {
  padding-left: 6px;
  position: relative;
  transition: 0.5s;
  height: 12px;
  top: auto;
}
.see-all-state-btn a:hover {
  background: #fff2f2f7;
}
.see-all-state-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
@media screen and (max-width: 1365px) {
  .not-in-loc-inner {
    max-width: 1016px;
    margin: 40px auto;
    padding: 34px 39px 35px 39px;
  }
  .not-in-loc-heading {
    font-size: 50px;
  }
  .nil-inner-sub-heading {
    font-size: 27px;
  }
  .nil-nearby-four-locations li a {
    font-size: 16px;
    line-height: 26px;
  }
  .see-all-state-btn a {
    font-size: 16px;
    width: 330px;
    height: 60px;
  }
  .loc-icon-nearby {
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 1279px) {
  .not-in-loc-inner {
    max-width: 880px;
    margin: 32px auto;
    padding: 34px 30px 28px 30px;
  }
  .not-in-loc-heading {
    font-size: 43px;
  }
  .nil-inner-sub-heading {
    font-size: 24px;
    margin-top: 10px;
  }
  .nil-nearby-four-locations {
    margin-top: 25px;
    grid-gap: 6px 10px;
  }
  .nil-nearby-four-locations li img {
    width: 10px;
    height: 20px;
    top: 3px;
    position: relative;
  }
  .nil-nearby-four-locations li a {
    font-size: 15px;
    line-height: 24px;
  }
  .see-all-state-btn {
    margin-top: 12px;
  }
  .see-all-state-btn a {
    font-size: 14px;
    width: 289px;
    height: 48px;
  }
  .see-all-state-btn .arrow-price {
    padding-left: 5px;
    height: 10px;
    top: -1px;
  }
}
@media screen and (max-width: 1099px) {
  .not-in-loc-inner {
    max-width: 814px;
    margin: 30px auto;
    padding: 30px 30px 25px 30px;
  }
  .not-in-loc-heading {
    font-size: 40px;
  }
  .nil-inner-sub-heading {
    font-size: 22px;
  }
  .nil-nearby-four-locations {
    margin-top: 20px;
    margin-bottom: 16px;
    grid-gap: 2px 10px;
  }
  .nil-nearby-four-locations li a {
    font-size: 14px;
  }
  .see-all-state-btn a {
    font-size: 13px;
    width: 266px;
    height: 46px;
  }
  .see-all-state-btn .arrow-price {
    height: 8px;
    top: 2px;
  }
}
@media screen and (max-width: 1023px) {
  .not-in-loc-inner {
    max-width: 620px;
    margin: 22px auto;
    padding: 22px 18px 20px 18px;
  }
  .not-in-loc-heading {
    font-size: 30px;
  }
  .nil-inner-sub-heading {
    font-size: 16px;
    margin-top: 2px;
  }
  .nil-nearby-four-locations {
    margin-top: 16px;
    margin-bottom: 12px;
    grid-gap: 4px 10px;
  }
  .nil-nearby-four-locations li {
    gap: 4px;
  }
  .nil-nearby-four-locations li img {
    width: 6px;
    height: 10px;
    top: 1px;
  }
  .nil-nearby-four-locations li a {
    font-size: 11px;
    line-height: 16px;
  }
  .see-all-state-btn a {
    font-size: 10px;
    width: 226px;
    height: 36px;
  }
  .see-all-state-btn .arrow-price {
    padding-left: 2px;
    height: 6px;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .not-in-loc-inner {
    max-width: 634px;
    margin: 50px auto;
    padding: 52px 18px;
  }
  .not-in-loc-heading {
    font-size: 40px;
    margin: 0 auto;
    line-height: 44px;
  }
  .nil-inner-sub-heading {
    margin: 10px auto;
    font-size: 23px;
    line-height: 34px;
  }
  .nil-nearby-four-locations {
    grid-template-columns: repeat(2, 49%);
    grid-gap: 12px 16px;
    margin-top: 22px;
  }
  .nil-nearby-four-locations li {
    gap: 6px;
  }
  .nil-nearby-four-locations li img {
    width: 13px;
    height: 16px;
    top: 0;
  }
  .nil-nearby-four-locations li a {
    font-size: 20px;
    line-height: 32px;
  }
  .see-all-state-btn {
    margin-top: 34px;
  }
  .see-all-state-btn a {
    font-family: Heebo-SemiBold;
    font-size: 20px;
    width: 85%;
    height: 70px;
  }
  .see-all-state-btn .arrow-price {
    padding-left: 6px;
    height: 14px;
    top: auto;
  }
}
@media screen and (max-width: 719px) {
  .not-in-loc-inner {
    max-width: 470px;
    margin: 46px auto;
    padding: 46px 16px;
  }
  .not-in-loc-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .nil-inner-sub-heading {
    margin: 8px auto;
    font-size: 21px;
    line-height: 32px;
  }
  .nil-nearby-four-locations {
    grid-template-columns: repeat(2, 48%);
    grid-gap: 10px 16px;
    margin-top: 18px;
  }
  .see-all-state-btn a {
    font-size: 19px;
    height: 68px;
  }
  .nil-nearby-four-locations li a {
    font-size: 18px;
    line-height: 28px;
  }
  .nil-nearby-four-locations li img {
    width: 12px;
    height: 14px;
  }
}
@media screen and (max-width: 539px) {
  .not-in-loc-inner {
    max-width: 354px;
    margin: 44px auto;
    padding: 40px 16px;
  }
  .not-in-loc-heading {
    font-size: 37px;
    max-width: 290px;
    line-height: 42px;
  }
  .nil-inner-sub-heading {
    max-width: 248px;
    margin: 12px auto;
    font-size: 22px;
    line-height: 32px;
  }
  .nil-nearby-four-locations {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: 10px;
    gap: 10px;
  }
  .nil-nearby-four-locations li {
    align-items: baseline;
    width: 100%;
  }
  .nil-nearby-four-locations li img {
    width: 13px;
    height: 16px;
    top: 0;
  }
  .nil-nearby-four-locations li a {
    font-size: 22px;
    line-height: 30px;
  }
  .see-all-state-btn {
    margin-top: 24px;
  }
  .see-all-state-btn a {
    font-size: 17px;
    width: 100%;
    height: 64px;
  }
  .see-all-state-btn .arrow-price {
    padding-left: 4px;
    height: 12px;
  }
}
@media screen and (max-width: 427px) {
  .not-in-loc-inner {
    max-width: 340px;
  }
  .not-in-loc-heading {
    font-size: 36px;
    max-width: 286px;
  }
  .nil-inner-sub-heading {
    font-size: 21px;
  }
  .nil-nearby-four-locations li img {
    width: 12px;
  }
  .nil-nearby-four-locations li a {
    font-size: 21px;
  }
  .see-all-state-btn a {
    font-size: 17px;
    height: 63px;
  }
}
@media screen and (max-width: 409px) {
  .not-in-loc-inner {
    max-width: 330px;
    margin: 42px auto;
  }
  .not-in-loc-heading {
    font-size: 35px;
  }
  .nil-inner-sub-heading {
    margin: 11px auto;
    font-size: 21px;
    line-height: 31px;
  }
  .nil-nearby-four-locations li img {
    height: 15px;
  }
  .nil-nearby-four-locations li a {
    font-size: 20px;
  }
  .see-all-state-btn a {
    font-size: 16px;
    height: 62px;
  }
}
@media screen and (max-width: 399px) {
  .not-in-loc-inner {
    max-width: 318px;
    margin: 40px auto;
    padding: 38px 16px;
  }
  .not-in-loc-heading {
    font-size: 34px;
    max-width: 285px;
    margin: 0 auto;
    line-height: 40px;
  }
  .nil-inner-sub-heading {
    max-width: 235px;
    margin: 12px auto;
    font-size: 20px;
    line-height: 30px;
  }
  .nil-nearby-four-locations {
    flex-direction: column;
    align-items: baseline;
    margin-top: 10px;
    gap: 6px;
  }
  .nil-nearby-four-locations li {
    align-items: baseline;
  }
  .nil-nearby-four-locations li img {
    width: 12px;
    height: 15px;
    top: 0;
  }
  .nil-nearby-four-locations li a {
    font-size: 18px;
  }
  .see-all-state-btn {
    margin-top: 24px;
  }
  .see-all-state-btn a {
    font-size: 15.5px;
    height: 60px;
  }
  .see-all-state-btn .arrow-price {
    padding-left: 4px;
    height: 10px;
  }
}
@media screen and (max-width: 389px) {
  .not-in-loc-inner {
    max-width: 306px;
    padding: 32px 16px;
  }
  .not-in-loc-heading {
    font-size: 34px;
    max-width: 285px;
  }
  .nil-inner-sub-heading {
    max-width: 225px;
    margin: 12px auto 0 auto;
    font-size: 21px;
    line-height: 26px;
  }
  .nil-nearby-four-locations li a {
    font-size: 17px;
  }
  .nil-nearby-four-locations {
    gap: 8px;
  }
  .see-all-state-btn {
    margin-top: 28px;
  }
  .see-all-state-btn a {
    font-size: 15px;
    width: 306px;
  }
}
@media screen and (max-width: 374px) {
  .not-in-loc-inner {
    padding: 30px 12px;
  }
  .not-in-loc-heading {
    font-size: 33px;
    max-width: 260px;
  }
  .nil-inner-sub-heading {
    font-size: 20px;
  }
  .nil-nearby-four-locations {
    margin-top: 8px;
  }
  .see-all-state-btn {
    margin-top: 22px;
  }
  .see-all-state-btn a {
    height: 56px;
    font-size: 14px;
  }
}
@media screen and (max-width: 364px) {
  .not-in-loc-inner {
    margin: 34px auto;
    max-width: 274px;
    padding: 28px 8px;
  }
  .not-in-loc-heading {
    font-size: 30px;
    max-width: 235px;
    line-height: 38px;
  }
  .nil-inner-sub-heading {
    max-width: 200px;
    margin: 4px auto 0 auto;
    font-size: 18px;
    line-height: 24px;
  }
  .nil-nearby-four-locations {
    margin-top: 6px;
    gap: 6px;
  }
  .nil-nearby-four-locations li img {
    width: 9px;
    height: 13px;
    top: 1px;
  }
  .nil-nearby-four-locations li a {
    font-size: 16px;
    line-height: 26px;
  }
  .see-all-state-btn {
    margin-top: 14px;
  }
  .see-all-state-btn a {
    height: 48px;
    font-size: 13px;
    width: 270px;
  }
  .see-all-state-btn .arrow-price {
    padding-left: 3px;
    height: 10px;
    top: auto;
  }
}
.companies-leaderboard-container {
  background-color: #e7f5fa;
  text-align: center;
}
.clp-carousel-container {
  display: none;
}
.companies-leaderboard-inner {
  margin: 0 auto;
  max-width: 1166px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.mob-services-target {
  max-height: 30px;
  overflow: hidden;
  transition: max-height 0.6s ease;
  div {
    margin-bottom: 5px;
  }
}
.mob-services-trigger:checked ~ .mob-services-target {
  max-height: 186px;
}
.companies-leaderboard-heading {
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: 60px;
  color: #404040;
  display: block;
  margin: 0 auto;
  max-width: 924px;
}
.companies-leaderboard-heading img {
  height: 50px;
  width: 50px;
  position: relative;
  top: 2px;
}
.companies-leaderboard-persons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #FFF;
  border: solid 1px #e4eaec;
  padding-bottom: 30px;
  margin-top: 25px;
}
.clp-details {
  display: flex;
  align-items: center;
  gap: 46px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddcdc;
  margin-left: 30px;
  margin-top: 17px;
  width: 95%;
  justify-content: space-between;
}
.clp-details-outer1 {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.clp-sec1 {
  font-family: Heebo-Bold;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  color: #404040;
}
.clp-sec2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.clp-sec2 .clp-rank-cap {
  width: 42px;
  height: 22px;
}
.clp-sec2 .clp-vendor-headshot {
  width: 76px;
  height: 76px;
  border-radius: 42px;
}
.clp-sec3 {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-top: 23px;
  line-height: 1;
}
.clp-sec3-rank {
  font-size: 14px;
  font-weight: 600;
  color: #ff9200;
  line-height: 30px;
}
.clp-sec3-name, .clp-sec3-name a {
  font-family: Heebo-Medium;
  font-size: 22px;
  font-weight: normal;
  color: #373737;
  max-width: 296px;
  text-decoration: none;
  text-align: start;
}
.clp-sec3-name a:hover {
  color: #551a8b;
  text-decoration: underline;
}
.clp-sec3-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.clp-ranking-star {
  width: 16px;
}
.clp-oval {
  width: 4px;
  height: 4px;
  background-color: #a4a3a3;
  border-radius: 2px;
  margin-left: 7px;
}
.clp-sec3-perc {
  font-family: Heebo-Bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #8fb741;
  margin-left: 6px;
}
.clp-sec3-rel {
  font-family: Heebo-Medium;
  font-size: 16px;
  color: #373737;
  font-weight: 500;
  line-height: 26px;
  white-space: nowrap;
}
.clp-details-outer2 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #417505;
}
.clp-sec4 {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}
.clp-sec4-amount {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 3px;
  align-items: baseline;
  text-align: start;
}
.sec4-width {
  max-width: 175px;
}
.clp-dollar-sign {
  width: 11px;
}
.clp-sec4-mowing {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: baseline;
  text-align: start;
}
.clp-mowing-machine {
  width: 22px;
}
.clp-sec5 {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}
.clp-sec5-location {
  display: flex;
  align-items: center;
  gap: 13px;
  align-items: baseline;
  text-align: start;
}
.clp-location {
  width: 12px;
}
.clp-sec5-hire {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: baseline;
  text-align: start;
}
.clp-total-hire {
  width: 17px;
}
.clp-sec6 {
  font-family: Heebo-Medium;
  font-size: 18px;
  font-weight: 500;
  color: #373737;
  padding: 15px 15px;
  border-radius: 4px;
  background-color: #f9f1ec;
  margin-left: 5px;
  margin-top: 15px;
  line-height: 26px;
}
.clp-sec6-price {
  font-family: Heebo-Bold;
  font-size: 38px;
  font-weight: bold;
  color: #f80;
}
.clp-services {
  display: flex;
  text-align: start;
  flex-direction: column;
  margin-left: 30px;
}
.clp-services-heading {
  margin: 18px 0 16px 0;
  font-family: Heebo-Medium;
  font-size: 20px;
  font-weight: 500;
  color: #373737;
  line-height: 30px;
}
.clp-services-offered {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 114px;
}
.clp-services-offered-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  max-width: 850px;
  column-gap: 30px;
  row-gap: 16px;
}
.clp-services-offered-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.clp-service-tick {
  width: auto;
  height: 14px;
}
.services-img {
  width: 28px;
  height: 28px;
}
.clp-service-name {
  font-size: 18px;
  line-height: 30px;
  color: #717171;
}
.clp-services-offered-price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clp-services-offered-price-btn a {
  display: flex;
  width: 142px;
  height: 44px;
  border-radius: 24px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.clp-services-offered-price-btn .arrow-price {
  height: 13px;
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
  top: auto;
}
.clp-services-offered-price-btn a:hover {
  background: #f67106;
}
.clp-services-offered-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
.see-all-companies-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.see-all-companies-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Heebo-SemiBold;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #f80;
  width: 448px;
  height: 64px;
  border-radius: 33px;
  border: solid 1px #f80;
  background-color: #fff;
}
.see-all-companies-btn .arrow-price {
  height: 14px;
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
  top: auto;
}
.see-all-companies-btn a:hover {
  background: #fff2f2f7;
}
.see-all-companies-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
.control-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vendor_headshot_1 {
  border: 3px solid #EEB803;
}
.vendor_headshot_2 {
  border: 3px solid #AAB0B2;
}
.vendor_headshot_3 {
  border: 3px solid #BE6A18;
}
@media screen and (max-width: 1365px) {
  .companies-leaderboard-inner {
    max-width: 1092px;
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .companies-leaderboard-heading {
    max-width: 700px;
    font-size: 52px;
  }
  .companies-leaderboard-persons {
    padding-bottom: 28px;
  }
  .clp-details {
    margin-left: 25px;
    margin-top: 15px;
    gap: 36px;
  }
  .clp-details-outer1 {
    grid-gap: 12px;
  }
  .clp-sec2 .clp-rank-cap {
    width: 40px;
    height: 20px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 74px;
    height: 76px;
  }
  .clp-sec3-rank {
    font-size: 14px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    font-size: 23px;
    max-width: 280px;
  }
  .clp-ranking-star {
    width: 15px;
  }
  .clp-sec3-perc {
    font-size: 18px;
    margin-left: 5px;
  }
  .clp-sec3-rel {
    font-size: 16px;
  }
  .sec4-width {
    max-width: 160px;
  }
  .clp-details-outer2 {
    gap: 26px;
    margin-top: 14px;
    font-size: 17px;
  }
  .clp-sec6 {
    font-size: 17px;
    padding: 12px 15px;
  }
  .clp-sec6-price {
    font-size: 37px;
  }
  .clp-services {
    margin-left: 26px;
  }
  .clp-services-heading {
    margin: 17px 0 15px 0;
    font-size: 20px;
  }
  .clp-service-tick {
    width: 17px;
    height: 13px;
  }
  .services-img {
    width: 26px;
    height: 26px;
  }
  .clp-service-name {
    font-size: 18px;
  }
  .clp-services-offered-list {
    max-width: 788px;
    column-gap: 23px;
    row-gap: 14px;
  }
  .clp-services-offered-price-btn a {
    width: 134px;
    height: 40px;      
    font-size: 17px;
  }
  .clp-services-offered-price-btn .arrow-price {
    height: 11px;
    top: 2px;
  }
  .see-all-companies-btn {
    margin-top: 26px;
  }
  .see-all-companies-btn a {
    font-size: 15px;
    width: 420px;
    height: 58px;
  }
  .see-all-companies-btn .arrow-price {
    height: 11px;
    padding-left: 5px;
    top: 1px;
  }
}
@media screen and (max-width: 1279px) {
  .companies-leaderboard-inner {
    max-width: 940px;
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .companies-leaderboard-heading {
    max-width: 602px;
  }
  .companies-leaderboard-heading img {
    height: 40px;
    width: 40px;
  }
  .companies-leaderboard-heading {
    font-size: 44px;
  }
  .clp-details {
    margin-left: 24px;
    margin-top: 13px;
    gap: 35px;
    padding-bottom: 6px;
  }
  .clp-details-outer1 {
    grid-gap: 10px;
  }
  .clp-sec1 {
    font-size: 36px;
    margin-top: 12px;
  }
  .clp-sec2 .clp-rank-cap {
    width: 34px;
    height: 18px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 68px;
    height: 68px;
  }
  .clp-sec3 {
    margin-top: 16px;
  }
  .clp-sec3-rank {
    font-size: 12px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    font-size: 20px;
    max-width: 240px;
  }
  .clp-ranking-star {
    width: 13px;
  }
  .clp-oval {
    width: 3px;
    height: 3px;
    margin-left: 3px;
  }
  .clp-sec3-perc {
    font-size: 15px;
    margin-left: 3px;
  }
  .clp-sec3-rel {
    font-size: 13px;
  }
  .clp-details-outer2 {
    gap: 22px;
    margin-top: 15px;
    font-size: 14px;
  }
  .clp-sec4-amount {
    gap: 12px;
    margin-left: 4px;
  }
  .sec4-width {
    max-width: 133px;
  }
  .clp-dollar-sign {
    width: 9px;
  }
  .clp-sec4-mowing {
    gap: 8px;
  }
  .clp-mowing-machine {
    width: 18px;
  }
  .clp-sec5-location {
    gap: 10px;
  }
  .clp-location {
    width: 10px;
  }
  .clp-sec5-hire {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .clp-total-hire {
    width: 14px;
  }
  .clp-sec6 {
    font-size: 14px;
    padding: 8px 12px
  }
  .clp-sec6-price {
    font-size: 34px;
  }
  .clp-services {
    margin-left: 24px;
  }
  .clp-services-heading {
    margin: 15px 0 13px 0;
    font-size: 17px;
  }
  .clp-services-offered {
    gap: 125px;
  }
  .clp-service-tick {
    width: 15px;
    height: 12px;
  }
  .clp-services-offered-list {
    max-width: 654px;
    column-gap: 18px;
    row-gap: 12px;
  }
  .clp-services-offered-item {
    gap: 6px;
  }
  .services-img {
    width: 23px;
    height: 23px;
  }
  .clp-service-name {
    font-size: 16px;
  }
  .clp-services-offered-price-btn a {
    width: 116px;
    height: 36px;
    font-size: 15px;
  }
  .clp-services-offered-price-btn .arrow-price {
    height: 10px;
    top: 1px;
    padding-left: 5px;
  }
  .companies-leaderboard-persons {
    padding-bottom: 24px;
  }
  .see-all-companies-btn {
    margin-top: 22px;
  }
  .see-all-companies-btn a {
    font-size: 14px;
    width: 394px;
    height: 52px;
  }
  .see-all-companies-btn .arrow-price {
    height: 9px;
    padding-left: 4px;
    top: 0px;
  }
}
@media screen and (max-width: 1099px) {
  .companies-leaderboard-inner {
    max-width: 875px;
    padding-top: 38px;
    padding-bottom: 44px;
  }
  .companies-leaderboard-heading {
    max-width: 560px;
  }
  .companies-leaderboard-heading img {
    height: 36px;
    width: 36px;
  }
  .companies-leaderboard-heading {
    font-size: 41px;
  }
  .companies-leaderboard-persons {
    padding-bottom: 24px;
    margin-top: 22px;
  }
  .clp-details {
    margin-left: 22px;
    margin-top: 13px;
    gap: 32px;
    padding-bottom: 6px;
  }
  .clp-sec1 {
    font-size: 32px;
  }
  .clp-sec2 .clp-rank-cap {
    width: 32px;
    height: 16px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 64px;
    height: 60px;
  }
  .clp-sec3-rank {
    font-size: 11px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    font-size: 18px;
    max-width: 220px;
  }
  .clp-ranking-star {
    width: 12px;
  }
  .clp-oval {
    margin-left: 2px;
  }
  .clp-sec3-perc {
    font-size: 14px;
    margin-left: 2px;
    margin-top: 1px;
  }
  .clp-sec3-rel {
    font-size: 11px;
  }
  .clp-details-outer2 {
    font-size: 12px;
  }
  .sec4-width {
    max-width: 126px;
  }
  .clp-dollar-sign {
    width: 8px;
  }
  .clp-mowing-machine {
    width: 17px;
  }
  .clp-location {
    width: 9px;
  }
  .clp-total-hire {
    width: 13px;
  }
  .clp-sec6 {
    font-size: 13px;
    padding: 6px 12px;
    margin-top: 13px;
  }
  .clp-sec6-price {
    font-size: 32px;
  }
  .clp-services {
    margin-left: 22px;
  }
  .clp-services-heading {
    margin: 18px 0 11px 0;
    font-size: 16px;
  }
  .clp-services-offered {
    gap: 122px;
  }
  .clp-services-offered-list {
    max-width: 600px;
    column-gap: 16px;
    row-gap: 11px;
  }
  .clp-service-tick {
    width: 14px;
    height: 11px;
  }
  .services-img {
    width: 21px;
    height: 21px;
  }
  .clp-service-name {
    font-size: 15px;
  }
  .clp-services-offered-price-btn a {
    width: 108px;
    height: 34px;
    font-size: 14px;
  }
  .clp-services-offered-price-btn .arrow-price {
    height: 9px;
    top: 1px;
    padding-left: 3px;
  }
  .see-all-companies-btn {
    margin-top: 20px;
  }
  .see-all-companies-btn a {
    font-size: 13px;
    width: 360px;
    height: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .companies-leaderboard-inner {
    max-width: 656px;
    padding-top: 28px;
    padding-bottom: 32px;
  }
  .companies-leaderboard-heading {
    max-width: 494px;
  }
  .companies-leaderboard-heading img {
    height: 28px;
    width: 28px;
  }
  .companies-leaderboard-heading {
    font-size: 29px;
    line-height: 34px;
  }
  .companies-leaderboard-persons {
    padding-bottom: 16px;
    margin-top: 18px;
  }
  .clp-details {
    margin-left: 16px;
    margin-top: 9px;
    gap: 20px;
    padding-bottom: 8px;
  }
  .clp-details-outer1 {
    grid-gap: 7px;
  }
  .clp-sec1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .clp-sec2 .clp-rank-cap {
    width: 24px;
    height: 12px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 46px;
    height: 44px;
  }
  .clp-sec3-rank {
    font-size: 9px;
    line-height: 14px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    font-size: 13px;
    max-width: 158px;
  }
  .clp-sec3-stars {
    gap: 3px;
  }
  .clp-ranking-star {
    width: 8px;
  }
  .clp-oval {
    margin-left: 2px;
    width: 2px;
    height: 2px;
  }
  .clp-sec3-perc {
    font-size: 11px;
    margin-left: 2px;
    margin-top: 0;
    line-height: 14px;
  }
  .clp-sec3-rel {
    margin-top: 2px;
    font-size: 9px;
    line-height: 13px;
  }
  .clp-details-outer2 {
    gap: 15px;
    font-size: 10px;
    line-height: 14px;
  }
  .clp-sec4 {
    gap: 4px;
  }
  .sec4-width {
    max-width: 96px;
  }
  .clp-sec5 {
    gap: 4px;
  }
  .clp-sec4-amount {
    gap: 9px;
  }
  .clp-dollar-sign {
    width: 6px;
  }
  .clp-sec4-mowing {
    gap: 7px;
  }
  .clp-mowing-machine {
    width: 12px;
  }
  .clp-sec5-location {
    gap: 8px;
  }
  .clp-location {
    width: 7px;
  }
  .clp-sec5-hire {
    gap: 6px;
  }
  .clp-total-hire {
    width: 10px;
  }
  .clp-sec6 {
    font-size: 10px;
    padding: 3px 10px;
    margin-top: 14px;
  }
  .clp-sec6-price {
    font-size: 22px;
  }
  .clp-services {
    margin-left: 16px;
  }
  .clp-services-heading {
    margin: 12px 0 8px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .clp-services-offered {
    gap: 75px;
  }
  .clp-services-offered-list {
    max-width: 468px;
    column-gap: 14px;
    row-gap: 8px;
  }
  .clp-services-offered-item {
    gap: 4px;
  }
  .clp-service-tick {
    width: 11px;
    height: 10px;
  }
  .services-img {
    width: 16px;
    height: 16px;
  }
  .clp-service-name {
    font-size: 11px;
    line-height: 26px;
  }
  .clp-services-offered-price-btn a {
    width: 80px;
    height: 25px;
    font-size: 11px;
  }
  .clp-services-offered-price-btn .arrow-price {
    height: 7px;
    top: 1px;
    padding-left: 2px;
  }
  .see-all-companies-btn {
    margin-top: 16px;
  }
  .see-all-companies-btn a {
    font-size: 10px;
    width: 274px;
    height: 36px;
  }
  .see-all-companies-btn .arrow-price {
    height: 7px;
    padding-left: 2px;
    top: auto;
  }
  .vendor_headshot_1 {
    border: 2px solid #EEB803;
  }
  .vendor_headshot_2 {
    border: 2px solid #AAB0B2;
  }
  .vendor_headshot_3 {
    border: 2px solid #BE6A18;
  }
}
@media screen and (max-width: 767px) {
  .companies-leaderboard-persons, #clp-carousel .owl-nav .owl-prev, #clp-carousel .owl-nav .owl-next {
    display: none;
  }
  .clp-carousel-container {
    display: block;
    margin-top: 32px;
  }
  .companies-leaderboard-inner {
    max-width: 670px;
    padding-top: 56px;
    padding-bottom: 52px;
  }
  .companies-leaderboard-heading {
    font-size: 36px;
    line-height: 46px;
    max-width: 600px;
  }
  .companies-leaderboard-heading img {
    height: 40px;
    width: 40px;
    top: 8px;
  }
  .clp-carousel-item {
    background-color: #FFF;
    border: solid 2px #e4eaec;
  }
  .clp-carousel-item-inner {
    margin: 0 auto;
    padding: 24px 17px 30px 17px;
  }
  .clp-item1 {
    border-bottom: 1px solid #dddcdc;
    padding-bottom: 22px;
  }
  .clp-item1-num {
    display: flex;
    align-items: center;
    font-family: Heebo-Bold;
    font-size: 38px;
    line-height: 32px;
    margin-left: 15px;
    gap: 32px;
  }
  .clp-sec2 .clp-rank-cap {
    position: relative;
    top: 1px;
    height: 30px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 94px !important;
    height: 90px;
    border-radius: 52px;
  }
  .clp-sec3-rank {
    font-size: 18px;
    line-height: 34px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    line-height: 30px;
    font-size: 26px;
    max-width: 278px;
    text-align: center;
  }
  .clp-sec3-stars {
    justify-content: center;
    margin-top: 4px;
    gap: 12px;
  }
  .clp-ranking-star {
    width: 18px !important;
  }
  .clp-sec3-perRel {
    margin-top: 12px;
    line-height: 30px;
  }
  .clp-sec3-perc {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
  }
  .clp-sec3-rel {
    margin: 0;
    font-size: 18px;
  }
  .clp-sec6-price {
    font-size: 38px;
  }
  .clp-sec6 {
    font-size: 24px;
    padding: 16px 0 8px 0;
    width: 226px;
    margin: 8px auto;
  }
  .clp-sec6-price {
    font-size: 36px;
  }
  .clp-details-outer2 {
    gap: 12px;
    font-size: 16px;
    line-height: 18px;
  }
  .clp-sec4 {
    align-items: center;
    text-align: left;
    gap: 14px;
  }
  .sec4-width {
    max-width: 130px;
  }
  .clp-sec4-amount {
    align-items: start;
    gap: 10px;
  }
  .clp-dollar-sign {
    width: 12px !important;
  }
  .clp-sec4-mowing {
    align-items: start;
    gap: 8px;
  }
  .clp-mowing-machine {
    width: 18px !important;
    height: 18px;
  }
  .clp-sec5 {
    text-align: left;
    gap: 14px;
    margin-right: 3px;
  }
  .clp-sec5-location {
    align-items: start;
    gap: 15px;
  }
  .clp-location {
    width: 15px !important;
  }
  .clp-sec5-hire {
    align-items: start;
    gap: 10px;
  }
  .clp-total-hire {
    width: 22px !important;
  }
  .clp-services-heading {
    margin: 18px 65px 11px 5px;
    font-size: 23px;
    line-height: 26px;
    text-align: start;
  }
  .clp-services-offered-item {
    margin-left: 6px;
    gap: 9px;
  }
  .clp-service-tick {
    width: 17px !important;
    height: 14px;
  }
  .services-img {
    width: 32px !important;
    height: 32px;
  }
  .clp-service-name {
    font-size: 21px;
  }
  .view_more_service_btn {
    font-family: Heebo-SemiBold;
    font-size: 19px;
    line-height: 32px;
    text-decoration: underline;
    color: #ff9200;
    margin-left: 34px;
  }
  .clp-services-offered-price-btn {
    margin-top: 20px;
  }
  .clp-services-offered-price-btn a {
    width: 220px;
    height: 62px;
    font-size: 23px;
    margin-right: 14px;
    border-radius: 33px;
  }
  .clp-services-offered-price-btn .arrow-price {
    height: 16px;
    top: 1px;
    padding-left: 5px;
  }
  #clp-carousel {
    margin: auto;
    width: 100%;
  }
  #clp-carousel .owl-stage-outer {
    gap: 20px;
    padding-right: 18px;
  }
  #clp-carousel .owl-item {
    width: 340px !important;
    margin: 0 !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 325px;
  }
  #clp-carousel .owl-dots {
    margin-top: 15px;
  }
  #clp-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .see-all-companies-btn {
    margin-top: 24px;
  }
  .see-all-companies-btn a {
    display: inline-block;
    text-align: start;
    font-size: 22px;
    width: 280px;
    height: auto;
    border-radius: 37px;
    margin-right: 18px;
    line-height: 24px;
    padding: 16px 20px 16px 30px;
    min-width: fit-content;
  }
  .see-all-companies-btn .arrow-price {
    height: 14px;
    padding-left: 1px;
    top: auto;
  }
  .vendor_headshot_1 {
    border: 3px solid #EEB803;
  }
  .vendor_headshot_2 {
    border: 3px solid #AAB0B2;
  }
  .vendor_headshot_3 {
    border: 3px solid #BE6A18;
  }
}
@media screen and (max-width: 719px) {
  .companies-leaderboard-inner {
    max-width: 500px;
    padding-top: 52px;
    padding-bottom: 50px;
  }
  #clp-carousel .owl-item {
    width: 255px !important;
    margin: 0 !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 242px;
  }
  .companies-leaderboard-heading {
    font-size: 38px;
    line-height: 44px;
    max-width: 480px;
  }
  .clp-carousel-container {
    margin-top: 30px;
  }
  .clp-carousel-item-inner {
    padding: 22px 17px 28px 17px;
  }
  .clp-item1-num {
    font-size: 32px;
    margin-left: 15px;
    gap: 28px;
  }
  .clp-sec2 .clp-rank-cap {
    height: 28px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 80px !important;
    height: 80px;
    border-radius: 46px;
  }
  .clp-sec3-rank {
    font-size: 15px;
    line-height: 30px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    line-height: 24px;
    font-size: 22px;
    max-width: 220px;
  }
  .clp-sec3-stars {
    margin-top: 8px;
    gap: 10px;
  }
  .clp-ranking-star {
    width: 17px !important;
  }
  .clp-sec3-perc {
    font-size: 21px;
    line-height: 28px;
  }
  .clp-sec6 {
    font-size: 22px;
    width: 200px;
  }
  .clp-sec6-price {
    font-size: 34px;
  }
  .sec4-width {
    max-width: 106px;
  }
  .clp-details-outer2 {
    font-size: 14px;
  }
  .clp-services-heading {
    margin: 18px 44px 11px 5px;
    font-size: 20px;
    line-height: 24px;
  }
  .clp-services-offered-price-btn a {
    height: 56px;
    font-size: 21px;
    margin-right: 6px;
  }
  .see-all-companies-btn a {
    font-size: 16px;
  }
  .see-all-companies-btn .arrow-price {
    height: 12px;
  }
}
@media screen and (max-width: 539px) {
  .clp-carousel-container {
    margin-top: 24px;
  }
  .companies-leaderboard-inner {
    max-width: 408px;
    margin-right: 0;
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .companies-leaderboard-heading {
    font-size: 35px;
    line-height: 44px;
    max-width: 390px;
    padding-right: 16px;
    margin-left: 0;
  }
  .companies-leaderboard-heading img {
    height: 37px;
    width: 37px;
    top: 8px;
  }
  .clp-carousel-item-inner {
    margin: 0 auto;
    padding: 15px 17px 30px 17px;
  }
  .clp-item1-num {
    font-size: 36px;
    line-height: 31px;
    margin-left: 10px;
    gap: 23px;
  }
  .clp-sec2 .clp-rank-cap {
    height: 27px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 92px !important;
    height: 86px;
  }
  .clp-sec3-rank {
    font-size: 16px;
    padding-right: 10px;
    line-height: 32px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    line-height: 26px;
    font-size: 24px;
    max-width: 240px;
    text-align: center;
  }
  .clp-sec3-stars {
    justify-content: center;
    margin-top: 6px;
    gap: 10px;
  }
  .clp-ranking-star {
    width: 17px !important;
  }
  .clp-sec3-perRel {
    margin-top: 10px;
    line-height: 26px;
  }
  .clp-sec3-perc {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
  }
  .clp-sec3-rel {
    margin: 0;
    font-size: 17px;
  }
  .clp-sec6-price {
    font-size: 38px;
  }
  .clp-sec6 {
    font-size: 22px;
    padding: 14px 0 7px 0;
    width: 180px;
    margin: 8px auto;
  }
  .clp-sec6-price {
    font-size: 36px;
  }
  .clp-details-outer2 {
    gap: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .clp-sec4 {
    align-items: center;
    text-align: left;
    gap: 14px;
  }
  .sec4-width {
    max-width: 122px;
  }
  .clp-sec4-amount {
    align-items: start;
    gap: 10px;
  }
  .clp-dollar-sign {
    width: 12px !important;
  }
  .clp-sec4-mowing {
    align-items: start;
    gap: 8px;
  }
  .clp-mowing-machine {
    width: 18px !important;
    height: 18px;
  }
  .clp-sec5 {
    text-align: left;
    gap: 14px;
    margin-right: 3px;
  }
  .clp-sec5-location {
    align-items: start;
    gap: 15px;
  }
  .clp-location {
    width: 15px !important;
  }
  .clp-sec5-hire {
    align-items: start;
    gap: 10px;
  }
  .clp-total-hire {
    width: 22px !important;
  }
  .clp-services-heading {
    margin: 18px 65px 11px 5px;
    font-size: 22px;
    line-height: 26px;
    text-align: start;
  }
  .clp-services-offered-price-btn {
    margin-top: 20px;
  }
  .clp-services-offered-price-btn a {
    width: 220px;
    height: 62px;
    font-size: 23px;
    margin-right: 14px;
    border-radius: 33px;
  }
  .clp-services-offered-price-btn .arrow-price {
    height: 16px;
    top: 1px;
    padding-left: 5px;
  }
  #clp-carousel .owl-item {
    width: 325.75px !important;
    margin: 0 !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 296px;
  }
  .see-all-companies-btn {
    margin-top: 12px;
  }
  .see-all-companies-btn a {
    display: inline-block;
    text-align: start;
    font-size: 22px;
    width: 280px; 
    height: 50px;
    border-radius: 37px;
    margin-right: 18px;
    line-height: 24px;
    padding: 12px 10px 10px 35px;
    min-width: fit-content;
  }
  .see-all-companies-btn .arrow-price {
    height: 14px;
  }
}
@media screen and (max-width: 427px) {
  .companies-leaderboard-inner {
    max-width: 392px;
    padding-top: 44px;
  }
  #clp-carousel .owl-item {
    width: 313.75px !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 288px;
  }
  .companies-leaderboard-heading {
    font-size: 34px;
    max-width: 380px;
  }
  .clp-item1-num {
    font-size: 35px;
    gap: 22px;
  }
  .clp-services-heading {
    font-size: 21px;
  }
}
@media screen and (max-width: 409px) {
  .companies-leaderboard-inner {
    max-width: 380px;
    padding-top: 40px;
  }
  #clp-carousel .owl-item {
    width: 304.5px !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 282px;
  }
  .companies-leaderboard-heading {
    font-size: 32px;
    line-height: 42px;
    max-width: 360px;
  }
  .clp-sec2 .clp-rank-cap {
    top: 2px;
    height: 25px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 90px !important;
    height: 84px;
  }
  .clp-services-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 399px) {
  .clp-carousel-container {
    margin-top: 20px;
  }
  .companies-leaderboard-inner {
    max-width: 368px;
    padding-top: 38px;
    padding-bottom: 50px;
  }
  .companies-leaderboard-heading {
    font-size: 31px;
    line-height: 40px;
    max-width: 352px;
    padding-right: 15px;
  }
  .companies-leaderboard-heading img {
    height: 35px;
    width: 35px;
    top: 8px;
  }
  .clp-carousel-item {
    background-color: #FFF;
    border: solid 2px #e4eaec;
  }
  .clp-carousel-item-inner {
    margin: 0 auto;
    padding: 15px 17px 30px 17px;
  }
  .clp-item1 {
    border-bottom: 1px solid #dddcdc;
    padding-bottom: 16px;
  }
  .clp-item1-num {
    font-size: 34px;
    line-height: 30px;
    margin-left: 10px;
    gap: 23px;
  }
  .clp-sec2 .clp-rank-cap {
    position: relative;
    top: 4px;
    height: 25px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 88px !important;
    height: 84px;
  }
  .clp-sec3-rank {
    font-size: 16px;
    padding-right: 10px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    font-size: 24px;
  }
  .clp-sec3-stars {
    justify-content: center;
    margin-top: 6px;
    gap: 10px;
  }
  .clp-ranking-star {
    width: 16px !important;
  }
  .clp-sec3-perRel {
    margin-top: 10px;
    line-height: 26px;
  }
  .clp-sec3-perc {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
  }
  .clp-sec3-rel {
    margin: 0;
    font-size: 16px;
  }
  .clp-sec6-price {
    font-size: 36px;
  }
  .clp-sec6 {
    font-size: 20px;
    padding: 12px 0 5px 0;
    width: 180px;
    margin: 7px auto;
  }
  .clp-sec6-price {
    font-size: 36px;
  }
  .clp-details-outer2 {
    gap: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .clp-sec4 {
    align-items: center;
    text-align: left;
    gap: 14px;
  }
  .sec4-width {
    max-width: 116px;
  }
  .clp-sec4-amount {
    align-items: start;
    gap: 10px;
  }
  .clp-dollar-sign {
    width: 12px !important;
  }
  .clp-sec4-mowing {
    align-items: start;
    gap: 8px;
  }
  .clp-mowing-machine {
    width: 18px !important;
    height: 18px;
  }
  .clp-sec5 {
    text-align: left;
    gap: 14px;
    margin-right: 3px;
  }
  .clp-sec5-location {
    align-items: start;
    gap: 15px;
  }
  .clp-location {
    width: 15px !important;
  }
  .clp-sec5-hire {
    align-items: start;
    gap: 10px;
  }
  .clp-total-hire {
    width: 22px !important;
  }
  .clp-services-heading {
    margin: 17px 75px 9px 6px;
    font-size: 20px;
    line-height: 24px;
    text-align: start;
  }
  .clp-services-offered-item {
    margin-left: 6px;
    gap: 9px;
  }
  .clp-service-tick {
    width: 16px !important;
    height: 13px;
  }
  .services-img {
    width: 30px !important;
    height: 30px;
  }
  .clp-service-name {
    font-size: 20px;
  }
  .view_more_service_btn {
    font-size: 18px;
    line-height: 30px;
    margin-left: 30px;
  }
  .clp-services-offered-price-btn {
    margin-top: 17px;
  }
  .clp-services-offered-price-btn a {
    width: 217px;
    height: 60px;
    font-size: 22px;
    margin-right: 7px;
    border-radius: 33px;
  }
  .clp-services-offered-price-btn .arrow-price {
    height: 16px;
    top: 1px;
    padding-left: 5px;
  }
  #clp-carousel .owl-item {
    width: 295px !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 276px;
  }
  #clp-carousel .owl-dots {
    margin-top: 15px;
  }
  .see-all-companies-btn {
    margin-top: 9px;
  }
  .see-all-companies-btn a {
    font-size: 21px;
    width: 280px;
    height: 50px;
    border-radius: 37px;
    margin-right: 18px;
    line-height: 24px;
  }
  .see-all-companies-btn .arrow-price {
    height: 14px;
    padding-left: 1px;
    top: auto;
  }
}
@media screen and (max-width: 389px) {
  .companies-leaderboard-inner {
    max-width: 358px;
  }
  #clp-carousel .owl-item {
    width: 286.75px !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 264px;
  }
  .clp-carousel-item-inner {
    margin: 0 auto;
    padding: 15px 17px 30px 17px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    max-width: 230px;
  }
  .sec4-width {
    max-width: 110px;
  }
  .clp-sec2 .clp-rank-cap {
    top: 3px;
  }
  .clp-details-outer2 {
    gap: 9px;
    font-size: 15px;
  }
  .clp-services-heading {
    font-size: 19px;
    line-height: 23px;
  }
  .see-all-companies-btn a {
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  .companies-leaderboard-inner {
    max-width: 348px;
  }
  #clp-carousel .owl-item {
    width: 279.5px !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 260px;
  }
  .companies-leaderboard-heading {
    font-size: 30px;
    line-height: 38px;
  }
  .companies-leaderboard-heading img {
    height: 34px;
    width: 34px;
    top: 7px;
  }
  .clp-carousel-item-inner {
    padding-left: 17px;
    padding-right: 17px;
  }
  .clp-services-heading {
    margin: 17px 60px 9px 6px;
  }
  .see-all-companies-btn a {
    font-size: 19px;
    width: 216px;
  }
  .see-all-companies-btn .arrow-price {
    height: 12px;
  }
}
@media screen and (max-width: 364px) {
  .companies-leaderboard-inner {
    max-width: 304px;
  }
  #clp-carousel .owl-item {
    width: 244.75px !important;
  }
  #clp-carousel .clp-carousel-item {
    width: 226px;
  }
  .companies-leaderboard-heading {
    font-size: 26px;
    line-height: 34px;
    max-width: 292px;
  }
  .companies-leaderboard-heading img {
    height: 30px;
    width: 30px;
    top: 5px;
  }
  .clp-carousel-item-inner {
    max-width: 206px;
  }
  .clp-sec2 .clp-vendor-headshot {
    width: 68px !important;
    height: 64px;
  }
  .clp-sec2 .clp-rank-cap {
    top: 2px;
    height: 21px;
  }
  .clp-item1-num {
    font-size: 30px;
    line-height: 25px;
    margin-left: 12px;
    gap: 20px;
  }
  .clp-sec3-rank {
    font-size: 12px;
  }
  .clp-sec3-name, .clp-sec3-name a {
    line-height: 20px;
    font-size: 21px;
    max-width: 200px;
  }
  .clp-ranking-star {
    width: 14px !important;
  }
  .clp-sec3-stars {
    margin-top: 8px;
    gap: 8px;
  }
  .clp-sec3-perc {
    font-size: 16px;
    line-height: 18px;
  }
  .clp-sec3-rel {
    font-size: 14px;
  }
  .clp-sec6-price {
    font-size: 30px;
  }
  .clp-sec6 {
    font-size: 17px;
    padding: 9px 0 5px 0;
    width: 150px;
    margin: 5px auto;
  }
  .sec4-width {
    max-width: 96px;
  }
  .clp-sec4-amount {
    gap: 8px;
  }
  .clp-dollar-sign {
    width: 10px !important;
  }
  .clp-location {
    width: 12px !important;
  }
  .clp-details-outer2 {
    font-size: 13px;
    line-height: 16px;
  }
  .clp-services-heading {
    font-size: 17px;
    line-height: 22px;
    margin: 12px 52px 8px 10px;
  }
  .services-img {
    width: 25px !important;
    height: 25px;
  }
  .clp-service-tick {
    width: 14px !important;
    height: 10px;
  }
  .clp-service-name {
    font-size: 18px;
  }
  .clp-services-offered-item {
    margin-left: 11px;
    gap: 7px;
  }
  .view_more_service_btn {
    font-size: 15px;
    line-height: 24px;
    margin-left: 38px;
  }
  .clp-services-offered-price-btn {
    margin-top: 15px;
  }
  .clp-services-offered-price-btn a {
    width: 170px;
    height: 46px;
    font-size: 18px;
    margin-right: 8px;
    border-radius: 33px;
  }
  .clp-services-offered-price-btn .arrow-price {
    height: 12px;
    top: auto;
  }
  .see-all-companies-btn a {
    font-size: 16px;
    line-height: 22px;
  }
  .see-all-companies-btn .arrow-price {
    height: 11px;
    padding-left: 1px;
    top: auto;
  }
  .clp-mowing-machine {
    width: 16px !important;
    height: 15px;
  }
  .clp-total-hire {
    width: 16px !important;
  }
  .clp-sec5-hire {
    gap: 6px;
  }
  .clp-sec5-location {
    gap: 10px;
  }
  .vendor_headshot_1 {
    border: 2px solid #EEB803;
  }
  .vendor_headshot_2 {
    border: 2px solid #AAB0B2;
  }
  .vendor_headshot_3 {
    border: 2px solid #BE6A18;
  }
}
.lawns-mowed-container {
  background-color: #fff;
  text-align: center;
}
.lawns-mowed-inner {
  margin: 60px auto;
  max-width: 1166px;
  height: 395px;
  display: flex;
  align-items: center;
  flex-direction: column;
  object-fit: contain;
  background-image: linear-gradient(to bottom, #9ac540 -14%, #42a042 93%);
} 
.lawns-mowed-heading {
  margin-top: 64px;
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
}
.lawns-mowed-count {
  margin: 25px auto;
  font-family: Heebo-ExtraBold;
  font-size: 80px;
  color: #46a242;
  width: max-content;
  height: auto;
  padding: 0px 25px;
  background-color: #fff;
}
.lawns-mowed-count-text {
  font-family: Heebo-SemiBold;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;;
}
@media screen and (max-width: 1365px) {
  .lawns-mowed-inner {
    margin: 55px auto;
    max-width: 1092px;
    height: 370px;
  }
  .lawns-mowed-heading {
    margin-top: 62px;
    font-size: 52px;
  }
  .lawns-mowed-count {
    margin: 22px auto;
    font-size: 84px;
  }
  .lawns-mowed-count-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .lawns-mowed-inner {
    margin: 48px auto;
    max-width: 940px;
    height: 318px;
  }
  .lawns-mowed-heading {
    margin-top: 52px;
    font-size: 45px;
  }
  .lawns-mowed-count {
    margin: 18px auto;
    font-size: 72px;
  }
  .lawns-mowed-count-text {
    font-size: 34px;
  }
}
@media screen and (max-width: 1099px) {
  .lawns-mowed-inner {
    margin: 45px auto;
    max-width: 874px;
    height: 298px;
  }
  .lawns-mowed-heading {
    margin-top: 50px;
    font-size: 42px;
  }
  .lawns-mowed-count {
    margin: 18px auto;
    font-size: 67px;
  }
  .lawns-mowed-count-text {
    font-size: 31px;
  }
}
@media screen and (max-width: 1023px) {
  .lawns-mowed-inner {
    margin: 34px auto;
    max-width: 656px;
    height: 256px;
  }
  .lawns-mowed-heading {
    margin-top: 36px;
    font-size: 32px;
  }
  .lawns-mowed-count {
		margin: 10px auto 6px auto;
		font-size: 48px;
		padding: 0px 20px;
  }
  .lawns-mowed-count-text {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
	.lawns-mowed-inner {
	  margin: 52px auto;
    max-width: 670px;
    height: 340px;
	}
	.lawns-mowed-heading {
	  margin-top: 52px;
    font-size: 40px;
    line-height: 46px;
	}
	.lawns-mowed-count {
	  margin: 30px auto 20px auto;
    font-size: 60px;
	}
  .lawns-mowed-count-text {
    font-size: 34px;
  }
}
@media screen and (max-width: 719px) {
  .lawns-mowed-inner {
    margin: 50px auto;
    max-width: 500px;
    height: 326px;
  }
  .lawns-mowed-heading {
    margin-top: 52px;
    font-size: 36px;
    line-height: 44px;
  }
  .lawns-mowed-count {
    font-size: 58px;
  }
  .lawns-mowed-count-text {
    font-size: 33px;
  }
}
@media screen and (max-width: 539px) {
  .lawns-mowed-inner {
    margin: 46px auto;
    max-width: 390px;
    height: 364px;
  }
  .lawns-mowed-heading {
    margin-top: 52px;
    font-size: 37px;
    line-height: 44px;
  }
  .lawns-mowed-count {
    margin: 30px auto 20px auto;
    font-size: 57px;
  }
  .lawns-mowed-count-text {
    font-size: 32px;
  }
}
@media screen and (max-width: 427px) {
	.lawns-mowed-inner {
	  margin: 44px auto;
	  max-width: 370px;
	  height: 360px;
	}
	.lawns-mowed-heading {
	  font-size: 36px;
	}
	.lawns-mowed-count {
	  font-size: 56px;
	}
}
@media screen and (max-width: 409px) {
	.lawns-mowed-inner {
	  margin: 42px auto;
	  max-width: 360px;
	}
	.lawns-mowed-heading {
	  margin-top: 51px;
	  font-size: 35px;
	  line-height: 43px;
	}
	.lawns-mowed-count {
	  font-size: 55px;
	}
	.lawns-mowed-count-text {
	  font-size: 31px;
	}
}
@media screen and (max-width: 399px) {
	.lawns-mowed-inner {
    margin: 40px auto;
    max-width: 350px;
    height: 353px;
  }
  .lawns-mowed-heading {
    margin-top: 50px;
    font-size: 34px;
    line-height: 40px;
  }
  .lawns-mowed-count {
	  font-size: 54px;
	}
  .lawns-mowed-count-text {
    font-size: 30px;
  } 
}
@media screen and (max-width: 389px) {
  .lawns-mowed-inner {
    margin: 38px auto;
    max-width: 338px;
    height: 340px;
  }
  .lawns-mowed-heading {
    font-size: 33px;
  }
  .lawns-mowed-count {
    font-size: 53px;
    padding: 0 18px;
  }
}
@media screen and (max-width: 374px) {
  .lawns-mowed-inner {
    max-width: 328px;
    height: 330px;
  }
  .lawns-mowed-heading {
    font-size: 32px;
  }
  .lawns-mowed-count {
    font-size: 51px;
  }
  .lawns-mowed-count-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 364px) {
  .lawns-mowed-inner {
    max-width: 288px;
    height: 290px;
  }
  .lawns-mowed-heading {
    font-size: 28px;
    margin-top: 44px;
  }
  .lawns-mowed-count {
  	margin: 26px auto 16px auto;
    font-size: 44px;
    padding: 0 16px;
  }
  .lawns-mowed-count-text {
    font-size: 26px;
  }
}
.recent-lawns-mowed-container {
  background-color: #fff;
  text-align: center;
}
.recent-lawns-mowed-inner {
  max-width: 1166px;
  margin: 0 auto;
}
.recent-lawns-mowed-heading {
  font-family: Heebo-Bold;
  font-size: 54px;
  color: #404040;
}
.recent-lawns-mowed-sub-heading {
  margin: 3px auto;
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.rlm-carousel-container {
  padding-top: 33px;
}
#rlm-carousel {
  margin: auto;
  width: 100%;
}
.rlm-outer {
  gap: 15px;
  margin-right: 20px;
}
#rlm-carousel .rlm-carousel-item {
  display: flex;
  flex-direction: column;
  width: 292px;
}
#rlm-carousel .owl-item {
  width: 317.5px !important;
  margin-right: 0px !important;
}
#rlm-carousel .owl-dots {
  width: 80%;
  margin: 22px auto 0 auto;
}
#rlm-carousel .owl-nav .owl-prev {
  right: 834%;
  transform: translateY(-550%);
  position: relative;
}
#rlm-carousel .owl-nav .owl-next{
  right: -55px;
  transform: translateY(-550%);
  position: relative;
}
.rlm-img-1 {
  height: 200px;
  object-fit: fill;
}
.rlm-link {
  text-decoration: none;
}
.rlm-link:hover .rlm-item-heading {
  font-weight: bold;
  text-decoration: underline;
}
.rlm-item-heading {
  text-align: start;
  font-family: Heebo-Medium;
  font-size: 18px;
  font-weight: normal;
  color: #373737;
  margin-top: 13px;
  line-height: normal;
}
.text-orng {
  color: #ff9000;
}
.rlm-item-sub-heading {
  text-align: start;
  line-height: 25px;
  font-size: 14px;
  color: #717171;
}
.rlm-services-req {
  text-align: start;
  font-family: Heebo-Medium;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  margin-top: 5px;
}
.services-req-list {
  display: flex;
  flex-direction: column;
  text-align: start;
  font-size: 14px;
  line-height: 25px;
  color: #404040;
}
.services-req-items {
  display: flex;
  align-items: center;
}
.services-req-item {
  padding: 0px 8px;
  white-space: nowrap;
}
.loc-icon {
  padding-left: 6px;
  height: 14px;
}
.lawn-grass-icon {
  padding-left: 2px;
  height: 13px;
}
.ordering-lawn-icon {
  padding-left: 5px;
  height: 13px;
}
@media screen and (max-width: 1365px) {
  .recent-lawns-mowed-inner {
    max-width: 1092px;
  }
  .recent-lawns-mowed-heading {
    font-size: 52px;
  }
  .rlm-carousel-container {
    padding-top: 26px;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 272px;
  }
  .rlm-img-1 {
    height: 190px;
  }
  #rlm-carousel .owl-item {
    width: 298px !important;
  }
  .rlm-item-heading {
    font-size: 17px;
    margin-top: 12px;
  }
  .rlm-item-sub-heading {
    line-height: 1.7;
    font-size: 14px;
  }
  .rlm-services-req {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 4px;
  }
  .services-req-list {
    font-size: 14px;
    line-height: 1.7;
  }
  .loc-icon {
    height: 12px;
  }
  #rlm-carousel .owl-dots {
    margin: 20px auto 0 auto;
  }
  .rlm-nav-btn {
    height: 48px;
  }
  #rlm-carousel .owl-nav .owl-prev {
    right: 832%;
    transform: translateY(-534%);
  }
  #rlm-carousel .owl-nav .owl-next {
    right: -69px;
    transform: translateY(-534%);
  }
}
@media screen and (max-width: 1279px) {
  .recent-lawns-mowed-inner {
    max-width: 940px;
  }
  .recent-lawns-mowed-heading {
    font-size: 46px;
  }
  .recent-lawns-mowed-sub-heading {
    font-size: 23px;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 234px;
    padding-left: 3px;
  }
  #rlm-carousel .owl-item {
    width: 256px !important;
  }
  .rlm-img-1 {
    height: 157px;
  }
  .rlm-item-heading {
    font-size: 15px;
  }
  .rlm-item-sub-heading {
    line-height: 1.5;
    font-size: 12px;
  }
  .rlm-services-req {
    font-size: 12px;
  }
  .services-req-list {
    font-size: 12px;
    line-height: 1.6;
  }
  .loc-icon {
    height: 11px;
  }
  .services-req-item {
    padding: 0px 6px;
  }
  #rlm-carousel .owl-nav .owl-prev {
    right: 825%;
    transform: translateY(-533%);
  }
  #rlm-carousel .owl-nav .owl-next {
    right: -65px;
    transform: translateY(-533%);
  }
  .rlm-nav-btn {
    height: 40px;
  }
}
@media screen and (max-width: 1099px) {
  .recent-lawns-mowed-inner {
    max-width: 872px;
  }
  .recent-lawns-mowed-heading {
    font-size: 42px;
  }
  .recent-lawns-mowed-sub-heading {
    font-size: 21px;
    margin: 1px auto;
  }
  .rlm-carousel-container {
    padding-top: 22px;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 217px;
  }
  .rlm-img-1 {
    height: 150px;
  }
  .rlm-item-heading {
    font-size: 13px;
  }
  .rlm-item-sub-heading {
    font-size: 11px;
  }
  .rlm-services-req {
    font-size: 11px;
  }
  .services-req-list {
    font-size: 11px;
    margin: 0 0 0 3px;
  }
  .loc-icon {
    height: 10px;
  }
  #rlm-carousel .owl-item {
    width: 238px !important;
  }
  #rlm-carousel .owl-dots {
    margin: 16px auto 0 auto;
  }
  #rlm-carousel .owl-nav .owl-prev {
    right: 792%;
    transform: translateY(-530%);
  }
  #rlm-carousel .owl-nav .owl-next {
    right: -45px;
    transform: translateY(-530%);
  }
  .rlm-nav-btn {
    height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .recent-lawns-mowed-inner {
    max-width: 656px;
  }
  .recent-lawns-mowed-heading {
    font-size: 31px;
    line-height: 36px;
  }
  .recent-lawns-mowed-sub-heading {
    font-size: 17px;
  }
  .rlm-carousel-container {
    padding-top: 17px;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 164px;
  }
  #rlm-carousel .owl-item {
    width: 180px !important;
  }
  .rlm-img-1 {
    height: 114px;
  }
  .rlm-item-heading {
    font-size: 10px;
    margin-top: 10px;
  }
  .rlm-item-sub-heading {
    font-size: 9px;
  }
  .rlm-services-req {
    font-size: 10px;
    margin-top: 3px;
  }
  .services-req-list {
    font-size: 8.5px;
    margin: 0 0 0 3px;
  }
  .loc-icon {
    height: 8px;
  }
  .services-req-item {
    padding: 0px 4px;
  }
  #rlm-carousel .owl-dots {
    margin: 10px auto 0 auto;
  }
  #rlm-carousel .owl-nav .owl-prev {
    right: 618%;
    transform: translateY(-500%);
  }
  #rlm-carousel .owl-nav .owl-next {
    right: -98px;
    transform: translateY(-500%);
  }
  .rlm-nav-btn {
    height: 28px;
  }
  .lawn-grass-icon {
    height: 8px;
  }
  .ordering-lawn-icon {
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  #rlm-carousel .owl-nav .owl-prev, #rlm-carousel .owl-nav .owl-next{
    display: none;
  }
  .recent-lawns-mowed-inner {
    max-width: 670px;
    padding-top: 24px;
  }
  .recent-lawns-mowed-heading {
    font-size: 37px;
    max-width: 510px;
    line-height: 46px;
    margin: auto;
  }
  .recent-lawns-mowed-sub-heading {
    max-width: 310px;
    font-size: 24px;
    padding-right: 30px;
    margin-top: 14px;
    line-height: 34px;
  }
  .rlm-carousel-container {
    padding-top: 24px;
  }
  #rlm-carousel .owl-item {
    width: 340px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 325px;
  }
  .rlm-img-1 {
    height: 230px;
  }
  .rlm-item-heading {
    font-family: Heebo-Medium;
    font-size: 22px;
    margin-top: 16px;
    font-weight: normal;
    line-height: 30px;
  }
  .rlm-pad {
    padding-left: 10px;
  }
  .text-orng {
    text-wrap: nowrap;
  }
  .rlm-item-sub-heading {
    font-size: 16px;
    padding-left: 10px;
    line-height: 26px;
  }
  .rlm-services-req {
    font-family: Heebo-Medium;
    font-size: 20px;
    line-height: 24px;
    margin-top: 9px;
    font-weight: normal;
    padding-left: 10px;
  }
  .services-req-list {
    font-size: 19px;
    margin: 0 0 0 15px;
  }
  .services-req-items {
    align-items: baseline;
    margin-top: 10px;
  }
  .loc-icon {
    height: 14px;
    margin-top: 3px;
  }
  .services-req-item {
    line-height: 24px;
    padding: 0px 12px;
    white-space: normal;
  }
  #rlm-carousel .owl-dots {
    margin: 30px auto 0 auto;
  }
  #rlm-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .lawn-grass-icon {
    height: 12px;
  }
  .ordering-lawn-icon {
    height: 13px;
  }
}
@media screen and (max-width: 719px) {
  .recent-lawns-mowed-inner {
    max-width: 500px;
    padding-top: 22px;
  }
  #rlm-carousel .owl-item {
    width: 255px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 242px;
  }
  .recent-lawns-mowed-heading {
    font-size: 36px;
    line-height: 44px;
  }
  .rlm-img-1 {
    height: 200px;
  }
  .rlm-item-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .rlm-item-sub-heading {
    font-size: 14px;
    line-height: 22px;
  }
  .rlm-services-req {
    font-size: 18px;
    line-height: 22px;
    margin-top: 7px;
  }
  .services-req-list {
    font-size: 17px;
    margin: 0 0 0 12px;
  }
  .services-req-item {
    line-height: 22px;
  }
}
@media screen and (max-width: 539px) {
  .recent-lawns-mowed-inner {
    max-width: 408px;
    margin-right: 0;
    padding-top: 16px;
  }
  .recent-lawns-mowed-heading {
    font-size: 36px;
    max-width: 380px;
    line-height: 44px;
  }
  .recent-lawns-mowed-sub-heading {
    max-width: 275px;
    font-size: 22px;
    padding-right: 22px;
    margin-top: 12px;
    line-height: 32px;
  }
  .rlm-carousel-container {
    padding-top: 24px;
  }
  #rlm-carousel .owl-item {
    width: 305px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 282px;
  }
  .rlm-img-1 {
    height: 194px;
  }
  .rlm-item-heading {
    font-size: 24px;
    margin-top: 15px;
    line-height: 32px;
  }
  .rlm-item-sub-heading {
    font-size: 16px;
    padding-left: 10px;
    line-height: 26px;
  }
  .rlm-services-req {
    font-size: 20px;
    line-height: 24px;
    margin-top: 9px;
    padding-left: 10px;
  }
  .services-req-list {
    font-size: 19px;
    margin: 0 0 0 15px;
  }
  .services-req-item {
    line-height: 24px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 427px) {
  .recent-lawns-mowed-inner {
    max-width: 392px;
  }
  #rlm-carousel .owl-item {
    width: 293px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 276px;
  }
  .rlm-img-1 {
    height: 188px;
  }
  .rlm-item-heading {
    font-size: 23px;
    line-height: 31px;
  }
  .rlm-pad {
    padding-left: 12px;
  }
  .rlm-item-sub-heading {
    font-size: 15px;
    padding-left: 12px;
    line-height: 24px;
  }
  .rlm-services-req {
    font-size: 19px;
    line-height: 22px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 409px) {
  .recent-lawns-mowed-inner {
    max-width: 380px;
  }
  .recent-lawns-mowed-heading {
    font-size: 35px;
    max-width: 340px;
  }
  .recent-lawns-mowed-sub-heading {
    max-width: 261px;
    font-size: 21px;
    margin-top: 11px;
    line-height: 31px;
  }
  #rlm-carousel .owl-item {
    width: 284.5px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 264px;
  }
  .rlm-img-1 {
    height: 182px;
  }
}
@media screen and (max-width: 399px) {
  .recent-lawns-mowed-inner {
    max-width: 370px;
    margin-right: 0;
    padding-top: 10px;
  }
  .recent-lawns-mowed-heading {
    font-size: 34px;
    max-width: 333px;
    padding-left: 10px;
    line-height: 40px;
  }
  .recent-lawns-mowed-sub-heading {
    max-width: 275px;
    font-size: 20px;
    padding-right: 22px;
    margin-top: 10px;
    line-height: 30px;
  }
  .rlm-carousel-container {
    padding-top: 22px;
  }
  #rlm-carousel .owl-item {
    width: 277px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 258px;
  }
  .rlm-img-1 {
    height: 174px;
  }
  .rlm-item-heading {
    font-size: 22px;
    margin-top: 15px;
    line-height: 26px;
  }
  .rlm-pad {
    padding-left: 10px;
  }
  .text-orng {
    text-wrap: nowrap;
  }
  .rlm-item-sub-heading {
    font-size: 16px;
    padding-left: 15px;
    line-height: 26px;
  }
  .rlm-services-req {
    font-size: 18px;
    line-height: 20px;
    margin-top: 7px;
    padding-left: 15px;
  }
  .services-req-list {
    font-size: 18px;
    margin: 0 0 0 20px;
  }
  .services-req-items {
    margin-top: 8px;
  }
  .loc-icon {
    height: 14px;
    margin-top: 3px;
  }
  .services-req-item {
    line-height: 24px;
    padding: 0px 12px;
  }
  #rlm-carousel .owl-dots {
    margin: 40px auto 0 auto;
  }
  #rlm-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
}
@media screen and (max-width: 389px) {
  .recent-lawns-mowed-inner {
    max-width: 358px;
  }
  .recent-lawns-mowed-heading {
    font-size: 33px;
    max-width: 318px;
  }
  .rlm-carousel-container {
    padding-top: 20px;
  }
  #rlm-carousel .owl-item {
    width: 268.5px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 252px;
  }
  #rlm-carousel .owl-dots {
    margin: 30px auto 0 auto;
  }
  .rlm-item-heading {
    font-size: 21px;
  }
  .rlm-services-req {
    font-size: 17px;
  }
  .services-req-list {
    font-size: 17px;
  }
}
@media screen and (max-width: 374px) {
  .recent-lawns-mowed-inner {
    max-width: 348px;
  }
  .recent-lawns-mowed-heading {
    font-size: 32px;
    max-width: 308px;
    line-height: 38px;
  }
  .recent-lawns-mowed-sub-heading {
    max-width: 258px;
    font-size: 19px;
    margin-top: 9px;
    line-height: 28px;
  }
  #rlm-carousel .owl-item {
    width: 261px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 244px;
  }
  .rlm-item-sub-heading {
    font-size: 15px;
    line-height: 22px;
  }
  .rlm-services-req {
    font-size: 16px;
  }
  .services-req-items {
    margin-top: 6px;
  }
  .services-req-list {
    font-size: 16px;
  }
  .loc-icon {
    height: 13px;
  }
  #rlm-carousel .owl-dots {
    margin: 20px auto 0 auto;
  }
  .rlm-img-1 {
    height: 164px;
  }
}
@media screen and (max-width: 364px) {
  .recent-lawns-mowed-inner {
    max-width: 304px;
  }
  .recent-lawns-mowed-heading {
    font-size: 28px;
    max-width: 278px;
    line-height: 34px;
    padding-left: 8px;
  }
  .recent-lawns-mowed-sub-heading {
    max-width: 220px;
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px;
  }
  .rlm-carousel-container {
    padding-top: 16px;
  }
  #rlm-carousel .owl-item {
    width: 228.5px !important;
  }
  #rlm-carousel .rlm-carousel-item {
    width: 212px;
  }
  .rlm-img-1 {
    height: 146px;
  }
  .rlm-item-heading {
    font-size: 18px;
    margin-top: 13px;
    line-height: 24px;
  }
  .rlm-pad {
    padding-left: 18px;
  }
  .rlm-item-sub-heading {
    font-size: 13px;
    line-height: 18px;
    padding-left: 18px;
  }
  .rlm-services-req {
    font-size: 15px;
    padding-left: 18px;
  }
  .services-req-list {
    font-size: 14px;
  }
  .services-req-items {
    margin-top: 7px;
  }
  .services-req-item {
    line-height: 20px;
  }
  #rlm-carousel .owl-dots {
    margin: 15px auto 0 auto;
  }
}
.cost-calculator-container {
  text-align: center;
  background-color: #f9f1ec;
}
.cost-calculator-container dl, ol, ul {
  list-style: none
}
.cost-calculator-container ul {
  margin-left: 1.1rem
}
.cost-calculator-container dl, ol, ul {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit
}
.cost-calculator-container ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px
}
.cost-calculator-container dl, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
  margin: 0;
  padding: 0;
}
.cost-calculator-inner {
  text-align: center;
  max-width: 930px;
  margin: 26px auto auto auto;
  padding-bottom: 60px;
}
.cost-calculator-heading {
  font-family: 'Heebo-Bold';
  line-height: 1.15;
  font-size: 54px;
  color: #404040;
  padding-top: 56px;
}
.cost-calculator-container label {
  font-size: .875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0
}
.cost-calculator-container select {
  -webkit-appearance: none!important;
  background: url("https://greenpal-production.s3.amazonaws.com/images/general/drop-down.svg") no-repeat;
  border-radius: 0;
  background-color: #fafafa;
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: .5rem;
  font-size: .875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, .75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
  width: 100%
}
.cs-select>span::after {
  content: "";
  right: 19px;
  font-size: 30px;
  top: 30px;
}
div.cs-select:focus {
  outline: 0
}
div.cs-active {
  z-index: 200
}
.cs-skin-elastic.cs-active .cs-options {
  pointer-events: auto;
  border: 1px solid #b9b7b4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -8px;
  overflow: hidden;
  z-index: 999
}
.cs-select.cs-active>span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.cs-select.cs-active .cs-options {
  visibility: visible
}
.cs-select .cs-selected span::after,
.cs-select>span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url('https://greenpal-production.s3.amazonaws.com/images/general/cs-select-arrow.svg') no-repeat;
  width: 14px;
  height: 10px;
}
.cs-select.cs-skin-elastic.z_index_e.cs-active {
  z-index: 999
}
div.cs-skin-elastic {
  background: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #5b8583
}
.cost-calculator-container :focus {
  outline: 0!important
}
.cs-select .cs-selected span::after,
.cs-select>span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 4;
  width: 100%;
  height: 57px;
  margin-bottom: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.cs-skin-elastic>span {
  background-color: #fff;
  z-index: 100;
  border: 1px solid rgba(149, 152, 152, 0.5);
  border-radius: 0
}
.cs-select>span {
  padding-right: 3em
}
.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 15px 20px;
  color: #3d3d3d;
  font-family: ProximaNova-Regular;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400
}
.cs-skin-elastic .cs-options {
  overflow: visible;
  background: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: none
}
.cs-skin-elastic.cs-active .cs-options>ul::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand .6s ease-out;
  animation: expand .6s ease-out
}
.cs-skin-elastic.cs-active .cs-options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: none;
  transition: .5s;
  -webkit-animation: bounce .6s ease-out;
  animation: bounce .6s ease-out
}
.flipIn,
h1,
ul li {
  animation: flipdown .5s ease both
}
.cs-skin-elastic .cs-options>ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  background: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s
}
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden
}
.cs-skin-elastic .cs-options .cs-selected span,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options span:hover {
  color: #1e4c4a
}
.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}
.cs-skin-elastic .cs-options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity .15s, -webkit-transform .15s;
  transition: opacity .15s, transform .15s
}
.cs-skin-elastic .cs-options span {
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 2em auto;
  height: 35px;
  line-height: 1;
  padding: 8px 8px 8px 16px
}
.cs-select ul span {
  padding: 1em
}
.cs-select select {
  display: none
}
.cost-calculator-container select {
  margin: 0 0 1rem 0
}
.custom_z_index {
  z-index: 1
}
.text-center {
  text-align: center!important
}
.cost-calculator-sub-heading {
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.map-cost-container {
  display: flex;
  margin-top: 36px;
  gap: 51px;
}
.cal-container {
  width: 100%;
  padding-top: 30px;
  text-align: start;
}
.cal-zip-text {
  font-size: 18px;
  color: #717171;
  position: absolute;
  right: 25.75%;
}
.cal-loc-zip {
  font-family: Heebo-Medium;
  color: #404040;
}
.cal-container label {
  font-size: 18px;
  color: #404040;
  margin-bottom: 5px;
}
div.cs-select {
  margin-bottom: 14px;
}
.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 12px 14px;
  color: #444444;
  font-family: Heebo-Medium;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  border-radius: 4px;
}
.cs-skin-elastic.cs-active .cs-options {
  border: 1px solid #cccccc;
  margin-top: 0; 
  border-radius: 8px;
}
.cs-skin-elastic .cs-options span {
  padding: 10px 8px 10px 16px;
}
.price-putter label {
  font-family: Heebo-Bold;
  font-size: 32px;
  color: #FF9000 !important ;
  margin-top: 20px;
  float: none;
  line-height: 16px;
}
.price-putter span {
  color: #878787;
  font-size: 16px;
  font-family: Heebo-Regular;
  line-height: normal; 
}
.calc-grass-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.calc-grass-btn a {
  display: flex;
  width: 225px;
  height: 62px;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.calc-grass-btn .arrow-price {
  padding-left: 5px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 1px;
}
.calc-grass-btn a:hover {
  background: #f67106;
}
.calc-grass-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
@media screen and (max-width: 1919px) {
  .cal-zip-text {
    right: 17.75%;
  }
}
@media screen and (max-width: 1439px) {
  .cal-zip-text {
    right: 16%;
  }
}
@media screen and (max-width: 1365px) {
  .cost-calculator-inner {
    max-width: 870px;
    padding-bottom: 36px;
  }
  .cost-calculator-heading {
    font-size: 51px;
    padding-top: 52px;
  }
  .cost-calculator-sub-heading {
    font-size: 24px;
  }
  .map-cost-container {
    margin-top: 32px;
    gap: 48px;
  }
  .cost-map-img {
    width: 460px;
    height: 328px;
  }
  .cal-container label {
    font-size: 17px;
  }
  .cs-select span {
    font-size: 17px;
    height: 48px;
  }
  .cal-zip-text {
    font-size: 17px;
  }
  .cal-container {
    padding-top: 27px;
  }
  div.cs-select {
    margin-bottom: 10px;
  }
  .calc-grass-btn {
    margin-top: 7px;
  }
  .calc-grass-btn a {
    width: 216px;
    height: 60px;
    font-size: 19px;
  } 
  .price-putter span {
    font-size: 15px;
  }
  .price-putter label {
    font-size: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .cost-calculator-inner {
    max-width: 750px;
    margin: 20px auto auto auto;
    padding-bottom: 26px;
  }
  .cost-calculator-heading {
    font-size: 44px;
    padding-top: 45px;
  }
  .cost-calculator-sub-heading {
    font-size: 21px;
  }
  .map-cost-container {
    margin-top: 26px;
    gap: 41px;
  }
  .cost-map-img {
    width: 396px;
    height: 282px;
  }
  .cal-container label {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .cal-zip-text {
    font-size: 15px;
  }
  .cal-container {
    padding-top: 24px;
  }
  .cs-select span {
    height: 41px;
    padding: 8px 12px;
    font-size: 15px;
  }
  div.cs-select {
    margin-bottom: 0px;
  }
  .calc-grass-btn a {
    width: 184px;
    height: 52px;
    font-size: 16px;
  }
  .calc-grass-btn .arrow-price {
    height: 12px;
    top: 1px;
  }
  .price-putter span {
    font-size: 13px;
  }
  .price-putter label {
    font-size: 28px;
    margin-top: 18px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1099px) {
  .cost-calculator-inner {
    max-width: 698px;
    margin: 18px auto auto auto;
  }
  .cost-calculator-heading {
    font-size: 41px;
    padding-top: 42px;
  }
  .cost-calculator-sub-heading {
    font-size: 20px;
  }
  .cost-map-img {
    width: 368px;
    height: 262px;
  }
  .map-cost-container {
    margin-top: 22px;
    gap: 39px;
  }
  .cal-container label {
    font-size: 14px;
  }
  .cs-select span {
    height: 39px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .calc-grass-btn {
    margin-top: 5px;
  }
  .calc-grass-btn a {
    width: 172px;
    height: 48px;
    font-size: 15px;
  }
  .calc-grass-btn .arrow-price {
    height: 10px;
    top: 1px;
  }
  .price-putter label {
    font-size: 26px;
    margin-top: 18px;
    line-height: 12px;
  }
  .price-putter span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .cost-calculator-inner {
    max-width: 524px;
    margin: 12px auto auto auto;
    padding-bottom: 24px;
  }
  .cost-calculator-heading {
    font-size: 31px;
    padding-top: 30px;
  }
  .cost-calculator-sub-heading {
    font-size: 14px;
  }
  .map-cost-container {
    margin-top: 18px;
    gap: 39px;
  }
  .cost-map-img {
    width: 276px;
    height: 198px;
  }
  .cal-container {
    padding-top: 16px;
  }
  .cal-zip-text {
    font-size: 10px;
  }
  .cal-container label {
    font-size: 10px;
    margin-bottom: 2px;
  }
  div.cs-select {
    height: 42px;
  }
  .calc-grass-btn {
    margin-top: 3px;
  }
  .calc-grass-btn a {
    width: 132px;
    height: 38px;
    font-size: 12px;
  }
  .calc-grass-btn .arrow-price {
    height: 9px;
    top: 0px;
    padding-left: 4px;
  }
  .price-putter label {
    font-size: 20px;
    margin-top: 18px;
    line-height: 2px;
  }
  .price-putter span {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .cost-calculator-inner {
    max-width: 512px;
    padding-bottom: 50px;
    margin-top: 32px;
  }
  .cost-calculator-heading {
    line-height: 40px;
    font-size: 36px;
    padding-top: 46px;
  }
  .cost-calculator-sub-heading {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .map-cost-container {
    flex-direction: column;
    margin-top: 30px;
    gap: 10px;
  }
  .cost-map-img {
    width: 100%;
    height: 320px;
  }
  .cal-zip-text {
    font-size: 22px;
    position: relative;
    right: -35%;
  }
  .cal-container {
    padding-top: 0px;
  }
  .cal-container label {
    font-size: 18px;
    color: #878787;
    margin-bottom: 5px;
  }
  .cs-select span {
    font-size: 18px;
    height: 60px;
    padding: 15px 19px;
  }
  div.cs-select {
    margin-bottom: 42px;
  }
  .calc-grass-btn {
    margin-top: 6px;
  }
  .price-putter label {
    font-size: 30px;
    line-height: 20px;
  }
  .calc-grass-btn a {
    width: 50%;
    height: 64px;
    font-size: 23px;
  }
  .calc-grass-btn .arrow-price {
    height: 17px;
    top: 1px;
    padding-left: 5px;
  }
  .price-putter label {
    font-size: 38px;
    line-height: 30px;
  }
  .price-putter span {
    font-size: 16px;
  }
}
@media screen and (max-width: 719px) {
  .cost-calculator-inner {
    max-width: 450px;
  }
  .cost-calculator-heading {
    line-height: 38px;
    font-size: 32px;
    padding-top: 44px;
  }
  .cost-calculator-sub-heading {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 539px) {
  .cost-calculator-inner {
    max-width: 352px;
    padding-bottom: 46px;
    margin-top: 26px;
  }
  .cost-calculator-heading {
    line-height: 40px;
    font-size: 34px;
    padding-top: 45px;
    max-width: 270px;
    margin: 0 auto;
  }
  .cost-calculator-sub-heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .map-cost-container {
    margin-top: 24px;
    gap: 8px;
  }
  .cost-map-img {
    width: 100%;
    height: 248px;
  }
  .cal-container label {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .calc-grass-btn a {
    width: 100%;
    height: 60px;
    font-size: 22px;
  }
  .calc-grass-btn .arrow-price {
    height: 16px;
  }
  .price-putter label {
    font-size: 36px;
    line-height: 24px;
  }
  .price-putter span {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  .cost-calculator-inner {
    max-width: 338px;
    margin-top: 26px;
  }
  .cost-calculator-heading {
    line-height: 39px;
    font-size: 33px;
    padding-top: 42px;
  }
  .cost-calculator-sub-heading {
    margin-top: 8px;
  }
  .map-cost-container {
    margin-top: 24px;
    gap: 0px;
  }
  .cost-map-img {
    height: 236px;
  }
  .cal-zip-text {
    font-size: 21px;
    margin-top: 8px;
  }
  .cal-container {
    padding-top: 6px;
  }
  .cal-container label {
    font-size: 16px;
  }
  .cs-select span {
    height: 54px;
    padding: 13px 19px;
    font-size: 17px;
  }
  div.cs-select {
    margin-bottom: 36px;
  }
  .price-putter label {
    font-size: 32px;
    line-height: 24px;
  }
}
@media screen and (max-width: 374px) {
  .cost-calculator-inner {
    max-width: 330px;
  }
  .cost-calculator-heading {
    line-height: 38px;
    font-size: 32px;
  }
  .map-cost-container {
    margin-top: 20px;
  }
  .cost-map-img {
    height: 234px;
  }
  .cal-container label {
    font-size: 15px;
  }
  .calc-grass-btn {
    margin-top: 4px;
  }
  .calc-grass-btn a {
    height: 56px;
    font-size: 20px;
  }
  .calc-grass-btn .arrow-price {
    height: 15px;
  }
  .price-putter span {
    font-size: 17px;
  }
  .price-putter label {
    font-size: 30px;
    line-height: 22px;
  }
}
@media screen and (max-width: 364px) {
  .cost-calculator-inner {
    max-width: 290px;
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .cost-calculator-heading {
    line-height: 34px;
    font-size: 30px;
    padding-top: 34px;
  }
  .cost-calculator-sub-heading {
    font-size: 17px;
    line-height: 22px;
  }
  .cost-map-img {
    height: 204px;
  }
  .cal-zip-text {
    font-size: 18px;
  }
  .cal-container {
    padding-top: 4px;
  }
  .cal-container label {
    font-size: 13.5px;
    margin-bottom: 1px;
  }
  .cs-select span {
    height: 50px;
    padding: 12px 16px;
    font-size: 15px;
  }
  div.cs-select {
    margin-bottom: 26px;
  }
  .calc-grass-btn a {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .calc-grass-btn .arrow-price {
    height: 13px;
    padding-left: 4px;
  }
  .price-putter label {
    font-size: 26px;
    line-height: 20px;
  }
  .price-putter span {
    font-size: 13.5px;
  }
}
.nearby-cities-container {
  background-color: #effeee;
}
.nearby-cities-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1166px;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
.how-long-preview {
  display: block;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  text-align: start;
}
.fade-how-long-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), #effeee);
  pointer-events: none;
}
.how-long-full {
  display: none;
  transition: max-height 0.5s ease-in-out;
}
.how-long-detail:checked ~ .how-long-full {
  display: block !important;
}
.how-long-detail:checked ~ .how-long-preview {
  display: none !important;
}
.how-long-detail ~ .see-more-detail-btn::after{
  content: 'Read More';
}
.how-long-detail:checked ~ .see-more-detail-btn::after{
  content: 'Read Less';
}
.see-more-detail-btn {
  color: #ff8800;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
  text-decoration: underline;
}
.nc-sec1-detail-mob {
  display: none;
}
.nc-sec1-heading {
  font-family: Heebo-Bold;
  font-size: 54px;
  color: #404040;
}
.nc-sec1-quest {
  text-align: start;
  margin: 8px auto 2px 0;
  font-family: Heebo-Medium;
  font-size: 24px;
  line-height: 39px;
  color: #373737;
  max-width: 1108px;
}
.nc-sec1-detail {
  text-align: start;
  margin: 2px 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #373737;
  max-width: 1100px;
}
.nearby-cities-sec2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nc-sec2-heading {
  display: flex;
  flex-direction: column;
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: 60px;
  color: #404040;
  text-align: center;
}
.nc-sec2-sub-heading {
  font-family: Heebo-Bold;
  color: #00a567;
}
.nc-sec2-map-cities {
  display: flex;
  gap: 40px;
}
.nc-sec2-cities {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  position: relative;
}
.nearby-cities-trigger::before {
  content: 'Read More';
}
.read-more-nearby-cities:checked ~ .nearby-cities-trigger:before {
  content: ' Read Less';
}
.faded-nearby-cities {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), #effeee);
}
.read-more-nearby-cities:checked ~ .nc-sec2-cities {
  max-height: fit-content !important;
}
.read-more-nearby-cities:checked ~ .nc-sec2-cities .faded-nearby-cities {
  background-image: none !important;
}
.nc-sec2-cities-names {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-gap: 4px 10px;
}
.nc-sec2-cities-name {
  font-family: Heebo-Medium;
  font-size: 16px;
  font-weight: normal;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
  line-height: 24px;
}
.nc-sec2-cities-zip-codes {
  text-align: start;
}
.nc-cities-zip-codes-heading, .nc-cities-others-heading {
  font-family: Heebo-Bold;
  font-size: 20px;
  color: #373737;
}
.nc-cities-zip-codes {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(13, 8%);
  grid-gap: 5px 5px;
}
.nc-cities-zip-code {
  font-size: 14px;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
  line-height: 26px;
}
.nc-sec2-cities-others {
  text-align: start;
}
.nc-other-cities {
  display: grid;
  margin-top: 8px;
  grid-template-columns: repeat(5, 20%);
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  grid-gap: 6px 10px;
}
.nc-other-cities a {
  font-family: Heebo-Medium;
  color: #00a3e7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nc-other-cities a:hover {
  font-weight: bold;
  color: #2c2cff;
}
@media screen and (max-width: 1365px) {
  .nearby-cities-inner {
    max-width: 1092px;
    padding-top: 45px;
  }
  .nc-sec1-heading {
    font-size: 52px;
  }
  .nc-sec1-quest {
    font-size: 24px;
    max-width: 1030px;
  }
  .nc-sec1-detail {
    font-size: 18px;
    max-width: 1030px;
  }
  .nc-sec2-heading {
    font-size: 52px;
  }
  .nc-sec2-sub-heading {
    font-size: 55px;
  }
  .nearby-cities-sec2 {
    gap: 28px;
  }
  .nc-sec2-map img {
    width: 296px;
    height: 318px;
  }
  .nc-sec2-map-cities {
    gap: 38px;
  }
  .nc-sec2-cities-names {
    grid-template-columns: repeat(4, 23%);
  }
  .nc-cities-zip-codes {
    grid-template-columns: repeat(13, 7%);
  }
  .nc-other-cities {
    grid-template-columns: repeat(5, 19%);
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .nearby-cities-inner {
    max-width: 940px;
    padding-top: 40px;
    gap: 32px;
  }
  .nc-sec1-heading {
    font-size: 45px;
  }
  .nc-sec1-quest {
    font-size: 19px;
    max-width: 900px;
    margin: 5px auto 2px 0;
    line-height: 34px;
  }
  .nc-sec1-detail {
    font-size: 14px;
    max-width: 900px;
  }
  .nc-sec2-heading {
    font-size: 44px;
    line-height: 50px;
  }
  .nc-sec2-sub-heading {
    font-size: 45px;
  }
  .nearby-cities-sec2 {
    gap: 22px;
  }
  .nc-sec2-map img {
    width: 256px;
    height: 276px;
  }
  .nc-sec2-map-cities {
    gap: 32px;
  }
  .nc-sec2-cities {
    gap: 12px;
  }
  .nc-sec2-cities-names {
    grid-template-columns: repeat(4, 21%);
    margin-top: 5px;
  }
  .nc-sec2-cities-name {
    font-size: 14px;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 17px;
  }
  .nc-cities-zip-code {
    font-size: 13px;
  }
  .nc-cities-zip-codes {
    margin-top: 5px;
  }
  .nc-other-cities {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1099px) {
  .nearby-cities-inner {
    max-width: 875px;
    padding-top: 36px;
    padding-bottom: 50px;
    gap: 28px;
  }
  .nc-sec1-heading {
    font-size: 42px;
  }
  .nc-sec1-quest {
    font-size: 20px;
    max-width: 860px;
    margin: 5px auto 0px 0;
  }
  .nc-sec1-detail {
    font-size: 15px;
    max-width: 860px;
  }
  .nc-sec2-heading {
    font-size: 42px;
  }
  .nc-sec2-sub-heading {
    font-size: 44px;
  }
  .nc-sec2-map-cities {
    gap: 30px;
  }
  .nc-sec2-map img {
    width: 238px;
    height: 254px;
  }
  .nc-sec2-cities-name {
    font-size: 13px;
    line-height: 1.2;
  }
  .nc-sec2-cities {
    gap: 17px;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 16px;
  }
  .nc-cities-zip-code {
    font-size: 12px;
    line-height: 1.2;
  }
  .nc-other-cities {
    font-size: 12px;
    margin-top: 3px;
    grid-template-columns: repeat(5, 18%);
  }
}
@media screen and (max-width: 1023px) {
  .nearby-cities-inner {
    max-width: 656px;
    padding-top: 26px;
    padding-bottom: 40px;
    gap: 24px;
  }
  .nc-sec1-heading {
    font-size: 32px;
  }
  .nc-sec1-quest {
    font-size: 14px;
    max-width: 640px;
    margin: 4px auto 0 0;
    line-height: 26px;
  }
  .nc-sec1-detail {
    font-size: 10px;
    max-width: 640px;
    line-height: 18px;
  }
  .nearby-cities-sec2 {
    gap: 16px;
  }
  .nc-sec2-heading {
    font-size: 32px;
    line-height: 38px;
  }
  .nc-sec2-sub-heading {
    font-size: 31px;
  }
  .nc-sec2-map-cities {
    gap: 22px;
  }
  .nc-sec2-map img {
    width: 178px;
    height: 192px;
  }
  .nc-sec2-cities {
    gap: 8px;
  }
  .nc-sec2-cities-name {
    font-size: 11px;
    line-height: 1;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 12px;
  }
  .nc-cities-zip-code {
    font-size: 10px;
    line-height: 1;
  }
  .nc-other-cities {
    font-size: 9px;
    margin-top: 1px;
    line-height: 20px;
    grid-gap: 2px 10px;
  }
}
@media screen and (max-width: 767px) {
  .nearby-cities-inner {
    max-width: 512px;
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 50px;
  }
  .nc-sec1-heading {
    font-size: 38px;
    line-height: 44px;
  }
  .nc-sec1-quest {
    font-size: 24px;
    line-height: 34px;
    margin: 16px auto 0 0;
  }
  .nc-sec1-detail {
    display: none;
  }
  .nc-sec1-detail-mob {
    display: block;
    text-align: start;
    font-size: 24px;
    margin-top: 14px;
    line-height: 34px;
    color: #373737;
  }
  .nearby-cities-sec2 {
    gap: 28px;
  }
  .nc-sec2-heading {
    font-size: 38px;
    line-height: 44px;
  }
  .nc-sec2-sub-heading {
    font-size: 35px;
  }
  .nc-sec2-map-cities {
    flex-direction: column;
    gap: 24px;
  }
  .nc-sec2-map img {
    width: 100%;
    height: 440px;
  }
  .nc-sec2-cities-names {
    grid-template-columns: repeat(3, 30%);
    margin-top: 10px;
    grid-gap: 20px 20px;
  }
  .nc-sec2-cities-name {
    font-size: 19px;
  }
  .nc-sec2-cities {
    gap: 40px;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .nc-cities-zip-codes {
    margin-top: 22px;
    grid-template-columns: repeat(6, 15%);
    grid-gap: 26px 8px;
  }
  .nc-cities-zip-code {
    font-size: 17px;
  }
  .nc-other-cities {
    font-size: 19px;
    margin-top: 16px;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 16px 16px
  }
}
@media screen and (max-width: 719px) {
  .nearby-cities-inner {
    max-width: 450px;
    padding-top: 52px;
    padding-bottom: 54px;
    gap: 48px;
  }
  .nc-sec1-heading {
    font-size: 36px;
    line-height: 42px;
  }
  .nc-sec1-quest {
    font-size: 23px;
  }
  .nc-sec1-detail-mob {
    font-size: 23px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 539px) {
  .nearby-cities-inner {
    max-width: 390px;
    padding-top: 50px;
    padding-bottom: 56px;
    gap: 46px;
  }
  .nc-sec1-heading {
    max-width: 300px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 44px;
  }
  .nc-sec1-quest {
    font-size: 24px;
    line-height: 38px;
    max-width: 356px;
    margin: 15px auto 0 0;
  }
  .nc-sec1-detail-mob {
    font-size: 24px;
    max-width: 356px;
    margin-top: 14px;
    line-height: 38px;
  }
  .nc-sec2-heading {
    font-size: 36px;
  }
  .nc-sec2-sub-heading {
    font-size: 36.5px;
  }
  .nc-sec2-map-cities {
    gap: 16px;
  }
  .nc-sec2-map img {
    width: 100%;
    height: 392px;
  }
  .nc-sec2-cities-names {
    grid-template-columns: repeat(3, 30%);
    margin-top: 5px;
    grid-gap: 28px 18px;
  }
  .nc-sec2-cities-name {
    font-size: 19px;
  }
  .nc-sec2-cities {
    gap: 40px;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 24px;
    line-height: 36px;
  }
  .nc-cities-zip-codes {
    margin-top: 22px;
    grid-template-columns: repeat(6, 15%);
    grid-gap: 26px 8px;
  }
  .nc-cities-zip-code {
    font-size: 17px;
  }
  .nc-other-cities {
    font-size: 19px;
    margin-top: 16px;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 16px 14px
  }
}
@media screen and (max-width: 427px) {
  .nearby-cities-inner {
    max-width: 372px;
    padding-top: 48px;
    padding-bottom: 54px;
    gap: 44px;
  }
  .nc-sec1-heading {
    max-width: 262px;
    font-size: 35px;
    line-height: 42px;
  }
  .nc-sec1-quest {
    font-size: 23px;
    line-height: 37px;
    max-width: 348px;
    margin: 15px auto 0 0;
  }
  .nc-sec1-detail-mob {
    font-size: 23px;
    max-width: 348px;
    margin-top: 12px;
    line-height: 37px;
  }
  .nc-sec2-heading {
    font-size: 35px;
    line-height: 42px;
  }
  .nc-sec2-sub-heading {
    font-size: 37px;
  }
  .nc-sec2-map img {
    height: 382px;
  }
  .nc-sec2-cities-name {
    font-size: 18px;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .nc-cities-zip-code {
    font-size: 16px;
  }
  .nc-other-cities {
    font-size: 18px;
  }
  .nc-sec2-map-cities {
    gap: 14px;
  }
}
@media screen and (max-width: 409px) {
  .nearby-cities-inner {
    max-width: 358px;
    padding-top: 46px;
    padding-bottom: 53px;
    gap: 42px;
  }
  .nc-sec2-sub-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 399px) {
  .nearby-cities-inner {
    max-width: 352px;
    padding-top: 45px;
    padding-bottom: 52px;
    gap: 40px;
  }
  .nc-sec1-heading {
    max-width: 270px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 40px;
  }
  .nc-sec1-quest {
    font-size: 22px;
    line-height: 36px;
    max-width: 340px;
    margin: 13px auto 0 0;
  }
  .nc-sec1-detail-mob {
    display: block;
    text-align: start;
    font-size: 22px;
    max-width: 340px;
    margin-top: 14px;
    line-height: 36px;
    color: #373737;
  }
  .nearby-cities-sec2 {
    gap: 22px;
  }
  .nc-sec2-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .nc-sec2-sub-heading {
    font-size: 34px;
  }
  .nc-sec2-map-cities {
    flex-direction: column;
    gap: 10px;
  }
  .nc-sec2-map img {
    height: 375px;
  }
  .nc-sec2-cities-names {
    grid-template-columns: repeat(3, 30%);
    margin-top: 5px;
    grid-gap: 28px 18px;
  }
  .nc-sec2-cities-name {
    font-size: 18px;
  }
  .nc-sec2-cities {
    gap: 40px;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 24px;
    line-height: 34px;
  }
  .nc-cities-zip-codes {
    margin-top: 22px;
    grid-template-columns: repeat(6, 15%);
    grid-gap: 26px 8px;
  }
  .nc-cities-zip-code {
    font-size: 16px;
  }
  .nc-other-cities {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 389px) {
  .nearby-cities-inner {
    max-width: 338px;
  }
}
@media screen and (max-width: 374px) {
  .nearby-cities-inner {
    max-width: 328px;
    padding-top: 42px;
    padding-bottom: 48px;
    gap: 38px;
  }
  .nc-sec1-heading {
    max-width: 246px;
    font-size: 32px;
    line-height: 38px;
  }
  .nc-sec1-quest {
    font-size: 21px;
    line-height: 35px;
    max-width: 326px;
    margin: 12px auto 0 0;
  }
  .nc-sec1-detail-mob {
    font-size: 21px;
    max-width: 340px;
    margin-top: 12px;
    line-height: 35px;
  }
  .nc-sec2-heading {
    font-size: 32px;
    line-height: 38px;
  }
  .nc-sec2-sub-heading {
    font-size: 33px;
  }
  .nc-sec2-map img {
    height: 352px;
  }
  .nc-sec2-cities {
    gap: 36px;
  }
  .nc-sec2-cities-name {
    font-size: 17px;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 23px;
    line-height: 33px;
  }
  .nc-cities-zip-code {
    font-size: 15px;
  }
  .nc-other-cities {
    font-size: 17px;
  }
}
@media screen and (max-width: 364px) {
  .nearby-cities-inner {
    max-width: 288px;
    padding-top: 38px;
    padding-bottom: 42px;
    gap: 30px;
  }
  .nc-sec1-heading {
    max-width: 218px;
    font-size: 28px;
    line-height: 36px;
  }
  .nc-sec1-quest {
    font-size: 18px;
    line-height: 30px;
    max-width: 276px;
    margin: 10px auto 0 0;
  }
  .nc-sec1-detail-mob {
    font-size: 18px;
    max-width: 278px;
    margin-top: 10px;
    line-height: 30px;
  }
  .nc-sec2-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .nc-sec2-sub-heading {
    font-size: 29px;
  }
  .nearby-cities-sec2 {
    gap: 18px;
  }
  .nc-sec2-map img {
    height: 306px;
  }
  .nc-sec2-map-cities {
    gap: 8px;
  }
  .nc-sec2-cities-name {
    font-size: 15px;
  }
  .nc-sec2-cities-names {
    margin-top: 4px;
    grid-gap: 20px 17px;
  }
  .nc-sec2-cities {
    gap: 32px;
  }
  .nc-cities-zip-codes-heading, .nc-cities-others-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .nc-cities-zip-code {
    font-size: 13px;
  }
  .nc-cities-zip-codes {
    margin-top: 20px;
    grid-template-columns: repeat(6, 15%);
    grid-gap: 20px 7px;
  }
  .nc-other-cities {
    font-size: 14px;
    margin-top: 14px;
    grid-gap: 12px 10px;
  }
}
.about-city-container {
  text-align: center;
  background-color: #fff;
}
.about-city-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1166px;
  margin: 0 auto;
  padding: 58px 0;
}
.about-city-heading {
  margin: 0 0 4px;
  font-family: Heebo-Bold;
  font-size: 54px;
  line-height: 42px;
  color: #404040;
}
.about-city-sub-heading {
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.about-city-sec2 {
  display: flex;
  align-items: flex-start;
  text-align: start;
  gap: 40px;
}
.about-city-img {
  width: 415px;
  height: 375px;
}
.about-city-sec2-text-mob {
  display: none;
}
.about-city-sec2-text {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  row-gap: 17px;
  line-height: 26px;
  color: #717171;
}
.about-city-sec2-text1 {
  font-size: 18px;
}
.about-city-sec2-text p {
  margin: 0;
}
.about-city-price-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
}
.about-city-price-btn a {
  display: flex;
  width: 225px;
  height: 62px;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.about-city-price-btn .arrow-price {
  padding-left: 6px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 0.5px;
}
.about-city-price-btn a:hover {
  background: #f67106;
}
.about-city-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
.read-more-state {
  display: none;
}
.about-city-sec2-text1 {
  font-size: 18px;
}
.read-more-target {
  display: none;
  font-size: 0;
  transition: 0.25s ease;
}
.read-more-target p,
.read-more-preview p {
  padding-bottom: 6px;
}
.read-more-state:checked ~ .read-more-target {
  display: block;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state:checked ~ .read-more-preview p {
  display: none;
}
.read-more-state ~ .read-more-trigger:before {
  content: ' Read More';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: ' Read Less';
}
.read-more-trigger {
  cursor: pointer;
  color: #ff8800;
  font-size: inherit;
  text-decoration: underline;
}
.read-more-trigger:hover {
  font-weight: bold;
}
.faded-container {
  position: relative;
  overflow: hidden;
}
.fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}
@media screen and (max-width: 1365px) {
  .about-city-inner {
    gap: 28px;
    max-width: 1092px;
    padding: 52px 0;
  }
  .about-city-heading {
    margin: 0 0 8px;
    font-size: 50px;
  }
  .about-city-sub-heading {
    font-size: 24px;
  }
  .about-city-sec2 {
    gap: 34px;
  }
  .about-city-img {
    width: 390px;
    height: 350px;
  }
  .about-city-sec2-text {
    font-size: 18px;
    row-gap: 8px;
    line-height: 1.3;
  }
  .about-city-sec2-text1 {
    font-size: 18px;
  }
  .about-city-price-btn {
    margin-top: 6px;
  }
  .about-city-price-btn a {
    width: 214px;
    height: 56px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .about-city-inner {
    gap: 22px;
    max-width: 940px;
    padding: 48px 0;
  }
  .about-city-heading {
    margin: 0px 0 6px;
    font-size: 44px;
  }
  .about-city-sub-heading {
    font-size: 20px;
  }
  .about-city-sec2 {
    gap: 30px;
  }
  .about-city-img {
    width: 334px;
    height: 300px;
  }
  .about-city-sec2-text {
    font-size: 15px;
  }
  .about-city-sec2-text1 {
    font-size: 15px;
  }
  .about-city-price-btn {
    margin-top: 8px;
  }
  .about-city-price-btn a {
    width: 186px;
    height: 48px;
    font-size: 16px;
  }
  .about-city-price-btn .arrow-price {
    height: 12px;
  }
}
@media screen and (max-width: 1099px) {
  .about-city-inner {
    gap: 20px;
    max-width: 875px;
    padding: 44px 0;
  }
  .about-city-heading {
    margin: 0px 0 8px;
    font-size: 40px;
  }
  .about-city-sub-heading {
    font-size: 19px;
  }
  .about-city-sec2 {
    gap: 28px;
  }
  .about-city-img {
    width: 311px;
    height: 281px;
  }
  .about-city-sec2-text {
    font-size: 15px;
    row-gap: 5px;
  }
  .about-city-sec2-text1 {
    font-size: 15px;
  }
  .about-city-price-btn {
    margin-top: 11px;
  }
  .about-city-price-btn a {
    width: 172px;
    height: 46px;
    font-size: 16px;
  }
  .about-city-price-btn .arrow-price {
    height: 11px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .about-city-inner {
    gap: 14px;
    max-width: 657px;
    padding: 30px 0;
  }
  .about-city-heading {
    margin: 0px 0 1px;
    font-size: 32px;
  }
  .about-city-sub-heading {
    font-size: 15px;
  }
  .about-city-sec2 {
    gap: 22px;
  }
  .about-city-img {
    width: 234px;
    height: 209px;
  }
  .about-city-sec2-text {
    font-size: 11px;
    row-gap: 5px;
  }
  .about-city-sec2-text1 {
    font-size: 11px;
  }
  .about-city-price-btn {
    margin-top: 6px;
  }
  .about-city-price-btn a {
    width: 128px;
    height: 35px;
    font-size: 12px;
  }
  .about-city-price-btn .arrow-price {
    height: 8px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .about-city-inner {
    max-width: 512px;
    padding: 60px 0;
  }
  .about-city-heading {
    margin: 0px 0 6px;
    font-size: 36px;
    line-height: 44px;
  }
  .about-city-sub-heading {
    max-width: 328px;
    font-size: 22px;
    margin: 0 auto;
    line-height: 32px;
  }
  .about-city-sec2 {
    flex-direction: column;
    margin-top: 8px;
    gap: 18px;
  }
  .about-city-img {
    width: 512px;
    height: 300px;
  }
  .about-city-sec2-text1 {
    display: none;
  }
  .about-city-sec2-text-mob {
    display: block;
    font-size: 24px;
    line-height: 36px;
  }
  .about-city-price-btn {
    margin-top: 24px;
    justify-content: center;
  }
  .about-city-price-btn a {
    width: 50%;
    height: 68px;
    font-size: 24px;
  }
  .about-city-price-btn .arrow-price {
    height: 16px;
    padding-left: 5px;
    top: 1px;
  }
  .read-more-target p,
  .read-more-preview p {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 719px) {
  .about-city-inner {
    max-width: 450px;
    padding: 56px 0;
  }
  .about-city-heading {
    font-size: 34px;
    line-height: 42px;
  }
  .about-city-img {
    width: 450px;
    height: 252px;
  }
  .about-city-sec2-text-mob {
    display: block;
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 539px) {
  .about-city-inner {
    max-width: 390px;
    padding: 50px 0;
  }
  .about-city-heading {
    font-size: 36px;
    line-height: 42px;
  }
  .about-city-sub-heading {
    max-width: 328px;
    font-size: 22px;
    margin: 0 auto;
    line-height: 32px;
  }
  .about-city-sec2 {
    flex-direction: column;
    margin-top: 8px;
    gap: 18px;
  }
  .about-city-img {
    width: 390px;
    height: 190px;
  }
  .about-city-sec2-text-mob {
    display: block;
    font-size: 23px;
    line-height: 38px;
  }
  .about-city-price-btn {
    margin-top: 20px;
  }
  .about-city-price-btn a {
    width: 100%;
    height: 64px;
    font-size: 22px;
  }
  .about-city-price-btn .arrow-price {
    height: 15px;
    padding-left: 5px;
    top: 2px;
  }
}
@media screen and (max-width: 427px) {
  .about-city-inner {
    max-width: 372px;
    padding: 48px 0;
  }
  .about-city-img {
    width: 372px;
    height: 184px;
  }
  .about-city-heading {
    font-size: 35px;
    line-height: 41px;
  }
  .about-city-sub-heading {
    max-width: 318px;
    font-size: 21px;
    line-height: 31px;
  }
  .about-city-sec2-text-mob {
    font-size: 22px;
    line-height: 37px;
  }
  .about-city-price-btn a {
    height: 62px;
  }
  .about-city-price-btn .arrow-price {
    top: 1px;
  }
}
@media screen and (max-width: 409px) {
  .about-city-inner {
    max-width: 362px;
  }
  .about-city-img {
    width: 362px;
    height: 180px;
  }
}
@media screen and (max-width: 399px) {
  .about-city-inner {
    max-width: 350px;
    padding: 45px 0;
  }
  .about-city-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .about-city-sub-heading {
    max-width: 298px;
    font-size: 20px;
    line-height: 30px;
  }
  .about-city-sec2 {
    flex-direction: column;
    margin-top: 7px;
    gap: 16px;
  }
  .about-city-img {
    width: 350px;
    height: 168px;
  }
  .about-city-sec2-text-mob {
    display: block;
    font-size: 22px;
    line-height: 36px;
  }
  .about-city-price-btn {
    margin-top: 17px;
  }
  .about-city-price-btn a {
    width: 100%;
    height: 60px;
    font-size: 22px;
  }
  .about-city-price-btn .arrow-price {
    height: 15px;
    padding-left: 5px;
    top: 2px;
  }
}
@media screen and (max-width: 389px) {
  .about-city-inner {
    max-width: 336px;
    padding: 42px 0;
  }
  .about-city-heading {
    font-size: 36px;
  }
  .about-city-sub-heading {
    font-size: 20px;
  }
  .about-city-sec2 {
    margin-top: 5px;
  }
  .about-city-img {
    width: 336px;
    height: 162px;
  }
  .about-city-sec2-text-mob {
    font-size: 23px;
    line-height: 34px;
  }
  .about-city-price-btn {
    margin-top: 18px;
  }
  .about-city-price-btn a {
    height: 58px;
  }
}
@media screen and (max-width: 374px) {
  .about-city-inner {
    max-width: 328px;
    padding: 40px 0;
  }
  .about-city-heading {
    font-size: 34px;
  }
  .about-city-sub-heading {
    line-height: 1.4;
  }
  .about-city-sec2 {
    gap: 12px;
  }
  .about-city-img {
    width: 328px;
    height: 158px;
  }
  .about-city-sec2-text-mob {
    font-size: 22px;
    line-height: 33px;
  }
  .about-city-price-btn {
    margin-top: 22px;
  }
  .about-city-price-btn a {
    height: 56px;
  }
  .about-city-price-btn .arrow-price {
    height: 15px;
  }
}
@media screen and (max-width: 364px) {
  .about-city-inner {
    max-width: 288px;
    padding: 38px 0;
  }
  .about-city-heading {
    font-size: 30px;
    margin: 0px 0 4px;
  }
  .about-city-sub-heading {
    font-size: 18px;
  }
  .about-city-sec2 {
    margin-top: 4px;
  }
  .about-city-img {
    width: 288px;
    height: 138px;
  }
  .about-city-sec2-text-mob {
    font-size: 19px;
    line-height: 28px;
  }
  .about-city-price-btn {
    margin-top: 17px;
  }
  .about-city-price-btn a {
    height: 48px;
    font-size: 18px;
  }
  .about-city-price-btn .arrow-price {
    height: 12px;
    top: 1px;
  }
} 
.city-activity-summary {
  border-left: 4px solid #4caf50;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 32px 0; }

.city-activity-heading {
  font-size: 24px;
  color: #2c3e50;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8f5e9;
  line-height: 1.3; }
  @media (max-width: 768px) {
    .city-activity-heading {
      font-size: 20px;
      margin-bottom: 14px; } }
.city-activity-content {
  font-family: 'proxima_novaregular', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #34495e;
  margin-bottom: 16px; }
  .city-activity-content p {
    margin: 0 0 12px 0; }
    .city-activity-content p:last-child {
      margin-bottom: 0; }
  .city-activity-content strong {
    font-family: Heebo-Bold;
    font-weight: 700;
    color: #2c3e50; }
  @media (max-width: 768px) {
    .city-activity-content {
      font-size: 15px;
      line-height: 1.65; } }
.city-activity-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #e8f5e9; }

.city-activity-timestamp {
  font-family: 'proxima_novaregular', sans-serif;
  font-size: 13px;
  color: #7f8c8d;
  font-style: italic; }
  @media (max-width: 768px) {
    .city-activity-timestamp {
      font-size: 12px; } }
.mb-20 {
  margin-bottom: 0 !important; }
.lawn-recommendations-container {
  text-align: center;
  background-color: #f7fcff;
}
.lawn-recommendations-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 1070px;
  margin: 0 auto;
  padding: 60px 0 32px 0;
}
.water-right-grid3-mob {
  display: none;
}
.lawn-recommendations-heading {
  margin: 0 0 4px;
  font-family: Heebo-Bold;
  font-size: 54px;
  line-height: normal;
  color: #404040;
}
.lawn-recommendations-sub-heading {
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.lcr-water {
  background-color: #E7F8FF;
  display: grid;
  grid-template-columns: 10% 90%;
  padding-bottom: 0;
  max-width: 96.5%;
}
.lcr-water-left {
  padding: 15px 0 0 0;
}
.lcr-water-left img {
  height: auto;
  width: 73px;
}
.lcr-water-right {
  padding-left: 10px;
}
.lcr-water-right-grid {
  display: grid;
  grid-template-columns: 66% 16% 15%;
}
.water-right-grid1 {
  display: flex;
  flex-direction: column;
  text-align: start;
  line-height: 1.5;
  padding: 12px 0;
}
.water-right-grid1-heading {
  font-size: 20px;
  line-height: 29px;
  font-family: proxima_nova_rgbold;
  font-weight: 700;
  color: #373737;
  margin: 0;
  padding-bottom: 6px;
}
.water-right-grid1-pera {
  font-size: 16px;
  color: #373737;
  font-family: ProximaNova-Regular;
  font-weight: 400;
  margin: 0;
  padding-right: 10px;
}
.water-right-grid2, .water-right-grid3 {
  display: grid;
  align-items: center;
  padding-top: 15px;
}
.water-right-sun-img {
  vertical-align: bottom;
}
.water-right-sun-text {
  font-size: 14px;
  color: #373737;
  font-family: 'proxima_novasemibold';
  padding-left: 10px;
}
.lawn-recommendations-sec3 {
  display: grid;
  grid-template-columns: 40% 60%;
  width: 100%;
  margin-top: 14px;
}
.lcr-sec3-grid40 {
  line-height: 1.5;
  text-align: start;
}
.sec3-grid40-heading {
  font-size: 22px;
  color: #373737;
  font-family: proxima_nova_rgbold;
  font-weight: 700;
  margin: 0;
  padding-right: 10px;
  line-height: 1.4;
}
.sec3-grid40-pera {
  font-size: 15px;
  color: #373737;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0;
  padding-right: 60px;
  padding-top: 10px;
  line-height: 1.6;
}
.lcr-sec3-grid60 {
  line-height: 1.5;
  text-align: start;
}
.lcr-sec3-grid60-heading {
  font-size: 22px;
  color: #373737;
  font-family: proxima_nova_rgbold;
  font-weight: 700;
  margin: 0;
}
.sec3-grid60-inner {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 10px;
}
.sec3-grid60-left, .sec3-grid60-right {
  margin: 0;
  padding: 0;
}
.grid60-left-unorder, .grid60-right-unorder {
  margin: 0;
  padding: 0;
}
.grid60-left-unorder-list, .grid60-right-unorder-list {
  padding: 1px 0;
  list-style-type: none;
  color: #373737;
  font-family: ProximaNova-Regular;
  font-weight: 400;
  font-size: 15px;
  grid-template-columns: 60% auto;
  display: grid;
}
.grid60-unorder-list-right-text {
  padding-left: 5px;
}
.grid60-unorder-list-right-text .grass-cut {
  font-size: 11px;
}
.grid60-right-link {
  font-family: Heebo-Medium;
  font-weight: bold;
  font-size: 15px;
  color: #373737;
}
.grid60-unorder-list-left-text a {
  color: #008cba;
  text-decoration: none !important;
  line-height: inherit;
}
.grid60-unorder-list-left-text a:hover {
  text-decoration: underline;
  color: blue;
}
@media screen and (max-width: 1365px) {
  .lawn-recommendations-inner {
    gap: 22px;
    max-width: 1000px;
    padding-top: 55px;
  }
  .lawn-recommendations-heading {
    font-size: 52px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 25px;
  }
  .lcr-water {
    max-width: 96%;
  }
  .lcr-water-left img {
    height: auto;
    width: 66px;
  }
  .water-right-grid1-pera {
    font-size: 16px;
  }
  .lawn-recommendations-sec3 {
    margin-top: 10px;
  }
  .sec3-grid40-heading {
    font-size: 20px;
  }
  .sec3-grid40-pera {
    font-size: 14px;
  }
  .lcr-sec3-grid60-heading {
    font-size: 20px;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .lawn-recommendations-inner {
    gap: 16px;
    max-width: 862px;
    padding-top: 44px;
  }
  .lawn-recommendations-heading {
    font-size: 42px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 22px;
  }
  .lcr-water-left {
    padding: 11px 0 0 0;
  }
  .lcr-water-left img {
    width: 60px;
  }
  .water-right-grid1 {
    padding: 8px 0;
  }
  .water-right-grid1-heading {
    font-size: 16px;
    line-height: 29px;
    padding-bottom: 4px;
  }
  .water-right-grid1-pera {
    font-size: 12px;
  }
  .water-right-sun-img {
    height: auto;
    width: 30px;
  }
  .water-right-sun-text {
    font-size: 12px;
    padding-left: 8px;
  }
  .sec3-grid40-heading {
    font-size: 17px;
  }
  .sec3-grid40-pera {
    font-size: 13px;
    padding-top: 8px;
  }
  .lcr-sec3-grid60-heading {
    font-size: 17px;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    font-size: 13px;
  }
  .grid60-unorder-list-right-text .grass-cut {
    font-size: 9px;
  }
}
@media screen and (max-width: 1099px) {
  .lawn-recommendations-inner {
    gap: 16px;
    max-width: 806px;
    padding-top: 40px;
  }
  .lawn-recommendations-heading {
    font-size: 42px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 20px;
  }
  .lcr-water-left img {
    width: 50px;
  }
  .water-right-grid1-heading {
    font-size: 15px;
    line-height: 29px;
    padding-bottom: 0px;
  }
  .water-right-grid1-pera {
    font-size: 12px;
  }
  .lawn-recommendations-sec3 {
    grid-template-columns: 38% 62%;
  }
  .sec3-grid40-heading {
    font-size: 16px;
  }
  .sec3-grid40-pera {
    font-size: 12px;
    padding-right: 30px;
  }
  .lcr-sec3-grid60-heading {
    font-size: 16px;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .lawn-recommendations-inner {
    gap: 10px;
    max-width: 602px;
    padding-top: 36px;
  }
  .lawn-recommendations-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 16px;
  }
  .lcr-water-left {
    padding: 8px 0 0 0;
  }
  .lcr-water-left img {
    width: 40px;
  }
  .lcr-water-right {
    padding-left: 6px;
  }
  .lcr-water-right-grid {
    grid-template-columns: 64% 16% 16%;
  }
  .water-right-grid1 {
    padding: 6px 0;
  }
  .water-right-grid1-heading {
    font-size: 11px;
    line-height: 22px;
    padding-bottom: 0px;
  }
  .water-right-grid1-pera {
    font-size: 9px;
  }
  .water-right-grid2, .water-right-grid3 {
    padding-top: 5px;
  }
  .water-right-sun-img {
    width: 22px;
  }
  .water-right-sun-text {
    font-size: 9px;
    padding-left: 4px;
  }
  .lawn-recommendations-sec3 {
    grid-template-columns: 39% 61%;
    margin-top: 5px;
  }
  .sec3-grid40-heading {
    font-size: 12px;
  }
  .sec3-grid40-pera {
    font-size: 9px;
    padding-right: 35px;
    padding-top: 4px;
  }
  .lcr-sec3-grid60-heading {
    font-size: 12px;
  }
  .sec3-grid60-inner {
    margin-top: 4px;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    font-size: 9px;
  }
  .grid60-unorder-list-right-text .grass-cut {
    font-size: 6px;
  }
}
@media screen and (max-width: 767px) {
  .lawn-recommendations-inner {
    max-width: 670px;
    padding: 60px 0 60px 0;
    gap: 24px;
  }
  .water-right-grid3 {
    display: none;
  }
  .water-right-grid3-mob {
    display: flex;
  }
  .lawn-recommendations-heading {
    margin: 6px auto;
    line-height: 48px;
    font-size: 38px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 22px;
    line-height: 34px;
    margin-top: 12px;
  }
  .lcr-water {
    max-width: 100%;
    grid-template-columns: 26% 72%;
    padding-top: 20px;
  }
  .lcr-water-left img {
    width: 84px;
  }
  .lcr-water-right-grid {
    display: flex;
    flex-direction: column;
  }
  .water-right-grid1 {
    padding: 0;
  }
  .water-right-grid1-heading {
    font-family: Heebo-Bold;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 0px;
    padding-right: 25px;
  }
  .water-right-grid1-pera {
    font-family: Heebo-Regular;
    font-size: 21px;
    line-height: 30px;
  }
  .water-right-grid2 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0 26px 0;
  }
  .water-right-sun-img {
    width: 30px;
  }
  .water-right-sun-text {
    font-family: Heebo-Medium;
    font-size: 17px;
    padding-left: 5px;
  }
  .lawn-recommendations-sec3 {
    display: block;
    margin-top: 16px;
  }
  .lcr-sec3-grid40 {
    max-width: 650px;
  }
  .sec3-grid40-heading {
    font-family: Heebo-Bold;
    font-size: 25px;
  }
  .sec3-grid40-pera {
    font-size: 21px;
    line-height: 32px;
    padding-right: 35px;
    padding-top: 2px;
    font-family: Heebo-Regular;
  }
  .lcr-sec3-grid60 {
    margin-top: 24px;
  }
  .lcr-sec3-grid60-heading {
    font-family: Heebo-Medium;
    font-weight: 500;
    font-size: 25px;
  }
  .sec3-grid60-inner {
    display: block;
    margin-top: 1px;
    line-height: 1.5;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    display: block;
    font-size: 22px;
    padding-top: 18px;
    line-height: 1.2;
  }
  .grid60-unorder-list-right-text {
    padding-left: 4px;
    font-weight: bold;
  }
  .grid60-unorder-list-right-text .grass-cut {
    font-size: 20px;
    font-weight: 500;
    color: #6a5c5c;
    font-family: ProximaNova-Regular;
  }
  .grid60-unorder-list-left-text a {
    color: #008cba;
    text-decoration: underline !important;
    line-height: inherit;
  }
}
@media screen and (max-width: 719px) {
  .lawn-recommendations-inner {
    max-width: 500px;
    padding: 56px 0 56px 0;
  }
  .lawn-recommendations-heading {
    line-height: 46px;
    font-size: 37px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 21px;
    line-height: 32px;
  }
  .lcr-water-left img {
    width: 82px;
  }
}
@media screen and (max-width: 539px) {
  .lawn-recommendations-inner {
    max-width: 390px;
    padding: 52px 0 52px 0;
    gap: 18px;
  }
  .lawn-recommendations-heading {
    max-width: 292px;
    margin: 4px auto;
    line-height: 44px;
    font-size: 36px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 21px;
    line-height: 32px;
    margin-top: 10px;
  }
  .lcr-water {
    max-width: 100%;
    grid-template-columns: 26% 72%;
    padding-top: 20px;
  }
  .lcr-water-left img {
    width: 78px;
  }
  .lcr-sec3-grid40 {
    max-width: 342px;
  }
  .sec3-grid40-heading {
    font-size: 24px;
  }
  .sec3-grid40-pera {
    font-size: 21px;
    line-height: 32px;
    padding-right: 35px;
    padding-top: 2px;
  }
  .lcr-sec3-grid60 {
    margin-top: 24px;
  }
  .lcr-sec3-grid60-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 427px) {
  .lawn-recommendations-inner {
    max-width: 370px;
    padding: 50px 0 50px 0;
  }
  .lawn-recommendations-heading {
    max-width: 266px;
    line-height: 43px;
    font-size: 35px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .water-right-grid1-heading {
    font-size: 23px;
  }
  .water-right-grid1-pera {
    font-size: 20px;
  }
  .sec3-grid40-heading {
    font-size: 23px;
  }
  .lcr-sec3-grid60-heading {
    font-size: 23px;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    font-size: 21px;
  }
}
@media screen and (max-width: 409px) {
  .lawn-recommendations-inner {
    max-width: 358px;
  }
}
@media screen and (max-width: 399px) {
  .lawn-recommendations-inner {
    max-width: 348px;
    padding: 48px 0 48px 0;
    gap: 16px;
  }
  .lawn-recommendations-heading {
    max-width: 270px;
    margin: 4px auto;
    line-height: 40px;
    font-size: 34px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .lcr-water {
    max-width: 100%;
    grid-template-columns: 27% 73%;
    padding-top: 20px;
  }
  .lcr-water-left img {
    width: 74px;
  }
  .lcr-water-right-grid {
    display: flex;
    flex-direction: column;
  }
  .water-right-grid1 {
    padding: 0;
  }
  .water-right-grid1-heading {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 0px;
  }
  .water-right-grid2 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 0 26px 0;
  }
  .water-right-sun-img {
    width: 28px;
  }
  .water-right-sun-text {
    font-size: 16px;
    padding-left: 3px;
  }
  .lawn-recommendations-sec3 {
    display: block;
    margin-top: 16px;
  }
  .lcr-sec3-grid40 {
    max-width: 333px;
  }
  .sec3-grid40-heading {
    font-size: 22px;
  }
  .sec3-grid40-pera {
    font-size: 20px;
    line-height: 31px;
    padding-right: 35px;
    padding-top: 1px;
  }
  .lcr-sec3-grid60 {
    margin-top: 24px;
  }
  .lcr-sec3-grid60-heading {
    font-weight: 500;
    font-size: 22px;
  }
  .sec3-grid60-inner {
    display: block;
    margin-top: 1px;
    line-height: 1.5;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    display: block;
    font-size: 20px;
    padding-top: 18px;
    line-height: 1.2;
  }
  .grid60-unorder-list-right-text {
    padding-left: 4px;
    font-weight: bold;
  }
  .grid60-unorder-list-right-text .grass-cut {
    font-size: 20px;
    font-weight: 500;
    color: #6a5c5c;
  }
}
@media screen and (max-width: 389px) {
  .lawn-recommendations-inner {
    max-width: 338px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 19px;
    line-height: 28px;
    margin-top: 8px;
  }
  .water-right-grid1-pera {
    font-size: 19px;
  }
}
@media screen and (max-width: 374px) {
  .lawn-recommendations-inner {
    max-width: 324px;
    padding: 44px 0 44px 0;
    gap: 14px;
  }
  .lawn-recommendations-heading {
    max-width: 250px;
    line-height: 36px;
    font-size: 32px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .lcr-water-left img {
    width: 70px;
  }
  .water-right-grid1-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .water-right-grid1-pera {
    font-size: 18px;
  }
  .water-right-sun-text {
    font-size: 15px;
  }
  .lcr-sec3-grid40 {
    max-width: 302px;
  }
  .sec3-grid40-heading {
    font-size: 20px;
  }
  .sec3-grid40-pera {
    font-size: 19px;
    line-height: 28px;
  }
  .lcr-sec3-grid60-heading {
    font-size: 20px;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    font-size: 19px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 364px) {
  .lawn-recommendations-inner {
    max-width: 288px;
    padding: 40px 0 40px 0;
    gap: 12px;
  }
  .lawn-recommendations-heading {
    max-width: 222px;
    line-height: 32px;
    font-size: 28px;
  }
  .lawn-recommendations-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .lcr-water {
    padding-top: 14px;
  }
  .lcr-water-left img {
    width: 60px;
  }
  .water-right-grid1-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .water-right-grid1-pera {
    font-size: 16px;
  }
  .water-right-sun-text {
    font-size: 13px;
  }
  .water-right-sun-img {
    width: 24px;
  }
  .water-right-grid2 {
    padding: 8px 0 20px 0;
  }
  .sec3-grid40-heading {
    font-size: 18px;
    padding-right: 25px;
  }
  .sec3-grid40-pera {
    font-size: 17px;
    line-height: 26px;
  }
  .lcr-sec3-grid60-heading {
    font-size: 18px;
  }
  .grid60-left-unorder-list, .grid60-right-unorder-list {
    font-size: 17px;
    line-height: 1;
  }
}
.gp-works-container {
  background-color: #fff;
}
.gp-works-inner {
  max-width: 1167px;
  margin: 78px auto 50px auto;
  background-image: linear-gradient(to left, #18688e, #0a3755 90%);
}
.gp-works-video-text-mob {
  display: none;
}
.gp-works-video-text {
  display: flex;
  align-items: flex-start;
  padding: 38px 115px 60px 60px;
}
.gp-works-video {
  max-width: 465px;
  max-height: 255px;
  margin-top: 18px;
}
.gp-works-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
}
.gp-works-org-heading {
  font-family: Heebo-Medium;
  font-size: 18px;
  color: #ff9000;
  position: relative;
  right: 10px;
}
.gp-works-org-heading .orange-left-arrow {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.gp-works-big-head {
  font-family: Heebo-Bold;
  font-size: 32px;
  margin-left: 40px;
}
.gp-works-small-head {
  opacity: 0.9;
  font-size: 18px;
  margin-left: 40px;
}
.gp-works-price-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 12px;
  margin-left: 40px;
}
.gp-works-price-btn a {
  display: flex;
  width: 227px;
  height: 64px;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.gp-works-price-btn .arrow-price {
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 1px;
}
.gp-works-price-btn a:hover {
  background: #f67106;
}
.gp-works-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
@media screen and (max-width: 1365px) {
  .gp-works-inner {
    max-width: 1092px;
    margin: 72px auto 50px auto;
  }
  .gp-works-video-text {
    padding: 38px 105px 60px 56px;
  }
  .gp-works-video iframe {
    width: 436px !important;
    height: 245px !important;
  }
  .gp-works-text {
    gap: 4px;
  }
  .gp-works-org-heading {
    font-size: 18px;
  }
  .gp-works-org-heading .orange-left-arrow {
    margin-right: 6px;
  }
  .gp-works-big-head {
    font-size: 31px;
    margin-left: 36px;
    line-height: 1.4;
  }
  .gp-works-small-head {
    font-size: 20px;
    margin-left: 36px;
    line-height: 1.35;
  }
  .gp-works-price-btn {
    margin-top: 20px;
    margin-left: 36px;
  }
  .gp-works-price-btn a {
    width: 213px;
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .gp-works-inner {
    max-width: 938px;
    margin: 60px auto 40px auto;
  }
  .gp-works-video-text {
    padding: 32px 90px 38px 48px;
  }
  .gp-works-video {
    margin-top: 16px;
  }
  .gp-works-video iframe {
    width: 375px !important;
    height: 207px !important;
  }
  .gp-works-org-heading {
    font-size: 16px;
  }
  .gp-works-org-heading .orange-left-arrow {
    margin-right: 4px;
    width: 37px;
  }
  .gp-works-big-head {
    font-size: 27px;
    margin-left: 34px;
  }
  .gp-works-small-head {
    font-size: 16px;
    margin-left: 34px;
  }
  .gp-works-price-btn {
    margin-left: 32px;
  }
  .gp-works-price-btn a {
    width: 182px;
    height: 50px;
    font-size: 18px;
  }
  .gp-works-price-btn .arrow-price {
    padding-left: 5px;
    height: 12px;
  }
}
@media screen and (max-width: 1099px) {
  .gp-works-inner {
    max-width: 875px;
    margin: 56px auto 40px auto;
  }
  .gp-works-video-text {
    padding: 28px 85px 38px 45px;
  }
  .gp-works-video {
    margin-top: 16px;
  }
  .gp-works-video iframe {
    width: 349px !important;
    height: 192px !important;
  }
  .gp-works-text {
    gap: 5px;
  }
  .gp-works-org-heading {
    font-size: 14px;
  }
  .gp-works-big-head {
    font-size: 25px;
    margin-left: 30px;
  }
  .gp-works-small-head {
    font-size: 14px;
    margin-left: 30px;
  }
  .gp-works-price-btn {
    margin-left: 28px;
    margin-top: 16px;
  }
  .gp-works-price-btn a {
    width: 170px;
    height: 46px;
    font-size: 16px;
  }
  .gp-works-price-btn .arrow-price {
    padding-left: 4px;
    height: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .gp-works-inner {
    max-width: 656px;
    margin: 38px auto 28px auto;
  }
  .gp-works-video-text {
    padding: 26px 66px 0px 34px;
  }
  .gp-works-video {
    margin-top: 12px;
    max-height: 186px;
  }
  .gp-works-video iframe {
    width: 262px !important;
    height: 194px !important;
  }
  .gp-works-text {
    gap: 6px;
  }
  .gp-works-org-heading {
    font-size: 12px;
    right: 8px;
  }
  .gp-works-org-heading .orange-left-arrow {
    margin-right: 2px;
    width: 26px;
  }
  .gp-works-big-head {
    font-size: 18px;
    margin-left: 20px;
    line-height: 1.3;
  }
  .gp-works-small-head {
    font-size: 11px;
    margin-left: 20px;
  }
  .gp-works-price-btn {
    margin-left: 18px;
    margin-top: 6px;
  }
  .gp-works-price-btn a {
    width: 130px;
    height: 34px;
    font-size: 14px;
  }
  .gp-works-price-btn .arrow-price {
    padding-left: 2px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .gp-works-inner {
    max-width: 670px;
    margin: 60px auto;
  }
  .gp-works-video-text {
    display: none;
  }
  .gp-works-video-text-mob {
    display: block;
  }
  .gp-works-text {
    max-width: 550px;
    margin: 0 auto;
    gap: 12px;
    padding-bottom: 50px;
  }
  .gp-works-big-head {
    font-size: 36px;
    line-height: 44px;
    margin: 46px auto auto 2px;
  }
  .gp-works-small-head {
    font-size: 22px;
    margin-left: 2px;
    line-height: 34px;
  }
  .gp-works-org-heading {
    font-size: 22px;
    right: 0;
  }
  .orange-arrow-mob {
    position: relative;
    width: 16px;
    left: -4px;
    top: 20px;
  }
  .gp-works-video {
    margin-top: 10px;
    max-height: 178px;
  }
  .gp-works-video iframe {
    width: 100% !important;
    height: 200px !important;
  }
  .gp-works-price-btn {
    margin-top: 30px;
    justify-content: center;
  }
  .gp-works-price-btn a {
    width: 306px;
    height: 64px;
    font-size: 24px;
  }
  .gp-works-price-btn .arrow-price {
    padding-left: 5px;
    height: 15px;
    top: 1px;
  }
}
@media screen and (max-width: 719px) {
  .gp-works-inner {
    max-width: 500px;
    margin: 58px auto;
  }
  .gp-works-text {
    max-width: 466px;
  }
  .gp-works-big-head {
    font-size: 30px;
    line-height: 42px;
    margin: 40px auto auto 2px;
  }
}
@media screen and (max-width: 539px) {
  .gp-works-inner {
    max-width: 390px;
    margin: 56px auto;
  }
  .gp-works-text {
    max-width: 348px;
    margin: 0 auto;
    gap: 10px;
    padding-bottom: 50px;
  }
  .gp-works-big-head {
    font-size: 36px;
    line-height: 44px;
    margin: 46px auto auto 2px;
  }
  .gp-works-small-head {
    font-size: 22px;
    margin-left: 2px;
    line-height: 34px;
  }
  .gp-works-org-heading {
    font-size: 22px;
    right: 0;
  }
  .gp-works-video iframe {
    width: 100% !important;
    height: 182px !important;
  }
  .gp-works-price-btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 427px) {
  .gp-works-inner {
    max-width: 372px;
    margin: 54px auto;
  }
  .gp-works-text {
    max-width: 336px;
  }
  .gp-works-big-head {
    font-size: 35px;
    line-height: 42px;
  }
  .gp-works-small-head {
    font-size: 21px;
    line-height: 32px;
  }
  .gp-works-org-heading {
    font-size: 21px;
  }
  .gp-works-price-btn a {
    width: 300px;
    height: 62px;
    font-size: 23px;
  }
}
@media screen and (max-width: 409px) {
  .gp-works-inner {
    max-width: 362px;
  }
  .gp-works-text {
    max-width: 328px;
  }
}
@media screen and (max-width: 399px) {
  .gp-works-inner {
    max-width: 344px;
    margin: 52px auto;
  }
  .gp-works-video-text {
    max-width: 308px;
    margin: 0 auto;
  }
  .gp-works-text {
    max-width: 308px;
    margin: 0 auto;
    gap: 7px;
    padding-bottom: 50px;
  }
  .gp-works-big-head {
    font-size: 34px;
    line-height: 40px;
    margin: 44px auto auto 2px;
  }
  .gp-works-small-head {
    font-size: 20px;
    margin-left: 2px;
    line-height: 30px;
  }
  .gp-works-org-heading {
    font-size: 20px;
    right: 0;
  }
  .orange-arrow-mob {
    position: relative;
    width: 16px;
    left: -4px;
    top: 20px;
  }
  .gp-works-video {
    margin-top: 10px;
    max-height: 178px;
  }
  .gp-works-video iframe {
    width: 100% !important;
    height: 178px !important;
  }
  .gp-works-price-btn {
    margin-top: 12px;
  }
  .gp-works-price-btn a {
    width: 286px;
    height: 60px;
    font-size: 22px;
  }
  .gp-works-price-btn .arrow-price {
    padding-left: 5px;
    height: 15px;
    top: 1px;
  }
}
@media screen and (max-width: 389px) {
  .gp-works-inner {
    max-width: 332px;
    margin: 50px auto;
  }
  .gp-works-text {
    max-width: 298px;
    gap: 7px;
    padding-bottom: 48px;
  }
  .gp-works-big-head {
    line-height: 1.14;
  }
  .gp-works-org-heading {
    font-size: 21px;
  }
  .orange-arrow-mob {
    width: 14px;
    top: 16px;
  }
  .gp-works-video {
    margin-top: 8px;
  }
  .gp-works-price-btn {
    margin-top: 5px;
  }
  .gp-works-price-btn a {
    width: 276px;
    height: 56px;
    font-size: 23px;
  }
}
@media screen and (max-width: 374px) {
  .gp-works-inner {
    max-width: 320px;
    margin: 45px auto;
  }
  .gp-works-text {
    max-width: 288px;
    padding-bottom: 46px;
  }
  .gp-works-big-head {
    font-size: 32px;
    line-height: 1.17;
    margin: 40px auto auto 2px;
  }
  .gp-works-small-head {
    font-size: 20px;
  }
  .gp-works-org-heading {
    font-size: 20px;
  }
  .orange-arrow-mob {
    top: 17px;
  }
  .gp-works-video {
    max-height: 162px;
  }
  .gp-works-price-btn {
    margin-top: 15px;
  }
  .gp-works-price-btn a {
    width: 268px;
    height: 54px;
    font-size: 22px;
  }
}
@media screen and (max-width: 364px) {
  .gp-works-inner {
    max-width: 282px;
    margin: 42px auto;
  }
  .gp-works-text {
    max-width: 252px;
    padding-bottom: 42px;
  }
  .gp-works-big-head {
    font-size: 28px;
    line-height: 1.1;
    margin: 36px auto auto 2px;
  }
  .gp-works-small-head {
    font-size: 17px;
    line-height: 26px;
  }
  .gp-works-org-heading {
    font-size: 18px;
  }
  .orange-arrow-mob {
    width: 13px;
    top: 15px;
  }
  .gp-works-video {
    margin-top: 5px;
  }
  .gp-works-video {
    max-height: 138px;
  }
  .gp-works-price-btn a {
    width: 236px;
    height: 48px;
    font-size: 18px;
  }
  .gp-works-price-btn .arrow-price {
    padding-left: 5px;
    height: 12px;
  }
}
.more-gp-reviews-container {
  background-color: #e7f5fa;
}
.more-gp-reviews-inner {
  max-width: 1158px;
  margin: 0 auto;
  padding-top: 52px;
}
#more-reviews:checked ~ .review_listing .extra-review {
  display: list-item !important;
}
#more-reviews:checked ~ .see-all-reviews-btn {
  .loaded-reviews {
    display: none !important;
  }
  .ajax-reviews {
    display: flex !important;
  }
}
.mgpr-heading {
  max-width: 900px;
  margin: 0 auto;
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #404040;
}
.mgpr-sub-heading {
  font-family: Heebo-SemiBold;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #00a3e7;
  margin-top: 15px;
}
.mgpr-sub-heading .text-black {
  color: #373737;
}
.more-reviews-sec2 ul {
  padding: 0;
  margin: 10px auto;
  width: 700px;
}
.more-reviews-sec2 li {
  display: inline-block;
  width: 100%;
  list-style-type: none;
}
.review-head-grid {
  margin: 0;
  padding: 0;
}
.review-head-item {
  padding: 0;
  margin: 0;
}
.reviewer-headshot {
  margin-right: 13px;
  float: left;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.review-info-top {
  width: 100%;
  top: 5px;
  position: relative;
  margin-top: 25px;
}
.review-info-top a {
  text-decoration: none;
}
.reviewer-name {
  padding-right: 20px;
  color: #373737;
  font-family: Heebo-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  float: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.maps-and-flags {
  float: left;
  padding-right: 4px;
  margin-top: 3px;
  width: 10px;
}
.reviewer-location {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.reviewer-location:hover {
  font-weight: bold;
  text-decoration: underline;
}
.star-left {
  float: left;
  padding-right: 10px;
}
.star-rating {
  width: 17px;
}
.review-date {
  color: #373737;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  position: relative;
  margin: 6px;
}
.user-review {
  margin: 18px auto auto auto;
  padding: 8px 6px 12px 10px;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #fff;
}
.user-review-text {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  width: 100%;
  text-align: left;
  padding-bottom: 1px;
}
.vendor-review-response {
  border: 2px solid #d6d6d6;
  border-radius: 10px;
  margin: 0px 0px 25px 10%;
  padding: 15px;
  max-width: 80%;
}
.vendor-review-response_header {
  margin: auto;
  margin-left: 10px;
}
.vendor-review-response_body {
  margin: 0 10px 0 40px;
}
.vendor-review-response_body i {
  padding: 5px;
  margin-left: -30px;
}
.see-all-reviews-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0px auto;
  padding-bottom: 60px;
}
.see-all-reviews-btn label {
  cursor: pointer;
}
.see-all-reviews-btn .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Heebo-SemiBold;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #f80;
  width: 192px;
  height: 62px;
  border-radius: 33px;
  border: solid 1px #f80;
  background-color: #fff;
  cursor: pointer;
}
.see-all-reviews-btn .arrow-price {
  padding-left: 6px;
  position: relative;
  transition: 0.5s;
  width: 8px;
  top: auto;
}
.see-all-reviews-btn .read-more:hover {
  background: #fff2f2f7;
}
.see-all-reviews-btn .read-more:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
hr.custom-hr {
  border: none;
  border-bottom: 1px solid rgba(10, 55, 85, 0.07954);
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 1365px) {
  .more-gp-reviews-inner {
    max-width: 1090px;
    padding-top: 50px;
  }
  .mgpr-heading {
    max-width: 800px;
    font-size: 47px;
  }
  .mgpr-sub-heading {
    font-size: 24px;
    margin-top: 13px;
  }
  .reviewer-headshot {
    margin-right: 10px;
  }
  .reviewer-name {
    padding-right: 17px;
    font-size: 17px;
  }
  .maps-and-flags {
    margin-top: 3px;
    width: 9px;
  }
  .reviewer-location {
    font-size: 17px;
  }
  .star-rating {
    width: 16px;
  }
  .review-date {
    font-size: 15px;
  }
  .user-review {
    margin: 16px auto auto auto;
    padding: 4px 6px 4px 10px;
  }
  .user-review-text {
    font-size: 15px;
  }
  .see-all-reviews-btn {
    padding-bottom: 56px;
    margin: 26px auto 0px auto;
  }
  .see-all-reviews-btn a {
    font-size: 18px;
    width: 180px;
    height: 56px;
  }
  .see-all-reviews-btn .arrow-price {
    width: 7px;
  }
}
@media screen and (max-width: 1279px) {
  .more-gp-reviews-inner {
    max-width: 932px;
    padding-top: 44px;
  }
  .mgpr-heading {
    max-width: 650px;
    font-size: 40px;
  }
  .mgpr-sub-heading {
    font-size: 20px;
    margin-top: 12px;
  }
  .reviewer-headshot {
    margin-right: 10px;
    width: 45px;
    height: 45px;
  }
  .review-info-top {
    top: 2px;
    margin-top: 22px;
  }
  .reviewer-name {
    padding-right: 10px;
    font-size: 16px;
  }
  .maps-and-flags {
    margin-top: 4px;
    width: 7px;
  }
  .reviewer-location {
    font-size: 14px;
  }
  .star-left {
    padding-right: 8px;
    padding-top: 0px;
  }
  .star-rating {
    width: 13px;
  }
  .review-date {
    font-size: 13px;
    top: 0px;
    margin: 2px;
  }
  .user-review {
    margin: 14px auto auto auto;
  }
  .user-review-text {
    font-size: 13px;
    line-height: 1.6;
  }
  .see-all-reviews-btn {
    padding-bottom: 48px;
    margin: 24px auto 0px auto;
  }
  .see-all-reviews-btn a {
    font-size: 15px;
    width: 152px;
    height: 50px;
  }
  .see-all-reviews-btn .arrow-price {
    width: 5px;
    top: 0;
    padding-left: 5px;
  }
  hr.custom-hr {
    margin: 15px 0;
  }
}
@media screen and (max-width: 1099px) {
  .more-gp-reviews-inner {
    max-width: 866px;
    padding-top: 40px;
  }
  .mgpr-heading {
    max-width: 600px;
    font-size: 36px;
  }
  .mgpr-sub-heading {
    font-size: 20px;
    margin-top: 12px;
  }
  .review-info-top {
    top: 0px;
    margin-top: 20px;
  }
  .reviewer-name {
    font-size: 14px;
    padding-top: 1px;
  }
  .maps-and-flags {
    margin-top: -5px;
    width: 7px;
  }
  .reviewer-location {
    font-size: 13px;
    padding-top: 1px;
  }
  .star-rating {
    width: 12px;
  }
  .review-date {
    font-size: 12px;
    top: 2px;
  }
  .user-review {
    margin: 12px auto auto auto;
  }
  .user-review-text {
    font-size: 12px;
  }
  .see-all-reviews-btn {
    padding-bottom: 46px;
    margin: 24px auto 0px auto;
  }
  .see-all-reviews-btn a {
    font-size: 14px;
    width: 142px;
    height: 46px;
  }
}
@media screen and (max-width: 1023px) {
  .more-gp-reviews-inner {
    max-width: 655px;
    padding-top: 32px;
  }
  .mgpr-heading {
    max-width: 452px;
    font-size: 28px;
    line-height: 34px;
  }
  .mgpr-sub-heading {
    font-size: 16px;
    margin-top: 10px;
  }
  .reviewer-headshot {
    margin-right: 10px;
    padding-top: 2px;
    width: 33px;
    height: 33px;
  }
  .review-info-top {
    top: 0px;
    margin-top: 20px;
  }
  .reviewer-name {
    font-size: 12px;
    padding-top: 0px;
  }
  .maps-and-flags {
    margin-top: -5px;
    width: 6px;
  }
  .reviewer-location {
    font-size: 11px;
    padding-top: 1px;
  }
  .star-left {
    padding-right: 7px;
    margin-top: -10px;
  }
  .star-rating {
    width: 10px;
  }
  .review-date {
    font-size: 10px;
    top: -4px;
  }
  .user-review {
    margin: 5px auto auto auto;
  }
  .user-review-text {
    font-size: 10px;
    line-height: 0.5;
  }
  .see-all-reviews-btn {
    padding-bottom: 33px;
    margin: 17px auto 0px auto;
  }
  .see-all-reviews-btn a {
    font-size: 10px;
    width: 120px;
    height: 36px;
  }
  .see-all-reviews-btn .arrow-price {
    width: 4px;
    padding-left: 3px;
  }
  hr.custom-hr {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .more-gp-reviews-inner {
    max-width: 670px;
    padding-top: 60px;
  }
  .mgpr-heading-mob {
    display: none;
  }
  .mgpr-heading {
    max-width: 660px;
    font-size: 38px;
    line-height: 44px;
  }
  .mgpr-sub-heading {
    font-size: 24px;
    margin-top: 10px;
  }
  .more-reviews-sec2 ul {
    margin: 20px auto;
    width: 100%;
  }
  .reviewer-headshot {
    margin-right: 16px;
    width: 72px;
    height: 72px;
  }
  .reviewer-name {
    font-family: Heebo-SemiBold;
    font-size: 24px;
    padding-top: 5px;
    float: none;
  }
  .mgpr-location {
    display: flex;
    align-items: baseline;
  }
  .maps-and-flags {
    margin-top: 10px;
    width: 9px;
  }
  .reviewer-location {
    font-size: 18px;
    line-height: 22px;
  }
  .mgpr-start-outer {
    display: flex;
    align-items: baseline;
    margin-left: 80px;
  }
  .review-date {
    font-size: 12px;
    top: 0;
  }
  .star-rating {
    width: 16px;
  }
  .star-left {
    padding-right: 12px;
    margin-top: 0px;
  }
  .review-date {
    font-size: 16px;
    top: -2px;
  }
  .user-review {
    margin: 2px auto auto auto;
    padding: 12px 14px 12px 16px;
  }
  .user-review-text {
    font-size: 21px;
    line-height: 30px;
  }
  .see-all-reviews-btn {
    padding-bottom: 64px;
    margin: 34px auto 0px auto;
  }
  .see-all-reviews-btn a {
    font-family: Heebo-SemiBold;
    font-size: 23px;
    width: 50%;
    height: 64px;
  }
  .see-all-reviews-btn .arrow-price {
    width: 10px;
    top: auto;
    padding-left: 5px;
  }
  hr.custom-hr {
    margin: 15px 0;
  }
}
@media screen and (max-width: 719px) {
  .more-gp-reviews-inner {
    max-width: 500px;
    padding-top: 56px;
  }
  .mgpr-heading {
    max-width: 480px;
    font-size: 36px;
    line-height: 42px;
  }
  .mgpr-start-outer {
    margin-left: 86px;
  }
  .reviewer-headshot {
    width: 70px;
    height: 70px;
  }
  .reviewer-location {
    font-size: 17px;
  }
}
@media screen and (max-width: 539px) {
  .more-gp-reviews-inner {
    max-width: 390px;
    padding-top: 50px;
  }
  .mgpr-heading {
    max-width: 270px;
    font-size: 36px;
    line-height: 42px;
  }
  .mgpr-sub-heading {
    font-size: 22px;
    margin-top: 12px;
  }
  .reviewer-headshot {
    margin-right: 16px;
    width: 65px;
    height: 65px;
  }
  .reviewer-name {
    font-size: 23px;
    padding-top: 0px;
  }
  .mgpr-location {
    max-width: 240px;
  }
  .reviewer-location {
    line-height: 20px;
  }
  .mgpr-start-outer {
    margin-left: 80px;
  }
  .see-all-reviews-btn a {
    font-size: 22px;
    width: 100%;
    height: 64px;
  }
  .see-all-reviews-btn .arrow-price {
    top: 1px;
  }
}
@media screen and (max-width: 427px) {
  .more-gp-reviews-inner {
    max-width: 378px;
    padding-top: 48px;
  }
  .mgpr-heading {
    font-size: 35px;
    line-height: 41px;
  }
  .mgpr-sub-heading {
    font-size: 21px;
  }
  .reviewer-headshot {
    margin-right: 14px;
    width: 62px;
    height: 62px;
  }
  .reviewer-name {
    font-size: 22px;
  }
  .user-review-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 409px) {
  .more-gp-reviews-inner {
    max-width: 368px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 399px) {
  .more-gp-reviews-inner {
    max-width: 350px;
  }
  .mgpr-heading {
    max-width: 240px;
    font-size: 34px;
    line-height: 40px;
  }
  .mgpr-sub-heading {
    font-size: 20px;
  }
  .more-reviews-sec2 ul {
    margin: 20px auto;
  }
  .reviewer-headshot {
    margin-right: 16px;
    width: 60px;
    height: 60px;
  }
  .reviewer-name {
    font-size: 22px;
  }
  .maps-and-flags {
    margin-top: 9px;
    width: 8px;
  }
  .reviewer-location {
    font-size: 16px;
    line-height: 20px;
  }
  .mgpr-start-outer {
    display: flex;
    align-items: baseline;
    margin-left: 76px;
  }
  .review-date {
    font-size: 12px;
    top: 0;
  }
  .star-left {
    padding-right: 12px;
    margin-top: 0px;
  }
  .star-rating {
    width: 15px;
  }
  .review-date {
    font-size: 16px;
    top: -2px;
  }
  .user-review {
    margin: 2px auto auto auto;
    padding: 12px 14px 12px 16px;
  }
  .user-review-text {
    font-size: 20px;
    line-height: 28px;
  }
  .see-all-reviews-btn {
    padding-bottom: 60px;
    margin: 28px auto 0px auto;
  }
  .see-all-reviews-btn a {
    font-size: 22px;
    height: 62px;
  }
  .see-all-reviews-btn .arrow-price {
    width: 10px;
    top: 1px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 389px) {
  .more-gp-reviews-inner {
    max-width: 338px;
    padding-top: 42px;
  }
  .mgpr-heading {
    max-width: 230px;
    font-size: 33px;
  }
  .mgpr-sub-heading {
    font-size: 18px;
    margin-top: 15px;
  }
  .more-reviews-sec2 ul {
    margin: 16px auto;
  }
  .reviewer-headshot {
    margin-right: 15px;
    width: 58px;
    height: 58px;
  }
  .mgpr-start-outer {
    margin-left: 73px;
  }
  .reviewer-name {
    font-size: 21px;
  }
  .mgpr-location {
    max-width: 225px;
  }
  .reviewer-location {
    font-size: 16px;
    line-height: 19px;
  }
  .user-review {
    margin: 2px auto auto auto;
    padding: 10px 14px 12px 16px;
  }
  .user-review-text {
    font-size: 19px;
  }
  .see-all-reviews-btn {
    padding-bottom: 58px;
  }
  .see-all-reviews-btn a {
    height: 60px;
  }
}
@media screen and (max-width: 374px) {
  .more-gp-reviews-inner {
    max-width: 328px;
    padding-top: 46px;
  }
  .mgpr-sub-heading {
    margin-top: 12px;
  }
  .reviewer-headshot {
    width: 56px;
    height: 56px;
  }
  .review-info-top {
    margin-top: 18px;
  }
  .reviewer-name {
    font-size: 20px;
  }
  .mgpr-location {
    max-width: 218px;
  }
  .reviewer-location {
    font-size: 14px;
    line-height: 18px;
  }
  .mgpr-start-outer {
    margin-left: 70px;
  }
  .star-rating {
    width: 14px;
  }
  .review-date {
    font-size: 15px;
  }
  .user-review {
    margin: 0 auto auto auto;
  }
  .user-review-text {
    font-size: 18px;
  }
  .see-all-reviews-btn a {
    font-size: 20px;
    height: 56px;
  }
  .see-all-reviews-btn {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 364px) {
  .more-gp-reviews-inner {
    max-width: 286px;
    padding-top: 36px;
  }
  .mgpr-heading {
    max-width: 210px;
    font-size: 28px;
    line-height: 36px;
  }
  .mgpr-sub-heading {
    font-size: 16px;
    margin-top: 10px;
  }
  .more-reviews-sec2 ul {
    margin: 7px auto;
  }
  .reviewer-headshot {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .reviewer-name {
    font-size: 18px;
  }
  .reviewer-location {
    line-height: 16px;
  }
  .mgpr-location {
    max-width: 192px;
  }
  .maps-and-flags {
    width: 7px;
    margin-top: 7px;
  }
  .mgpr-start-outer {
    position: relative;
    margin-left: 62px;
    top: -5px;
  }
  .star-left {
    padding-right: 14px;
  }
  .star-rating {
    width: 12px;
  }
  .review-date {
    font-size: 13px;
    top: -1px;
  }
  .user-review {
    margin: -4px auto auto auto;
    padding: 8px 13px 12px 13px
  }
  .user-review-text {
    font-size: 16px;
  }
  .see-all-reviews-btn {
    padding-bottom: 50px;
    margin: 25px auto 0px auto;
  }
  .see-all-reviews-btn a {
    font-size: 18px;
    height: 48px;
  }
  .see-all-reviews-btn .arrow-price {
    width: 7px;
    top: auto;
    padding-left: 5px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }
/*




















 */
