 body {
     background: #F0FCFD;
background: linear-gradient(90deg, rgba(240, 252, 253, 1) 50%, rgba(233, 247, 248, 1) 50%);
      font-family: "Figtree", sans-serif;
    }
    label{ font-weight:500; margin-bottom:5px }

    .form-control, .form-check-input {
      border-radius: 5px;    min-height: 50px;
    }
    .left_panel h4 {
      font-weight: 600;
    }
    .right-panel .order-summary{
      background: #fff;
      border-radius: 10px;
      padding: 20px 20px;
      border: 1px solid #d8d6d6;
    }
    .mySwiper {
     border-radius: 10px;
      background: #f8f8f8;
      border: 1px solid #d8d6d6;}

    .help-box{
      border-radius: 10px;
      background: #fff;
      border: 1px solid #d8d6d6;
      padding: 20px;
    }
.help-box h4{ font-size:16px; font-weight:600 }

    .rating_section {margin-top: 10%;}
    .rating_section h3{ font-size:20px; font-weight:600 }
    .complete-btn {
      background-color: #00bde3;
      color: white;
      border: none;
      width: 100%;
    }
    .complete-btn:hover{
        background-color: #000; color: WHITE;
    }
    .review-box {
      background: #f8f8f8;
      border-radius: 10px;
      padding: 15px;
    }
    .review-box i {
      color: #00b67a;
    }
    .swiper-button-next, .swiper-button-prev {
    color: #fff;
    background: #00bde3;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 17px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{ font-size:17px }
    .fot_menu li{ list-style:none;padding: 0px 14px;}
    .fot_menu li a{ text-decoration:none;  color: black}
    .form-field-con {margin: 10px 0;}

    .left_panel {
    padding-right: 30px;
}
.swiper-button-prev{ left: -20px; top: 100px;}
.swiper-button-next{ right:-14px; top: 100px;}
select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    /* background-size: 1.5em 1.5em; */
    background-size: 20px 20px;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.card_abso{ top:55px }
#sameAsBilling{
  min-height: auto;    
  margin-left: 0;
  margin-right: 10px;
}
.complete-btn {
    min-height: 60px;
}

.order-summary h6 {
    font-weight: 600;
    font-size: 18px;
}

.order-summary .text-primary{ color:#01c6e6 !important }
.total strong{ font-size:18px;    line-height: 1; }
.weight_loss_guarantee{ font-size:12px; gap:10px }
.weight_loss_guarantee p span{ color:#01c6e6 }
.weight_loss_guarantee p{ margin:0; padding:0 }

footer {background: white; font-size: 14px}

footer p {
    margin-top: 1rem;
}

 .thank-you-card {
      background: white;
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .order-summary {
      background: #f8f8f8;
      border-radius: 10px;
      padding: 20px;
    }

.fot_menu{ margin-bottom:0 }

@media ( max-width: 1200px)
{
    body{background: #F0FCFD !important;}
    .footer-text{ justify-content:center !important; }
    ul.d-flex.fot_menu {
    margin: 0; padding: 0;
}
.complete-btn{ margin-bottom:20px }
.left_panel {
    padding-right: 0;
}
.fot_menu li{ padding: 0px 6px;}
.fot_menu li a{ font-size: 10px;}

}
@media ( max-width: 650px){

.swiper-button-prev{left: -12px;  top: 100px;}
.swiper-button-next {right: -12px;  top: 100px;}

}
@media ( max-width: 450px){
.card_abso{  max-width: 40%;}
.fot_menu li a{ font-size: 8px;}
.exc-txt{ text-align: center !important;}
.swiper-button-next, .swiper-button-prev{ width: 20px; height: 20px;}
.swiper-button-prev {
    left: -6px;top: 54%;
}
.swiper-button-next {
    right: -6px;top: 54%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 11px;
}
.left_panel .col{ flex: 0 0 100%;}
}

/* input.agree-checkbox {
    position: relative;
    top: 4px;
    background: blue;
} */

.agree-checkbox.form-check-input:[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}
.agree-checkbox.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
        min-height: auto;
            padding: 7px;
            margin-right: 10px;
    margin-bottom: 33px;
}
.agree-checkbox.form-check-input{
  min-height: auto;
            padding: 7px;
            margin-right: 10px;
    margin-bottom: 33px;

}
select{
        border: 1px solid #a7abad !important;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-position: right 0.5rem center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}

.input-group-text{
     border: 1px solid #a7abad !important;
}

.coupon_field {
    flex: 1;
    background: #FFF;
    border: 1px solid #a7abad !important;
    color: #222;
    height: 32px;
    line-height: 22px;
    width: 100%;
    font-size: 14px;
    padding: 3px 8px;
    outline: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    border-radius: 5px 0px 0px 5px;
    min-height: 50px;
}
.validateCoupon {
    flex: 0;
    background-color: #00bde3 !important;
    color: white;
    min-height: 50px;
    border: none;
    border-radius: 0px 5px 5px 0px;
}

button.btn.text-danger.cancelCoupon {
    width: auto;
    padding: 0 5px;
    text-align: right;
}
.discountDiv p, .total p {
    margin-bottom: 0;
}
.discountDiv{     display: flex
;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    margin-top: 1rem; }

@media ( max-width: 335px){
    .form-check-label{ font-size: 14px}
}

.payment-head {
    text-align: center;
    position: relative;
    margin-top: 35px;
    margin-bottom: 25px;
}
.payment-head:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    background: #c9c6c6;
    top: 10px;
    left: 44px;
}
.payment-head:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    background: #c9c6c6;
    top: 10px;
    right: 44px;
}

@media (max-width: 1000px) {
    .payment-head:before {
        left:0
    }

    .payment-head:after {
        right: 0
    }
}
