.currentOffersTable {
    padding: 0;
}

.currentOffersTable__th {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.currentOffersTable__th span {
    font-family: "GilroySemiBold", Arial, sans-serif;
    flex-basis: 20%;
    padding: 10px;
    font-size: 16px;
    color: #666666;
}

.currentOffersTable__th span:last-child {
    flex-basis: 40%;
    flex-shrink: 0;
    word-break: break-all;
}

.currentOffersTable__tr {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.currentOffersTable__tr span {
    flex-basis: 20%;
    padding: 10px;
    font-size: 14px;
    color: #666666;
}

.currentOffersTable__tr span:last-child {
    flex-basis: 40%;
    flex-shrink: 0;
    word-break: break-all;
}

.currentOffersTable .customScroll {
    overflow: auto;
    max-height: 535px;
}

@media screen and (max-width: 576px) {
    .currentOffersTable {
        overflow: auto;
    }

    .currentOffersTable .customScroll {
        min-width: 700px;
        overflow: initial;
    }

    .currentOffersTable__th {
        min-width: 700px;
        padding-right: 0;
    }

    .currentOffersTable__tr {
        min-width: 700px;
    }
}

.customTabsRecharge .nav-tabs {
    position: relative;
    z-index: 1;
    margin-bottom: -5px;
    display: flex;
    border: 1px solid #ddd;
}

.customTabsRecharge .nav-tabs li {
    position: relative;
    flex-grow: 1;
    border: none;
    margin: 0;
    border-radius: 0;
    border-left: 1px solid #ddd;
}

.customTabsRecharge .nav-tabs li:first-child {
    border: none;
}

.customTabsRecharge .nav-tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 18px;
    color: #333333;
    padding: 25px 10px;
    background-color: #f7f7f9;
}

.customTabsRecharge .nav-tabs li a:after {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 17px;
    background: url("../../img/caret-down.png") 0 0 no-repeat;
}

.customTabsRecharge .nav-tabs li a.active:after {
    display: block;
}

.customTabsRecharge .tab-content {
    padding-top: 20px;
}

.customTabsOffers {
    display: none;
}

.customTabsOffers .nav-tabs {
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 10px;
    background: #f3f4f9;
}

.customTabsOffers .nav-tabs li {
    position: relative;
    border: none;
    margin: 0 10px;
    border-radius: 0;
}

.customTabsOffers .nav-tabs li:first-child {
    margin-left: 10px;
}

.customTabsOffers .nav-tabs li a {
    display: block;
    font-size: 16px;
    border: none;
    color: #333333;
    padding: 12px 0 9px;
    border-bottom: 3px solid transparent;
}

.customTabsOffers .nav-tabs li a.active {
    background: none;
    color: #f37a22;
    border-color: #f37a22;
}

@media screen and (max-width: 576px) {
    .customTabsOffers .nav-tabs li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .customTabsOffers .nav-tabs li {
        margin: 0 6px;
    }
}

@media screen and (max-width: 576px) {
    .customTabsOffers .nav-tabs {
        margin-bottom: 20px;
    }
}

.customTabsOffers .tab-content {
    padding-top: 0;
}

.rechargeEmptyBox {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.rechargeEmptyBox figure {
    margin: 0 0 30px;
}

.rechargeBillPayments__tabs {
    position: relative;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 13px 4px rgba(4, 36, 198, 0.03);
    background: #f4f5fa;
    background: -moz-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f4f5fa), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f4f5fa 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f5fa", endColorstr="#ffffff", GradientType=0);
}

.rechargeBillPayments__tabs ul {
    justify-content: center;
    border: none;
}

@media (max-width: 767px) {
    .rechargeBillPayments__tabs ul {
        overflow: auto;
        max-width: 100%;
        flex-wrap: nowrap;
    }
}

.rechargeBillPayments__tabs ul li {
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.rechargeBillPayments__tabs ul li:first-child {
    padding-right: 40px;
    border-right: 1px solid rgba(1, 130, 107, 0.09);
}

.rechargeBillPayments__tabs ul li:last-child {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .rechargeBillPayments__tabs ul li {
        width: 50%;
    }

    .rechargeBillPayments__tabs ul li:first-child {
        padding-right: 0;
    }

    .rechargeBillPayments__tabs ul li:last-child {
        padding-left: 0;
    }
}

.rechargeBillPayments__tabs ul li a {
    width: 100%;
    padding: 20px 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    border-bottom: 4px solid #00000000;
    background: transparent;
    border-radius: 0;
}

@media (max-width: 767px) {
    .rechargeBillPayments__tabs ul li a {
        flex-direction: row;
    }
}

.rechargeBillPayments__tabs ul li a figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 56px;
    height: 57px;
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    .rechargeBillPayments__tabs ul li a figure {
        width: 30px;
        height: auto;
        margin: 0 15px 0 0;
    }
}

.rechargeBillPayments__tabs ul li a figure img {
    width: auto;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .rechargeBillPayments__tabs ul li a figure img {
        width: 100%;
    }
}

.rechargeBillPayments__tabs ul li a figure img.moveRight {
    position: relative;
    left: 10px;
}

@media (max-width: 767px) {
    .rechargeBillPayments__tabs ul li a figure img.moveRight {
        left: 0;
    }
}

.rechargeBillPayments__tabs ul li a span {
    display: inline-block;
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #626262;
}

@media (max-width: 1023px) {
    .rechargeBillPayments__tabs ul li a span {
        font-size: 12px;
    }
}

.rechargeBillPayments__tabs ul li a:hover,
.rechargeBillPayments__tabs ul li a.active {
    border-color: #f37a22;
}

.rechargeBillPayments__tabs ul li a:hover img,
.rechargeBillPayments__tabs ul li a.active img {
    transform: scale(1.1);
}

.rechargeBillPayments__tabs ul li a:hover span,
.rechargeBillPayments__tabs ul li a.active span {
    color: #f37a22;
}

.rechargeBillPayments__tabs ul li a.active {
    background-color: transparent;
}

.rechargeBillPayments__tabs ul li a.active img {
    transform: scale(1);
}

@media (max-width: 1023px) {
    .rechargeBillPayments__tabs ul li a {
        padding: 20px 8px 15px;
    }
}

@media (max-width: 767px) {
    .rechargeBillPayments__tabs ul li a {
        white-space: nowrap;
        padding: 15px 25px;
    }
}

@media (max-width: 479px) {
    .rechargeBillPayments__tabs ul li a {
        justify-content: flex-start;
    }
}

.rechargeBillPayments__content {
    box-shadow: 0 0 13px 4px rgba(4, 36, 198, 0.03);
    background: #f4f5fa;
    background: -moz-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f4f5fa), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f4f5fa 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f5fa", endColorstr="#ffffff", GradientType=0);
}

