body,
html {
  margin: 0;
  padding: 0 !important;
  overflow-x: hidden;
  min-height: 100vh;
}

.top-block {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #1ee576;
  padding: 11px 0;
}

.top-block p {
  font-family: Inter-Regular;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  margin: 0;
}

body.webp-supported .banner-panel {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* background: url("../images/banner.webp") no-repeat;  */
  background: url("../images/TypeC-Tree-Shrubs-Hero-D-1x-Lo.webp") no-repeat; 
  min-height: 650px;
  position: relative;
  background-size: cover !important;
}

body.webp-supported .banner-panel-high-res{
  background: url('../images/banner.webp');
  background-position: center;
}

.banner-panel .bg-overlay {
  /* position: absolute;
  top: 0; */
  /* margin-left: 80px; */
  /* margin-inline: 7.71%; */
}

.txt-line {
  text-decoration: underline;
}

body.no-webp .banner-panel {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url("../images/banner.png") no-repeat;
  min-height: 650px;
  position: relative;
  background-size: cover;
}

.banner-panel .phone-icon {
  background: url("../images/phone.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.italic {
  font-style: italic;
}

.req-txt {

  font-family: Inter-Regular;
  ;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;

}

.banner-panel a.call-free {
  font-family: Inter-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ffffff;
  text-decoration: none;
  background-color: #615d5d;
  padding: 7px 15px;
  border-radius: 20px;
  text-align: right;
  float: right;
}

.banner-panel h2 {
  font-family: DMSans-medium;
  font-size: 98px !important;
  font-weight: 500;
  line-height: 98px !important;
  letter-spacing: -1px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-top: 26px;
}

.banner-panel a.get-started {
  background: rgba(30, 229, 118, 1);
  width: 248px;
  height: 58px;
  padding: 16px 32px;
  border-radius: 100px;
  color: #000000;
  font-family: DMSans-medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 40px;
  text-decoration: none;
  display: inline-block;
}

.banner-txt {
  font-family: DMSans-Regular;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 475px;
}

.explore-link {
  position: absolute;
  bottom: 50px;
  right: 6%;
}

.explore-arrow {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/arrow-down.svg") no-repeat;
  background-position: 5px 4px;
}

.explore-link a {
  color: #ffffff;
  text-decoration: none;
}

.explore-link a:hover {
  color: #ffffff;
}

.services {
  background: linear-gradient(210.59deg,
      rgba(92, 215, 253, 0.1) -2.81%,
      rgba(255, 255, 255, 0.1) 24.88%),
    linear-gradient(0deg, #ffffff, #ffffff);
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.services h3 {
  font-family: DMSans-medium;
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #000000;
  margin-top: 96px;
  margin-bottom: 64px;
}

.height60 {
  height: 60px;
}

.top-services h3 {
  font-family: DMSans-medium;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: -0.04em;
  text-align: left;
  color: rgba(0, 177, 64, 1);
  margin: 32px 0 24px 0;
  white-space: pre;
}

.top-services p {
  color: #000000;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}

.top-services .review {
  background: rgba(234, 247, 251, 1);
  padding: 24px;
  border-radius: 16px;
}

.top-services .review h5 {
  color: #000000;
  font-family: DMSans-Regular;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.top-services .review span {
  display: block;
}

#top-accordion .card .card-body .review p.mt-4 {
  margin-bottom: 0;
}

.top-accordion .card-header {
  background: transparent;
  padding: 26px 0;
}

.fweight400 {
  font-weight: 400 !important;
}

.fweight500 {
  font-weight: 500 !important;
}

.fweight600 {
  font-weight: 600 !important;
}

/* .top-accordion .card-header .card-body{
  padding-top:24px;
} */

.top-accordion .card-header a {
  font-family: DMSans-medium;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #000000;
}

#g-result {
  display: none;
}

.top-accordion .card-body {
  border-left: 0;
  border-right: 0;
  padding-bottom: 32px;
  padding-top: 0;
}

.top-accordion .card {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
}

.top-accordion .card-header a span {
  font-family: DMSans-medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  vertical-align: middle;
}

.top-accordion .card-header:first-child {
  border-bottom: 0;
}

.top-accordion .btn:first-child:active {
  border: none;
}

.top-accordion span.numbers-list {
  vertical-align: top;
  margin-right: 10%;
  font-family: DMSans-medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  padding-left: 10px;
}

.lets-talk-modal .modal-header {
  border-bottom: 0;
  padding: 72px 30px 0 30px;
}
#leadForm button:hover {
  background-color: #19C063;
}
.lead-form label {
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(102, 102, 102, 1);
}

.lets-talk-modal .modal-content {
  border-radius: 0;
}

.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="number"] {
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  outline: none;
  border-radius: 0;
  border-top: none;
  padding: 5px 0;
}

.lead-form button {
  color: #000000;
  font-family: DMSans-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  background: rgba(30, 229, 118, 1);
  padding: 16px 35%;
  /* change */
  border-radius: 100px;
  border: none;
}

.vertical-line {
  height: 100px;
  border-left: 1px solid rgba(202, 202, 202, 1);
  position: relative;
  width: auto;
}

.vertical-line .or-txt {
  position: absolute;
  background: #ffffff;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000000;
  padding: 5px;
  top: 32%;
  left: -30%;
}

.call-details h3 {
  font-family: Inter-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.call-details p {
  font-family: Inter-Regular;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px !important;
  letter-spacing: 0em;
  text-align: left;
}

.call-details span:first-child {
  font-weight: 600;
}

.call-details span:nth-child(2) {
  font-weight: 400;
}

.form-check-label {
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000 !important;
}

p.terms {
  font-family: Inter-Regular;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 18px !important;
}

.lead-form .form-label {
  margin: 0;
}

.lead-form .form-wrapper .mt-4 {
  margin-top: 32px !important;
}

.lead-form ::placeholder {
  color: #000000;
}

.lead-form .form-control:focus {
  box-shadow: none;
}

.lets-talk-modal .modal-body,
.lets-talk-modal .modal-footer {
  border: none;
}

.lets-talk-modal .modal-body {
  max-height: 79vh;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: 5px;
  padding: 16px 30px;
}

.lets-talk-modal.modal,
#myModaltrucomplete,
#myModaltruhealth,
#myModaltrumain {
  overflow: hidden;
  padding: 0 !important;
}

/* width */
.lets-talk-modal ::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.lets-talk-modal ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.lets-talk-modal ::-webkit-scrollbar-thumb {
  background: #414141;
}

/* Handle on hover */
.lets-talk-modal ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.lets-talk-modal .modal-title {
  font-family: DMSans-Regular;
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #000000;
}

.lets-talk-modal .modal-body p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 16px;
}

.lead-form .call-details.form-text {
  color: #000;
}

.lets-talk-modal .modal-body p span {
  /* color: rgba(102, 102, 102, 1); */
  font-weight: 600;
}

.explore-plans {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 56px 0 0px 0;
}

.explore-plans h3 {
  font-family: DMSans-medium;
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #000000;
}

