body {
  overflow-x: hidden; }

.bg-light {
  background-color: #00a358 !important; }

.pb_icon-gradient:before {
  background: #774183;
    background: -moz-linear-gradient(45deg, #fff 0%, #fff 100%);
    background: -webkit-linear-gradient(45deg, #fff 0%, #fff 100%);
    background: -o-linear-gradient(45deg, #fff 0%, #fff 100%);
    background: linear-gradient(45deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.pb_slant-light,
.pb_slant-white {
  position: relative; }
  .pb_slant-light:after,
  .pb_slant-white:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -50px;
    height: 100px;
    width: 130%;
    background-color: #00a358;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 10;
  }
  .pb_slant-light.pb_slant-reverse:after,
  .pb_slant-white.pb_slant-reverse:after {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    left: -100px;
    bottom: -140px; }

.pb_slant-white:after {
  background-color: #2eaa72; }

.pb_section {
  padding: 5em 0; }

.pb_cover_v3 a, .pb_xl_py_cover a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid transparent; }
  .pb_cover_v3 a:hover, .pb_xl_py_cover a:hover {
    color: white;
    border-bottom: 2px solid white; }

.pb_cover_v3 .btn, .pb_xl_py_cover .btn {
  color: white; }
.posttype_imges {
    text-align: center;
    margin-top: 46px;
}
.posttype_imges img {
    height: 50px;
    width: auto;
}
#section-faq .margin_btm {
    margin-bottom: 20px !important;
}
.contactext {
    font-size: 17px;
	font-weight: 700 !important;
	color: #23a067;
}


#section-reviews {
    padding: 10em 0px;
}

#section-faq {
    padding: 10em 0px;
}

.pb_xl_py_cover {
    padding: 0em 0 5em;
}