* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

body {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.people_50 {
  color: #262833;
  font-weight: 700;
  font-size: 35px;
  margin: 0 0 16px;
}

.footer_text {
  color: rgb(107, 114, 128);
  font-size: 12px;
  text-align: center;
  font-family: "Poppins", serif;
  max-width: 380px;
  margin: 10px auto;
  line-height: 150%;
}

.footer_text a {
  display: inline-block;
  color: rgb(107, 114, 128);
  margin-bottom: 6px;
  text-decoration: underline;
}

.bold {
  font-weight: bold !important;
}

.pt-none {
  padding-top: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

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

.hidden {
  display: none !important;
}

.loader_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.preloader-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #4a49ff;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
  100% {
      transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  100% {
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  100% {
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  100% {
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.success-green {
  color: #3DB14A;
}

.d-flex {
  display: flex;
}

.logo_wrapper_footer {
  display: none;
}

.footer_text_wrapper {
  text-align: center;
}

.footer_para {
  color: #6b7280;
  font-size: 12px;
}

.footer_para a {
  color: #6b7280 !important;
  text-decoration: underline;
}

.footer .container {
  background-color: unset;
  box-shadow: unset;
}

body {
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
  width: 100%;
  background-color: #ededff;
}

 #modal-error-close {
	position: absolute;
	right: -10px;
	top: -10px;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	line-height: 30px;
  font-size: 45px;
  background-color: #fff;
}

.testimonial_slider .dots_style li button {
  width: 0px !important;
  height: 10px !important;
}

@supports (-moz-appearance: none) {
  .testimonial_slider .dots_style li button {
    width: 3px !important;
  }
}

.product-description {
  background-color: #f1f1f1;
  padding: 20px 10px 0;
  border-radius: 9px;
}

.checkout_poup {
  overflow-y: scroll;
  overflow-x: hidden;
}

.upsell-checkout {
  width: 100%;
  height: 100%;
  .checkout_poup_box {
    top: 0px;
    transform: translate(-50%, 5%);
  }
  .pay_safe_box {
    font-size: 1rem;
  }
}

.checkout-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.logo_box > img {
  max-width: 179px;
  max-height: 21px;
}

.nav_bars > i {
  color: #D4D4D6;
}

.color-purple {
  color: #4A49FF;
}

@media only screen and (max-width: 390px) {
  .gpay-card-info-container {
    min-width: unset !important;
  }
}