.explore-plans p {
  color: #000000;
  font-family: DMSans-Regular;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.explore-plans .bg-blue {
  background: #f2fbf5;
  border-radius: 16px;
  margin-right: 15px;
  height: 614px;
  color: #000000;
}

.explore-plans .bg-blue h4,
.explore-plans .bg-black h4 {
  font-family: DMSans-Regular;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}

.explore-plans .bg-black h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.explore-plans .trucomplete.bg-black .maintxt h4 span {
  float: none;
  line-height: normal;
}

.explore-plans .bg-blue p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.explore-plans .maintxt {
  padding: 24px;
}

.txt-white {
  color: #ffffff !important;
}

.txt-black {
  color: #000000 !important;
}

.txt-darkgray {
  color: #222222 !important;
}

.start-txt {
  font-family: Inter-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}

.price-txt {
  font-family: DMSans-Regular;
  font-size: 44px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 768px) {
  .price-txt {
    font-size: 32px;
    line-height: 42px;
  }
}

.tg-no {
  margin-bottom: 24px;
}

p.green-txt {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #046a38 !important;
}

.btn-learn-more button {
  border-radius: 100px;
  width: 100%;
  border: 1px solid #000000;
  margin: auto;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  font-family: DMSans-medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
}

.includes-txt {
  padding: 24px;
}

.includes-txt div {
  margin-bottom: 20px;
  font-family: Inter-Regular;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
}

.trucard hr {
  margin: 0px !important;
}

.trucard .includes-txt ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.includes-txt ul li {
  background: url("../images/check-icon.png") no-repeat left center;
  padding: 5px 10px 5px 35px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
}

.includes-txt li {
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.price-txt span {
  font-family: DMSans-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.explore-plans .bg-black .btn-learn-more {
  border-radius: 100px;
  width: 100%;
  border: 1px solid #ffffff;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.explore-plans .trucomplete.bg-black .btn-learn-more {
  border-color: #1ee576;
}

.explore-plans .bg-black p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.explore-plans .bg-black {
  background: #222222;
  border-radius: 16px;
  margin-right: 15px;
  color: #ffffff;
  height: 614px;
}

.easy-way h3 {
  color: #000000;
  font-family: DMSans-medium;
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 32px;
}

.easy-way img {
  cursor: pointer;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.easy-way .btn-expert {
  background: #1ee576;
  width: 302px;
  height: 58px;
  border-radius: 100px;
  text-align: center;
  font-family: DMSans-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 20px;
}

.btn-expert a {
  color: #000000;
  text-decoration: none;
  line-height: 58px;
}

.lets-talk {
  width: 100%;
  height: auto;
  margin: 96px auto 0 auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/Contact-D.webp") no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.lets-talk h3 {
  font-family: DMSans-medium;
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #ffffff;
}

.lets-talk .call-us p {
  font-weight: 400;
}

.lets-talk .letstalk-txt {
  width: 40% !important;
}

.lets-talk .call-us {
  background: rgba(34, 34, 34, 1);
  border-radius: 16px;
  padding: 20px;
  width: 28%;
  margin: 0 auto;
}

.lets-talk .call-back {
  background: rgba(34, 34, 34, 1);
  border-radius: 16px;
  padding: 20px;
  width: 28%;
  margin: 0 auto;
}

.lets-talk .call-us h4,
.lets-talk .call-back h4 {
  font-family: DMSans-Regular;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.font-14 {
  font-size: 14px !important;
  line-height: 18px !important;
}

.lets-talk .call-us p,
.lets-talk .call-back p {
  font-family: Inter-Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #cacaca;
}

.lets-talk .phone-no a {
  font-family: DMSans-Regular;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}

.lets-talk .call-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("../images/call.svg") no-repeat;
  background-position: bottom;
  margin-right: 10px;
}

.lets-talk-bg-ovrly {
  border-bottom: 2px solid #1ee576;
}

.lets-talk .call-back a,
.lets-talk .call-us .ga-getCallBack {
  background: rgba(30, 229, 118, 1);
  width: 205px;
  height: 48px;
  border-radius: 100px;
  text-decoration: none;
  padding: 10px 32px;
  color: #000000;
  display: inline-flex;
  font-family: DMSans-medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

/* change below */
.lets-talk .call-us .phone-no:has(.ga-getCallBack) {
  display: none;
}

.maintxt h4 span {
  background: #ffffff;
  color: #000000;
  border-radius: 16px;
  padding: 5px 10px;
  font-size: 12px !important;
  float: right;
}

.plans-modal h4.modal-title span {
  background: #000000;
  color: #ffffff;
  border-radius: 16px;
  padding: 5px 10px;
  font-size: 12px !important;
  /* margin-left: 129px; */
}

.plans-modal h4.modal-title.modal__title-modify {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.plans-modal h4.modal-title.modal__title-modify span,
.plans-modal h4.modal-title.modal__title-modify button {
  margin-left: 0;
}

.plans-modal h4.modal-title.modal__title-modify span {
  margin-right: 5px;
}

.include-txtdetails h5 {
  color: #000000;
  font-family: Inter-Regular;
  font-size: 13px;
  font-weight: 600;

  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
}

.include-txtdetails p {
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.easy-way .accordion-button:not(.collapsed) {
  color: #000000;
}

.footer-panel {
  background: rgba(34, 34, 34, 1);
  width: 100%;
  height: auto;
  padding: 20px;
  padding-top: 56px;
}

.footer-panel .panel {
  padding: 0;
  max-height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.footer-panel .panel ul li {
  line-height: 22px;
  color: #fff;
}

.footer-panel .accordion {
  border-top: none;
  font-family: DMSans-Regular;
  color: #666;
}

.footer-panel h5.accordion {
  color: rgba(140, 140, 140, 1);
  font-family: Inter-Regular;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 23px;
}

.footer-panel .panel li a {
  font-family: Inter-Regular;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

.plans-modal .modal-body {
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.plans-modal ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.plans-modal ::-webkit-scrollbar-track {
  background: #cccccc;
}

/* Handle */
.plans-modal ::-webkit-scrollbar-thumb {
  background: #222222;
}

/* Handle on hover */
.plans-modal ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.banner-panel h2 {
  width: 800px;
}

.services .big-img {
  margin-top: 64px !important;
  margin-bottom: 96px;
}

@media screen and (min-width: 1440px) {
  body.webp-supported .banner-panel {
    background-position: bottom;
  }

  body.webp-supported .banner-panel {
    background-size: 100% 100%;
  }

  .banner-panel a .call-now {
    font-size: 14px;
    font-weight: 600;
  }

  .banner-panel a .call-now-num {
    font-size: 12px;
    font-weight: 400;
  }

  .TruGreen-Guarantee .container {
    max-width: 1440px;
  }

  .TruGreen-Guarantee img {
    width: 687px !important;
    height: 527px !important;
  }

  .TruGreen-Guarantee .right-content {
    padding-left: 80px !important;
    padding-top: 50px !important;
  }

  .TruGreen-Guarantee p {
    width: 467px;
    height: 160px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #414141;
    font-family: DMSans-Regular;
    margin: 24px 0 40px 0 !important;
  }

  .lets-talk .call-back {
    width: 355px;
  }
}

@media only screen and (min-width: 744px) and (max-width: 1024px) {
  .customer-review-container .left-container {
    margin-left: 32px !important;
    margin-right: 13.6% !important;
  }

  .height60 {
    height: 75px;
    overflow: hidden;
  }

  .title h2,
  .view-header h2 {
    font-size: 55px !important;
    line-height: 50px !important;
  }

  .TruGreen-Guarantee h3 {
    font-size: 40px !important;
    line-height: 42px !important;
  }

  .green-btn {
    width: 270px !important;
    height: 48px !important;
    padding: 11px 40px !important;
    text-align: center;
  }

  .easy-way h3 {
    font-size: 48px !important;
    line-height: 50px !important;
  }

  .lets-talk .call-back a {
    width: 100%;
    padding: 10px;
  }

  .banner-panel h2 {
    font-size: 60px !important;
    line-height: 70px !important;
    width: 100%;
  }

  .explore-link {
    bottom: 15%;
  }

  .services h3 {
    font-size: 42px;
    line-height: 40px;
    margin-top: 8px;
    letter-spacing: normal;
    margin-top: 30px;
  }

  .top-accordion img {
    width: 250px;
  }

  .top-accordion .card-header a {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .natural-beauty h3 {
    font-size: 52px !important;
    line-height: 50px !important;
  }

  .top-accordion span.numbers-list {
    margin-right: 5%;
  }

  .top-services h3 {
    font-size: 30px !important;
  }

  .lets-talk h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .custMessage {
    font-size: 21px !important;
    line-height: 27px !important;
  }

  #crcOwl .owl-nav {
    left: 50% !important;
    margin-top: 0 !important;
  }

  .TruGreen-Guarantee {
    margin-top: 40px;
  }

  #crcOwl .owl-nav,
  #crcOwl .owl-dots {
    margin-top: 0 !important;
  }

  .green-btn {
    line-height: 1.5em !important;
    display: inline-block;
  }

  .TruGreen-Guarantee p {
    width: 100% !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .TruGreen-Guarantee {
    padding: 0 10px !important;
  }

  .lets-talk-modal .modal-body .call-details p {
    font-size: 11px !important;
  }

  .TruGreen-Guarantee .right-content {
    padding-top: 5px !important;
    padding-left: 20px !important;
  }

  .green-btn.mt-4 {
    margin-top: 0px !important;
  }

  .mtop-96 {
    margin-top: 40px !important;
  }

  .faq h2 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .faq .accordion {
    margin-left: 0 !important;

  }
  .faq .accordion,
  .faq .accordion-button{
    padding-left: 0

  }
  .faq .accordion-item .accordion-header .accordion-button{
    width: 100%;
    font-size: 16px;
  }
  .lets-talk-modal .modal-title {
    font-size: 48px !important;
  }
}

.mtop-96 {
  margin-top: 96px;
}

.mb-img {
  display: none;
}

@media screen and (max-width: 600px) {
  .lets-talk-modal .modal-header {
    padding-top: 56px !important;
    padding-left: 16px !important;
  }

  .lets-talk-modal .btn-close {
    margin-top: -65px !important;
  }

  .italic-txt {
    margin-left: -5px !important;
  }

  .top-accordion span.numbers-list {

    font-family: Inter-Regular;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;

  }

  #myModal .modal-dialog {
    padding-top: 30px;
  }

  .mtop-96 {
    margin-top: 0 !important;
  }

  .tree-shrub-care h3 {
    margin-top: 40px !important;
    color: #000000 !important;
    margin-bottom: 24px;
    margin-left: 0 !important;
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .top-block {
    padding-bottom: 9px;
  }

  .top-block p {
    font-family: DMSans-Regular;
  }

  .natural-beauty h3 {
    margin-bottom: 24px !important;
  }

  .natural-beauty {
    padding: 40px 0 !important;
  }

  .tree-shrub-care button {
    margin: 32px 0 10px 0 !important;
    width: 100% !important;
  }

  .tru-btn {
    right: 30px !important;
  }

  .tru-btn button {
    margin-top: 1rem !important;
  }

  .tree-shrub-care {
    background: transparent !important;
    margin-top: 0px !important;
  }

  .price-txt span {
    margin-left: 0 !important;
  }

  .tree-shrub-care .card-body {
    background: #eaf7fb !important;
    padding-top: 24px !important;
  }

  .tree-shrub-care .card .card-body {
    background: #F2FBF5 !important;
  }

  .services .container {
    padding-left: 16px;
  }

  .services .big-img {
    margin-bottom: 16px;
  }

  .banner-panel a.call-free {
    height: 40px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
  }

  #crcOwl .owl-nav {
    left: 56% !important;
    top: 99%;
  }

  .height60 {
    height: auto;
  }

  .service-add-on h2 span {
    display: block;
  }

  .lets-talk-modal .modal-body {
    max-height: 550px;
    padding-top: 8px;
    padding-inline: 16px !important;
    max-height: 90vh;
  }

  #leadForm .vertical-line.form-text {
    margin-top: 26px;
  }

  #crcOwl .owl-nav {
    left: 60% !important;
  }

  .modal-body {
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .top-services .review {
    padding-top: 7px;
  }

  #top-accordion .card .review {
    padding-top: 24px;
  }

  #top-accordion .card .card-body .review h5 {
    font-family: DMSANS-MEDIUM;
  }

  #top-accordion .card .card-body .review p.mt-4 {
    margin-bottom: 0;
  }

  .banner-panel {
    background-position: bottom 0 right -155px !important;
    /* background: url(../images/banner-mob.webp)no-repeat !important; */
    background: url('../images/banner-mob-low-res.webp') no-repeat;

  }
  .banner-panel-high-res{
    background: url('../images/banner-mob.webp') !important;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
  }

  .easy-way h3 {
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  .easy-way h3 span {
    display: block;
  }

  .TruGreen-Guarantee {
    padding: 4px !important;
    padding-top: 0 !important;
  }

  .TruGreen-Guarantee h3 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .TruGreen-Guarantee .right-content {
    padding-top: 24px !important;
    padding-left: 0 !important;
  }

  .TruGreen-Guarantee p {
    width: 100% !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 16px 0 32px 0 !important;
    font-family: Inter-Regular !important;
    font-weight: 400 !important;
  }

  .service-add-on .title h2 {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }

  .faq .accordion {
    height: auto;
  }

  .d-sm-inline {
    display: inline-block !important;
  }

  .call-now-mob {
    width: 100%;
    background: #000000;
    color: #ffffff;
    font-family: DMSans-Regular;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    padding: 16px;
    border-radius: 100px;
  }

  .lets-talk-modal .modal-body .call-details p {
    text-align: center;
    margin: 26px 0 40px 0;
  }

  .form-text .terms.mt-4 {
    margin-top: 32px !important;
  }

  p.terms.mt-5 {
    margin-top: 1rem !important;
  }

  .call-details p {
    font-size: 14px !important;
  }

  .vertical-line {
    height: 1px;
    width: 300px;
    margin: 26px auto;
    background: #ccc;
  }

  .vertical-line .or-txt {
    top: 0;
    left: 42%;
    margin-top: -12px;
    font-size: 14px !important;
  }

  .lets-talk-modal .modal-title {
    font-size: 36px !important;
    line-height: 40px !important;
    font-family: DMSans-medium;
  }

  .lead-form button {
    width: 100%;
  }

  .lead-form .d-flex.mt-4 {
    display: block !important;
    margin-top: 0.5rem !important;
  }

  .green-btn {
    width: 100% !important;
    display: block;
    text-align: center;
    line-height: 22px !important;
  }

  .easy-way .btn-expert {
    width: 100% !important;
  }

  #myAccordion.accordion {
    height: auto;
    margin-top: 20px;
  }

  .plans-modal h4.modal-title span {
    /* margin-left: 110px; */
    float: right;
    /* margin-top: -30px; */
  }

  .explore-plans .owl-carousel .owl-nav button.owl-prev {
    background: #000000;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    opacity: 9;
  }

  .explore-plans .owl-carousel .owl-nav button.owl-prev span {
    background: url(../images/arrow-left.png) no-repeat;
    height: 34px;
    width: 34px;
    display: inline-block;
    background-position: center;
    color: #000;
  }

  .explore-plans .owl-carousel .owl-nav button.owl-next {
    background: #000000;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    opacity: 9;
  }

  .explore-plans .owl-carousel .owl-nav button.owl-next span {
    background: url(../images/arrow-right.png) no-repeat;
    height: 34px;
    width: 34px;
    display: inline-block;
    background-position: center;
    color: #000;
  }

  .explore-plans .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: #1ee576;
  }

  .explore-plans .owl-carousel .owl-stage {
    display: flex;
    justify-content: flex-start;
    padding-left: 0 !important;
  }

  .explore-plans {
    padding: 24px 0 20px 0;
  }

  .customer-review-container {
    margin: 0 0 40px !important;
  }

  .explore-plans .owl-theme .owl-dots {
    margin-top: 20px;
    max-height: 14px;
  }

  .explore-plans .bg-blue {
    margin-right: 0;
  }

  .explore-plans .bg-black {
    margin-right: 0;
  }

  .explore-plans h3 {
    font-size: 42px;
    line-height: 44px;
    /* padding-top: 40px; */
  }

  .explore-plans p {
    font-size: 16px;
    line-height: 24px;
    width: 325px;
    font-family: Inter-Regular;
  }

  .card img {
    width: 100%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }

  .services h3 {
    font-size: 32px;
    line-height: 42px;
    white-space: normal;
    margin: 8px 0 16px 0;
  }

  .services h3.Title-1-sv {
    font-size: 42px;
    padding-right: 30px;
    width: 320px;
  }

  .lets-talk .letstalk-txt {
    width: 100% !important;
    padding: 20px 0;
  }

  .lets-talk h3 {
    font-size: 42px;
    line-height: 44px;
    text-align: center;
  }

  .banner-content {
    display: flex;
    flex-direction: column;
    margin-top: 55%;
  }

  .link-btn {
    order: 3;
    -webkit-order: 3;
    text-align: center;
  }

  .banner-txt {
    display: flex;
    order: 2;
    -webkit-order: 2;
    font-size: 20px;
    line-height: 23px;
    width: 90%;
    margin: auto;
  }

  .banner-txt p {
    text-align: center;
  }

  .banner-panel h2 {
    order: 1;
    -webkit-order: 1;
    font-size: 42px !important;
    line-height: 44px !important;
    text-align: center;
    width: 346px;
    margin: auto;
  }

  .banner-panel a.get-started {
    width: 90%;
    text-align: center;
    margin: 20px;
    height: 48px;
    padding: 10px 32px;
  }

  .green.btn,
  .bg-black .btn-learn-more button,
  .bg-blue .btn-learn-more button {
    height: 48px;
    padding: 10px 32px;
  }

  .lets-talk {
    padding: 16px;
    margin-top: 0px;
  }

  .lets-talk .letstalk-txt {
    width: 100%;
  }

  .lets-talk .call-us {
    width: 100%;
    padding: 24px;
  }

  .lets-talk .call-back {
    width: 100%;
    margin-top: 24px;
  }

  .lets-talk .call-back p {
    margin-bottom: 24px;
  }

  .lets-talk .call-back {
    padding-bottom: 24px;
  }

  .top-accordion span.numbers-list {
    font-family: Inter-Regular;
  }

  .accordion:before {
    content: " ";
    width: 20px;
    height: 20px;
    background-image: url("../images/Vector.png");
    position: absolute;
    background-repeat: no-repeat;
    right: 32px;
    margin-top: 10px;
  }

  .footer-panel h5.accordion {
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    font-size: 12px !important;
  }

  .tg-footer-det {
    margin-top: 35px !important;
  }

  .footer-panel .panel {
    display: none;
    padding: 0;
    max-height: auto;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .footer-panel .panel.open {
    display: block;
    padding: 0;
    max-height: auto;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .footer-panel .mob-border {
    border-bottom: 1px solid #666;
  }

  .footer-panel .accordion:is(.active):before {
    transform: rotate(-180deg);
    margin-top: -4px;
    right: 41px;
  }

  .explore-plans .talk-with-expert-button {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }

  .explore-plans #owl-one .owl-nav {
    margin-top: 32px;
  }

  .explore-plans #owl-one .owl-dots {
    margin-top: 15px;
  }

  .explore-plans .talk-with-expert-button a.green-btn {
    margin-top: 30.28px;
  }

  .footer-panel {
    padding: 20px 0;
  }

  .footer-panel .container {
    padding: 0 16px;
  }

  .footer-panel .social-media {
    margin-top: 24px;
  }

  .footer-panel .row:last-child p {
    margin-bottom: 4px;
    margin-top: 22px !important;
  }

  .banner-panel a.call-free span.txt-line {
    display: none !important;
  }

  .banner-panel .icon_mobile {
    display: block;
    width: 16px;
    height: auto;
    margin-right: 11px;
  }

  .icon_desktop {
    display: none;
  }

  .banner-panel .call-free {
    display: flex;
    align-items: center;
  }

  #explore-btn img,
  .easy-way img {
    border-radius: 16px;
  }

  .tree-shrub-care .card img {
    border-radius: 16px 16px 0 0;
  }

  .mb-img {
    display: block;
  }

  .dsk-img {
    display: none;
  }
}

.icon_mobile {
  display: none;
}

.footer-panel ol {
  padding: 0 1rem;
}

.footer-panel ol li,
.footer-panel p {
  font-family: Inter-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.footer-panel .social-media {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
  margin-bottom: 32px;
}

.footer-panel .social-media a {
  padding: 5px;
}

.brands {
  display: flex;
  justify-content: end;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
}

.brands a {
  padding: 10px;
}

/*------------- vandana css--------------------- */
.accordion-button:not(.collapsed)::before {
  background-color: #046a38 !important;
}

.accordion-button.collapsed::before {
  background-color: #046a38 !important;
}

.view-header {
  width: 475px;
  height: 136px;
  padding-top: 32px;
  left: 69px;
}

.faq h2 {
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #000;
  font-family: DMSans-medium;
}

.faq .accordion {
  margin-left: 71px;
}

.right-content {
  width: 714px;
  height: auto;
  padding-top: 32px;
}

.accordion-button::after {
  color: #046a38 !important;
}

.accordion-button:not(.collapsed)::after {
  color: #046a38 !important;
}

.right-content .accordion-button:focus,
.right-content .accordion-button:hover,
.right-content .accordion-button:active,
.right-content .accordion-item:active .accordion-button::after {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #000;
}

.faq .accordion-item,
.faq .accordion-item:hover {
  border-bottom: 1px solid #cacaca !important;
}

.faq button {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  font-family: DMSans-medium;
  color: #000;
}

.accordion-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #414141;
  font-family: Inter-Regular;
}

.accordion-body a {
  color: #1155cc !important;
  text-decoration: underline !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: black
}

@media only screen and (max-width: 768px) {
  .faq .accordion:before {
    display: none;
  }

  .faq .accordion-body {
    padding: 0px;
  }

  .faq .accordion-flush .accordion-collapse .accordion-body {
    padding-bottom: 16px;
  }

  .view-header {
    width: auto;
    height: 88px;
    padding-top: 40px;
    padding-left: 16px !important;
  }

  .view-header h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.03999999910593033px;
    text-align: left;
  }

  .accordion {
    width: auto;
    height: auto;
    left: 18px;
    gap: 16px;
  }

  .right-content {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .accordion-button {
    width: 358px;
    /*height: 48px;*/
    gap: 9px;
  }

  .right-content button {
    font-size: 16px;
    /* font-family: Inter-Regular; */
  }
}

@media only screen and (max-width: 390px) {
  .banner-panel h2 br:nth-child(2) {
    display: none;
  }
}

.TruGreen-Guarantee {
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 96px 80px 0px 80px;
}

.TruGreen-Guarantee img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.TruGreen-Guarantee .right-content {
  padding-top: 20px;
  /*extra added*/
  padding-left: 30px;
  /*extra added*/
  width: 100%;
  height: auto;
}

.TruGreen-Guarantee h3 {
  font-weight: 500;
  font-size: 68px;
  line-height: 68px;
  color: #000;
  font-family: DMSans-medium;
}

.TruGreen-Guarantee p {
  width: 452px;
  height: 160px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #414141;
  font-family: DMSans-Regular;
  margin: 20px 0 20px 0;
}

.video-green {
  width: 100%;
  height: 350px;
}

.green-btn {
  font-family: DMSans-medium;
  width: 302px;
  height: 58px;
  gap: 11px;
  padding: 16px 80px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  background-color: #1ee576;
  border-radius: 100px;
  /* line-height: 22px; */
  line-height: 2.5em;
}

@media (max-width: 767px) {
  .green-btn {
    padding: 10px 32px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.carousl,
.carousel-innr,
.carousel-inner>#myCarousel.carousel-item {
  overflow: hidden;
}

.carousel-inner>.carousel-item.active,
.carousel-inner>.carousel-item-next {
  display: flex;
  flex-wrap: nowrap;
}

.carousel-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  /* right: 90%; */
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  z-index: 2;
}

.carousel-inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 99%;
  content: "";
  display: block;
  background-color: #fff;
  z-index: 2;
}

.overlay-text {
  position: absolute;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  transform: translate(-50%, -50%);
  width: 234px;
  height: 84px;
  padding-bottom: 125px;
  left: 140px;
  font-family: DMSans-medium;
  /* top: 349px;
left: 24px; */
}

.overlay-text.lg-text {
  width: 277px !important;
  transform: translate(-43%, -50%);
}

.title {
  padding-left: 30px !important;
}

.service-add-on .title {
  padding-left: 12px !important;
}

.green.btn {
  width: 302px;
  height: 58px;
  gap: 11px;
  padding: 16px 80px !important;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  background-color: #1ee576;
  border-radius: 100px;
  line-height: 22px;
}

.talk_to_expert {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 110px) !important;
}

.green.btn:hover,
.green.btn:focus,
.green.btn:active,
.green.btn:visited {
  background-color: #1ee576;
  color: #000;
  border: none;
  box-sizing: none;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:visited {
  background-color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 9px 5px;
  /* line-height: 2em; */
}

.title h5 {
  width: auto;
  height: 32px;

  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #414141;
}

.title h2 {
  width: auto;
  height: 68px;
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 24px !important;
  font-family: DMSans-medium;
}

/* Plan Slider CSS */

#planSlider {
  position: relative;
  margin-top: 32px;
  margin-bottom: 48px;
}

section.service-add-on {
  margin-top: 64px;
}

#planSlider.owl-carousel .owl-stage {
  display: flex;
}

#planSlider .owl-nav {
  position: absolute;
  top: -90px;
  right: 11.56%;
  left: auto;
}

