@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  padding-bottom: 0px;
  position: relative;
  min-height: 100%;
  background: #f4f4ff;
   font-family: 'Poppins', sans-serif;
}

a {
  transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
  text-decoration: none;
}

.container {
    width: 95%;
}
/*-----------------------------checkout--------------------------------------------*/
.section-checkout .container {
    max-width: 1070px;
}
.section-checkout .card-header{
    border: 0;
}
.section-checkout {
    padding: 20px 40px 20px;
    background: url(../images/loginbkg.jpg);
    background-size: cover;
}
.checkout {
    padding: 30px 40px 40px;
    border: 0;
    border-radius: 20px;
}

.section-checkout .total-amount .list-group-item{
    border-color: #f3f6f9;
    color: #3f4254;
    border: 2px solid #ebebeb;
    margin-bottom: 10px;
}
.checkout_pro img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.checkout_logo img {
    width: 100%;
}
.checkout_logo {
    margin: 0 0 25px;
    width: 9%;
}
.footer .checkout_logo {
    margin: 0 auto 5px!important;
    width: 9%!important;
}
.bottom-icons  li {
    display: inline-block;
    margin: 10px 20px;
  }
.bottom-icons {
  display: flex;
    text-align: center;
    background: #ebebef5e;
    padding: 20px;
    margin: 40px auto 10px;
    border-radius: 10px;
    justify-content: center;
}
.bottom-icons img {
 float: left;
    border:2px solid #62bd5e94;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
}
.bottom-icons  strong {
    display: block;
    font-size: 12px;
    color: #9b9898;
    font-weight: 500;
}
.bottom-icons h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
.icon-image {
    float: left;
    width: 93%;
    margin-right: 0px;
}
.icon-text {
   display: flex;
    font-size: 22px;
    color: #6c6a6a;
    align-items: center;
    margin: 15px 0;
}
.form-control {
    padding: 1rem 0.75rem;
    font-size: 14px;
    line-height: 2.5;
    border-color: #f3f6f9;
    color: #3f4254;
    border: 2px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px;
}
.form-floating>label {
    font-size: 15px;
}
.btn-primary {
    background: #c5f957;
    border-radius: 30px;
    padding: 13px 25px;
    box-shadow: 3px 4px #222;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #222;
    border: 0;
}
.btn-primary:hover {
    background: #333;
    box-shadow: 3px 4px #c5f957;
    color: #fff;
}
.loginbtn .btn-primary:hover {
    color: #fff;
    border: 0;
}
.hvr-rectangle-out:before {
    border-radius: 5px;
    color: #333;
    border: 0;
    background-image: linear-gradient(68.3deg,rgb(88 80 201) 0.4%,rgb(76 67 197) 100.2%);
}
footer.footer {
    
    margin: 30px 0 10px;
}
.card-header h4 {
     font-weight: 700;
    font-size: 22px;
}
.form-floating.paymenting>label {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 0;
    pointer-events: none;
    border: 0px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.paymenting img {
    display: inline-flex;
    width: 35px;
    height: 30px;
}
.paymentgateway {
    float: left;
    margin: 4px 7px;
    width: 46%;
    

}
.paymenting label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.paymenting .form-check-input[type=radio] {
    border-radius: 50%;
    margin-right: 2px;
    border: 2px solid rgba(0,0,0,.25);
    position: relative;
    top: 6px;
}
.paymenting .bi.bi-credit-card{
   color: #fdfaf8;
    font-size: 18px;
    position: relative;
    top: 5px;
    background: #5080eb;
    padding: 1px 6px 1px;
    border-radius: 4px;
    margin-right: 6px;
}
.paymenting .bi.bi-cash-coin {
    color: #fdfaf8;
    font-size: 18px;
    position: relative;
    top: 5px;
    background:#5aa38b;
    padding: 1px 6px 1px;
    border-radius: 4px;
    margin-right: 6px;
}

.paymenting .bi.bi-bank2 {
        color: #fdfaf8;
    font-size: 18px;
    position: relative;
    top: 5px;
    background: #f1620f;
    padding: 1px 6px 3px;
    border-radius: 4px;
    margin-right: 6px;
}
.paymenting .bi.bi-paypal {
    color: #fdfaf8;
    font-size: 18px;
    position: relative;
    top: 5px;
    background: #032E82;
    padding: 1px 6px 1px;
    border-radius: 4px;
    margin-right: 6px;
}
.form-check-input:checked {
    background-color:#397269!important;
    border-color: transparent!important;
}
.total-amount h6 {
    line-height: 25px;
    font-size: 15px;
    width: 100%;
}
.total-amount i.bi.bi-trash {
    color: #df5151;
    margin: 6px 20px;
    position: relative;
    top: 2px;
}
span.itemamount {
    font-weight: 700;
    position: relative;
    top: 4px;
}
#discount {
    color: #198754;
}
li#li-total {
    height: 55px;
    border: 2px solid #333;
    line-height: 2.5;
}
div#total {
    font-weight: 500;
}

.contactbtn .btn-default {
    text-align: center;
    float: left;
    width: 100%;
    border-radius: 30px;
    background-image: linear-gradient(305deg, #1c4f49 0%, #62a597 100%);
    font-weight: 600;
    line-height: 2;
    border: 0;
    background-size: 150% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    box-shadow: 0 5px 2px 0 rgb(61 163 135 / 29%);
    position: relative;
    padding: 10px;
}
.form-check a {
    font-weight: 600;
    color: #333;
}
.promocode .btn-secondary {
    color: #fff;
    background-color:#4c4c4c;
    border-color: #4c4c4c;
}
/*==================================alert=======================================*/

.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 0;
    color: #ef0d23;
    padding: 5px;
}
.alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.form-top.alert.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.alert-danger li {
    list-style: none;
}
.alert.alert-danger ul {
    margin: 0;
}
/*==================================alert=======================================*/
@media (max-width: 1024px){
.paymenting label {
    font-size: 13px;
    
}
}
@media (max-width: 768px){
.col {
    flex: none;
}
}
@media (max-width: 425px) {
    .paymentgateway {
         width: 100%;
    }
 .section-pagecontent .card {
    padding: 10px 20px 20px;
}
.file > label > i {
    padding-right: 9px;
    font-size: 25px;
}
  .full-btn {
   font-size: 16px!important;
  }
  .checkout_logo {
 width: 50%;
 margin: 0 0 20px;
}
.bottom-icons {
    margin: 20px auto;
}
.bottom-icons img {
   padding: 5px;
   
}
.checkout {
    padding: 25px 20px 10px;
   
}
label {
    font-size: 13px;
}
.icon-image {
    float: left;
    width: 35px;
}
.bottom-icons li {
    display: block;
    margin: 0px auto 10px;
    width: 100%;
    float: left;
}
  .icon img {
    width: 80%;
}
.bottom-icons h4 {
    font-size: 12px;
}
.checkout_pro img {
    height: auto;
   
}
.footer .checkout_logo {
    margin: 20px auto 5px!important;
    width: 50%!important;
}
.container {
    width: 100%;
}
.btn-primary {
     font-size: 14px;
    padding: 16px 20px!important;
  }
.section-checkout {
    background-image: none;
    padding: 20px 20px 20px;
}
.card-header h4 {
    font-size: 18px;
}
.section-checkout .card-header {
    padding: 0;
}
.section-checkout .total-amount .list-group-item {
 
    font-size: 14px;
}
.form-floating>label {
    font-size: 13px;
}
}
/*-----------------------------checkout--------------------------------------------*/