* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  min-height: 100% !important;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  height: 100%;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}
.green {
  color: #007a45;
}
.btn-primary {
  background-color: #007a45;
  color: #ffffff !important;
  padding: 10px 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #007a45;
  cursor: pointer;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:focus {
  text-decoration: none;
  background: #ffffff;
  color: #2c2c2c !important;
  border: 2px solid #007a45;
  outline: none;
}
.btn-primary.alt {
  background-color: #84be00;
  padding: 10px 26px;
  font-size: 18px;
  margin-top: 20px;
  border: 2px solid #84be00;
}
.btn-primary.alt:hover,
.btn-primary.alt:active,
.btn-primary.alt:focus {
  text-decoration: none;
  background: #ffffff;
  color: #84be00 !important;
  border: 2px solid #84be00;
  outline: none;
}
@media (max-width: 767px) {
  .btn-primary.alt {
    display: block;
    text-align: center;
  }
}
.btn-secondary {
  background-color: #f1b434;
  color: #2c2c2c !important;
  padding: 10px 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #f1b434;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:hover:active,
.btn-secondary:focus {
  text-decoration: none;
  background: #ffffff;
  color: #2c2c2c !important;
  border: 2px solid #f1b434;
  outline: none;
}
p {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 400;
  text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;
}
p.xs {
  font-size: 15px;
  color: #979797;
}
p.sm {
  font-size: 17px;
  color: #979797;
}
p.lg {
  font-size: 25px;
  font-weight: 300;
}
p.lg.alt {
  font-size: 23px;
}
p.xl {
  font-size: 30px !important;
  font-weight: 300;
}
p.xxl {
  font-size: 35px !important;
  font-weight: 300;
}
p.xxxl {
  font-size: 40px !important;
  font-weight: 300;
}
.paddingtop30 {
  padding-top: 30px;
}
.paddingtop15 {
  padding-top: 15px;
}
header .navbar-fixed-small {
  background-color: #007a45;
  top: 0px;
  display: block;
  height: 90px;
}
header .navbar-fixed-small .main-logo {
  padding-top: 5px;
}
header .navbar-fixed-small .right-header {
  padding-top: 15px;
  text-align: right;
  color: #ffffff;
}
header .navbar-fixed-small .right-header a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  line-height: 56px;
}
header .navbar-fixed-small .right-header p {
  font-size: 16px;
  margin: 0px;
  display: inline-block;
}
#main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
#main-content .container {
  padding-top: 0;
}
body.woocommerce-checkout #main-content,
body.thank-you #main-content {
  padding-top: 0;
}
body.woocommerce-checkout .container,
body.thank-you .container {
  max-width: 900px;
}
@media (min-width: 768px) {
  body.woocommerce-checkout .container,
  body.thank-you .container {
    width: 100%;
  }
}
.wp-block-column {
  flex: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
select {
  font-family: sans-serif !important;
  font-weight: normal;
  background: #fff url(../../images/icon-select.png) no-repeat right center !important;
  padding-right: 40px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.cart-body .product-name {
  margin-left: -50px;
}
@media (max-width: 600px) {
  .cart-body .product-name {
    margin-left: 0px;
  }
}
.cart-body .card-image img {
  border: 1px solid #000000;
}
.cart-body .product-name,
.cart-body .card-type {
  padding-left: 0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #84bd00;
}
.cart-body .product-name p,
.cart-body .card-type p {
  font-size: 18px;
  color: #252525;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 480px) {
  .cart-body .product-name p,
  .cart-body .card-type p {
    margin-bottom: 0px;
  }
}
.cart-body .product-name p.address,
.cart-body .card-type p.address {
  font-size: 14px;
}
.cart-body .product-name .address,
.cart-body .card-type .address {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .cart-body .product-name .price,
  .cart-body .card-type .price {
    font-size: 12px;
    position: absolute;
    top: 85px;
    left: -90px;
  }
}
@media (max-width: 480px) {
  .cart-body .product-name,
  .cart-body .card-type {
    padding-right: 0px;
  }
}
.cart-body .product-name .quantity-wrapper,
.cart-body .card-type .quantity-wrapper {
  margin-top: 80px;
  margin-left: 0px;
  color: #000000;
}
@media (max-width: 1200px) {
  .cart-body .product-name .quantity-wrapper,
  .cart-body .card-type .quantity-wrapper {
    margin-top: 20px;
  }
}
.cart-body .product-name .quantity-wrapper .quantity,
.cart-body .card-type .quantity-wrapper .quantity {
  padding-left: 0px;
  padding-right: 0px;
}
.cart-body .product-name .quantity-wrapper .qty,
.cart-body .card-type .quantity-wrapper .qty {
  -moz-appearance: textfield;
  height: 27px;
  width: 100%;
  z-index: 0;
}
.cart-body .product-name .minus,
.cart-body .card-type .minus {
  width: 30px;
  background-color: rgba(238,238,238,0.5);
  border-radius: 10px 0px 0px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #acacac;
}
.cart-body .product-name .minus i,
.cart-body .card-type .minus i {
  z-index: 100;
  margin-left: -6px;
}
.cart-body .product-name .plus,
.cart-body .card-type .plus {
  width: 30px;
  background-color: rgba(238,238,238,0.5);
  border-radius: 0px 10px 10px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #acacac;
}
.cart-body .product-name .plus i,
.cart-body .card-type .plus i {
  z-index: 100;
  margin-left: -6px;
}
.cart-body .product-subtotal {
  margin-top: 30px;
  font-size: 30px;
  color: #555555;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cart-body .product-subtotal {
    margin-top: 10px;
  }
}
.cart-body img {
  border-radius: 10px;
  width: 200px;
  height: 200px;
}
@media (max-width: 1200px) {
  .cart-body img {
    width: 80px;
    height: 80px;
  }
}
.cart-body .remove-product {
  position: absolute;
  top: 5px;
  left: 20px;
  color: red;
}
.cart-body .remove-product i {
  background-color: white;
  border-radius: 100%;
}
.cart-body .cart_item {
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  margin-right: 0px;
  margin-left: 0px;
  border-top: 1px solid #eaeaea;
}
.cart-body .cart_item:first-child {
  border-top: none;
}
.cart-header {
  font-size: 20px;
  font-weight: bold;
  background-color: #007a45;
  color: #ffffff;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.cart-header .row:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}
.cart-header .row:not(first-child) {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .cart-header .proceed-to-payment {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
  }
}
.cart-collaterals {
  font-size: 20px;
  background-color: #007a45;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 480px) {
  .cart-collaterals {
    font-size: 14px;
  }
}
.cart-collaterals .heading {
  font-weight: bold;
  padding-bottom: 5px;
}
.cart-collaterals .heading div {
  border-bottom: 1px solid #ffffff;
}
.cart-collaterals .total {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-collaterals .total div {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cart-collaterals .total .amount {
  font-weight: bold;
}
.cart-footer .row:first-child {
  margin-bottom: 20px;
}
.cart-footer .proceed-to-payment-option {
  text-decoration: none;
  display: inline-block;
  width: 45%;
}
@media (max-width: 480px) {
  .cart-footer .proceed-to-payment-option {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cart-footer .btn-secondary {
    width: 100%;
    display: inline-block;
  }
}
.return-to-shop {
  margin-top: 20px;
}
.manual-instruction {
  position: relative;
  top: 0;
  text-align: right;
}
.manual-instruction p,
.manual-instruction a {
  font-size: 13px;
  margin-bottom: 0px;
  color: currentColor;
}
.manual-instruction p#manual-address,
.manual-instruction a#manual-address {
  text-decoration: underline;
}
.manual-instruction p#manual-address:hover,
.manual-instruction a#manual-address:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .manual-instruction {
    top: 20px;
  }
}
.checkout .address-warning {
  padding: 5px;
  border: 1px solid #007a45;
  margin-bottom: 20px;
}
.checkout .address-warning a {
  color: #007a45;
}
.checkout .optional {
  display: none;
}
.checkout a {
  color: #b3b3b3;
}
.checkout .gift-box {
  margin-left: 40px;
  margin-right: 40px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
@media (max-width: 480px) {
  .checkout .gift-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.checkout .gift-box .text {
  background-color: #007a45;
  color: #ffffff;
}
.checkout .gift-box .text .amount {
  font-size: 45px;
}
.checkout #customer_details .col-1 {
  width: 100% !important;
}
.checkout select,
.checkout input[type="password"],
.checkout input[type="tel"],
.checkout input[type="email"],
.checkout input[type="text"] {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background-color: #fbfbfb;
  width: 275px;
  margin: 0px 10px 20px 0px;
  font-size: 18px;
  padding: 12px 20px;
}
@media (max-width: 480px) {
  .checkout select,
  .checkout input[type="password"],
  .checkout input[type="tel"],
  .checkout input[type="email"],
  .checkout input[type="text"] {
    width: 95%;
    margin: 3px;
  }
}
.checkout select:focus,
.checkout input[type="password"]:focus,
.checkout input[type="tel"]:focus,
.checkout input[type="email"]:focus,
.checkout input[type="text"]:focus {
  background-color: #ecf0df;
}
.checkout .wc_payment_methods {
  display: none;
}
.checkout .woocommerce-billing-card input[type="text"] {
  width: 100%;
}
.checkout .woocommerce-billing-card input[type="checkbox"] {
  margin-right: 5px;
}
.checkout .ccDateMonth select,
.checkout .ccDateYear select {
  width: 100%;
}
.checkout .ccDateMonth {
  width: 215px;
}
@media (max-width: 567px) {
  .checkout .ccDateMonth {
    width: 185px;
  }
}
.checkout .ccDateYear {
  padding-left: 0px;
  width: 200px;
}
@media (max-width: 567px) {
  .checkout .ccDateYear {
    width: 170px;
  }
}
.cart .woocommerce-billing-upsell {
  margin-left: 15px;
  margin-top: 30px;
  color: #000000;
  background-color: #d9ead3;
}
.cart .woocommerce-billing-upsell .row {
  margin-right: 0px;
  margin-bottom: 50px;
}
.cart .woocommerce-billing-upsell p {
  margin-bottom: 2px;
  font-size: 14px;
  margin-top: 5px;
}
.cart .woocommerce-billing-upsell img {
  width: auto;
  height: 96px;
}
.cart .woocommerce-billing-upsell .amount {
  font-size: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
  background-color: #ecf5d8;
}
.cart .woocommerce-billing-upsell .amount input {
  -moz-appearance: textfield;
  padding-left: 10px;
  margin-top: 5px;
  width: 100px;
  height: 40px;
}
.cart-empty.woocommerce-info {
  display: none;
}
.cart-empty p {
  color: #000000;
}
.woocommerce form .form-row {
  padding: 3px 0;
}
.woocommerce form .form-row-first {
  width: 49%;
}
.woocommerce-message {
  display: none;
}
.woocommerce-error li {
  color: red;
  font-weight: bold;
}
a:active,
a:focus,
a:focus:active {
  outline: none;
}
.login-box {
  margin-top: 20px;
}
@media (max-width: 810px) {
  .login-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.login-box a {
  color: #007a45;
}
.login-box p {
  margin-bottom: 0px;
  font-size: 16px;
}
.login-box div {
  padding-left: 0px;
  padding-right: 0px;
}
#loginform .login-remember {
  font-size: 14px;
}
@media (min-width: 768px) {
  .woocommerce-checkout-review-order {
    position: fixed;
    width: 350px;
  }
}
#billing_country_field,
#billing_city_field,
#billing_state_field,
#billing_postcode_field {
  clear: none;
  display: none;
}
.auto-expand #billing_country_field,
.auto-expand #billing_city_field,
.auto-expand #billing_state_field,
.auto-expand #billing_postcode_field {
  display: block;
}
.auto-expand .manual-instruction {
  display: none;
}
#billing_city_field {
  width: 70%;
  float: left;
}
#billing_state_field {
  width: 28%;
  float: right;
}
#billing_country_field {
  width: 60%;
  float: left;
}
#billing_postcode_field {
  width: 38%;
  float: right;
}
.tool-tip {
  margin-top: -55px;
  text-align: right;
  padding-bottom: 50px;
  font-size: 29px;
  color: #e1e1e1;
}
#billing_addauto {
  width: 95%;
}
.ui-tooltip,
.arrow:after {
  border: 2px solid white;
}
.ui-tooltip {
  color: white !important;
  box-shadow: 0 0 1px black;
  border-radius: 5px;
  padding: 0px !important;
}
.ui-tooltip-content {
  padding: 5px;
  background-color: #007a45 !important;
  white-space: pre-line !important;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  font-size: 10px;
  left: 95%;
  margin-left: -35px;
  bottom: auto;
  top: -16px;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: auto;
  bottom: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.xxxpage-id-97 h1 {
  font-size: 50px;
}
@media (max-width: 768px) {
  .xxxpage-id-97 h1 {
    font-size: 24px;
  }
}
.xxxpage-id-97 #main-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/wp-content/uploads/sites/4/2018/10/Hand-Pump-Well.jpeg");
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
}
.xxxpage-id-97 .thank-you-body {
  border-radius: 5px;
  background-color: #faf9f7;
}
@media (max-width: 768px) {
  .xxxpage-id-97 .thank-you-body .wp-block-column:first-child {
    display: none;
  }
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) {
  width: 75%;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) {
    width: 100%;
    padding-left: 5px;
  }
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .has-regular-font-size {
  font-size: 30px;
}
@media (max-width: 768px) {
  .xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .has-regular-font-size {
    font-size: 18px;
  }
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .share {
  text-align: center;
}
@media (max-width: 768px) {
  .xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .share {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .share a {
  color: #000000;
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .share .fab {
  border: 1px solid black;
  padding: 10px 15px 10px 15px;
  border-radius: 100%;
  font-size: 16px;
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .share .fab.fa-twitter {
  padding: 10px;
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) iframe {
  width: 100%;
  height: 500px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) iframe {
    height: 300px;
  }
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .wpcf7 {
  text-align: center;
}
.xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .wpcf7 select {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  width: 275px;
  margin: 0px 10px 20px 0px;
  font-size: 18px;
  padding: 6px 6px;
}
@media (max-width: 768px) {
  .xxxpage-id-97 .thank-you-body .wp-block-column:nth-child(2) .wpcf7 select {
    width: 95%;
    margin: 3px;
  }
}
input.error:not(.form-check-input),
select.error {
  border-color: red !important;
  background-color: #fbefef !important;
}
input.error:not(.form-check-input)::placeholder,
select.error::placeholder {
  color: red;
}
input[type="checkbox"].error {
  outline: 1px red solid;
}
label.error {
  color: red;
}
.woocommerce-error {
  margin: 15px 0 3px;
  background: #fbefef;
}
.error-message {
  font-size: 12px !important;
  text-shadow: none;
  color: red;
  margin-top: 2px;
  padding-left: 20px;
}
.form-check .error-message {
  padding-left: 0;
}
#billing_address_1_field {
  position: relative;
}
#billing_address_1_field .error-message {
  position: absolute;
  bottom: -26px;
}
#billing_card_confirm .error-message,
.form-check .error-message {
  margin-top: -20px;
  margin-bottom: 0px;
  float: left;
}
#billing_card_confirm a,
.dd-form a {
  color: #85bc23;
}
#billing_card_confirm a:hover,
.dd-form a:hover {
  text-decoration: underline;
}
.card_number_auto_field input {
  width: 85px !important;
}
@media (max-width: 480px) {
  .card_number_auto_field input {
    padding: 13px !important;
    width: 70px !important;
  }
}
.card_number_auto_field label {
  width: 100%;
}
.card_number_auto_field label img {
  width: 50px;
}
#loading-overlay {
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-image: url(../../images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100px;
}
#loading-overlay.hide-loading-icon {
  background-image: none;
}
.login-link {
  color: #007a45;
  font-size: 15px;
  font-weight: 500;
}
#payment_method {
  background-color: #f7f7f7;
  box-shadow: 0px 1px 3px 1px #e5e5e5;
  margin-top: 20px;
}
#payment_method .woocommerce-checkout-payment_method {
  background: #ffffff;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #payment_method .woocommerce-checkout-payment_method {
    border-bottom: 1px solid #bebebe;
  }
}
#payment_method .payment_method-title {
  font-size: 24px;
  background-color: #83bd00;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 768px) {
  #payment_method .payment_method-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  #payment_method {
    box-shadow: none;
  }
}
.order_review {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .order_review {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f7f7f7;
    border-top: 1px solid #bebebe;
  }
}
.order_review h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  width: 80%;
}
.order_review p {
  font-size: 14px;
  width: 80%;
}
.order_review ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order_review ul li {
  position: relative;
  margin: 15px 0;
  padding: 0;
}
.order_review ul li:first-child {
  border-bottom: 1px solid #bebebe;
}
.order_review ul li:last-child h4 {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .order_review ul li {
    padding: 0 15px;
  }
}
.order_review .woocommerce-Price-amount {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 1;
  text-align: right;
}
.order_review .woocommerce-Price-amount.donation {
  font-size: 24px;
}
@media (max-width: 767px) {
  .order_review .woocommerce-Price-amount {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .order_review .woocommerce-Price-amount .per-month {
    display: block;
    font-size: 0.9em;
  }
}
.woocommerce-checkout-image-box {
  position: relative;
}
.woocommerce-checkout-image-box .text-wrap {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0,122,69,0.7);
  display: block;
  width: 100%;
}
.woocommerce-checkout-image-box .text-wrap .inner_text-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 0;
}
.woocommerce-checkout-image-box .text-wrap .inner_text-wrap h2 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce-checkout-image-box .text-wrap .inner_text-wrap h2 {
    padding: 0 15px;
    font-size: 20px;
  }
}
.woocommerce-checkout-image-box img {
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-checkout-image-box {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.woocommerce-billing-card label {
  font-weight: 500;
}
.card_number_auto_field input {
  width: 85px !important;
}
@media (max-width: 480px) {
  .card_number_auto_field input {
    padding: 13px !important;
    width: 70px !important;
  }
}
.card_number_auto_field label {
  width: 100%;
  font-weight: 500;
  line-height: 50px;
}
.card_number_auto_field label img {
  width: 50px;
}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  line-height: 30px;
  display: block;
  color: #252525;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .custom-radio [type="radio"]:checked + label,
  .custom-radio [type="radio"]:not(:checked) + label {
    padding-left: 110px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .custom-radio [type="radio"]:checked + label,
  .custom-radio [type="radio"]:not(:checked) + label {
    padding-left: 130px;
  }
}
@media (max-width: 414px) {
  .custom-radio [type="radio"]:checked + label,
  .custom-radio [type="radio"]:not(:checked) + label {
    padding-left: 110px;
  }
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .custom-radio [type="radio"]:checked + label:before,
  .custom-radio [type="radio"]:not(:checked) + label:before {
    display: none;
  }
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #00aeef;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .custom-radio [type="radio"]:checked + label:after,
  .custom-radio [type="radio"]:not(:checked) + label:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 35%;
    transform: translateY(-50%) !important;
    color: #007a45;
    background: none !important;
    left: auto;
  }
}
.custom-radio [type="radio"]:not(:checked) + label:after {
  background: #bdbbbc;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-radio [type="radio"]:checked + label:before {
  border-color: #00aeef;
}
.custom-radio .card_logo {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
  .custom-radio .card_logo {
    left: 8%;
  }
}
@media (max-width: 576px) {
  .custom-radio .card_logo {
    left: 13%;
  }
}
.checkout-title {
  font-size: 24px;
  background-color: #83bd00;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media (max-width: 768px) {
  .checkout-title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.checkout-title h4 {
  max-width: 700px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .checkout-title h4 {
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.checkout-process-steps {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .checkout-process-steps {
    max-width: 700px;
    margin: 0 auto;
  }
}
.checkout-process-steps h2 {
  font-size: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 15px 0;
}
.checkout-process-steps h2:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .checkout-process-steps h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .checkout-process-steps .steps.completed {
    display: none;
  }
}
.checkout-process-steps .steps.completed h2 {
  color: #bdbbbc;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.checkout-process-steps .steps.completed h2 span {
  display: block;
  width: 88%;
}
.checkout-process-steps .steps.completed h2:before {
  background-image: url("/wp-content/themes/childfundappeals/assets/images/checked.png");
  background-repeat: no-repeat;
  width: 31px;
  height: 30px;
  content: "";
  right: 0;
  position: absolute;
  top: 17px;
}
.checkout-process-steps .steps .inner {
  padding: 0;
}
.checkout-process-steps .payment-methods li {
  padding: 15px 0;
  list-style: none;
  border-bottom: 1px solid #d6d6d6;
}
.checkout-process-steps .secure_payment_logo {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .checkout-process-steps .secure_payment_logo {
    float: right;
    margin: 20px 20px 0 0;
  }
}
.dd-form input[type="text"] {
  width: 100%;
  margin-bottom: 0;
}
.dd-form p {
  font-size: 17px;
}
.dd-form span {
  font-size: 14px;
}
.dd-form .form-check .error-message:last-child {
  display: none;
}
.process_btn {
  margin-top: 35px;
}
.form-check-input {
  position: absolute !important;
}
input[type="checkbox"].form-check-input {
  position: relative;
  width: 30px;
  height: 30px;
  background: #dadada;
  border: 1px solid #dadada;
  border-radius: 4px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1,0.1,0.25,1);
  margin-top: 0px;
}
input[type="checkbox"].form-check-input::before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 9px;
  width: 10px;
  height: 20px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(39deg);
  opacity: 0;
}
input[type="checkbox"].form-check-input:checked {
  color: #ffffff;
  border-color: #85bc23;
  background: #85bc23;
}
input[type="checkbox"].form-check-input:checked::before {
  opacity: 1;
}
.form-check-label {
  margin-left: 50px;
  font-weight: 400 !important;
}
.form-check-label.recurringSponsorship {
  margin-bottom: 30px;
}
#billing_email_field {
  position: relative;
}
#billing_email_field .cvv_help_button {
  right: -30px !important;
}
@media (max-width: 1024px) {
  #billing_email_field .cvv_help_button .small_popup {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  #billing_email_field .cvv_help_button {
    right: 5px !important;
  }
}
.cvv_help_button {
  display: inline-block;
  background-color: #b4b1b1;
  width: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  height: 25px;
}
.cvv_help_button a:focus,
.cvv_help_button a:active,
.cvv_help_button a {
  color: #fff;
  text-decoration: none;
}
.cvv_help_button a:focus:hover,
.cvv_help_button a:active:hover,
.cvv_help_button a:hover {
  text-decoration: none;
}
.cvv_help_button .small_popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 200px;
  border: 1px solid #85bc23;
  background: #f7f7f7;
  color: #444;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  transform: translateY(-115%);
}
.cvv_help_button .small_popup svg {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: -4px;
  width: 13px;
  color: #85bc23;
}
#bike {
  z-index: 99999;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  #bike {
    left: 53%;
  }
}
#bike .bike-inner_wrap {
  background: #fff;
  width: 370px;
  margin: 0 auto;
  padding: 30px 15px;
  border-radius: 3px;
}
#bike .bike-inner_wrap img {
  margin-bottom: 10px;
}
#bike .bike-inner_wrap p {
  font-size: 17px;
}
#bike .bike-inner_wrap p b {
  font-size: 18px;
}
#checkout-login-form {
  z-index: 99999;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #checkout-login-form {
    left: 54%;
    width: 100%;
  }
}
#checkout-login-form h4 {
  font-weight: 600;
}
#checkout-login-form .login-remember label {
  font-weight: 500;
}
#checkout-login-form .checkout-login-form_inner_wrap {
  background: #fff;
  max-width: 380px;
  margin: 0 auto;
  padding: 30px 30px;
  border-radius: 3px;
  position: relative;
}
#checkout-login-form .checkout-login-form_inner_wrap .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  cursor: pointer;
}
#checkout-login-form .checkout-login-form_inner_wrap a {
  font-size: 14px;
  text-decoration: underline;
}
#checkout-login-form .checkout-login-form_inner_wrap a.forgot-pass {
  border-right: 1px solid #b3b3b3;
  padding-right: 5px;
}
#checkout-login-form .checkout-login-form_inner_wrap .btn-secondary {
  font-size: 16px;
  border: 2px solid #f1b434;
  width: 100%;
}
#checkout-login-form .checkout-login-form_inner_wrap input[type="text"],
#checkout-login-form .checkout-login-form_inner_wrap input[type="password"] {
  margin: 0;
  width: 100%;
}
#checkout-login-form .checkout-login-form_inner_wrap p.login-username,
#checkout-login-form .checkout-login-form_inner_wrap p.login-password {
  line-height: 0;
}
.pd_lr {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#billing_login {
  margin-top: 15px;
}
#billing_login p {
  font-size: 16px;
}
@media (min-width: 768px) {
  #billing_login {
    display: inline-block;
  }
}
#billing_login .fp {
  float: right;
}
@media (min-width: 768px) {
  #billing_login .fp {
    margin-top: 12px;
  }
}
#billing_login label {
  display: none;
}
#billing_login input[type="submit"],
#billing_login .btn-secondary {
  font-size: 18px;
  padding: 10px 26px;
  color: #fff !important;
  border: 2px solid #f1b434;
}
#billing_login input[type="submit"]:hover,
#billing_login input[type="submit"]:active,
#billing_login input[type="submit"]:focus,
#billing_login .btn-secondary:hover,
#billing_login .btn-secondary:active,
#billing_login .btn-secondary:focus {
  color: #2c2c2c !important;
}
@media (max-width: 767px) {
  #billing_login input[type="submit"],
  #billing_login .btn-secondary {
    display: block;
    width: 100%;
  }
}
.thank-you-section {
  background-color: #fff;
  box-shadow: 0px 0px 10px 4px #efefef;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .thank-you-section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.thank-you-section h1 {
  font-size: 50px;
}
@media (max-width: 768px) {
  .thank-you-section h1 {
    font-size: 24px;
  }
}
.thank-you-section .main-title {
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  .thank-you-section .main-title h1 {
    font-size: 26px;
  }
}
.thank-you-section .youtube-video {
  width: 90%;
  margin: 0 auto;
}
.thank-you-section img {
  height: auto;
  max-width: 100%;
}
.thank-you-section .socail-share-group {
  padding: 20px 0 30px;
}
.thank-you-section .socail-share-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thank-you-section .socail-share-group ul li {
  display: inline-block;
  padding: 5px 10px;
}
.thank-you-section .socail-share-group ul li img {
  width: auto;
  height: 40px;
}
@media (max-width: 576px) {
  .thank-you-section .socail-share-group ul li {
    padding: 5px 8px;
  }
}
.thank-you-section .signup-section {
  max-width: 710px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .thank-you-section .signup-section {
    text-align: center;
  }
}
.thank-you-section .signup-section input[type="text"] {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background-color: #fbfbfb;
  width: 300px;
  margin: 20px 10px 20px 0px;
  font-size: 18px;
  padding: 12px 20px 9px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .thank-you-section .signup-section input[type="text"] {
    width: 100%;
  }
}
.thank-you-section .signup-section span.info {
  font-size: 13px;
  margin-left: 30px;
}
.thank-you-section .signup-section span.info a {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 576px) {
  .thank-you-section .signup-section span.info {
    display: block;
    margin-left: 0;
    margin-top: 18px;
  }
}
.thank-you-section .signup-section .btn-secondary {
  border: 2px solid #f1b434;
  font-size: 17px;
  color: #fff !important;
  padding: 10px 28px;
}
.thank-you-section .signup-section .btn-secondary:hover,
.thank-you-section .signup-section .btn-secondary:active,
.thank-you-section .signup-section .btn-secondary:focus {
  color: #2c2c2c !important;
}
@media (max-width: 767px) {
  .thank-you-section .signup-section .btn-secondary {
    display: inline-block;
    width: 100%;
  }
}
.thank-you-section .signup-section h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.thank-you-section .signup-section p {
  font-size: 18px;
}
