.Checkout {
  margin: 40px 0px;
}

.Checkout .left_side_card .gray_box_holder {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.Checkout .left_side_card .gray_box_holder .common_white_card {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.Checkout .left_side_card .gray_box_holder .common_white_card .img_holder {
}

.Checkout
  .left_side_card
  .gray_box_holder
  .common_white_card
  .img_holder
  .left_img {
  width: 30px;
  height: 30px;
}

.Checkout .left_side_card .gray_box_holder .common_white_card .address_holder {
  margin-left: 20px;
}

.Checkout
  .left_side_card
  .gray_box_holder
  .common_white_card
  .address_holder
  .type_text {
  margin-bottom: 0px;
}

.Checkout
  .left_side_card
  .gray_box_holder
  .common_white_card
  .address_holder
  .address_text {
  margin-bottom: 0px;
}

.Checkout .left_side_card .gray_box_holder .common_white_card.wallet_card {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0px;
}

.Checkout
  .left_side_card
  .gray_box_holder
  .common_white_card.wallet_card
  .wallet_div {
  display: flex;
  align-items: center;
}

.Checkout
  .left_side_card
  .gray_box_holder
  .common_white_card.wallet_card
  .wallet_div
  .icon_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  border-radius: 3px;
  padding: 0px 8px;
}

.Checkout
  .left_side_card
  .gray_box_holder
  .common_white_card.wallet_card
  .wallet_div
  .icon_holder
  .wallet_icon {
  color: #ec353a;
}

.Checkout
  .left_side_card
  .gray_box_holder
  .common_white_card.wallet_card
  .wallet_div
  .balance {
  color: #000000;
  margin-bottom: 0px;
  font-size: 14px;
  margin-left: 10px;
}

.Checkout
  .left_side_card
  .gray_box_holder
  .common_white_card.wallet_card
  .btn_holder
  .Green_Btn {
  padding: 4px 10px;
}

.Select_payment_sec {
  background: #f5f5f5;
  padding: 15px 25px;
  border-radius: 15px;
  width: 90%;
}

.Select_payment_sec .paybox {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.36);
  margin-bottom: 15px;
}

.Select_payment_sec .paybox .addflex {
  display: flex;
  width: 100%;
  align-items: center;
}

.Select_payment_sec .paybox .addflex .icondiv {
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Select_payment_sec .paybox .addflex .icondiv .form-check-input {
  border-radius: 50%;
  border: 2px solid #198754;
}

.Select_payment_sec .paybox .addflex .icondiv .loc-img {
  width: 25px;
  height: auto;
}

.Select_payment_sec .paybox .addflex .contdiv .apartp {
  font-size: 16px;
  color: #0f3768;
  margin-bottom: 10px;
  font-weight: 400;
}

.Select_payment_sec .paybox .addflex .contdiv .apartp .aprticn {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.Select_payment_sec .paybox .addflex .contdiv .address {
  font-weight: 500;
  font-size: 16px;
  color: #202020;
  margin-bottom: 0px;
}

.Select_payment_sec .paybox .boxtitle {
  font-weight: 600;
  font-size: 18px;
  color: #323232;
  margin-bottom: 15px;
}

.Select_payment_sec .paybox .payp {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
}

.Select_payment_sec .paybox .form-check .payimg {
  height: 40px;
  width: auto;
}

.Select_payment_sec .paybox .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  position: relative;
  top: 5px;
}

.Select_payment_sec .paybox .delimg {
  height: auto;
  width: 35px;
  margin-right: 10px;
}

.Select_payment_sec .paybox .savep {
  color: #636363;
  font-size: 12px;
  font-weight: 400;
  margin-left: 50px;
}

.Select_payment_sec .paybox .addwalbtn {
  background: #2057c7;
  padding: 5px 10px;
  border-radius: 5px;
  border: 0px;
  color: #fff;
  font-size: 12px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Select_payment_sec {
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 12px;
  }
  .Select_payment_sec .paybox .addflex .contdiv .address {
    font-size: 12px;
  }

  .Select_payment_sec .paybox .addflex .icondiv .loc-img {
    width: 20px;
  }

  .Select_payment_sec .paybox .addflex .contdiv .apartp {
    font-size: 13px;
  }

  .Select_payment_sec .paybox .addflex .contdiv .apartp .aprticn {
    width: 12px;
    margin-right: 5px;
  }

  .Select_payment_sec .paybox .boxtitle {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .Select_payment_sec .paybox .payp {
    font-size: 12px;
  }

  .Select_payment_sec .paybox .savep {
    font-size: 11px;
    margin-left: 5px;
  }

  .Select_payment_sec .paybox .form-check .payimg {
    height: 17px;
  }

  .Select_payment_sec .paybox .form-check .form-check-input {
    margin-left: -1.5em;
    top: 1px;
  }
  .Checkout {
    margin: 20px 0px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Checkout
    .left_side_card
    .gray_box_holder
    .common_white_card
    .address_holder
    .type_text {
    font-size: 14px;
  }

  .Checkout
    .left_side_card
    .gray_box_holder
    .common_white_card
    .address_holder
    .address_text {
    font-size: 13px;
    margin-top: 8px;
  }
}