#planSlider .cards-wrapper {
  display: flex;
  /* justify-content: center; */
}

#planSlider .card {
  position: relative;
  border: none;
  border-radius: 0;
  width: 389px;
  height: auto;
}

#planSlider .text-wrapper {
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  width: 245px;
}

#planSlider .card img {
  max-width: 100%;
  max-height: 100%;
  height: 457px;
}

#planSlider button.owl-prev,
#planSlider button.owl-next {
  background-color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 9px 5px;
  color: #fff;
}

#planSlider button.owl-next {
  margin-left: 15px;
}

#planSlider.owl-carousel.owl-drag .owl-item.active {
  width: 389px !important;
}

#planSlider.owl-carousel.owl-drag .owl-item {
  width: 389px;
}

#planSlider .owl-item img {
  --bs-card-border-width: 0;
  border-width: 0;
}

#planSlider button.owl-prev span,
#planSlider button.owl-next span {
  display: none;
}

@media only screen and (max-width: 600px) {
  .top-services p {
    margin-bottom: 24px;
  }

  .talk_to_expert {
    width: 90% !important;
    margin: auto
  }

  .green.btn {
    width: 100%;
  }

  .title {
    width: 100% !important;
  }

  /* .carousel-inner  .col-md-4 {
    flex: 0 0 100%;
  } */

  .title h5 {
    width: auto;
    /* height: 48px; */

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  .title h2 {
    width: auto;
    /* height: 88px; */
    font-size: 42px !important;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.03999999910593033px;
    text-align: left;
    padding-bottom: 90px;
  }

  .carousel-inner:after {
    left: 100%;
  }

  #planSlider {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #planSlider.owl-carousel.owl-drag .owl-item.active {
    width: 342px !important;
  }

  #planSlider .card {
    width: 342px;
  }

  #planSlider .owl-nav {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    display: flex;
    justify-content: center;
    margin: 32px 0;
  }

  #planSlider .owl-dots {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .banner-panel h2 br:nth-child(2) {
    display: none;
  }

  .banner-panel .bg-overlay {
    min-height: 650px;
    margin-left: 0px;
  }

  .banner-panel .banner-content {
    margin-top: 0;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 17px;
    right: 17px;
  }

  .banner-panel .banner-txt {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .banner-panel a.get-started {
    margin-top: 8px;
  }

  .easy-way .green-acc-expert-btn .green-btn {
    margin-top: 32px !important;
  }

  .explore-plans div#owl-one {
    padding-right: 0 !important;
  }

  .explore-plans div#owl-one .trucard .maintxt .height60 {
    width: 100%;
    max-width: 90%;
  }

  .faq #accordionFlushExample .accordion-item .accordion-header button.accordion-button {
    font-family: Inter-Regular !important;
    font-size: 16px !important;
    padding: 16px 0;
  }

  .faq #accordionFlushExample .accordion-item {
    padding-left: 0;
  }

  #accordionFlushExample .accordion-item .accordion-body {
    padding-right: 24px;
  }

  .faq #accordionFlushExample {
    padding-right: 4px;
  }
}

