.my_wallet{
  width: 100%;
  float: left;
  border: 2px solid #e8edef;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my_wallet_select {
  width: 60%;
  float: left;
}

.my_wallet_select p{
  margin: 0;
}
.my_wallet_select [type=radio]:checked,
.my_wallet_select [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.my_wallet_select [type=radio]:checked + .radio_label,
.my_wallet_select [type=radio]:not(:checked) + .radio_label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0f1238;
  margin-bottom: 0px;
}
.my_wallet_select [type=radio]:checked + .radio_label:before,
.my_wallet_select [type=radio]:not(:checked) + .radio_label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.my_wallet_select [type=radio]:checked + .radio_label:after,
.my_wallet_select [type=radio]:not(:checked) + .radio_label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.my_wallet_select [type=radio]:not(:checked) + .radio_label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.my_wallet_select [type=radio]:checked + .radio_label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.my_wallet_select [type=radio]:checked + .radio_label:before {
  border: 2px solid #2196F3;
  background: #2196F3;
}

.my_wallet_cancel{
  width: 40%;
  float: left;
  text-align: right;
}

.my_wallet_cancel p{
  font-size: 18px;
  color: #808080;
  font-family: ProximaNova-Regular;
  margin: 0;
}

.my_wallet_cancel a{
  font-size: 18px;
  color: #2196F3;
  font-family: ProximaNova-Regular;
  text-decoration: underline;
}

.total_pay_main{
  width: 100%;
  float: left;
  padding: 25px 20px;
}

.total_pay_txt{
  width: 50%;
  float: left;
}

.total_pay_price{
  width: 50%;
  float: left;
}

.total_pay_value{
  margin: 0px;
  font-size: 22px;
  color: #0f1238;
  font-family: ProximaNova-Bold;
}

.total_pay_price h2{
  text-align: right;
}

.marketing_button_bg a{
  background-color: #5aaf7a;
}



.card_wallet_select {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.card_wallet_select p{
  margin: 0;
}
.card_wallet_select [type=radio]:checked,
.card_wallet_select [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.card_wallet_select [type=radio]:checked + .radio_label,
.card_wallet_select [type=radio]:not(:checked) + .radio_label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: ProximaNova-Regular;
  font-weight: normal;
}
.card_wallet_select [type=radio]:checked + .radio_label:before,
.card_wallet_select [type=radio]:not(:checked) + .radio_label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.card_wallet_select [type=radio]:checked + .radio_label:after,
.card_wallet_select [type=radio]:not(:checked) + .radio_label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2196F3;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  border: 1px solid #2196F3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.card_wallet_select [type=radio]:not(:checked) + .radio_label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.card_wallet_select [type=radio]:checked + .radio_label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.card_wallet_select [type=radio]:checked + .radio_label:before {
  border: 2px solid #2196F3;
  background: #fff;
}

.default_badge_bg{
  background-color: #777777 !important;
  text-transform: uppercase;
  font-family: ProximaNova-Bold !important;
  font-size: 13px !important;
  padding: 4px 10px 2px !important;
}

.width750px{
  width: 750px !important;
}

.my_wallet_des{
  font-size: 18px;
  color: #333333;
  font-family: ProximaNova-Regular;
  padding-top: 10px;
  text-align: center;
}

.marketing_by_limit a{
  background-color: #5aaf7a;
}

.recharge_type{
  width: 100%;
  float: left;
  padding: 20px 0px 25px;
}

.recharge_type_tab {
  display: inline-block;
  float: left;
  width: 100%;
}

.wallet_padding{
  padding: 20px 15px 0px;
}

.recharge_type_tab label {
  background: #fff;
  padding: 15px 10px 10px;
  border: 2px solid #e9e8ed;
  margin-left: -1px;
  position: relative;
  left: 1px;
  top: -1px;
  width: 100%;
  text-align: center;
  color: #0f1238 !important;
  font-size: 20px !important;
}
.recharge_type_tab input[type=radio] {
  display: none;
}

.recharge_type_tab [type=radio]:checked ~ label {
  background: #fff;
  z-index: 2;
  border: 2px solid #3fa9f5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
  color: #0f1238 !important;
  color: #0b85e1 !important;
}

.recharge_type_tab [type=radio]:checked ~ label span{
  color: #0b85e1 !important;
}

.wallet_checkBox_desc{
  padding: 15px 0px 30px 30px;
  text-align: left;
}

.wallet_checkBox_desc .custom_check .checkmark {
  height: 25px;
  width: 25px;
}

.wallet_checkBox_desc .custom_check .checkmark:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
}

.checkBox_desc.wallet_checkBox_desc .custom_check{
  font-family: ProximaNova-Semibold !important;
  padding-left: 6px;
}