.rechargeBox__tabs {
    position: relative;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 13px 4px rgba(4, 36, 198, 0.03);
    background: #ffffff;
    border-top: none;
    border-bottom: none;
}

.rechargeBox__tabs ul {
    justify-content: center;
    border: none;
}

.rechargeBox__tabs ul li {
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .rechargeBox__tabs ul li {
        width: 25%;
        padding: 0;
    }
}

.rechargeBox__tabs ul li a {
    width: 100%;
    padding: 25px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    background: transparent;
    border-radius: 0;
}

.rechargeBox__tabs ul li a figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 51px;
    height: 42px;
    margin: 0 0 15px;
}

.rechargeBox__tabs ul li a figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s ease;
}

.rechargeBox__tabs ul li a span {
    display: inline-block;
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #626262;
    text-align: center;
}

@media (max-width: 1023px) {
    .rechargeBox__tabs ul li a span {
        font-size: 12px;
    }
}

.rechargeBox__tabs ul li a:hover img,
.rechargeBox__tabs ul li a.active img {
    transform: scale(1.1);
}

.rechargeBox__tabs ul li a:hover span,
.rechargeBox__tabs ul li a.active span {
    color: #f37a22;
}

.rechargeBox__tabs ul li a.active {
    background-color: transparent;
}

@media (max-width: 767px) {
    .rechargeBox__tabs ul li a.active {
        background-color: #eee;
    }
}

.rechargeBox__tabs ul li a.active img {
    transform: scale(1);
}

@media (max-width: 1023px) {
    .rechargeBox__tabs ul li a {
        padding: 20px 8px 15px;
    }
}

@media (max-width: 767px) {
    .rechargeBox__tabs ul li a {
        white-space: normal;
        padding: 15px 7.5px;
    }
}

.rechargeBox__content {
    padding: 50px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 13px 4px rgba(4, 36, 198, 0.03);
    position: relative;
    background: #f4f5fa;
    background: -moz-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f4f5fa), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f4f5fa 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f5fa", endColorstr="#ffffff", GradientType=0);
}

@media (max-width: 1279px) {
    .rechargeBox__content {
        padding: 45px;
    }
}

@media (max-width: 1023px) {
    .rechargeBox__content {
        padding: 15px;
    }
}

