* {
    box-sizing: border-box;
}

body {
    background-color: #000000;
}
.CMS-footer-menu {
    margin-top: 0;
}
.link-with-arrow {
    color: #9A803D;
    font-size: 14px;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif, Helvetica;
    line-height: 17px;
}
@media(max-width: 991px) {
    .link-with-arrow {
        font-size: 12px;
    }
}
.link-with-arrow::after {
    content: "";
    background: url("../images/Open CTA Arrow.svg") no-repeat center center;
    background-size: cover;
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
}
.link-with-arrow:hover {
    color: #9A803D;
    text-decoration: none;
}

.ooredoo-bytna-wrappeer {
    padding-top: 142px;
}
@media(max-width: 991px) {
    .ooredoo-bytna-wrappeer {
        padding-top: 96px;
    }
}

.smooth-move {
    transition: all 0.5s ease-in-out;
}

.bytna-banner .container {
    max-width: 1366px;
}
@media(max-width: 991px) {
    .bytna-banner .container {
        padding: 0;
    }
}
.bytna-banner .container img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.bytna-info {
    padding-bottom: 47px;
    box-shadow: inset 0 -42px 75px -80px #D3B360;
}
@media(max-width: 991px) {
    .bytna-info {
        padding-bottom: 16px;
    }
}
.bytna-info__logo {
    margin: -58px 0 36px;
}
@media(max-width: 991px) {
    .bytna-info__logo {
        margin: -19px 0 8px;
    }
}
.bytna-info__logo img {
    width: 114px;
    height: 114px;
    min-width: 114px;
    min-height: 114px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 991px) {
    .bytna-info__logo img {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
}
.bytna-info__title {
    font: normal normal normal 16px / 19px "Rubik", sans-serif;
    color: #D3B360;
    margin: 0 0 10px;
}
@media(max-width: 991px) {
    .bytna-info__title {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 8px;
    }
}
.bytna-info__brief {
    font: normal normal normal 24px / 27px "Rubik", sans-serif;
    color: #F2EBCF;
    margin: 0;
}
@media(max-width: 991px) {
    .bytna-info__brief {
        font-size: 16px;
        line-height: 24px;
        padding: 0 15px;
    }
}

.bytna-vip {
    padding: 80px 0 103px;
}
@media(max-width: 991px) {
    .bytna-vip {
        padding: 52px 0 30px;
    }
}
.bytna-vip .container {
    max-width: 1200px;
}
.bytna-vip .container .row {
    align-items: center;
}
@media(max-width: 991px) {
    .bytna-vip__left {
        text-align: center;
    }
}
.bytna-vip__title {
    font: normal normal normal 40px / 47px "Rubik", sans-serif;
    color: #D3B360;
    margin: 0 0 22px;
}
@media(max-width: 991px) {
    .bytna-vip__title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 24px;
    }
}
.bytna-vip__subtitle {
    font: normal normal normal 24px / 30px "Rubik", sans-serif;
    color: #F2EBCF;
    margin: 0 0 14px;
}
@media(max-width: 991px) {
    .bytna-vip__subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
}
.bytna-vip__brief {
    font: normal normal normal 18px / 24px "Rubik", sans-serif;
    color: #F2EBCF;
    margin: 0;
}
@media(max-width: 991px) {
    .bytna-vip__brief {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}
.bytna-vip__right li {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
    background-color: #16120A;
    border-radius: 16px;
    margin: 0 12px;
    padding: 17px;
}
@media(max-width: 991px) {
    .bytna-vip__right li {
        flex: 0 0 calc(50% - 24px);
        max-width: calc(50% - 24px);
        margin-bottom: 24px;
        padding: 30px 17px 17px;
    }
}
.bytna-vip__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.bytna-vip__icon img {
    width: 30px;
    height: 36px;
    min-width: 30px;
    min-height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}
.bytna-vip__desc {
    font: normal normal normal 16px / 22px "Rubik", sans-serif;
    color: #F2EBCF;
}

.bytna-benefits {
    padding-bottom: 40px;
}
@media(max-width: 991px) {
    .bytna-benefits {
        padding-bottom: 0;
    }
}
.bytna-benefits > .container {
    padding-bottom: 40px;
}
@media(max-width: 991px) {
    .bytna-benefits > .container {
        padding-bottom: 11px;
    }
}
.bytna-benefits .container {
    max-width: 1200px;
}
.bytna-benefits .container .row.first-row {
    margin: 0;
}
.bytna-benefits .container .row.first-row > div {
    padding: 0;
}
.bytna-benefits__title {
    font: normal normal normal 40px / 32px "Rubik", sans-serif;
    color: #D3B360;
    margin: 0 0 30px;
}
@media(max-width: 991px) {
    .bytna-benefits__title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 24px;
        text-align: center;
    }
}
.bytna-benefits__img {
    width: 100%;
    height: 400px;
}
@media(max-width: 991px) {
    .bytna-benefits__img {
        height: 261px;
    }
}
.bytna-benefits__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bytna-benefits__content {
    background-color: #16120A;
    padding: 47px 24px 35px;
    width: 282px;
    max-width: 282px;
    min-height: 282px;
    margin: -193px 15px 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media(max-width: 991px) {
    .bytna-benefits__content {
        padding: 21px 17px;
        margin: -35px 15px 32px;
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        min-height: initial;
    }
}
.bytna-benefits__label {
    font: normal normal normal 24px / 44px "Rubik", sans-serif;
    color: #D3B360;
    margin: 0 0 16px;
}
@media(max-width: 991px) {
    .bytna-benefits__label {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
.bytna-benefits__desc {
    font: normal normal normal 16px / 24px "Rubik", sans-serif;
    color: #F2EBCF;
    margin-bottom: 14px;
}
@media(max-width: 991px) {
    .bytna-benefits__desc {
        line-height: 21px;
        margin-bottom: 24px;
    }
}
.bytna-benefits__cta {
    min-height: 36px;
    margin-top: auto;
}
.bytna-benefits__cta span {
    font: normal normal normal 16px / 19px "Rubik", sans-serif;
    color: #D3B360;
    text-decoration: underline;
}
@media(max-width: 991px) {
    .bytna-benefits__cta span {
        font-size: 15px;
        line-height: 18px;
    }
}
.bytna-benefits__cta img {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

.expanded-benifits {
    padding: 30px 58px;
    background: url("../images/Benefits/white-wall-bg.png") no-repeat center center;
    background-size: cover;
    display: none;
}
@media(max-width: 991px) {
    .expanded-benifits {
        margin: 0 -15px;
    }
    .expanded-benifits .container {
        padding: 18px 16px;
    }
}
.expanded-benifits__close {
    background: none;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    font: normal normal normal 14px / 18px "Rubik", sans-serif;
    color: #000000;
    padding-right: 46px;
    background: url("../images/close-icon.svg") no-repeat right center;
    background-size: contain;
    height: 36px;
    margin: 0 0 36px auto;
    display: block;
}
@media(max-width: 991px) {
    .expanded-benifits__close {
        margin-bottom: 16px;
    }
}
.expanded-benifits__wrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.expanded-benifits__wrapper + .row {
    margin: -79px 10px 0;
}
@media(max-width: 991px) {
    .expanded-benifits__wrapper + .row {
        margin: -40px 0 0;
    }
    .expanded-benifits__wrapper + .row > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .expanded-benifits__wrapper + .row > div:last-child {
        margin-bottom: 40px;
    }
}
.expanded-benifits__title {
    font: normal normal normal 32px / 38px "Rubik", sans-serif;
    color: #FFFFFF;
    margin: 0;
    position: absolute;
    top: 21px;
    left: 26px;
    right: 26px;
}
@media(max-width: 991px) {
    .expanded-benifits__title {
        font-size: 22px;
        line-height: 27px;
        top: 16px;
        right: 25px;
        left: 25px;
    }
}
.expanded-benifits__img {
    width: 100%;
    height: 335px;
    min-height: 335px;
    max-height: 335px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
@media(max-width: 991px) {
    .expanded-benifits__img {
        height: 223px;
        min-height: 223px;
        max-height: 223px;
    }
}
.expanded-benifits__col {
    border-radius: 16px;
    padding: 35px 24px;
    height: 100%;
    background-color: #FFFFFF;
}
.expanded-benifits__col.platinum-box {
    background: transparent linear-gradient(214deg, #FFFFFF 0%, #DEDEDE 23%, #E0E0E0 51%, #E2E2E2 75%, #E0E0E0 100%) 0 0 no-repeat padding-box;
}
.expanded-benifits__col.gold-box {
    background: transparent linear-gradient(213deg, #F0D386 0%, #F7E6A1 25%, #F7DE9B 53%, #F2DFAB 81%, #FADC8F 100%) 0 0 no-repeat padding-box;
}
.expanded-benifits__col.vip-valet {
    border: 1px solid #D3B360;
    padding: 35px 44px;
}
@media(max-width: 991px) {
    .expanded-benifits__col.vip-valet {
        padding: 32px 24px 19px;
    }
}
.expanded-benifits__col.vip-valet .expanded-benifits__label {
    color: #D3B360;
}
@media(max-width: 991px) {
    .expanded-benifits__col {
        padding: 32px 24px;
    }
}
.expanded-benifits__label {
    font: normal normal 600 18px / 20px "Rubik", sans-serif;
    color: #626262;
    margin: 0 0 15px;
}
.expanded-benifits__brief {
    font: normal normal normal 14px / 18px "Rubik", sans-serif;
    color: #626262;
    margin: 0;
}
.expanded-benifits__brief:not(:last-of-type) {
    margin-bottom: 14px;
}
@media(max-width: 991px) {
    .expanded-benifits__brief:not(:last-of-type) {
        margin-bottom: 10px;
    }
}
@media(max-width: 991px) {
    .expanded-benifits__lists {
        flex-wrap: wrap;
    }
}
@media(max-width: 991px) {
    .expanded-benifits__lists ul {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.expanded-benifits__lists ul:not(:last-child) {
    padding-right: 65px !important;
}
@media(max-width: 991px) {
    .expanded-benifits__lists ul:not(:last-child) {
        padding: 0 !important;
    }
}
.expanded-benifits__lists ul h4 {
    font: normal normal 600 14px / 18px "Rubik", sans-serif;
    color: #626262;
    margin: 0 0 9px;
}
.expanded-benifits__lists ul span {
    display: block;
    font: normal normal normal 14px / 24px "Rubik", sans-serif;
    color: #626262;
    margin-bottom: 3px;
}
.expanded-benifits__footer {
    margin-top: 53px;
    border-top: 1px solid #707070;
    padding-top: 33px;
    text-align: center;
}
@media(max-width: 991px) {
    .expanded-benifits__footer {
        margin: -15px -15px 0;
        padding-bottom: 19px;
        padding-top: 48px;
    }
}
.expanded-benifits__footer a {
    font: normal normal 600 32px / 22px "Rubik", sans-serif;
    color: #ED1C24 !important;
    margin: 0 auto 13px;
    padding-left: 27px;
    background: url("../images/phone-icon.svg") no-repeat center left;
    background-size: contain;
    height: 23px;
    text-decoration: none !important;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
@media(max-width: 991px) {
    .expanded-benifits__footer a {
        font-size: 28px;
        line-height: 20px;
        height: 20px;
    }
}
.expanded-benifits__footer p {
    font: normal normal normal 20px / 24px "Rubik", sans-serif;
    color: #000000;
    margin: 0;
}
@media(max-width: 991px) {
    .expanded-benifits__footer p {
        font-size: 16px;
        line-height: 19px;
    }
}
.expanded-benifits__cta {
    margin-top: 41px;
    padding-bottom: 60px;
}
@media(max-width: 991px) {
    .expanded-benifits__cta {
        margin-top: 0;
    }
}
.expanded-benifits__cta a {
    background-color: #D3B360;
    border-radius: 25px;
    padding: 14px 22px;
    text-decoration: none !important;
    display: inline-block;
    font: normal normal 600 16px / 19px "Rubik", sans-serif;
    color: #000000;
}

.alnokhba-banner {
    padding-bottom: 40px;
}
@media(max-width: 991px) {
    .alnokhba-banner {
        padding-bottom: 0;
    }
}
.alnokhba-banner .container {
    max-width: 1224px;
}
.alnokhba-banner img {
    width: 100%;
    height: auto;
}

.alnokhba .container {
    max-width: 1200px;
    background-color: #D8D8CD;
    border-radius: 20px;
    padding: 49px 35px 35px;
}
@media(max-width: 991px) {
    .alnokhba .container {
        margin: 0 auto;
        width: calc(100% - 30px);
        padding: 51px 10px 33px;
    }
}
.alnokhba .container > .row {
    padding-right: 22px;
    padding-left: 22px;
}

@media(max-width: 991px) {
    .alnokhba__content {
        flex-direction: column;
        text-align: center;
    }
}

.alnokhba__logo {
    margin-right: 35px;
}
@media(max-width: 991px) {
    .alnokhba__logo {
        margin: 0 0 18px;
    }
}
.alnokhba__logo img {
    width: 102px;
    height: 138px;
    min-width: 102px;
    min-height: 138px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 991px) {
    .alnokhba__logo img {
        width: 70px;
        height: 95px;
        min-width: 70px;
        min-height: 95px;
    }
}

.alnokhba__title {
    font: normal normal 600 40px / 44px "Rubik", sans-serif;
    color: #3C373A;
    margin: 0 0 12px;
}
@media(max-width: 991px) {
    .alnokhba__title {
        font-size: 28px;
        line-height: 29px;
        margin-bottom: 7px;
    }
}

.alnokhba__desc {
    max-width: 480px;
    font: normal normal normal 26px / 34px "Rubik", sans-serif;
    color: #45433D;
    margin: 0;
}
@media(max-width: 991px) {
    .alnokhba__desc {
        font-size: 14px;
        line-height: 17px;
    }
}

@media(max-width: 991px) {
    .alnokhba__bytna-card {
        text-align: center;
        margin-top: 26px;
    }
}

.alnokhba__bytna-card img {
    width: 327px;
    height: auto;
    max-width: 100%;
}
@media(max-width: 991px) {
    .alnokhba__bytna-card img {
        width: 291px;
    }
}

.alnokhba__benefits {
    margin-top: 34px;
}
@media(max-width: 991px) {
    .alnokhba__benefits .row {
        margin: 0 -5px;
        justify-content: center;
    }
}
.alnokhba__benefits .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width: 991px) {
    .alnokhba__benefits .row > div {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }
}
.alnokhba__benefits__title {
    font: normal normal normal 28px / 33px "Rubik", sans-serif;
    color: #2B2B2B;
    margin: 0 0 18px;
}
@media(max-width: 991px) {
    .alnokhba__benefits__title {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px;
    }
}
.alnokhba__benefits__box {
    background-color: #F9F9F9;
    border-radius: 16px;
    padding: 36px 19px 19px;
    height: 100%;
    text-align: center;
}
@media(max-width: 991px) {
    .alnokhba__benefits__box {
        padding: 23px 6px;
    }
}
.alnokhba__benefits__icon {
    margin-bottom: 21px;
}
@media(max-width: 991px) {
    .alnokhba__benefits__icon {
        margin-bottom: 15px;
    }
}
.alnokhba__benefits__icon img {
    width: 39px;
    height: 37px;
    -o-object-fit: contain;
    object-fit: contain;
}
.alnokhba__benefits__label {
    font: normal normal 600 18px / 20px "Rubik", sans-serif;
    color: #2F2C26;
    margin: 0 0 8px;
}
@media(max-width: 991px) {
    .alnokhba__benefits__label {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}
.alnokhba__benefits__desc {
    font: normal normal normal 14px / 22px "Rubik", sans-serif;
    color: #777777;
    margin: 0;
}

.bytna-plnas {
    padding: 120px 0 80px;
}
@media(max-width: 991px) {
    .bytna-plnas {
        padding: 30px 0 48px;
    }
}
.bytna-plnas .container {
    max-width: 1200px;
}
.bytna-plnas__title {
    font: normal normal normal 40px / 47px "Rubik", sans-serif;
    color: #D3B360;
    margin: 0 0 7px;
}
@media(max-width: 991px) {
    .bytna-plnas__title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 13px;
    }
}
.bytna-plnas__desc {
    font: normal normal normal 16px / 24px "Rubik", sans-serif;
    color: #F2EBCF;
    margin: 0;
}
@media(max-width: 991px) {
    .bytna-plnas__desc {
        font-size: 16px;
        line-height: 20px;
    }
}
.bytna-plnas__benefits {
    margin: 40px -10px 0;
}
@media(max-width: 991px) {
    .bytna-plnas__benefits {
        justify-content: center;
    }
}
.bytna-plnas__benefits > div {
    padding-left: 10px;
    padding-right: 10px;
}
.bytna-plnas__benefits > div.col-12:not(.col-lg-6) {
    margin-bottom: 20px;
}
@media(max-width: 991px) {
    .bytna-plnas__benefits > div {
        margin-bottom: 24px !important;
    }
}
.bytna-plnas__benefits__box {
    background-color: #B49E67;
    padding: 27px 10px 35px;
    border-radius: 15px;
    height: 100%;
}
.bytna-plnas__benefits__box.with-border {
    border: 1px solid #B49E67;
    background-color: #2F2C26;
    padding: 14px;
    border-radius: 8px;
}
@media(max-width: 991px) {
    .bytna-plnas__benefits__box.with-border {
        padding: 28px 10px;
    }
}
.bytna-plnas__benefits__box.with-border h4 {
    font: normal normal normal 24px/29px "Rubik", sans-serif;
    color: #D3B360;
    margin: 0;
}
@media(max-width: 991px) {
    .bytna-plnas__benefits__box.with-border h4 {
        font-size: 24px;
        line-height: 32px;
    }
}
@media(max-width: 991px) {
    .bytna-plnas__benefits__box {
        padding: 28px 10px;
    }
}
.bytna-plnas__benefits__icon img {
    width: 42px;
    height: 48px;
    min-width: 42px;
    min-height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 991px) {
    .bytna-plnas__benefits__icon img {
        width: 32px;
        height: 38px;
        min-width: 32px;
        min-height: 38px;
    }
}
.bytna-plnas__benefits__title {
    font: normal normal 600 20px / 20px "Rubik", sans-serif;
    color: #000000;
    margin: 20px 0 9px;
}
@media(max-width: 991px) {
    .bytna-plnas__benefits__title {
        margin: 9px 0 4px;
        font-size: 18px;
        line-height: 20px;
    }
}
.bytna-plnas__benefits__desc {
    font: normal normal normal 16px / 18px "Rubik", sans-serif;
    color: #221E20;
    margin: 0;
}
.bytna-plnas__footer {
    margin-top: 70px;
}
@media(max-width: 991px) {
    .bytna-plnas__footer {
        margin-top: 37px;
    }
}
.bytna-plnas__footer__price {
    font: normal normal 600 29px / 20px "Rubik", sans-serif;
    color: #D3B360;
    margin: 0 0 10px;
}
@media(max-width: 991px) {
    .bytna-plnas__footer__price {
        font-size: 24px;
    }
}
.bytna-plnas__footer__label {
    font: normal normal normal 20px / 24px "Rubik", sans-serif;
    color: #F2EBCF;
    margin-bottom: 20px;
}
@media(max-width: 991px) {
    .bytna-plnas__footer__label {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
    }
}
.bytna-plnas__footer__icon {
    margin-bottom: 13px;
}
.bytna-plnas__footer__icon img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.bytna-plnas__footer__desc {
    width: 464px;
    margin: 0 auto;
    font: normal normal normal 16px / 28px "Rubik", sans-serif;
    color: #F2EBCF;
}
@media(max-width: 991px) {
    .bytna-plnas__footer__desc {
        width: auto;
        font-size: 14px;
        line-height: 26px;
    }
}
.bytna-plnas__footer__desc a {
    font-size: 20px;
    text-decoration: none !important;
    color: #F2EBCF !important;
}
.bytna-plnas__terms {
    background-color: #2F2C25;
    border-radius: 8px;
    padding: 14px;
    margin-top: 20px;
}
@media(max-width: 991px) {
    .bytna-plnas__terms {
        padding: 22px 10px;
        border-radius: 16px;
    }
}
.bytna-plnas__terms p {
    font: normal normal normal 16px / 24px "Rubik", sans-serif;
    color: #F2EBCF;
    margin: 0;
}
@media(max-width: 991px) {
    .bytna-plnas__terms p {
        font-size: 14px;
    }
}
.bytna-plnas__terms a {
    font-weight: 600;
    color: #D3B360 !important;
    text-decoration: underline;
}

.bytna-entertainment {
    margin: 20px -10px 0;
}
@media(max-width: 991px) {
    .bytna-entertainment {
        margin-top: 0;
    }
}
.bytna-entertainment > div {
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width: 991px) {
    .bytna-entertainment > div:not(:first-child) {
        margin-bottom: 24px;
    }
    .bytna-entertainment > div:first-child {
        order: 2;
    }
    .bytna-entertainment > div:last-child {
        order: 1;
    }
}
.bytna-entertainment > div.col-lg-3 {
    flex: 0 0 27.5%;
    max-width: 27.5%;
}
.bytna-entertainment > div.col-lg-6 {
    flex: 0 0 45%;
    max-width: 45%;
}
@media(max-width: 991px) {
    .bytna-entertainment > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.bytna-entertainment__box {
    border-radius: 16px;
    background-color: #2F2C26;
    padding: 32px 20px 35px;
    height: 100%;
}
.bytna-entertainment__icon {
    margin-bottom: 19px;
}
.bytna-entertainment__icon img {
    height: 56px;
    width: auto;
    max-width: initial;
    -o-object-fit: contain;
    object-fit: contain;
}
.bytna-entertainment__price {
    font: normal normal 600 18px / 20px "Rubik", sans-serif;
    color: #FFFFFF;
    margin-bottom: 2px;
}
.bytna-entertainment__label {
    font: normal normal normal 16px / 20px "Rubik", sans-serif;
    color: #FFFFFF;
    margin: 0;
}
.bytna-entertainment__discount {
    margin: 10px 0 19px;
}
.bytna-entertainment__discount img {
    width: 131px;
    max-width: 131px;
    height: auto;
}
.bytna-entertainment__desc {
    font: normal normal normal 16px / 24px "Rubik", sans-serif;
    color: #F2EBCF;
    margin: 0;
}
@media(max-width: 991px) {
    .bytna-entertainment__desc {
        font-size: 14px;
        line-height: 23px;
    }
}
.bytna-entertainment__big-title,
.bytna-entertainment__title {
    color: #D3B360;
    margin: 0 0 10px;
    font: normal normal normal 20px / 20px "Rubik", sans-serif;
}
@media(max-width: 991px) {
    .bytna-entertainment__big-title,
    .bytna-entertainment__title {
        font-size: 18px;
    }
}
.bytna-entertainment__title {
    font-size: 18px;
}

.bytna-member {
    background: url("../images/grediant-white-black-bg.png") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}
@media(max-width: 991px) {
    .bytna-member {
        padding: 30px 0 40px;
    }
}
.bytna-member .container {
    max-width: 1200px;
}
@media(max-width: 991px) {
    .bytna-member__video {
        text-align: center;
    }
}
.bytna-member__video iframe {
    max-width: 80%;
    border-radius: 16px;
}
@media(max-width: 991px) {
    .bytna-member__video iframe {
        max-width: 335px;
        width: 100%;
    }
}
@media(max-width: 991px) {
    .bytna-member__content {
        text-align: center;
    }
}
.bytna-member__title {
    font: normal normal normal 40px / 47px "Rubik", sans-serif;
    color: #D3B360;
    margin: 0 0 14px;
}
@media(max-width: 991px) {
    .bytna-member__title {
        font-size: 24px;
        line-height: 36px;
        margin: 30px 0 14px;
    }
}
.bytna-member__desc {
    font: normal normal normal 16px / 24px "Rubik", sans-serif;
    color: #F2EBCF;
    margin-bottom: 40px;
}
@media(max-width: 991px) {
    .bytna-member__desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}
.bytna-member__cta {
    background-color: #D3B360;
    border-radius: 25px;
    display: inline-block;
    padding: 14px 33px;
    font: normal normal 600 16px / 19px "Rubik", sans-serif;
    color: #000000 !important;
    text-decoration: none !important;
}
@media(max-width: 991px) {
    .bytna-member__cta {
        font-size: 14px;
        padding: 9px 28px;
    }
}

.fine-print {
    background-color: #EAEADF;
    padding-bottom: 77px;
    padding-top: 100px;
}
@media(max-width: 991px) {
    .fine-print {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.fine-print .container {
    max-width: 997px;
    padding: 0;
}
@media(max-width: 991px) {
    .fine-print .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(min-width: 992px) and(max-width: 1025px) {
    .fine-print .container {
        padding: 0 15px;
    }
}
.fine-print .fine-print__title {
    font-size: 28px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    line-height: 22px;
    color: #A78F52;
    padding-bottom: 25px;
    margin-bottom: 0;
}
@media(max-width: 991px) {
    .fine-print .fine-print__title {
        font-size: 17px;
        line-height: 23px;
        padding-bottom: 32px;
    }
}
.fine-print .accordion .card {
    border: none;
    border-top: 1px solid #A0A0A0 !important;
    border-radius: 0;
}
.fine-print .accordion .card:first-child {
    border-top: 1px solid #A0A0A0;
}
.fine-print .accordion .card .card-header {
    border: none;
    background: none;
    padding: 15px 0;
    background-color: #EAEADF;
}
@media(max-width: 991px) {
    .fine-print .accordion .card .card-header {
        padding: 23px 0;
    }
}
.fine-print .accordion .card .card-header button {
    font-size: 18px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    line-height: 24px;
    color: #221E20;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: unset;
}
@media(max-width: 991px) {
    .fine-print .accordion .card .card-header button {
        font-size: 16px;
        line-height: 22px;
        width: 90%;
        white-space: initial;
    }
}
.fine-print .accordion .card .card-header button:after {
    content: "";
    background: url("../images/chevron-down.svg") no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 25px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
@media(max-width: 991px) {
    .fine-print .accordion .card .card-header button:after {
        position: absolute;
        right: 0;
    }
}
.fine-print .accordion .card .card-header button.active:after {
    transform: rotate(-180deg);
}
.fine-print .accordion .card .card-header button:focus {
    box-shadow: none;
}
.fine-print .accordion .card .card-body {
    padding: 0 0 1.25rem;
    font-family: 'Noto Sans';
    background-color: #EAEADF;
}
.fine-print .accordion .card .card-body p {
    font-family: 'Noto Sans';
}
.fine-print .fine-print__links {
    margin: 0;
}
.fine-print .fine-print__links li {
    border-top: 1px solid #A0A0A0;
}
.fine-print .fine-print__links li a {
    color: #221E20;
    font: normal normal 600 18px / 24px "Rubik", sans-serif;
    padding: 21px 0;
    display: inline-block;
    text-decoration: none;
}
@media(max-width: 991px) {
    .fine-print .fine-print__links li a {
        font-size: 16px;
        line-height: 22px;
    }
}
.fine-print .fine-print__links li a img {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}

.need-to-help-section {
    padding: 0 0 80px;
    position: relative;
    background-color: #EAEADF;
}
@media(max-width: 991px) {
    .need-to-help-section {
        background-color: #EAEADF;
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.need-to-help-section .container {
    max-width: 1200px;
    padding: 0;
}
@media(max-width: 991px) {
    .need-to-help-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(min-width: 992px) and(max-width: 1025px) {
    .need-to-help-section .container {
        padding: 0 15px;
    }
}
@media(max-width: 991px) {
    .need-to-help-section.for-inner-page::before {
        display: block;
    }
}
.need-to-help-section .need-to-help-box {
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    padding: 36px 40px;
    background-color: #FDFDFD;
    position: relative;
    z-index: 7;
}
@media(max-width: 991px) {
    .need-to-help-section .need-to-help-box {
        padding: 28px 23px 72px;
        position: relative;
    }
    .need-to-help-section .need-to-help-box [class*="col"] {
        position: static;
    }
}
@media(min-width: 992px) and(max-width: 1025px) {
    .need-to-help-section .need-to-help-box {
        padding: 36px 25px;
    }
}
.need-to-help-section .need-to-help__title {
    color: #221E20;
    font-size: 20px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    margin-bottom: 30px;
    background: url("../images/FAQ.svg") no-repeat left center;
    padding-left: 67px;
    height: 52px;
    line-height: 52px;
}
@media(max-width: 991px) {
    .need-to-help-section .need-to-help__title {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto auto 25px;
        font-size: 25px;
    }
}
.need-to-help-section .need-to-help__description {
    padding-left: 67px;
}
@media(max-width: 991px) {
    .need-to-help-section .need-to-help__description {
        padding-left: 0;
        text-align: center;
        margin-bottom: 25px;
    }
}
.need-to-help-section .need-to-help__description p {
    color: #221E20;
    font-size: 17px;
    font-weight: normal;
    font-family: "Noto Sans", sans-serif, Helvetica;
    line-height: 19px;
    margin-bottom: 30px;
}
@media(max-width: 991px) {
    .need-to-help-section .need-to-help__description p {
        font-size: 15px;
        line-height: 17px;
    }
}
.need-to-help-section .link-with-arrow {
    text-transform: uppercase;
    padding-left: 67px;
}
@media(max-width: 991px) {
    .need-to-help-section .link-with-arrow {
        padding-left: 0;
        position: absolute;
        bottom: 28px;
        left: 50%;
        transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 44px;
        width: 227px;
        background-color: #ED1B24;
        border-radius: 50px;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 12px;
    }
    .need-to-help-section .link-with-arrow::after {
        display: none;
    }
}
.need-to-help-section .need-to-help__links {
    margin-top: -8px;
    display: flex;
    flex-flow: row wrap;
}
@media(max-width: 991px) {
    .need-to-help-section .need-to-help__links {
        flex-direction: column;
    }
}
.need-to-help-section .need-to-help__links li {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
}
@media(max-width: 991px) {
    .need-to-help-section .need-to-help__links li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.need-to-help-section .need-to-help__links li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #D3B360;
    margin-right: 6px;
}
.need-to-help-section .need-to-help__links li a {
    color: #2F2F2F;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif, Helvetica;
    line-height: 37px;
    text-decoration: underline !important;
}

.get-ooredoo-app {
    background-color: #ED1C24;
    padding: 50px 0;
}
@media(max-width: 991px) {
    .get-ooredoo-app {
        padding: 30px 0;
    }
}

@media(max-width: 991px) {
    .ooredoo-qr-code {
        align-items: flex-start !important;
    }
}

.ooredoo-qr-code__img {
    margin-right: 26px;
}
@media(max-width: 991px) {
    .ooredoo-qr-code__img {
        margin-right: 14px;
    }
}
.ooredoo-qr-code__img img {
    width: 114px;
    height: 114px;
    min-width: 114px;
    min-height: 114px;
}
@media(max-width: 991px) {
    .ooredoo-qr-code__img img {
        width: 105px;
        height: 105px;
        min-width: 105px;
        min-height: 105px;
    }
}

@media(max-width: 991px) {
    .ooredoo-qr-code__info {
        padding-top: 8px;
    }
}

.ooredoo-qr-code__info h5 {
    font: normal normal 600 24px / 28px "Rubik", sans-serif;
    color: #FFFFFF;
    margin: 0 0 9px;
}
@media(max-width: 991px) {
    .ooredoo-qr-code__info h5 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 3px;
    }
}

.ooredoo-qr-code__info p {
    font: normal normal normal 14px / 31px "Noto Sans", sans-serif, Helvetica;
    color: #FFFFFF;
    margin: 0;
}
@media(max-width: 991px) {
    .ooredoo-qr-code__info p {
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 3px;
    }
}

.ooredoo-app-galleries {
    height: 100%;
}
@media(max-width: 991px) {
    .ooredoo-app-galleries {
        margin-left: 120px;
        margin-top: -22px;
    }
}
.ooredoo-app-galleries a {
    margin-right: 12px;
    display: inline-block;
}
@media(max-width: 991px) {
    .ooredoo-app-galleries a {
        margin-right: 5px;
    }
}
.ooredoo-app-galleries img {
    width: 163px;
    height: 49px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 991px) {
    .ooredoo-app-galleries img {
        width: 76px;
        height: 26px;
    }
}
@media(min-width: 992px) and(max-width: 1025px) {
    .ooredoo-app-galleries img {
        width: 145px;
    }
}





/* ==> New CSS Style => Baytna Cards */
* {
  box-sizing: border-box;
}

.postpaid-btn {
  padding: 10px 24px;
  border-radius: 100px;
  background-color: #ED1C24;
  color: #FFF !important;
  text-decoration: none !important;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.48px;
  border: 2px solid transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
}
.postpaid-plans__choose > div {
    padding-top: 16px;
    border-top: 1px solid #3D3C3C;
}
.postpaid-plans__card.golden-card .postpaid-plans__choose > div > a.postpaid-plans__details-cta {
    color: #D9D9D9 !important;
    font-family: "Noto Sans", sans-serif, Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none !important;
}
.postpaid-plans__choose span {
    text-decoration: underline !important;
}
.golden-card .postpaid-plans__select-cta.postpaid-btn {
    color: #FFF !important;
}

/* =====[ START :: Shared Style ]===== */
.postpaid-plans {
  padding: 96px 0 46px;
  background-color: #D8D8CC;
}
.postpaid-plans .container {
  max-width: 1185px;
}

.postpaid-plans__row > div {
  margin-bottom: 50px;
  padding: 0 10px;
}
.postpaid-plans__card {
  border-radius: 16px;
  border: 1px solid #5E8D84;
  outline: 1px solid transparent;
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.postpaid-plans__row > div:hover {
  opacity: 1 !important;
}

.postpaid-plans__row > div:hover .postpaid-plans__card {
  border-color: #0047BB;
  outline-color: #0047BB;
  box-shadow: none;
}
.postpaid-plans__card.qatarna-card {
  border: 1px solid #7198F3;
}
.postpaid-plans__card.qatarna-card .postpaid-plans__top {
  padding: 24px 24px 16px;
  border-bottom: 2px dotted #7198F3;
  background: transparent linear-gradient(27deg, #ffffff 0%, #dde6fb 100%) 0% 0% no-repeat padding-box;
}

.postpaid-plans__card.qatarna-card .postpaid-plans__budge {
  color: #4B69AC;
  background-color: #D9E5FF;
}
.postpaid-plans__card.golden-card {
  border: 1px solid #5E8D84;
  background: url('../images/nokhbaBG.png') no-repeat center center/cover;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
}
.postpaid-plans__card.golden-card .postpaid-plans__top {
  background: none !important;
  border-bottom: 1px solid #6A542C;
  padding-bottom: 25px;
}
.postpaid-plans__card.golden-card * {
  color: #D9D9D9 !important;
}
.postpaid-plans__card.golden-card .postpaid-plans__benefits-brief {
  color: #D9D9D9 !important;
}
.postpaid-plans__card.golden-card .postpaid-plans__extra-title {
  color: #898989 !important;
}
.postpaid-plans__card.golden-card .postpaid-plans__title,
.postpaid-plans__card.golden-card .postpaid-plans__benefits-label,
.postpaid-plans__card.golden-card .postpaid-plans__extra-label strong {
  color: #F6D57F !important;
}
.postpaid-plans__card.golden-card .postpaid-plans__benefits-icon img,
.postpaid-plans__card.golden-card .postpaid-plans__extra-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.postpaid-plans__tag {
  right: 12px;
  top: -27px;
  color: #FFF;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.5px;
  background-color: #0047BB;
  padding: 5px 12px 3px;
  border-radius: 4px 4px 0 0;
  z-index: -1;
}
.postpaid-plans__tag.secondary-tag {
  background-color: #86C8BC;
}
.postpaid-plans__top {
  padding: 24px 24px 16px;
  border-bottom: 2px dotted #5E8D84;
  background: transparent linear-gradient(27deg, #ffffff 0%, #dcedea 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px 16px 0 0;
}
.postpaid-plans__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}
.postpaid-plans__desc {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-plans__price {
  text-align: right;
}
.postpaid-plans__old-price {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #0047BB;
}
.postpaid-plans__start-from {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.postpaid-plans__old-price, .postpaid-plans__per-month {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.postpaid-plans__per-month {
  color: #6D6D6D;
}
.postpaid-plans__current-price {
  margin: 2px 0;
}
.postpaid-plans__current-price .currency {
  color: #898989;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 3px;
}
.postpaid-plans__current-price .price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.5px;
}
.postpaid-plans__budge {
  border-radius: 4px;
  color: #37534E;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #D8EEEA;
  padding: 2px 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 14px;
  max-width: 100%;
}
.postpaid-plans__benefits {
  padding: 20px 24px 24px;
}
.postpaid-plans__benefits-item {
  -webkit-box-flex: 1;
          flex: 1;
}
.postpaid-plans__benefits-icon {
  margin-bottom: 8px;
}
.postpaid-plans__benefits-icon img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-plans__benefits-label {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin: 0 0 2px;
}
.postpaid-plans__benefits-brief {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.postpaid-plans__extra {
  padding: 0 24px 24px;
}
.postpaid-plans__extra-title {
  color: #898989;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
  margin: 0 0 10px;
}
.postpaid-plans__extra-item:not(:last-child) {
  margin-bottom: 8px;
}
.postpaid-plans__extra-icon {
  margin-right: 8px;
}
.postpaid-plans__extra-icon img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-plans__extra-label {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-plans__extra-label .help-info {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -2px 0 0 6px;
  cursor: pointer;
}
.postpaid-plans__extra.progress-wrapper {
  padding: 0 9px 24px;
}
.postpaid-plans__progress:not(:last-of-type) {
  margin-bottom: 24px;
}
.postpaid-plans__progress-title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin: 0 0 5px;
}
.postpaid-plans__progress .progress {
  border-radius: 12px;
  background-color: #D1E2FE;
  height: 9px;
}
.postpaid-plans__progress .progress-bar {
  border-radius: 12px;
  background-color: #0047BB;
}
.postpaid-plans__progress .progress-value {
  margin-top: 8px;
}
.postpaid-plans__progress .progress-value span {
  color: #595959;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.1px;
}
.postpaid-plans__progress .progress-value span strong {
  color: #221E20;
}
.postpaid-plans__bottom {
  padding: 0 24px 16px;
  margin-top: auto;
}
.postpaid-plans__card.golden-card .postpaid-plans__details-cta {
  color: #FFF !important;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.postpaid-details-modal.modal.right .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.postpaid-details-modal.modal.right.show .modal-dialog {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  max-width: 560px !important;
  width: 560px;
  max-height: 100%;
}
.postpaid-details-modal.modal.right .modal-content {
  height: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 0;
}
.postpaid-details-modal .modal.fade .modal-dialog {
  -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.postpaid-details-modal .modal-header {
  padding: 30px 30px 24px;
  border: none;
}
.postpaid-details-modal .modal-header h5 {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.postpaid-details-modal .modal-header button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: 0;
  opacity: 1;
}
.postpaid-details-modal .modal-header button img {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-details-modal .modal-body {
  padding: 0 24px 24px;
}
.postpaid-details-modal .modal-body .nav-tabs {
  padding: 0 !important;
  margin-bottom: 28px;
  border: none;
}
.postpaid-details-modal .modal-body .nav-item {
  margin: 0 2px;
}
.postpaid-details-modal .modal-body .nav-link {
  color: #ED1C24;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.postpaid-details-modal .modal-body .nav-link:hover {
  color: #A91419;
}
.postpaid-details-modal .modal-body .nav-link.active {
  background-color: #E5EFFF;
  color: #0047BB !important;
}
.postpaid-details-modal .postpaid-details-label {
  color: #6D6D6D;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 0;
}
.postpaid-details-modal .postpaid-details-list {
  padding: 20px 0 24px;
  margin-bottom: 24px;
}
.postpaid-details-modal .postpaid-details-list:not(:last-of-type) {
  border-bottom: 1px solid #E0E0E0;
}
.postpaid-details-modal .postpaid-details-list li:not(:last-child) {
  margin-bottom: 14px;
}
.postpaid-details-modal .postpaid-details-list li img:not(.info-icon) {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -1px;
}
.postpaid-details-modal .postpaid-details-list li .info-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5px;
  cursor: pointer;
}
.postpaid-details-modal .postpaid-details-list li p {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 0 8px;
}
.postpaid-details-modal .postpaid-details-list .international-list {
  border: none;
  padding: 0;
}
.postpaid-details-list .international-list .roaming-countries-list {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 12px;
  margin: 14px 0;
}
.roaming-countries-list .row {
  margin: 0;
}
.roaming-countries-list__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin: 0 0 13px;
}
.roaming-countries-list__title:not(:first-of-type) {
  margin-top: 5px;
}
.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}
.postpaid-details-list .countries-search {
  display: none;
}
.postpaid-details-modal .postpaid-details-list .roaming-countries-list p {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 6px;
}
.postpaid-details-modal .postpaid-details-footer {
  border-top: 1px solid #E0E0E0;
  background-color: #FDFDFD;
  padding: 24px 32px;
}
.postpaid-details-modal .postpaid-details-footer .postpaid-btn {
  font-size: 14px;
  width: 100%;
  height: 40px;
}
.postpaid-details-modal .postpaid-details-footer > div {
  -webkit-box-flex: 1;
          flex: 1;
}
.postpaid-details-modal .postpaid-details-price .old-price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-right: 8px;
}
.postpaid-details-modal .postpaid-details-price .currency {
  color: #898989;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.postpaid-details-modal .postpaid-details-price .current-price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: 0.5px;
}
.postpaid-details-modal .postpaid-details-price .per-month {
  color: #6D6D6D;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-title {
  margin-bottom: 10px;
  margin-top: 30px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-title img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  margin-top: -4px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-title h5 {
  color: #6D6D6D;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 0;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 16px;
  margin-bottom: 12px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card__top {
  margin-bottom: 12px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card-title img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 12px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card-title span {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card-note {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card-desc {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-details-modal .international-pragraph {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
.postpaid-details-modal .international-list {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
}
.postpaid-details-modal .international-list li {
  padding: 16px 0 12px;
}
.postpaid-details-modal .international-list li:first-child {
  padding-top: 0;
}
.postpaid-details-modal .international-list li:last-child {
  padding-bottom: 0;
}
.postpaid-details-modal .international-list li:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.postpaid-details-modal .international-list li img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  margin-top: -2px;
}
.postpaid-details-modal .international-list li p {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-details-modal .international-list a {
  color: #ED1C24 !important;
  text-decoration: underline !important;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}
.postpaid-details-modal .international-list a::after {
  content: "";
  display: -webkit-inline-box;
  display: inline-flex;
  background: url("../images/red-chevron-down.svg") no-repeat center center/contain;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 1px 0 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.postpaid-details-modal .international-list a.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.countries-results {
  max-height: 200px;
  overflow-y: auto;
}
.postpaid-details-modal .international-list li .countries-search {
  margin-top: 12px;
  display: none;
}
.postpaid-details-modal .international-list li .countries-search .form-group {
  width: 70%;
  position: relative;
}
.postpaid-details-modal .international-list li .countries-search .form-group::after {
  content: "";
  display: block;
  background: url("../images/MagnifyingGlass.svg") no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.postpaid-details-modal .international-list li .countries-search .form-group input {
  border-radius: 8px;
  background-color: #F6F6F6;
  box-shadow: none;
  outline: 0;
  border: none;
  width: 100%;
  padding-right: 35px;
}
.postpaid-details-modal .international-list li .countries-search span {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 8px;
}
.postpaid-details-modal .international-list li .countries-search span.included {
  color: #1F7042;
  background-color: #C3EFD5;
}
.postpaid-details-modal .international-list li .countries-search span.not-included {
  color: #B21217;
  background-color: #FDE8E9;
}
.postpaid-details-modal .international-list li .countries-search mark {
  background-color: #0047bb61;
  color: #000000;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
}

.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.not-highlighted {
  opacity: 0.45;
}
.not-highlighted .postpaid-plans__card {
  box-shadow: none !important;
}
.postpaid-plans__row > div.stop-hover:hover {
  opacity: 0.45 !important;
}

.postpaid-plans__row > div.stop-hover:hover .postpaid-plans__card {
  border-color: #5E8D84 !important;
  outline-color: transparent !important;
  box-shadow: none !important;
}


/* =====[ END :: Shared Style ]===== */
@media (max-width: 820px) {
  /* =====[ START :: Shared Style ]===== */
  
  .postpaid-plans {
    padding: 24px 0;
  }
  .postpaid-plans__row > div {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .postpaid-plans__row > div:last-child {
        margin-bottom: 0;
    }
  
  .postpaid-plans:not(.qatarna-plans) .postpaid-plans__row > div {
    margin-bottom: 40px;
  }
  .postpaid-plans__top + .row > div:last-child {
    padding: 0;
  }
  .postpaid-plans__start-from {
    color: #898989;
  }
  .postpaid-plans__per-month {
    color: #898989;
  }
  @-webkit-keyframes modal-animate {
    0% {
      bottom: -120%;
    }
    100% {
      bottom: -10px;
    }
  }
  @keyframes modal-animate {
    0% {
      bottom: -120%;
    }
    100% {
      bottom: -10px;
    }
  }
  
  .postpaid-details-modal.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    height: 80%;
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
  }
  .postpaid-details-modal.modal.right.show .modal-dialog {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    max-width: 100% !important;
    width: 100%;
    height: 80%;
  }
  .postpaid-details-modal.modal.right .modal-content {
    height: 100%;
    border-radius: 24px 24px 0 0;
  }
  .postpaid-details-modal .modal.fade .modal-dialog {
    -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .postpaid-details-modal .modal-header {
    padding: 23px 24px;
  }
  .postpaid-details-modal .modal-body {
    padding: 0 24px 24px;
  }
  .postpaid-details-modal .modal-body .nav-tabs {
    flex-wrap: nowrap;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
    overflow-x: auto;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
  }
  .postpaid-details-modal .modal-body .nav-link {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
  }
  .postpaid-details-modal .postpaid-details-footer {
    padding: 24px;
  }
  .postpaid-details-modal .postpaid-details-footer > div {
    -webkit-box-flex: 1;
            flex: auto;
  }
  .not-highlighted {
    opacity: 1;
  }
  /* =====[ END :: Shared Style ]===== */
  .postpaid-details-list .international-list .roaming-countries-list {
    width: calc(100% + 40px);
    margin-left: -30px;
  }
  .postpaid-details-modal .postpaid-details-list .roaming-countries-list p {
    font-size: 10px;
  }
}