@media only screen and (max-width: 990px) {
  .tree-shrub-care {
    min-height: auto !important;
    padding-bottom: 30px;
    background-position: center !important;
    background-size: cover !important;
  }

  .txt-block {
    width: 100% !important;
    padding: 0 28px;
    left: 0 !important;
  }

  .title h2 {
    font-size: 50px;
    height: auto;
  }

  .title h5 {
    font-size: 20px;
  }

  #myModaltrucomplete .modal-dialog .modal-content,
  #myModaltruhealth .modal-dialog .modal-content,
  #myModaltrumain .modal-dialog .modal-content {
    max-height: 100vh;
  }

  .banner-panel .InfinityNumber {
    position: absolute;
    right: 20px;
    left: auto;
  }
}

#myCarousel .cards-wrapper {
  display: flex;
  justify-content: center;
}

#myCarousel .card img {
  max-width: 100%;
  max-height: 100%;
}

#myCarousel .card {
  margin: 0 0.5em;
  border: none;
  border-radius: 0;
  width: 300px;
  height: 368px;
}

.carousel-inner {
  padding: 1em;
}

.banner-panel a.get-started:hover,
.tree-shrub-care button:hover,
.green-btn:hover,
.lets-talk .call-back .ga-getCallBack:hover,
.lets-talk .call-us .ga-getCallBack:hover,
#submit_lead_data:hover {
  background: #00B140;
}