.recharge_percentage{
  width: 100%;
  float: left;
  display: none;
}

.recharge_type_Name{
  width: 100%;
  float: left;
  padding: 0px 30px 5px;
}

.recharge_type_txt{
  width: 70%;
  float: left;
}

.recharge_type_txt h4{
  color: #0f1238;
  font-size: 20px;
  font-family: ProximaNova-Semibold;
  margin-top: 0;
}

.recharge_type_count{
  width: 30%;
  float: left;
  text-align: right;
}

.recharge_type_count p{
  color: #808080;
  font-size: 18px;
  font-family: ProximaNova-Regular;
}

.txt_bold{
  font-family: ProximaNova-Bold !important;
  font-weight: normal;
}

.txt_bold span{
  font-family: ProximaNova-Regular !important;
  color: #808080 !important;
  font-size: 18px;

}

.wallet_hr{
  width: 670px;
  margin: 0px auto;
  border-top: 1px solid #ced7db;
}

.recharge_type_tab_block{
  display: block;
}

.padding_top_label{
  margin-top: 20px;
}

.buy_limit_wallet{
  width: 100%;
  float: left;
  margin: 30px 0px 30px;
  padding: 0px 15px;
}

.my_wallet_select span{
  font-family: ProximaNova-Regular !important;
  color: #808080 !important;
  font-size: 15px;
  font-weight: normal;
}

.logout_content{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_my_wallet_txt{
  display: block;
  text-align: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  font-family: ProximaNova-Regular;
}

.vacation_activation_main .padding_table_left{
 padding-left: 35px;
 width: 75px;
}

.vacation_activation_main .padding_table_right{
  padding-right: 35px;
  text-align: right;
}

.wallet_default{
  background: #777777 !important;
  font-size: 12px;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 8px;
  margin-left: 8px;
}

.purchase_txt{
  background-color: #5aaf7a;
  color: #fff;
  font-family: ProximaNova-Regular;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}

.purchase_txt:hover, .purchase_txt:focus{
  text-decoration: none;
  color: #fff;
}

.vacation_activation_main .filter_main .Business_txt h4{
  padding: 0px 0px 0px;
}

.min_height{
  min-height: 600px;
}

.purchase_dec{
  font-size: 18px;
  color: #333333;
  font-family: ProximaNova-Regular;
  text-align: left;
  width: 100%;
  float: left;
  margin: 0px;
}

.table_btn_new{
  color: #fff;
  background-color: #5aaf7a;
  border-color: #5aaf7a;
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
}

.table_btn_new:hover{
  text-decoration: none;
  color: #fff;
}

.business_main_form{
  width: 100%;
  float: left;
  border-top: 1px solid #ced7db;
  margin-top: 35px;
  display: none;
}

.total_pay_padding{
  padding-top: 0px;
}


@media only screen and (max-width: 767px){
  .my_wallet {
    display: block;
    padding: 20px 15px;
  }
  .my_wallet_cancel {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }

  .my_wallet_select {
    width: 100%;
    float: left;
  }

  .total_pay_main {
    padding: 20px 15px 30px;
  }

  .total_pay_value {
    font-size: 20px;
  }

  .width750px {
    width: 100% !important;
  }

  .wallet_padding {
    padding: 20px 0px 0px;
  }

  .marketing_by_limit a {
    background-color: #5aaf7a;
    padding: 10px 25px !important;
  }

  .recharge_type_tab label {
    margin-bottom: 20px;
    font-size: 18px !important;
  }

  .txt_bold span {
    font-size: 16px;
  }

  .wallet_checkBox_desc .custom_check .checkmark {
    left: -30px !important;
  }

  .tooltip_right {
    position: relative;
    right: -5px;
  }

  .wallet_hr {
    width: 100%;
    margin: 0px auto;
    border-top: 1px solid #ced7db;
  }

  .padding_top_label {
    margin-top: 0px;
  }

  .recharge_type_Name {
    padding: 0px 15px 5px;
  }

  .recharge_type_txt {
    width: 100%;
    float: left;
  }

  .recharge_type_count {
    width: 100%;
    text-align: left;
  }

  .sub_details_price_mobile{
    margin-bottom: 0px !important;
  }

  .vacation_center_mobile{
    padding: 0px 0px !important;
  }

  .mobile_header_padega{
    padding: 0px 15px;
  }

  .purchase_txt {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .table_main{
    margin-top: 20px;
  }

}

@media only screen and (max-width: 991px) and (min-width: 768px){
  .marketing_by_limit a {
    padding: 10px 30px;
  }

  .purchase_txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
  .marketing_by_limit a {
    padding: 10px 35px;
  }
}