.rechargeBox__content--contentBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.rechargeBox__content--contentBox>div {
    width: auto;
    min-width: 675px;
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox>div {
        min-width: auto;
        width: 100%;
    }
}

.rechargeBox__content--contentBox.fullWidth>div {
    width: 100%;
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox .formBox fieldset .placeholder {
        font-size: 11px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox .formBox fieldset.input--filled .placeholder {
        font-size: 10px;
        top: -8px;
        color: #ff6b00;
    }
}

.rechargeBox__content--contentBox .contentBox__section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.rechargeBox__content--contentBox .contentBox__section-top--left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox .contentBox__section-top--left {
        width: auto;
    }
}

.rechargeBox__content--contentBox .contentBox__section-top--left img {
    margin-right: 10px;
}

.rechargeBox__content--contentBox .contentBox__section-top--left .recharge__tabicon {
    position: relative;
    width: 51px;
    height: 42px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox .contentBox__section-top--left .recharge__tabicon+div {
        width: calc(100% - 61px);
    }
}

.rechargeBox__content--contentBox .contentBox__section-top--left .recharge__tabicon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 42px;
}

.rechargeBox__content--contentBox .contentBox__section-top--left .recharge__tabicon.one:before {
    background: transparent url("../../img/recharge/recharge_Tabs-img1.png") no-repeat center center;
}

.rechargeBox__content--contentBox .contentBox__section-top--left .recharge__tabicon.two:before {
    background: transparent url("../../img/recharge/recharge_Tabs-img2.png") no-repeat center center;
}

.rechargeBox__content--contentBox .contentBox__section-top--left h1 {
    font-size: 25px;
    line-height: 1.2;
    font-family: "GilroyNormal", Arial, sans-serif;
    color: #262626;
    margin: 0;
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox .contentBox__section-top--left h1 {
        font-size: 20px;
    }
}

.rechargeBox__content--contentBox .contentBox__section-top--left h1 span {
    font-family: "GilroyBold", Arial, sans-serif;
}

.rechargeBox__content--contentBox .contentBox__section-top--left p {
    font-size: 15px;
    line-height: 1.2;
    font-family: "GilroyLight", Arial, sans-serif;
    color: #262626;
    margin: 5px 0 0;
}

.rechargeBox__content--contentBox .contentBox__section-top--right figure {
    margin: 0 0 0 10px;
    width: 45px;
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox .contentBox__section-top--right figure {
        width: 35px;
    }
}

.rechargeBox__content--contentBox .contentBox__section-top--right figure.bbassured-icon {
    width: 65px;
}

.rechargeBox__content--contentBox .contentBox__section-bottom {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgba(4, 36, 198, 0.04);
    border-radius: 5px;
    padding: 40px;
}

@media (max-width: 1279px) {
    .rechargeBox__content--contentBox .contentBox__section-bottom {
        padding: 45px;
    }
}

@media (max-width: 1023px) {
    .rechargeBox__content--contentBox .contentBox__section-bottom {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox .contentBox__section-bottom {
        padding: 15px;
    }
}

.rechargeBox__content--contentBox .contentBox__section-bottom--rechargeForm form fieldset {
    position: relative;
    margin: 0 0 60px;
}

@media (max-width: 767px) {
    .rechargeBox__content--contentBox .contentBox__section-bottom--rechargeForm form fieldset {
        margin: 0 0 30px;
    }
}

.rechargeBox__content--contentBox .contentBox__section-bottom--rechargeForm form fieldset .form-control {
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #5f5f5f;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 0 0 10px;
}

.rechargeBox__content--contentBox .contentBox__section-bottom--rechargeForm form fieldset .viewSampleBill {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #f37a22;
    transform: translateY(-50%);
}

.rechargeBox__content--contentBox .contentBox__section-bottom--rechargeForm .dueBills {
    text-align: center;
    margin: 30px 0 0;
}

.rechargeBox__content--contentBox .contentBox__section-bottom--rechargeForm .dueBills P {
    display: inline-block;
    margin: 0;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    color: #353535;
    letter-spacing: 0.15px;
}

.rechargeBox__content--contentBox .contentBox__section-bottom--rechargeForm .paidBills {
    text-align: center;
    margin: 30px 0 0;
}

.rechargeBox__content--contentBox .contentBox__section-bottom--rechargeForm .paidBills P {
    display: inline-block;
    padding: 15px 30px;
    background-color: #eef6f0;
    margin: 0;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    color: #344c2c;
}

.paybillsBox__tabs {
    position: relative;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 13px 4px rgba(4, 36, 198, 0.03);
    background: #ffffff;
    border-top: none;
    border-bottom: none;
}

@media (max-width: 1023px) {
    .paybillsBox__tabs {
        padding: 0;
    }
}

.paybillsBox__tabs ul {
    justify-content: space-between;
    border: none;
}

@media (max-width: 767px) {
    .paybillsBox__tabs ul {
        justify-content: flex-start;
    }
}

.paybillsBox__tabs ul li {
    width: 14.2857142857%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .paybillsBox__tabs ul li {
        width: 25%;
        padding: 0;
    }
}

.paybillsBox__tabs ul li a {
    width: 100%;
    padding: 25px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: none;
    background: transparent;
    border-radius: 0;
    white-space: nowrap;
}

.paybillsBox__tabs ul li a figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 51px;
    height: 42px;
    margin: 0 0 15px;
}