.call-now-mob:hover {
  background: #414141
}

.reviews_mr {
  margin-right: 5px;
}

/*------------- vandana css--------------------- */
/* css for customer says */

.customer-review-container {
  width: 100%;
  background: #222222;
  color: white;
  max-height: 899px;
  /* margin-bottom: 50px ; */
}

.customer-review-container .left-container {
  margin-left: 80px;
  margin-top: 8.49%;
  margin-bottom: 8.16%;
  margin-right: 3.6%;
  flex: 1;
  /* width: 40%; */
}

.banner-txt sup {
  font-size: 14px;
}

@media (max-width: 767px) {
  .customer-review-container {
    flex-direction: column;
    max-height: 100%;
  }

  .customer-review-container .left-container {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 40px;
  }

  .youtube-video {
    position: relative;
  }

  .youtube-video a.how-btn {
    left: 6%;
  }
}

.customer-review-container-cardHeader {
  color: white;
  font-size: 20px;
  line-height: 23.8px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.text-card {
  width: 100%;
}

.custMessage {
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  color: white;
}

.custName {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
  color: white;
  margin-top: 40px;
}

.custName .addSec {
  color: #8c8c8c;
}

/* fonts */
.dm-sans-font {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/* carousel arrows and dots */
.owl-carousel#crcOwl {
  margin-top: 12%;
}

#crcOwl .owl-nav,
#crcOwl .owl-dots {
  display: inline-flex;
  margin-top: 15%;
  width: 50%;
  position: absolute;
}

