* {
  font-family: 'Exo 2';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --theme:#00C299;
  --theme-dark :#009474;
  --theme-light:#eafffb;
}
li {
  display: block;
}
P {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 23px;
  color: #000;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2';
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
main>* {
  padding: 40px 0;
}
.heading-area {
  width: 100%;
  margin: 0 0 15px 0;
}
.heading-area.white>* {
  color: #fff;
}
.heading-area.center>* {
  text-align: center;
  display: block;
  width: 100%;
}
.main-title {
  font-size: 40px;
  color: var(--theme);
  line-height: 40px;
  font-weight: bold;
  margin-top: -8px;
  text-transform: uppercase;
}
.heading-area>p {
  margin: 5px 0 0 0;
}
img {
  max-width: 100%;
  border: 0;
}
.sub-title {
  color: #6bb83c;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
.btn__div {
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
  display: flex;
}
.common-btn {
  font-size: 18px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 12px 20px;
  line-height: normal;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: capitalize;
  cursor: pointer;
}
.common-btn:visited {
  background-color: var(--theme);
}
.common-btn:hover {
  background-color: var(--theme-dark);
  color: #fff;
}
.common-btn:focus {
  color: #fff;
  background-color: var(--theme);
}
/******top part*********/
.banner {
  background: var(--theme-light);
}
.banner-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.banner-left {
  width: 47%;
}
.banner-right {
  width: 50%;
}
.banner-right h1 {
  text-transform: uppercase;
  color: var(--theme);
  line-height: 50px;
  font-size: 43px;
  line-height: 43px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.banner-right b {
  font-size: 24px;
  display: block;
  color: #000;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}
.features ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}
.features ul li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.features ul li img {
  width: auto;
}
.features ul li .fet-caption {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
  min-height: 100%;
}
.features ul li strong {
  display: block;
  font-size: 18px;
  margin: 0 0 5px 0;
  color: #000;
}
.features ul li .fet-caption p {
  text-align: center;
}
.features ul li i {
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 46px;
  margin: 0 auto 10px auto;
}
.fet-caption span {
  display: block;
}
/******************/
.service {
  background-color: #f8f8f8;
}
.service-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.service-inner ul li {
  padding: 0 0 0 18px;
  font-size: 16px;
  color: #000;
  line-height: 22px;
  position: relative;
  margin: 0 0 5px 0;
}
.service-inner ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #6bb83c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/******************/
.money-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  gap: 30px;
}
/* ======================================= */
.front-end {
  background: #f8f8f8;
}
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.front-end-left {
  width: 41%;
}
.front-end-right {
  width: 57%;
}
.front-end-right strong {
  margin: 0 0 15px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  text-transform: none;
  line-height: 32px;
}
/*************************/
.pricing {
  position: relative;
  z-index: 1;
}
.pricing img {
  max-width: 100%;
  vertical-align: top;
}
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing p {
  margin-bottom: 10px;
}
.pricing .get-quote {
  font-size: 22px;
  background-color: #6bb83c;
  font-weight: 600;
  color: #ffffff;
  padding: 17px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5.5%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pricing .get-quote:hover {
  background-color: #2f9100;
}
.pricing .clipart {
  position: absolute;
  left: 0;
  margin-top: 60px;
}
.torn-pricing {
  position: relative;
}
.torn-pricing::before {
  padding-top: 44.4%;
  content: '';
  display: block;
  width: 100%;
}
.torn-pricing img {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
}
.torn-pricing:after {
  content: '';
  position: absolute;
  top: 100%;
  width: auto;
  height: 60px;
  background-image: url(../index-49.html);
  left: 14px;
  right: 0;
  background-size: 39%;
  background-repeat: repeat-x;
  z-index: 1;
  margin-top: -4px;
  pointer-events: none;
}
/* ================================= */
.reviews {
  background: #f2ffea;
}
.reviews-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.reviews .reviews-inner>a {
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 2px #6bb83c inset;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  padding: 0 90px;
  transition: all 0.5s ease 0s;
  background-color: #6bb83c;
  min-height: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.reviews .reviews-inner>a:after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #226a00;
  z-index: -1;
  border-radius: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.reviews .reviews-inner>a:hover:after {
  width: 100%;
}
.reviews .reviews-inner>a:hover {
  background-color: #226a00;
  box-shadow: 0 0 0 2px #226a00 inset;
}
ul.reviews-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  row-gap: 20px;
}
ul.reviews-list li {
  width: 25%;
  padding: 0 10px;
}
ul.reviews-list li a {
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
  min-height: 100%;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
ul.reviews-list li:not(:last-child) a:before {
  content: '';
  display: block;
  padding-top: 71%;
}
ul.reviews-list li a::after {
  content: '';
  background-image: url(../index-49.html);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #6bb83c;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
ul.reviews-list li a img {
  max-width: 100%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
ul.reviews-list li.morereview a {
  min-height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #6bb83c;
  color: #fff;
  padding: 15px;
  text-align: center;
}
ul.reviews-list li.morereview a:hover {
  background-color: #226a00;
}
ul.reviews-list li.morereview a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
}
ul.reviews-list li.morereview a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  background-image: none;
  background-color: transparent !important;
  box-shadow: none;
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}
@media (max-width:1199.98px) {
  ul.reviews-list li.morereview a {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
}
@media (max-width:991.98px) {
  .main-title {
    font-size: 32px;
    line-height: 32px;
  }
  .main-title br {
    display: none;
  }
  /* ===================================== */
  .banner-inner {
    flex-direction: column-reverse;
  }
  .banner-right {
    width: 100%;
  }
  .banner-left {
    width: 100%;
    margin: 0 0 4% 0;
    text-align: center;
  }
  /* ====================================== */
  .features ul {
    grid-template-columns: 1fr 1fr;
  }
  /* ===================================== */
  .money-inner {
    flex-direction: column-reverse;
    display: flex;
  }
  .money-inner-left {
    width: 100%;
  }
  .money-inner-rght {
    width: 100%;
    margin: 0 0 4% 0;
    text-align: center;
  }
  /* ============================================= */
  .front-end-left {
    width: 100%;
    text-align: center;
    margin: 0 0 3% 0;
  }
  .front-end-right {
    width: 100%;
  }
  /* ============================================= */
  ul.reviews-list li {
    width: 33.33%;
  }
}
@media (max-width:767.98px) {
  .features ul li:nth-last-child(-n+2) {
    width: 100%;
  }
  .service-inner ul li {
    text-align: justify;
  }
}
@media (max-width:630px) {
  main>* {
    padding: 40px 0;
  }
  .main-title {
    font-size: 28px;
    line-height: 28px;
    margin: 0;
  }
  .sub-title {
    font-size: 24px;
  }
  /* ================================ */
  .banner-right h1 {
    font-size: 33px;
    line-height: 33px;
  }
  .banner-right b {
    font-size: 24px;
    line-height: 28px;
  }
  /* =============================== */
  .features ul {
    grid-template-columns: 100%;
  }
  /* =============================== */
  .front-end-right strong {
    margin: 0 0 15px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-transform: none;
    line-height: 26px;
  }
  /* ======================================= */
  ul.reviews-list li {
    width: 50%;
    padding: 0 5px;
  }
  ul.reviews-list li a {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  ul.reviews-list li a img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  ul.reviews-list li a::after {
    width: 35px;
    height: 35px;
    background-size: 29px;
  }
  ul.reviews-list li.morereview a:before {
    width: 40px;
    height: 40px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
  }
  ul.reviews-list li.morereview a:after {
    width: 40px;
    height: 40px;
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
  }
  ul.reviews-list li.morereview a {
    font-size: 4.2vw;
    line-height: 5.2vw;
  }
}
@media (max-width:380px) {
  .main-title {
    font-size: 24px;
    line-height: 24px;
  }
  .sub-title {
    font-size: 20px;
  }
  .banner-right h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .banner-right b {
    font-size: 22px;
    line-height: 25px;
  }
  .pricing .get-quote {
    font-size: 18px;
    padding: 10px 14px;
    min-width: inherit;
  }
  .common-btn {
    padding: 10px 14px;
  }
}