.rechare-page-temp{
  /*   background: url('../images/bg-serv.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed; */
}
.forminputgrabber .forminputicon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 44px;
    text-align: center;
    line-height: 39px;
    color: #a7a7a7;
    font-size: 18px;
}
.view-mobinp {
    position: relative;
}
.mobile-recharge-wrap label {
    font-weight: 400;
}
.recharge-wrap-temp {
    padding: 2.5% 15px;
    /* background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    max-width: 1200px;
    margin: 60px auto 12px;
}
.view-mobinp .form-control{
      padding-left: 37px;
}
.view-plans-link.view_offer_mobile {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    color: #ed8323;
}
.btn-icon {
    display: inline-block;
    background: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid #ed8323;
    color: #ed8323;
    padding: 8px 10px 8px 39px;
}
.mobile-recharge-wrap .btn {
    border-radius: inherit;
    padding: 9px 12px;
    color:#fff;
}
.mobile-recharge-wrap .form-control{
	height: 40px;
}
.btn-icon i:after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 9px;
    height: 8px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    bottom: auto;
    right: -10px;
    background: #fff;
}
.view-plans-recharg .btn-icon i {
    line-height: 33px;
}
.btn-icon i {
    position: absolute;
    left: 0px;
    width: 33px;
    color: #fff;
    top: 0px;
    line-height: 41px;
    text-align: center;
    height: 100%;
    background: #ed8323;
}
.recharge-wrap-temp .tab-content{
    padding: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
   border: 1px solid #d8d8d8;
   background: rgba(255, 255, 255, 0.91);
}
.recharge-wrap-temp .nav-tabs > li.active{
	margin-bottom: 0px;
}
.d-block{
	display: block;
}
.recharge-wrap-temp .nav-tabs{
    border-bottom: 0px none;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 5px;
}
.recharge-wrap-temp .nav-tabs > li > a, .recharge-wrap-temp .nav-tabs > li.active > a{
	border: 0px none;
    border-radius: 20px;
}
.recharge-wrap-temp .nav-tabs > li > a {
    position: relative;
    font-weight: 500;
    border-radius: inherit;
    color: #2f2f2f;
    font-size: 14px;
    background: transparent;
    padding: 4px 16px;
}
.recharge-wrap-temp .nav-tabs > li > a:hover{
    background: transparent;
}
.recharge-wrap-temp .nav-tabs > li.active > a{
	background: var(--main-color);
    color: #fff;
}
.rechare-page-temp{
    min-height: 450px;
    background: #ffffff;
}

@media screen and (max-width: 767px){
    .recharge-wrap-temp .nav-tabs > li:not(:last-child) > a:after{
        display: none;
    }
    .recharge-wrap-temp .nav-tabs > li > a{
           font-size: 12px;
        border: 1px solid var(--main-color);
        padding: 4px 5px;
    }
    .recharge-wrap-temp .nav-tabs > li.active > a{
        border: 1px solid var(--main-color);
    }
    .recharge-wrap-temp .nav-tabs > li > a{
        margin-right: 1px;
    }
    .recharge-wrap-temp .nav-tabs{
        padding: 5px 5px 0px;
    }
    .new-tabs-wrap li{
        margin-bottom: 3px;
        float: none;
        display: inline-block;
    }
    .new-tabs-wrap{
        text-align: left;
    }
    .mobile-recharge-wrap .btn{
        display: block;
        width: 100%;
    }
    .social-media-col {
        text-align: center;
    }
    .middle-header .container{
        padding: 0px 15px;
    }
    .recharge-wrap-temp{
        padding: 1% 5px;
        margin: 31px auto 12px;
    }
}