.owl-carousel#crcOwl button.owl-dot,
.owl-carousel#planSlider button.owl-dot {
  background: #cacaca !important;
  color: white !important;
  border: 2px solid #cacaca !important;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  padding: 2px !important;
  margin: 0 5px;
  margin-top: 9px;
}

.owl-carousel#crcOwl button.owl-dot.active,
.owl-carousel#planSlider button.owl-dot.active {
  background: #1ee576 !important;
  color: white !important;
  border: 2px solid #1ee576 !important;
  width: 30px;
  border-radius: 25%;
}

#crcOwl .owl-nav {
  left: 45%;
}

#crcOwl .owl-nav button.owl-prev,
#crcOwl button.owl-next {
  content: "<-";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: black !important;
  margin: 0 0px;
  margin-top: -10px;
  z-index: 11;
}

#crcOwl button.owl-prev span {
  content: url("../images/arrow-left.png");
  margin-top: 6px;
}

#crcOwl button.owl-next span {
  content: url("../images/arrow-right.png");
  margin-top: 6px;
}

#crcOwl button.owl-play {
  content: url("../images/pause.png");
  font-weight: 900;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: white;
  background: black !important;
  border: 1px solid black;
  margin: -10px 8px 0;
  padding-bottom: 5px;
  z-index: 11;
}

#crcOwl button.owl-play::after {
  content: "||";
  font-weight: 700;
  font-size: 15px;
  color: white;
  z-index: 11;
}

#crcOwl button.owl-play.clicked::after {
  content: "|>";
  z-index: 11;
}

@media (max-width: 780px) {
  .owl-carousel#crcOwl {
    margin-top: 2%;
  }

  #crcOwl .owl-nav,
  #crcOwl .owl-dots {
    margin-top: 10%;
  }

  .customer-review-container-cardHeader,
  .custName {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    font-family: Inter-Regular;
  }

  .custMessage {
    font-size: 28px;
    line-height: 36px;
  }

  .custName .addSec {
    display: block;
  }
}

/* right side code below */
.customer-review-container .right-container {
  margin-right: 6.4%;
  /* flex: 1; */
  max-height: 899px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  float: right;
}

.customer-review-container .right-container::-webkit-scrollbar {
  display: none;
}

.crc-multicard {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 298px));
  /* grid-auto-rows: minmax(auto, 443px); */
  grid-column-gap: 30px;
  top: -18%;
  position: relative;
  height: 100%;
}

.crc-multicard .card {
  max-width: 298px;
  width: 100%;
  max-height: 413px;
  height: fit-content;
  border: 1px solid #222222;
  border-radius: 16px;
  background: #222222;
}

.image-text-content {
  position: absolute;
  bottom: 25px;
  left: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.image-text-content p {
  margin: 0px;
}

.crc-multicard .card:nth-child(even) {
  margin-top: 13%;
}

.crc-multicard .card:nth-child(odd) {
  margin-top: -17%;
}

.crc-multicard .card:first-child {
  margin-top: 0px;
}

.crc-multicard .card:nth-child(2) {
  margin-top: 30%;
}

@media (min-width: 768px) and (max-width: 990px) {

  .customer-review-container .right-container {
    max-height: 600px;
  }

  body.webp-supported .banner-panel {
    background-position: center;
  }

  .tree-shrub-care p.card-text {
    font-size: 14px !important;
  }

  .tree-shrub-care .card-body {
    padding: 16px 14px !important;
  }

  .tree-shrub-care .card-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}

@media (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .explore-plans .bg-black .height60 {
    height: auto;
  }

  .explore-plans .bg-black h4 {
    flex-flow: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
  .explore-plans .trucomplete.bg-black .maintxt h4 span {
    padding: 5px;
    font-size: 9px !important;
  }
}

@media (max-width: 767px) {
  .customer-review-container .right-container {
    margin-left: 4%;
    margin-top: 20%;
    margin-right: 4%;
    max-height: 36vh;
  }

  .owl-nav {
    left: 58%;
  }

  .image-text-content {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {

  .tree-text button {
    display: none;
  }

  .tree-shrub-care .card {
    width: 100% !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 744px) and (max-width: 745px) {
  .tree-shrub-care {
    background: transparent !important;
  }

  .tree-shrub-care .card-body {
    background: #F2FBF5 !important;
  }

  .natural-beauty img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 24px;
  }

  .explore-plans .bg-black h4 {
    flex-flow: wrap;
  }

  .explore-plans .talk-with-expert-button {
    margin-top: 0;
  }

  .explore-plans .bg-blue,
  .explore-plans .bg-black {
    height: 705px !important;
  }

  .easy-way .green-acc-expert-btn {
    text-align: center;
  }

  .customer-review-container #crcOwl .owl-nav {
    left: auto;
    right: 0;
    justify-content: flex-end;
    margin-top: 13% !important;
  }

  .TruGreen-Guarantee .right-content {
    padding-left: 0;
  }

  .TruGreen-Guarantee .right-content a.green-btn {
    display: block;
    margin: 0 auto;
  }

  .lets-talk .letstalk-txt {
    margin-bottom: 47px;
  }

  .lets-talk .letstalk-txt h3 {
    text-align: center;
  }

  .lets-talk .letstalk-txt,
  .lets-talk .call-us,
  .lets-talk .call-back {
    width: 100% !important;
  }

  .lets-talk .call-back {
    margin-top: 24px;
  }

  .lets-talk .call-back .ga-getCallBack {
    display: inline;
  }

  .footer-panel .mob-border {
    border-bottom: 1px solid #666;
  }

  .footer-panel h5.accordion {
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    position: relative;
    left: 0;
  }

  .footer-panel .accordion:before {
    content: " ";
    width: 20px;
    height: 20px;
    background-image: url(../images/Vector.png);
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    margin-top: 10px;
  }

  .footer-panel .panel {
    display: none;
    padding: 0;
    max-height: auto;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .footer-panel .panel.open {
    display: block;
  }

  .tg-footer-det {
    margin-top: 35px !important;
  }

  .footer-panel .accordion:is(.active):before {
    transform: rotate(-180deg);
    margin-top: -4px;
    right: 9px;
  }
}

/* css for customer says */
.footercls {
  position: absolute;
  right: 0;
  left: 0;
}

#successModal .modal-dialog.modal-lg {
  height: 100%;
  align-items: center;
  display: flex;
  max-width: 623px;
  margin-top: 0;
}

#successModal button.btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
}

.success-lead-form button {
  color: #000;
  font-family: DMSans-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  background: rgba(30, 229, 118, 1);
  padding: 16px 80px;
  border-radius: 100px;
  border: none;
}

.lets-talk-modal .btn-close {
  margin-top: -120px !important;
}

.green-acc {
  margin-left: 56px;
}

@media (max-width: 768px) {
  .green-acc {
    margin-left: 0px;
  }
}

.green-acc .green-acc-item {
  border-bottom: 1px solid #e5e5e5;
}

/* .green-acc .green-acc-item button[aria-expanded=true] {
  border-bottom: 1px solid #dddddd;
} */

.green-acc button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px 0 24px 0;
  color: #000000;
  font-family: DMSans-medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  border: none;
  background: none;
  outline: none;
}

.green-acc button:hover,
.green-acc button:focus {
  cursor: pointer;
  color: #000000;
}

.green-acc button:hover::after,
.green-acc button:focus::after {
  cursor: pointer;
  color: #000000;
  border: 1px solid #000000;
}

/* .green-acc button .green-acc-title {
  padding: 1em 1.5em 1em 0;
} */

.green-acc button .icon {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../images/Expand.png") no-repeat;
  background-size: contain;
  /* border: 1px solid;
    border-radius: 22px; */
}

.defaultpan {
  max-height: 9em;
  opacity: 1;
}

.green-acc button[aria-expanded="true"] {
  color: #000000;
}

.green-acc button[aria-expanded="true"] .icon {
  background: url("../images/Collapse.png");
  background-size: contain;
}

.green-acc button[aria-expanded="true"]+.green-acc-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.green-acc .green-acc-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.green-acc .green-acc-content p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

  margin: 0 0 24px 0px;
}