.paybillsBox__tabs ul li a figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s ease;
}

.paybillsBox__tabs ul li a span {
    display: inline-block;
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #626262;
}

@media (max-width: 1023px) {
    .paybillsBox__tabs ul li a span {
        font-size: 12px;
    }
}

.paybillsBox__tabs ul li a:hover img,
.paybillsBox__tabs ul li a.active img {
    transform: scale(1.1);
}

.paybillsBox__tabs ul li a:hover span,
.paybillsBox__tabs ul li a.active span {
    color: #f37a22;
}

.paybillsBox__tabs ul li a.active {
    background-color: transparent;
}

@media (max-width: 767px) {
    .paybillsBox__tabs ul li a.active {
        background-color: #eee;
    }
}

.paybillsBox__tabs ul li a.active img {
    transform: scale(1);
}

@media (max-width: 1023px) {
    .paybillsBox__tabs ul li a {
        padding: 20px 8px 15px;
    }
}

@media (max-width: 767px) {
    .paybillsBox__tabs ul li a {
        white-space: normal;
        padding: 15px 7.5px;
    }
}

.paybillsBox__tabs ul li#viewMore-button a figure {
    width: 49px;
    height: 49px;
}

.paybillsBox__tabs .viewmore-tabs {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    padding: 20px 15px;
    width: 35%;
    height: 222px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.24);
    border-radius: 7.5px;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}

@media (max-width: 767px) {
    .paybillsBox__tabs .viewmore-tabs {
        padding: 0;
        width: 250px;
    }
}

.paybillsBox__tabs .viewmore-tabs.show {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.paybillsBox__tabs .viewmore-tabs .viewmoretabs-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    line-height: 1.2;
    opacity: 1;
    height: auto;
    overflow: hidden;
    outline: none;
}

.paybillsBox__tabs .viewmore-tabs .viewmoretabs-close span {
    float: left;
    line-height: 20px;
}

.paybillsBox__tabs .viewmore-tabs ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.paybillsBox__tabs .viewmore-tabs ul li {
    width: 33.3333333333%;
    padding: 0 15px 20px;
}

.paybillsBox__tabs .viewmore-tabs ul li a {
    padding: 15px 0 0;
    white-space: normal;
}

.paybillsBox__tabs .viewmore-tabs ul li a:hover span,
.paybillsBox__tabs .viewmore-tabs ul li a.active span {
    color: #626262;
}

.paybillsBox__content {
    padding: 50px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 13px 4px rgba(4, 36, 198, 0.03);
    position: relative;
    background: #f4f5fa;
    background: -moz-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f4f5fa), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f4f5fa 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f4f5fa 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f5fa", endColorstr="#ffffff", GradientType=0);
}

@media (max-width: 1279px) {
    .paybillsBox__content {
        padding: 45px;
    }
}

@media (max-width: 1023px) {
    .paybillsBox__content {
        padding: 15px;
    }
}

.paybillsBox__content--contentBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.paybillsBox__content--contentBox>div {
    width: auto;
    min-width: 675px;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox>div {
        min-width: auto;
        width: 100%;
    }
}

.paybillsBox__content--contentBox.fullWidth>div {
    width: 100%;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .formBox fieldset .placeholder {
        font-size: 11px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .formBox fieldset.input--filled .placeholder {
        font-size: 10px;
        top: -8px;
        color: #ff6b00;
    }
}

.paybillsBox__content--contentBox .contentBox__section-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px;
}

