/*@mixin placeholder {
    &.placeholder { @content }
    &:-moz-placeholder { @content }
    &::-moz-placeholder{@content}
    &:-ms-input-placeholder{@content}
    &::-webkit-input-placeholder { @content }
}*/
/*@mixin size($width, $height: $width){
    width: $width;
    height: $height;
}*/
.price_main {
  color: #1d1d1d;
}

.price-banner {
  background: -webkit-gradient(linear, left top, right top, from(rgb(241, 241, 241)), color-stop(50%, rgb(241, 241, 241)), color-stop(51%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(241, 241, 241) 0%, rgb(241, 241, 241) 50%, rgb(255, 255, 255) 51%, rgb(255, 255, 255) 100%);
}
.price-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price-banner .price-left {
  padding: 30px 0;
  width: 50%;
  position: relative;
}
.price-banner .price-left .price-title {
  font-size: 46px;
  line-height: 50px;
  padding: 0 0 8px;
}
.price-banner .price-left .price-title span {
  color: #f58e0e;
  font-family: robotomedium;
}
.price-banner .price-left .price-subtitle {
  color: #616161;
  font-size: 16px;
  line-height: 20px;
  width: 40%;
}
.price-banner .price-left .features {
  padding: 50px 0 0;
}
.price-banner .price-left .features .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 25px;
}
.price-banner .price-left .features .feature-list svg {
  margin: 0 15px 0 0;
}
.price-banner .price-left .features .feature-list .feature-content {
  font-family: robotomedium;
  font-size: 16px;
  color: #434343;
  line-height: 18px;
}
.price-banner .price-left .features .feature-list .feature-content span {
  font-family: robotoregular;
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.price-banner .price-left .features .feature-list .feature-content .free {
  background: #33cc6f;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
}
.price-banner .price-left .price-banner-img {
  position: absolute;
  background: url(../images/pricing-policy.svg) no-repeat;
  width: 50%;
  display: inline-block;
  height: 100%;
  bottom: 0;
  right: 0;
  background-position: bottom;
  background-size: auto;
}
.price-banner .price-right-cal {
  width: 50%;
  position: relative;
  padding: 30px 40px;
  background: #fff;
}
.price-banner .price-right-cal::after {
  content: "";
  background: url(../images/price-banner-cal.svg) no-repeat;
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.price-banner .price-right-cal .calculator {
  display: block;
  width: 90%;
}
.price-banner .price-right-cal .calculator .head {
  font-size: 24px;
  line-height: 28px;
  font-family: robotomedium;
  padding: 0 0 15px;
  color: #2a2a2a;
}
.price-banner .price-right-cal .calculator .pricebx {
  margin: 0 0 20px;
}
.price-banner .price-right-cal .calculator .pricebx select {
  background: url(../images/dropdown-arrow.svg) no-repeat center right 10px;
  color: #616161;
  z-index: 1;
  background-size: 12px;
}
.price-banner .price-right-cal .calculator .pricing-form-box {
  min-height: 331px;
  position: relative;
}
.price-banner .price-right-cal .calculator .pricing-form-box .form-loader {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.price-banner .price-right-cal .calculator .upload_file_box {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
}
.price-banner .price-right-cal .calculator .upload_file_box .upload-btn, .price-banner .price-right-cal .calculator .upload_file_box input[type=file] {
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  color: #707070;
  background-color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 41px;
  cursor: pointer;
}
.price-banner .price-right-cal .calculator .upload_file_box .upload-btn svg, .price-banner .price-right-cal .calculator .upload_file_box input[type=file] svg {
  margin: 0 5px 0 0;
}
.price-banner .price-right-cal .calculator .upload_file_box input[type=file] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.price-banner .price-right-cal .calculator .upload_file_box .file-type-error {
  color: #ef1010;
  font-size: 13px;
  display: inline-block;
}
.price-banner .price-right-cal .calculator .upload_file_result {
  display: none;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.price-banner .price-right-cal .calculator .upload_file_result .ul_list {
  list-style: none;
  margin: 0;
}
.price-banner .price-right-cal .calculator .upload_file_result .ul_list li {
  padding: 7px 30px 7px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #707070;
  word-wrap: break-word;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
}
.price-banner .price-right-cal .calculator .upload_file_result .ul_list li .close-icon {
  cursor: pointer;
  background: url(../images/svg/cancel.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.price-banner .price-right-cal .calculator .upload_file_result .ul_list li svg {
  background: #fff;
  position: absolute;
  right: 30px;
  top: 8px;
}
.price-banner .price-right-cal .calculator .Estimate-price {
  text-align: center;
  position: relative;
  z-index: 1;
}
.price-banner .price-right-cal .calculator .Estimate-price label {
  font-size: 16px;
  line-height: 18px;
  color: #434343;
}
.price-banner .price-right-cal .calculator .Estimate-price .basePrice {
  text-decoration: line-through;
  color: #616161;
  font-size: 18px;
  line-height: 20px;
  margin: 0 10px;
}
.price-banner .price-right-cal .calculator .Estimate-price .priceoff {
  font-size: 18px;
  font-family: "robotomedium";
  text-transform: uppercase;
  background: #5c7a36;
  border-radius: 3px;
  padding: 3px;
  color: #fff;
}
.price-banner .price-right-cal .calculator .Estimate-price .symbole {
  color: #f58e0e;
  font-size: 36px;
  line-height: 40px;
  font-family: robotomedium;
  margin: 8px 0 15px;
}
.price-banner .price-right-cal .calculator .Estimate-price .offerPrice {
  color: #f58e0e;
  font-size: 36px;
  line-height: 40px;
  font-family: robotomedium;
  padding: 8px 0 15px;
}
.price-banner .price-right-cal .calculator .btn-ordernow {
  background: #f58e0e;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: robotomedium;
  padding: 10px 0;
  display: block;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
  position: relative;
  bottom: 0;
}

.trusted-rating {
  padding: 50px 0;
  text-align: center;
}
.trusted-rating .text {
  font-size: 32px;
  line-height: 38px;
  color: #1d1d1d;
  width: 80%;
  margin: auto;
}
.trusted-rating .text span {
  font-family: robotomedium;
}
.trusted-rating .trust-icon {
  width: 200px;
  height: 200px;
  background: #5c7a35;
  border-radius: 50%;
  background-clip: content-box;
  border: 4px solid #5c7a36;
  padding: 6px;
  display: table;
  margin: 15px auto 0;
}
.trusted-rating .content {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.trusted-rating .content .rating-value {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0 4px;
}
.trusted-rating .content .rate-no {
  font-size: 34px;
  line-height: 40px;
  font-family: robotomedium;
}
.trusted-rating .content .rate-no span {
  color: #ffc410;
}
.trusted-rating .content .rating-star {
  background: url(../images/rating-star-yellow.svg) no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  background-size: 21px;
  margin: 0 0 0 4px;
}
.trusted-rating .content .rating-star.rating-half {
  background: url(../images/rating-star-yellow-half.svg) no-repeat;
  background-size: 21px;
}

.free-inclusion {
  background: #f5f5f5;
  padding: 30px 0;
  text-align: center;
}
.free-inclusion .tilte-head {
  font-size: 32px;
  line-height: 34px;
  font-family: "robotomedium";
}
.free-inclusion .container {
  position: relative;
}
.free-inclusion .container::before {
  content: "";
  height: 80px;
  width: 200px;
  position: absolute;
  right: 19px;
  top: 51px;
  background: linear-gradient(90deg, #f5f5f5 9px, transparent 1%) center, linear-gradient(#f5f5f5 9px, transparent 1%) center, #d8d8d8;
  background-size: 11px 11px;
  z-index: 0;
}
.free-inclusion .subtitle {
  color: #616161;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 20px;
}
.free-inclusion .inclusion-box {
  background: #fff;
  margin: 20px auto 0;
  padding: 30px;
  width: 82%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.free-inclusion .inclusion-box .inclusion-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d8d8d8;
}
.free-inclusion .inclusion-box p {
  color: #1d1d1d;
  font-size: 17px;
  line-height: 20px;
  font-family: robotomedium;
  padding: 4px 0;
}
.free-inclusion .inclusion-box .amnt {
  font-size: 26px;
  line-height: 28px;
  color: #33cc6f;
}
.free-inclusion .inclusion-box .amnt s {
  color: #616161;
  margin: 25px 10px 0 0;
  display: inline-block;
}
.free-inclusion .inclusion-box .order-now-btn {
  background: #f58e0e;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 20px;
  font-family: robotomedium;
  color: #fff;
  display: inline-block;
  margin: 15px 0 0;
  border-radius: 3px;
}

.secure-pay {
  padding: 50px 0;
  text-align: center;
}
.secure-pay .title {
  font-size: 32px;
  line-height: 36px;
  font-family: robotomedium;
}
.secure-pay .subtitle {
  color: #616161;
  width: 72%;
  margin: 5px auto;
}
.secure-pay .payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px 0;
  margin: auto;
  width: 70%;
  position: relative;
}
.secure-pay .payment-method .boxes {
  padding: 20px;
  width: 46%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.secure-pay .payment-method .boxes p {
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 20px;
}
.secure-pay .payment-method .boxes .pay-list li {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
}
.secure-pay .payment-method .boxes .pay-list.pay-first li {
  width: 49%;
}
.secure-pay .payment-method::before {
  content: "";
  height: 315px;
  width: 315px;
  position: absolute;
  right: 32%;
  top: 3%;
  background: linear-gradient(90deg, #fff 9px, transparent 1%) center, linear-gradient(#fff 9px, transparent 1%) center, #d8d8d8;
  background-size: 11px 11px;
  z-index: -1;
  border-radius: 50%;
}

.reviews {
  background: #f5f5f5;
  padding: 50px 0;
  position: relative;
}
.reviews .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.reviews .head {
  font-size: 32px;
  line-height: 35px;
  font-family: "robotomedium";
  width: 20%;
  margin: auto;
}
.reviews .head p {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 22px;
  color: #616161;
  font-family: "robotoregular";
}
.reviews .review-slider {
  width: 74%;
  padding: 0 0 50px;
}
.reviews .review-slider .review-list {
  padding: 15px;
  background: #fff;
  margin: 5px 15px 5px 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.reviews .review-slider .review-list .quotes {
  background: url(../images/quotes.svg);
  width: 40px;
  display: block;
  height: 40px;
}
.reviews .review-slider .review-list .contentreview {
  font-size: 14px;
  line-height: 18px;
  color: #434343;
  margin: 9px 0 15px;
  height: 140px;
  overflow: auto;
}
.reviews .review-slider .review-list .topstr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #434343;
  font-family: robotomedium;
  font-size: 16px;
  line-height: 18px;
  height: 35px;
}
.reviews .review-slider .review-list .topstr p {
  font-family: robotoregular;
  font-size: 13px;
  line-height: 16px;
}
.reviews .review-slider .review-list .topstr p span {
  display: block;
  font-family: robotomedium;
  font-size: 16px;
  line-height: 18px;
}
.reviews .review-slider .slick-next,
.reviews .review-slider .slick-prev {
  background: #2a2a2a;
  width: 30px;
  height: 30px;
  left: 15px;
  font-size: 0;
  position: absolute;
  bottom: 0;
  padding: 0;
  cursor: pointer;
}
.reviews .review-slider .slick-next:before,
.reviews .review-slider .slick-prev:before {
  background: url(../images/CaretLeft-white.svg) no-repeat;
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px;
  display: block;
}
.reviews .review-slider .slick-next.slick-disabled,
.reviews .review-slider .slick-prev.slick-disabled {
  background: #616161;
}
.reviews .review-slider .slick-next {
  left: 55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reviews .btn-review {
  position: absolute;
  right: 0px;
  color: #f58e0e;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  bottom: 0px;
  font-family: robotomedium;
}
.reviews::before, .reviews::after {
  content: "";
  width: 360px;
  height: 70%;
  background: url(../images/review-bg.svg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.reviews::after {
  background: url(../images/review-bg1.svg) no-repeat;
  left: inherit;
  right: 0;
  top: 10px;
  width: 85px;
  height: 120px;
}

.faq {
  padding: 50px 0;
}
.faq .head {
  font-size: 32px;
  line-height: 35px;
  font-family: "robotomedium";
  text-align: center;
}
.faq .head p {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 22px;
  color: #616161;
  font-family: "robotoregular";
}
.faq .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.faq .all-faq {
  width: 48%;
}
.faq .all-faq li {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  margin: 0 40px 15px 0;
}
.faq .all-faq li .faqtop {
  padding: 12px 32px 12px 14px;
  font-size: 16px;
  line-height: 18px;
  font-family: "robotoregular";
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.faq .all-faq li .faqtop.current {
  background: #f1faf6;
}
.faq .all-faq li .faqtop:after {
  content: "";
  background: url("../images/svg/homesprite.png") no-repeat;
  width: 12px;
  height: 8px;
  display: block;
  background-position: -2px -24px;
  background-size: 270px;
  position: absolute;
  right: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq .all-faq li .faqtop.current:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq .all-faq li article {
  padding: 15px;
  line-height: 18px;
  color: #616161;
  font-size: 14px;
}
.faq .all-faq li .faq-box {
  display: none;
}

@media (max-width: 1024px) {
  .price-banner .price-left .price-title {
    font-size: 35px;
    line-height: 40px;
  }
  .price-banner .price-left .price-subtitle {
    width: 50%;
  }
  .trusted-rating .text {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .error {
    font-size: 0.6875rem;
  }
  .price-banner .price-left {
    padding: 20px 0;
  }
  .price-banner .price-left .price-title {
    font-size: 28px;
    line-height: 34px;
  }
  .price-banner .price-left .price-subtitle {
    width: 80%;
  }
  .price-banner .price-left .price-banner-img {
    background-size: 246px;
  }
  .price-banner .price-right-cal {
    padding: 20px;
  }
  .price-banner .price-right-cal .calculator {
    width: 100%;
  }
  .price-banner .price-right-cal .calculator .head {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 8px;
  }
  .price-banner .price-right-cal .calculator .pricebx select {
    padding: 8px;
  }
  .price-banner .price-right-cal .calculator .Estimate-price .priceoff {
    font-size: 16px;
  }
  .price-banner .price-right-cal .calculator .Estimate-price .offerPrice {
    font-size: 30px;
    line-height: 33px;
  }
  .price-banner .price-right-cal .calculator .pricing-form-box {
    min-height: 313px;
  }
  .price-banner .price-right-cal .calculator .upload_file_box .upload-btn, .price-banner .price-right-cal .calculator .upload_file_box input[type=file] {
    height: 37px;
    padding: 8px 15px;
  }
  .trusted-rating {
    padding: 30px 0;
  }
  .trusted-rating .text {
    font-size: 21px;
    line-height: 25px;
  }
  .trusted-rating .trust-icon {
    width: 160px;
    height: 160px;
  }
  .trusted-rating .trust-icon .content .rating-star {
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
  .free-inclusion .container::before {
    right: -17px;
  }
  .free-inclusion .tilte-head {
    font-size: 25px;
    line-height: 28px;
  }
  .free-inclusion .inclusion-box {
    width: 95%;
    padding: 15px;
  }
  .free-inclusion .inclusion-box .amnt s {
    margin: 16px 10px 0 0;
  }
  .free-inclusion .inclusion-box .order-now-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 15px;
  }
  .secure-pay {
    padding: 30px 0;
  }
  .secure-pay .title {
    font-size: 25px;
    line-height: 28px;
  }
  .secure-pay .subtitle {
    width: 90%;
  }
  .secure-pay .payment-method {
    width: 100%;
    padding: 30px 0;
  }
  .secure-pay .payment-method::before {
    height: 240px;
    width: 240px;
  }
  .secure-pay .payment-method .boxes {
    padding: 12px;
  }
  .secure-pay .payment-method .boxes p {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 11px;
  }
  .reviews {
    padding: 30px 0;
  }
  .reviews .head {
    font-size: 25px;
    line-height: 28px;
  }
  .reviews .review-slider .review-list .quotes {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .faq {
    padding: 30px 0;
  }
  .faq .head {
    font-size: 25px;
    line-height: 32px;
  }
  .faq .flex {
    margin-top: 20px;
  }
  .faq .all-faq li .faqtop {
    padding: 8px 32px 8px 10px;
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .price-banner {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
    background: linear-gradient(#f1f1f1, #fff);
  }
  .price-banner .price-left {
    width: 100%;
    text-align: center;
  }
  .price-banner .price-left .price-title {
    font-size: 22px;
    line-height: 25px;
  }
  .price-banner .price-left .price-subtitle {
    width: 100%;
  }
  .price-banner .price-left .features {
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
  .price-banner .price-left .features .feature-list {
    margin: 0;
  }
  .price-banner .price-left .features .feature-list svg {
    margin: 0 6px 0 0;
  }
  .price-banner .price-left .features .feature-list:nth-child(2) {
    display: none;
  }
  .price-banner .price-left .features .feature-list .feature-content .free {
    font-size: 13px;
    line-height: 16px;
    padding: 0px 5px;
  }
  .price-banner .price-left .price-banner-img {
    display: none;
  }
  .price-banner .price-right-cal {
    width: 100%;
    padding: 10px 10px 20px;
  }
  .price-banner .price-right-cal .calculator .Estimate-price label {
    font-size: 14px;
    line-height: 16px;
  }
  .price-banner .price-right-cal .calculator .Estimate-price .basePrice {
    font-size: 16px;
    line-height: 18px;
  }
  .price-banner .price-right-cal .calculator .Estimate-price .priceoff {
    font-size: 15x;
  }
  .price-banner .price-right-cal .calculator .Estimate-price .offerPrice {
    font-size: 25px;
    line-height: 27px;
    padding: 8px;
  }
  .price-banner .price-right-cal .calculator .btn-ordernow {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 0;
  }
  .trusted-rating.container {
    padding: 20px 0px;
  }
  .trusted-rating .text {
    font-size: 18px;
    line-height: 22px;
  }
  .trusted-rating .trust-icon {
    width: 140px;
    height: 140px;
  }
  .trusted-rating .trust-icon .content .rating-star {
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0 0 0 2px;
  }
  .trusted-rating .trust-icon .content .rating-value {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0;
  }
  .trusted-rating .trust-icon .content .rate-no {
    font-size: 28px;
    line-height: 32px;
  }
  .free-inclusion {
    padding: 20px 0;
  }
  .free-inclusion .container::before {
    display: none;
  }
  .free-inclusion .tilte-head {
    font-size: 20px;
    line-height: 24px;
  }
  .free-inclusion .inclusion-box .inclusion-feature {
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .free-inclusion .inclusion-box .inclusion-feature::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .free-inclusion .inclusion-box p {
    font-size: 15px;
    line-height: 17px;
  }
  .free-inclusion .inclusion-box .boxes {
    min-width: 71%;
  }
  .free-inclusion .inclusion-box .boxes s {
    font-size: 14px;
  }
  .free-inclusion .inclusion-box .amnt {
    font-size: 20px;
    line-height: 23px;
  }
  .free-inclusion .inclusion-box .amnt s {
    margin: 6px 10px 0 0;
  }
  .free-inclusion .inclusion-box .order-now-btn {
    margin: 8px 0 0;
  }
  .secure-pay.container {
    padding: 20px 10px;
  }
  .secure-pay .title {
    font-size: 20px;
    line-height: 24px;
  }
  .secure-pay .subtitle {
    width: 100%;
  }
  .secure-pay .payment-method {
    padding: 10px 0 0;
    display: block;
  }
  .secure-pay .payment-method::before {
    display: none;
  }
  .secure-pay .payment-method .boxes {
    width: 100%;
    margin: 0 0 20px;
  }
  .secure-pay .payment-method .boxes:last-child {
    margin: 0;
  }
  .reviews {
    padding: 20px 0 50px;
    display: block;
  }
  .reviews::before, .reviews::after {
    display: none;
  }
  .reviews .head {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
  .reviews .head p {
    margin-top: 3px;
  }
  .reviews .review-slider {
    width: 100%;
    padding: 15px 0 20px;
  }
  .reviews .review-slider .review-list {
    margin: 5px 10px 5px 5px;
  }
  .reviews .btn-review {
    bottom: -25px;
    right: 36%;
  }
  .faq {
    padding: 20px 5px;
  }
  .faq .head {
    font-size: 20px;
    line-height: 22px;
  }
  .faq .head p {
    margin: 0;
  }
  .faq .all-faq {
    width: 100%;
  }
  .faq .all-faq li .faqtop {
    font-size: 14px;
    line-height: 16px;
  }
  .faq .all-faq li .faq-box {
    font-size: 14px;
  }
  .faq .flex {
    display: block;
  }
  .faq .flex .all-faq + .all-faq li:last-child {
    margin: 0;
  }
}
/*# sourceMappingURL=price.css.map */