.collapsing {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  transition: height 0.8s ease !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  /* .explore-plans .bg-black {
    height: 600px;
  }

  .explore-plans .bg-blue {
    height: 600px;
  } */
}

#planSlider button.owl-prev span {
  background: url(../images/arrow-left.png) no-repeat;
  margin-top: 6px;
  width: 44px;
  height: 44px;
  display: inline-block;
  background-position: 10px 5px;
  font-size: 0;
  padding-top: 15px;
}

#planSlider button.owl-next span {
  background: url(../images/arrow-right.png) no-repeat;
  margin-top: 6px;
  width: 44px;
  height: 44px;
  display: inline-block;
  background-position: 10px 5px;
  font-size: 0;
  padding-top: 15px;
}

.talk-with-expert-button {
  margin-top: 80px;
}

.easy-way {
  /* background: linear-gradient(61deg, #EAF7FB -4.81%, #FBFDFE 15.87%, #FFF 90.95%); */
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 768px) {
  .talk-with-expert-button {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .easy-way {
    background: #eaf7fb;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .green-acc button {
    padding: 24px 0 16px 0;
    font-size: 20px;
    line-height: 23.8px;
  }
}

.price-txt span {
  margin-left: -10px;
}

.owl-carousel .owl-stage-outer ul li sup {
  font-size: 10px;
}

#successModal .modal-body {
  padding: 10px 30px 40px 50px;
}

#successModal form.success-lead-form {
  margin-top: 65px;
}

#successModal .modal-header {
  padding: 65px 40px 0 40px;
}

#successModal button.btn-close {
  top: 160px !important;
}

.green-acc-expert-btn {
  margin-top: 40px;
}

#planSlider button.owl-prev span,
#planSlider button.owl-next span {
  color: #000;
}

@media only screen and (min-width: 767px) and (max-width: 990px) {
  .tree-shrub-care {
    padding-bottom: 30px;
  }

  .tree-shrub-care .card {
    width: 100% !important;
    margin-right: 0px !important;
    margin-top: 50px !important;
  }

  .tree-shrub-care h3 {
    margin-left: 0 !important;
    font-size: 42px !important;
    line-height: 45px !important;
    margin-top: 150px !important;
  }

  .tree-shrub-care button {
    margin-left: 0px !important;
    width: 250px !important;
    margin-top: 10px !important;
  }

  .txt-block h4 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .tree-shrub-care .tru-btn button {
    width: 100% !important;
  }

  .txt-block p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .explore-plans .bg-black p,
  .explore-plans .bg-blue p {
    font-size: 14px;
    line-height: 20px;
  }

  /* .explore-plans .bg-black {
    height: 585px;
  }

  .explore-plans .bg-blue {
    height: 585px;
  } */

  .green-acc button {
    padding: 0.5em 0;
    font-size: 20px;
  }

  .green-acc button .icon {
    top: 20px;
    width: 15px;
    height: 15px;
  }

  .green-acc button .green-acc-title {
    padding: 0;
  }

  .green-acc .green-acc-content p {
    margin: 0.5em 0;
  }
}

@media (max-width: 768px) {
  .easy-way h3 {
    margin-bottom: 0;
  }

  .green-acc-expert-btn {
    margin-top: 8px;
  }

  .green-acc .green-acc-content p {
    margin: 0 0 16px 0px;
  }
}

.video-green {
  width: 100%;
  height: 350px;
}

.video-modal .modal-content {
  background-color: #000000;
}

a.how-btn {
  background: #ffffff;
  color: #000;
  padding: 5px 10px;
  border-radius: 16px;
  text-decoration: none;
  position: absolute;
  left: 10%;
  margin-top: 27%;
  font-size: 12px;
}

.video-modal .btn-close {
  background: url(../images/close-btn.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: 8 !important;
  background-size: contain;
}

.video-modal .modal-header {
  border-bottom: none;
}

img.small-img {
  margin-bottom: 4px;
  margin-left: 5px;
}

.video-modal .modal-body {
  height: 435px;
}

.video-center {
  width: 80%;
  height: auto;
  margin: auto;
}

.easy-way img {
  position: relative;
}

.no-pointer {
  cursor: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.zipcode.form-control {
  border: 0px;

  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.invalid-feedback-other,
.invalid-feedback-req {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.bg-black .btn-learn-more button {
  background-color: #1ee576;
  color: black !important;
  border: 1px solid #1ee576;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}

@media (max-width: 767px) {
  .tg-f-em {
    margin-top: 30px !important;
  }

  .lead-form.needs-validation .form-wrapper .row.mt-3 {
    margin-top: 30px !important;
  }
}

#myModaltrumain .modal-header,
#myModaltruhealth .modal-header,
#myModaltrucomplete .modal-header {
  align-items: flex-start;
  padding-bottom: 0px !important;
}

#myModaltrumain .modal-header .modal-title,
#myModaltruhealth .modal-header .modal-title,
#myModaltrucomplete .modal-header .modal-title {
  padding-top: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

#myModaltrumain .modal-header,
#myModaltruhealth .modal-header,
#myModaltrucomplete .modal-header {
  border-bottom: none;
}

.tg-lo-mo {
  display: none;
}

@media (max-width: 767px) {
  .lets-talk .call-us .phone-no:has(.ga-getCallBack) {
    display: block;
  }

  .lets-talk .call-us .ga-getCallBack {
    width: 152px;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 24px;
  }

  .footer-panel .social-media {
    justify-content: flex-start;
  }

  .brands a {
    padding-right: 5px;
    padding-left: 5px;
  }

  .brands a:nth-child(1) {
    padding-right: 15px;
  }

  .brands {
    margin-top: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .tg-lo-mo {
    display: block;
    width: 25% !important;
    margin-bottom: 17px;
  }

  .service-add-on.pt-5 {
    padding-top: 40px !important;
    margin-top: 0px;
  }

  .service-add-on .title p.mb-3 {
    margin-bottom: 24px !important;
  }

  .service-add-on #planSlider .card .overlay-text {
    width: 235px;
    padding-bottom: 180px;
  }

  .service-add-on .talk_to_expert .green.btn {
    height: 48px;
    padding: 13px 0 !important;
  }

  .service-add-on .title {
    padding-left: 12px !important;
  }

  .explore-plans p.tg-no {
    margin-bottom: 0;
  }

  .explore-plans .bg-blue h4,
  .explore-plans .bg-black h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .explore-plans .talk-with-expert-button {
    margin-top: 8px;
  }

  .explore-plans .talk-with-expert-button a.green-btn {
    line-height: 30px !important;
  }
}

.crc-multicard .card img {
  border-radius: 16px;
}

.padding-y-32 {
  padding: 32px 0px;
}

@media (max-width: 768px) {
  .pl-16 {
    padding-left: 16px !important;
  }

  .card-header,
  .card-header>.btn {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

  #top-accordion .card-header>.btn>.row>*,
  #top-accordion .card-body>.row>* {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 17px !important;
  }

  #top-accordion .card-header>.btn>.row .top-card-head {
    padding-top: 8px !important;
  }

  .numbers-list {
    padding-left: 0px !important;
  }

  .top-card-head {
    font-family: DMSans-Regular;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
  }

  .top-accordion .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 16px;
  }

  .card-he-co {
    max-height: 47px;
    font-family: Inter-Regular;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
  }
}

.service-add-on .container {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 5.56%;
  max-width: 100%;
}

/* 
.card-header.hide{
  opacity
} */

.ml-40 {
  margin-left: -3.34%;
}

.natural-beauty img {
  border-radius: 0 16px 16px 0;
  width: 100%;
  object-fit: cover;
}

.webp-supported {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  #successModal .modal-header {
    padding: 65px 40px 0 16px !important;
  }

  .top-accordion .card-header a span {
    font-family: Inter-Regular;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .txt-block p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 24px !important;
    font-weight: 400 !important;
    font-family: Inter-Regular !important;
  }

  .lets-talk-modal .modal-body p.chat-txt {
    font-weight: 400;
  }

  .txt-block h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 8px !important;
  }

  .natural-beauty h3 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .natural-beauty img {
    border-radius: 16px !important;
    margin-bottom: 24px;
  }

  .ml-40 {
    margin-left: 0 !important;
  }

  .service-add-on .container {
    padding-left: 16px;
    margin-left: 0px;
  }

  .faq {
    background: #eaf7fb;
    padding-bottom: 40px;
  }

  .faq .accordion,
  .faq .accordion-item,
  .faq .accordion-button {
    background: transparent;
    padding-left: 4px;
  }

  .d-xs-block {
    display: block !important;
  }

  .Title-1-sv {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .tree-shrub-care .card-title {
    margin-bottom: 10px !important;
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .lets-talk .call-back h4,
  .lets-talk .call-us h4 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .faq h2 {
    font-size: 42px !important;
    line-height: 44px !important;
    margin: 40px 0 32px 0 !important;
  }

  .faq .accordion {
    margin-left: 0px !important;
  }

  .tree-shrub-care p.card-text {
    margin-bottom: 0 !important;
  }

  .d-xs-block {
    display: block;
  }

  #successModal button.btn-close {
    top: 160px !important;
  }
}