.paybillsBox__content--contentBox .contentBox__section-top--left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-top--left {
        width: auto;
    }
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon {
    position: relative;
    width: 51px;
    height: 42px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon {
        width: 35px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon+div {
    width: calc(100% - 61px);
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon+div {
        width: calc(100% - 45px);
    }
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon img {
    width: 100%;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.one:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img1.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.two:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img2.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.three:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img3.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.four:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img4.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.five:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img5.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.six:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img6.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.seven:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img7.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.eight:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img8.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.nine:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img9.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.ten:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img10.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.eleven:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img11.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.twelve:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img12.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left .paybills__tabicon.thirteen:before {
    background: transparent url("../../img/recharge/paybills_Tabs-img13.png") no-repeat center center;
}

.paybillsBox__content--contentBox .contentBox__section-top--left h1 {
    font-size: 25px;
    line-height: 1.2;
    font-family: "GilroyNormal", Arial, sans-serif;
    color: #262626;
    margin: 0;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-top--left h1 {
        font-size: 20px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-top--left h1 span {
    font-family: "GilroyBold", Arial, sans-serif;
}

.paybillsBox__content--contentBox .contentBox__section-top--left p {
    font-size: 15px;
    line-height: 1.2;
    font-family: "GilroyLight", Arial, sans-serif;
    color: #262626;
    margin: 5px 0 0;
}

.paybillsBox__content--contentBox .contentBox__section-top--right figure {
    margin: 0 0 0 10px;
    width: 45px;
}

.paybillsBox__content--contentBox .contentBox__section-top--right figure.bbassured-icon {
    width: 65px;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-top--right figure {
        width: 35px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-top--right figure img {
    width: 100%;
}

.paybillsBox__content--contentBox .contentBox__section-bottom {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgba(4, 36, 198, 0.04);
    border-radius: 5px;
    padding: 40px;
}

@media (max-width: 1279px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom {
        padding: 45px;
    }
}

@media (max-width: 1023px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom {
        padding: 15px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsForm form fieldset {
    position: relative;
    margin: 0 0 60px;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillsForm form fieldset {
        margin: 0 0 30px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsForm form fieldset .form-control {
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #5f5f5f;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 0 0 10px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsForm form fieldset .viewSampleBill {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #f37a22;
    transform: translateY(-50%);
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsForm .dueBills {
    text-align: center;
    margin: 30px 0 0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsForm .dueBills P {
    display: inline-block;
    margin: 0;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    color: #353535;
    letter-spacing: 0.15px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsForm .paidBills {
    text-align: center;
    margin: 30px 0 0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsForm .paidBills P {
    display: inline-block;
    padding: 15px 30px;
    background-color: #eef6f0;
    margin: 0;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    color: #344c2c;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode ul.nav.nav-tabs {
    margin: 0 0 50px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #b6b6b6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode ul.nav.nav-tabs li.nav-item {
    width: auto;
    flex-grow: 1;
    margin: 0;
}

@media (max-width: 480px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode ul.nav.nav-tabs li.nav-item {
        width: 100%;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode ul.nav.nav-tabs li.nav-item:not(:last-child) {
    border-right: 1px solid #b6b6b6;
}

@media (max-width: 480px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode ul.nav.nav-tabs li.nav-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #b6b6b6;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode ul.nav.nav-tabs li.nav-item a.nav-link {
    padding: 10px;
    display: block;
    font-family: "GilroySemiBold", Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #464646;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode ul.nav.nav-tabs li.nav-item a.nav-link.active {
    background-color: #d7dfe0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode .totalPayableAmount {
    font-family: "GilroyNormal", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.2;
    color: #000;
    margin: 50px 0 30px;
    text-align: center;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode .totalPayableAmount strong {
    display: inline-block;
    font-family: "GilroyBold", Arial, sans-serif;
    font-size: 24px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode .btn-primary {
    padding: 20px 120px;
    margin: 0;
}

@media (max-width: 480px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillspaymentmode .btn-primary {
        font-size: 15px;
        padding: 15px;
        width: 100%;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .paybillssuccessful-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .paybillssuccessful-heading {
    text-align: center;
    margin: 0 0 20px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .paybillssuccessful-heading h1 {
    font-family: "GilroyBold", Arial, sans-serif;
    font-size: 33px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 5px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .paybillssuccessful-heading p {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .transaction-reference {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 20px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .transaction-reference span {
    display: inline-block;
    font-size: 18px;
    color: #000;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: rgba(243, 248, 248, 0.84);
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background {
        padding: 15px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background h2 {
    font-size: 28px;
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background h2 {
        font-size: 18px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background h3 {
    font-family: "GilroyNormal", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 5px;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background h3 {
        font-size: 14px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background p {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background .left {
        width: 60%;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background .right {
    text-align: right;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .green-background .right {
        width: 40%;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .foranyissues {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 30px;
    text-align: right;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .foranyissues a {
    display: inline-block;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .bbAssured {
    position: relative;
    z-index: 0;
    text-align: center;
    margin: 10px 0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .bbAssured:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: rgba(82, 82, 82, 0.17);
    z-index: -1;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .bbAssured figure {
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    margin: 0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .bbAssured figure img {
    width: auto;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-top: 1px solid rgba(226, 226, 226, 0.42);
    padding-top: 20px;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background {
        flex-wrap: wrap;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .left {
    width: 50%;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .left {
        width: 100%;
        margin-bottom: 15px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .left h2 {
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #252525;
    margin: 0;
    font-size: 28px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .left h3 {
    font-family: "GilroyNormal", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 5px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .left p {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .left .top {
    margin-bottom: 20px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .right {
    width: 50%;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .right {
        width: 100%;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .right h2 {
    font-size: 25px;
    font-family: "GilroyNormal", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .right h3 {
    font-family: "GilroyNormal", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 10px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .right h3 span {
    font-size: 18px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .right p {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 10px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .white-background .right p span {
    font-size: 18px;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .button-section {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .button-section .btn-primary {
    padding: 20px 120px;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .button-section .btn-primary {
        width: 100%;
        padding: 15px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillssuccessful .button-section a:hover {
    text-decoration: none;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(191, 191, 191, 0.53);
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p {
        padding: 10px 0;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p span {
    display: inline-block;
    font-size: 16px;
    font-family: "GilroyLight", Arial, sans-serif;
    line-height: 1.2;
    color: #252525;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p span {
        font-size: 12px;
    }
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p span.text-bold {
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p span:first-child {
    width: 50%;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p span:last-child {
    width: 50%;
    text-align: right;
}

.paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p.payable-amount {
    border: none;
    background-color: #f3f8f8;
    padding: 15px 20px;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .paybillsBox__content--contentBox .contentBox__section-bottom--paybillsReceipt p.payable-amount {
        padding: 10px;
    }
}

.paybillsBox__content--contentBox .contentBox__section .btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: "GilroyLight", Arial, sans-serif;
    letter-spacing: -0.5px;
    color: #545454;
}

.paybillsBox__content--contentBox .contentBox__section .btn-download img {
    margin-right: 10px;
}

.whatwedo__heading {
    margin: 0 0 50px;
}

.whatwedo__heading h2 {
    font-size: 27px;
    font-family: "GilroyBold", Arial, sans-serif;
    line-height: 1.2;
    color: #262626;
    margin: 0 0 5px;
}

@media (max-width: 767px) {
    .whatwedo__heading h2 {
        font-size: 20px;
    }
}

.whatwedo__heading p {
    font-size: 15px;
    font-family: "GilroyLight", Arial, sans-serif;
    line-height: 1.2;
    color: #393939;
    margin: 0;
}

.whatwedo__contant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.whatwedo__contant--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(33.3333333333% - 20px);
    margin: 0 0 50px;
}

@media (max-width: 1023px) {
    .whatwedo__contant--box {
        width: calc(50% - 20px);
    }
}

@media (max-width: 766px) {
    .whatwedo__contant--box {
        width: 100%;
    }
}

.whatwedo__contant--box---img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: rgba(245, 121, 31, 0.11);
    border-radius: 50%;
}

.whatwedo__contant--box---img img {
    width: auto;
    max-width: 40px;
}

.whatwedo__contant--box---details {
    width: calc(100% - 85px);
}

.whatwedo__contant--box---details h3 {
    font-size: 21px;
    font-family: "GilroyBold", Arial, sans-serif;
    line-height: 1.2;
    color: #262626;
    margin: 0 0 10px;
}

.whatwedo__contant--box---details p {
    font-size: 15px;
    font-family: "GilroyLight", Arial, sans-serif;
    line-height: 1.2;
    color: #262626;
    margin: 0;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__header {
    background-color: #f5f6f9;
    padding: 20px 30px;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__header h4 {
    font-size: 19px;
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #262626;
    margin: 0;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__header .modelClose {
    right: 30px;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body {
    padding: 20px 30px;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs {
    margin: 0 0 15px;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs {
    border: none;
    position: relative;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(17, 17, 17, 0.18);
}

@media (max-width: 1023px) {
    .mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs {
        overflow: auto;
        max-width: 100%;
    }
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs li.nav-item {
    width: 12.5%;
    display: block;
    margin: 0;
}

@media (max-width: 1023px) {
    .mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs li.nav-item {
        width: auto;
    }
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link {
    padding: 15px 10px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    border-radius: 0;
    display: block;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: #262626;
    text-align: center;
    height: 100%;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link:hover,
.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link.active {
    border-color: #f37a22;
    font-family: "GilroyNormal", Arial, sans-serif;
    font-weight: 400;
    color: #f37a22;
}

@media (max-width: 1023px) {
    .mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link {
        padding: 20px 8px 15px;
    }
}

@media (max-width: 767px) {
    .mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link {
        white-space: nowrap;
    }
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans {
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

@media (max-width: 767px) {
    .mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans ul li {
        flex-wrap: wrap;
    }
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans ul li:last-child {
    border-bottom: none;
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans ul li p {
    font-size: 15.5px;
    font-family: "GilroyNormal", Arial, sans-serif;
    line-height: 1.2;
    color: #424242;
    margin: 0;
}

@media (max-width: 1279px) {
    .mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans ul li p {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans ul li p {
        margin: 0 0 15px;
    }
}

.mobilePrepaidplansModal.modal.fade .modal-dialog .modal-content .mobliePrepaid__body-contents--plans ul li button {
    border: 1px solid #e2e2e2;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #e9e9e9 0%, whitesmoke 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, whitesmoke));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, whitesmoke 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, whitesmoke 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, whitesmoke 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%, whitesmoke 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f5f5f5", GradientType=0);
    padding: 7.5px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "GilroyNormal", Arial, sans-serif;
    line-height: 1.2;
    color: #4e4e4e;
    min-width: 92px;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid .modelClose {
    top: 16px;
    right: 16px;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-header--left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-header--left h4 {
    font-size: 19px;
    line-height: 1.2;
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    color: #262626;
    margin: 0 0 10px;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-header--left p {
    font-size: 17px;
    line-height: 1.75;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    color: #262626;
    margin: 0;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-header--right figure {
    margin: 0;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-header--right figure img {
    width: 100%;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-body p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-body p .left {
    font-size: 17px;
    line-height: 1.2;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    color: #262626;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-body p .right {
    font-size: 17px;
    line-height: 1.2;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    color: #262626;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-body .totalAmount {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-body .totalAmount__left h4 {
    font-size: 17px;
    line-height: 1.2;
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    color: #262626;
    margin: 0 0 10px;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-body .totalAmount__left p {
    font-size: 16px;
    line-height: 1.2;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    color: #262626;
    margin: 0;
    padding: 0;
    border: none;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-body .totalAmount__right span {
    display: inline-block;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-body .totalAmount__right>span {
    font-size: 21px;
    line-height: 1.2;
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    color: #262626;
    padding: 5px 20px;
}

.mobilePost-paidPaybill.modal.fade .modal-dialog .modal-content .mobliePostpaid__billDetails-footer {
    text-align: center;
    margin-top: 40px;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__header {
    background-color: #f5f6f9;
    padding: 20px 30px;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__header h4 {
    font-size: 19px;
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #262626;
    margin: 0;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__header .modelClose {
    right: 30px;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body {
    padding: 20px 30px;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs {
    margin: 0 0 30px;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs {
    border: none;
    position: relative;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(17, 17, 17, 0.18);
}

@media (max-width: 767px) {
    .dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs {
        overflow: auto;
        max-width: 100%;
        flex-wrap: nowrap;
    }
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs li.nav-item {
    width: 12.5%;
    display: block;
    margin: 0;
}

@media (max-width: 1023px) {
    .dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs li.nav-item {
        width: auto;
    }
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link {
    padding: 15px 10px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    border-radius: 0;
    display: block;
    font-family: "GilroyLight", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: #262626;
    text-align: center;
}

@media (max-width: 767px) {
    .dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link {
        white-space: nowrap;
    }
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link:hover,
.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link.active {
    border-color: #f37a22;
    font-family: "GilroyNormal", Arial, sans-serif;
    font-weight: 400;
    color: #f37a22;
}

@media (max-width: 1023px) {
    .dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-tabs ul.nav.nav-tabs li.nav-item a.nav-link {
        padding: 20px 8px 15px;
    }
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-contents--plans {
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-contents--plans table.table {
    margin: 0;
    min-width: 800px;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-contents--plans table.table thead tr th {
    border: none;
    background-color: #eff1f8;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-contents--plans table.table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #dee2e6;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-contents--plans table.table tbody tr td {
    border: none;
}

.dthDishplansModal.modal.fade .modal-dialog .modal-content .dthDish__body-contents--plans table.table tbody tr td button {
    border: 1px solid #e2e2e2;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #e9e9e9 0%, whitesmoke 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, whitesmoke));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, whitesmoke 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, whitesmoke 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, whitesmoke 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%, whitesmoke 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f5f5f5", GradientType=0);
    padding: 7.5px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "GilroyNormal", Arial, sans-serif;
    line-height: 1.2;
    color: #4e4e4e;
    min-width: 92px;
}

.recharge__success-bottom--rechargesuccessful .rechargesuccessful-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin: 0 auto 20px;
}

.recharge__success-bottom--rechargesuccessful .rechargesuccessful-heading {
    text-align: center;
    margin: 0 0 20px;
}

.recharge__success-bottom--rechargesuccessful .rechargesuccessful-heading h1 {
    font-family: "GilroyBold", Arial, sans-serif;
    font-size: 33px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 5px;
}

.recharge__success-bottom--rechargesuccessful .rechargesuccessful-heading p {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

.recharge__success-bottom--rechargesuccessful .transaction-reference {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 20px;
}

.recharge__success-bottom--rechargesuccessful .transaction-reference span {
    display: inline-block;
    font-size: 18px;
    color: #000;
}

.recharge__success-bottom--rechargesuccessful .green-background {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: rgba(243, 248, 248, 0.84);
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .green-background {
        padding: 15px;
    }
}

.recharge__success-bottom--rechargesuccessful .green-background h2 {
    font-size: 28px;
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .green-background h2 {
        font-size: 18px;
    }
}

.recharge__success-bottom--rechargesuccessful .green-background h3 {
    font-family: "GilroyNormal", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 5px;
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .green-background h3 {
        font-size: 14px;
    }
}

.recharge__success-bottom--rechargesuccessful .green-background p {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .green-background p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .green-background .left {
        width: 60%;
    }
}

.recharge__success-bottom--rechargesuccessful .green-background .right {
    text-align: right;
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .green-background .right {
        width: 40%;
    }
}

.recharge__success-bottom--rechargesuccessful .foranyissues {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0;
    text-align: right;
}

.recharge__success-bottom--rechargesuccessful .foranyissues a {
    display: inline-block;
}

.recharge__success-bottom--rechargesuccessful .bbAssured {
    position: relative;
    z-index: 0;
    text-align: center;
    margin: 10px 0;
}

.recharge__success-bottom--rechargesuccessful .bbAssured:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: rgba(82, 82, 82, 0.17);
    z-index: -1;
}

.recharge__success-bottom--rechargesuccessful .bbAssured figure {
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    margin: 0;
}

.recharge__success-bottom--rechargesuccessful .bbAssured figure img {
    width: auto;
}

.recharge__success-bottom--rechargesuccessful .white-background {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .white-background {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .white-background .left {
        width: 100%;
        margin-bottom: 15px;
    }
}

.recharge__success-bottom--rechargesuccessful .white-background .left h2 {
    font-family: "GilroyBold", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #252525;
    margin: 0;
    font-size: 28px;
}

.recharge__success-bottom--rechargesuccessful .white-background .left h3 {
    font-family: "GilroyNormal", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 5px;
}

.recharge__success-bottom--rechargesuccessful .white-background .left p {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

.recharge__success-bottom--rechargesuccessful .white-background .left .top {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .white-background .right {
        width: 100%;
    }
}

.recharge__success-bottom--rechargesuccessful .white-background .right h2 {
    font-size: 25px;
    font-family: "GilroyNormal", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #252525;
    margin: 0;
}

.recharge__success-bottom--rechargesuccessful .white-background .right h3 {
    font-family: "GilroyNormal", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 10px;
}

.recharge__success-bottom--rechargesuccessful .white-background .right h3 span {
    font-size: 18px;
}

.recharge__success-bottom--rechargesuccessful .white-background .right p {
    font-family: "GilroyLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 10px;
}

.recharge__success-bottom--rechargesuccessful .white-background .right p span {
    font-size: 18px;
}

.recharge__success-bottom--rechargesuccessful .button-section {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.recharge__success-bottom--rechargesuccessful .button-section .btn-primary {
    padding: 20px 120px;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .recharge__success-bottom--rechargesuccessful .button-section .btn-primary {
        width: 100%;
        padding: 15px;
    }
}

.recharge__success-bottom--rechargesuccessful .button-section a:hover {
    text-decoration: none;
}