.natural-beauty {
  width: 100%;
  height: auto;
  margin: auto;
  background: #F2FBF5;
  padding: 96px 0;
}

.natural-beauty h3 {
  font-family: DMSans-medium;
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 56px;
}

.natural-beauty .col-md-6 {
  position: relative;
}

.txt-block {
  position: absolute;
  bottom: 32px;
  left: 73px;
  width: 524px;
}

.txt-block h4 {
  margin-bottom: 16px;
  font-family: DMSans-regular;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.txt-block p {
  margin-bottom: 0;
  font-family: DMSans-regular;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.tree-shrub-care {
  background: url('../images/tree-sh-care.webp') no-repeat;
  border-radius: 16px;
  min-height: 700px;
  margin-top: 96px;
  background-position: bottom;
}

.tree-shrub-care h3 {
  color: #ffffff;
  font-family: DMSans-medium;
  font-size: 68px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-top: 237px;
  margin-left: 80px;
}

.tree-shrub-care button {
  border: none;
  background: #1EE576;
  border-radius: 100px;
  width: 302px;
  height: 58px;
  color: #000000;
  font-family: DMSans-medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 32px;
  margin-left: 80px;
}

.tree-shrub-care .card {
  width: 409px;
  border: none;
  border-radius: 16px;
  background: transparent;
  margin-top: 166px;
  float: right;
  margin-right: 80px;
}

.tree-shrub-care .card-body {
  background: #F2FBF5;
  border-radius: 0 0 16px 16px;
  padding: 16px 24px 24px 24px;
}

.tree-shrub-care img {
  border-radius: 18px 18px 0 0;
  position: relative;
}


.tree-shrub-care p.card-text {
  color: #222222;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}

.tree-shrub-care .card-title {
  color: #000000;
  font-family: DMSans-medium;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}

.mtop-64 {
  margin-top: 64px;
  margin-bottom: 16px;
}

.tru-btn {
  position: absolute;
  right: 24px;
}

.tru-btn button {
  background: #ffffff;
  color: #000000;
  font-family: Inter-Regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  border: 0;
  border-radius: 30px;
  width: 137px;
  height: 23px;
  margin-top: 24px;
}

input.ziploader {
  background: url("../images/inputloader.gif") no-repeat right center;
}

div#loading-image {
  text-align: center;
}

.italic-txt {
  font-style: italic;
  margin-left: -10px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .call-back p {
    width: 100% !important;
  }

  .call-details h3 a {
    text-decoration: none;
    color: #000000;
  }

  .faq h2 {
    font-size: 42px;
    line-height: 45px;
  }

  .TruGreen-Guarantee h3 {
    font-size: 42px !important;
    line-height: 45px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {

  .custMessage {
    font-size: 32px !important;
  }

  footer.footercls .lets-talk .letstalk-txt h3 {
    font-size: 42px;
  }

  .tree-shrub-care .tru-btn button {
    font-size: 10px;
  }

  .customer-review-container,
  .customer-review-container .right-container {
    max-height: 959px;
  }

  #crcOwl .owl-nav {
    left: 47%;
  }

  #crcOwl .owl-nav {
    bottom: -17px;
  }

  #crcOwl .owl-dots {
    bottom: 0;
  }

  #crcOwl .owl-item {
    margin-bottom: 30px;
  }

  .tree-shrub-care {
    background-position: -300px 0;
    background-size: cover;
  }
}

.call-back p {
  width: 290px;
  font-weight: 400;
  margin-bottom: 20px;
}

.lets-talk .call-back h4 {
  margin-bottom: 16px;
}

@media screen and (min-width: 601px) {
  .call-back p {
    width: 100% !important;
  }
}

.faq .accordion-flush .accordion-item .accordion-button,
.faq .accordion-flush .accordion-item .accordion-button.collapsed {

  padding-top: 20px;
  padding-bottom: 24px;
}

.natural-beauty img.Year-round {
  border-radius: 0 16px 0 16px;
}



/* @media only screen and (min-width: 576px) and (max-width: 767px) {
  .container.bg-overlay .col-md-4.d-none.d-sm-block {
      display: none !important;
  }
  .container.bg-overlay{
    max-width: 100%
  }
} */


@media only screen and (min-width: 2000px) and (max-width:2699px){
body.webp-supported .banner-panel-high-res{
    min-height: 1000px !important;
  }
}
@media only screen and (min-width: 2700px){
  body.webp-supported .banner-panel-high-res{
    min-height: 1200px !important;
  }
}
@media only screen and (min-width: 3200px){
  body.webp-supported .banner-panel-high-res{
    min-height: 1500px !important;
  }
}

@media only screen and (min-width: 740px) and (max-width: 767px){
  footer.footercls .lets-talk-bg-ovrly .lets-talk .container {
    max-width: 100%;
  }
.lets-talk .call-back a{
    justify-content: center;
  }
}

@media only screen and (min-width: 1181px) and (max-width: 1315px) and (orientation: landscape) {
    .custMessage {
        font-size: 32px !important;
        line-height: 40px !important;
   
    }
}
.tree-shrub-care .tru-btn button:hover {
    background: #ffffff;
}