.main-nojoom-btn {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    background-color: #ed1b24;
    min-width: 163px;
    height: 40px;
    border-radius: 30px;
    padding: 12px 31px;
    font-family: "Rubik";
}
.main-nojoom-btn:hover {
    color: #fff;
    text-decoration: none;
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-title .store_locator_footer{max-width: 35px;}

* {
    box-sizing: border-box;
}

.container.nojoom-container {
    max-width: 1094px;
}
.main-header__img iframe {
    border-radius: 8px;
}
.cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 40px;
}
.link-with-arrow:after {
    content: "";
    background: url(../images/red-right-arrow.svg) no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 9.92px;
    display: inline-block;
    margin-left: 5px;
}
.award-container {
    background: #fff;
    padding: 30px 0 60px;
}
.award-container .award-container__title{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #221e20;
    width: 400px;
    margin: auto auto 38px;
}
.award-container span {
    color: #ed1b24;
}
.award-container .award {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    font-size: 15px;
    color: #777777;
}
.award-container .award .left, .award-container .award .right {
    width: 50%;
}
.award-container .award .left img {
    width: 420px;
}
.award-container .award .right .primary-btn {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    background-color: #ed1b24;
    min-width: 163px;
    height: 40px;
    border-radius: 30px;
    padding: 12px 31px;
    font-family: "Rubik";
}
.award-container .award  .link-btn {
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
}
.link-btn::after{
    content: "";
    background: url(../images/red-right-arrow.svg) no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 9.92px;
    display: inline-block;
    margin-left: 5px;
}
.awardModal .modal-content {
    padding-bottom: 40px;
    border-radius: 40px;
}
.close {
    font-size: 30px;
    opacity: initial;
}
.hide-sm {
    display: block;
}
.hide-lg {
    display: none;
}
@media(min-width: 576px) { 
    .modal-dialog {
        max-width: 600px;
    }
}

@media(min-width: 769px) {
    .container.nojoom-container {
        padding: 0;
    }
}
@media(min-width: 768px) and(max-width: 1025px) {
    .container.nojoom-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.container.partner-container {
    max-width: 1094px; /*784px;*/
}
.panel.panel-default.card .card-header h4 .btn-link[aria-expanded="true"]:after {
  transform: rotate(-180deg);
}
.read_more_need::after {
  content: "";
  background: url("../images/red-right-arrow.svg") no-repeat center center;
  background-size: cover;
  width: 15px;
  height: 9.92px;
  display: inline-block;
}
.read_more_need{display: none;}
@media(min-width: 769px) {
    .container.partner-container {
        padding: 0;
    }
}
@media (min-width: 600px) and (max-width: 800px) {
	.looking-for-answers .looking-for-answers__box .answer-box:first-child {text-align: center;padding-bottom: 10px;}
}
@media (min-width: 821px) and (max-width: 870px) {
	.container.nojoom-container {padding: 0 40px 0px !important;}
	.noojom_description{margin-bottom: 30px !important;}
	.ooredoo-one-top-area:first-of-type{margin-top: 118px !important;}
	section.summer-speeds {padding-top: 20px !important;}
	.looking-for-answers .looking-for-answers__box .answer-box{text-align: center;padding-bottom: 10px;}
	.looking-for-answers .looking-for-answers__box .answer-box:first-child {text-align: center;padding-bottom: 10px;}
	
}
.link-with-arrow {
    color: #ed1b24;
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
}
.link-with-arrow::after {
    content: "";
    background: url("../images/red-right-arrow.svg") no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 9.92px;
    display: inline-block;
    margin-left: 5px;
}
.link-with-arrow:hover {
    color: #ed1b24;
    text-decoration: none;
}

.nokhba-color {
    color: #cba632 !important;
}

.hide-mix-item {
    position: absolute;
    left: -5000px;
}

.main-header {
    height: 100vh;
    background-color: #f9f9f9;
}
@media(max-width: 769px) {
	.read_more_need {margin-left: 5px; display: inline-block !important;}
    .main-header {
        text-align: center;
        height: 90vh;
    }
    .main-header.enroll-main-header {
        margin-top: 56px;
    }
    .main-header .main-header__img  {
        width: 100%;
        height: 213px;
        margin-bottom: 40px;
    }
    .main-header .main-header__img iframe {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 7px;
    }
    .cta-wrap {
        flex-direction: row;
        justify-content: space-around;
    }
    .award-container .award {
        width: 100%;
        flex-direction: column;
    }
    .award-container .award .left, .award-container .award .right {
        width: 90%;
    }
    .award-container .award-container__title {
        font-size: 22px;
    }
    .award-container .award .right .primary-btn {
        margin: 15px 0;
        width: 200px;
        text-align: center;
    }
    .award-container .award .right  {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    .link-with-arrow {
        font-size: 16px;
    }
    .awardModal .modal-dialog {
        top: 15%;
    }
    .awardModal .modal-content {
        padding-bottom: 40px;
        border-radius: 40px;
    }
    .cta-wrap span {
        background: #BFBFBF;
        width: 1px;
        height: 17px;
    }
    .hide-sm {
        display: none;
    }
    .hide-lg {
        display: block;
    }
}
.main-header > .container,
.main-header > .container > .row {
    height: 100%;
}
@media(min-width: 992px) and(max-width: 1025px) {
    .main-header > .container,
    .main-header > .container > .row {
        max-width: 960px;
    }
}
.main-header .main-header__info {
    width: 330px;
}
@media(min-width: 768px) and(max-width: 769px) {
    .main-header .main-header__info {
        margin: auto;
    }
}
@media(max-width: 769px) {
    .main-header .main-header__info {
        width: 100%;
        margin-top: 100px;
    }
}
.main-header .main-header__info .main-header__info-logo {
    width: 62px;
    height: 74px;
    margin-bottom: 21px;
}
@media(max-width: 769px) {
    .main-header .main-header__info .main-header__info-logo {
        display: none;
    }
}
.main-header .main-header__info .main-header__info-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.main-header .main-header__info .main-header__info-title {
    color: #221e20;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 18px;
}
@media(max-width: 769px) {
    .main-header .main-header__info .main-header__info-title {
        font-size: 22px;
        line-height: 28px;
        padding: 0;
    }
}
.main-header .main-header__info .main-header__info-title span {
    color: #eb1c22;
}
.main-header .main-header__info .main-header__info-description {
    margin-bottom: 30px;
}
@media(max-width: 769px) {
    .main-header .main-header__info .main-header__info-description {
        margin-bottom: 24px;
    }
}
.main-header .main-header__info .main-header__info-description p {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}
.main-header .main-header__img {
    background: url("../images/box-shadow-bottom.svg") no-repeat bottom center;
    background-size: contain;
}

/* For iPad Only */
@media(min-width: 768px) and(max-width: 769px) {
    .main-header .main-header__img {
        max-width: 70%;
        margin: 0 auto;
    }
}

.main-header .main-header__img img {
    width: 80%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.enroll-main-header .main-header__img img {
    width: 68% !important;
}
@media(max-width: 769px) {
    .main-header .main-header__img img {
        width: 100%;
    }
    .enroll-main-header .main-header__img img {
        width: 73% !important;
    }
}
.main-header .enroll-list {
    flex-wrap: wrap;
}
@media(max-width: 769px) {
    .main-header .enroll-list {
        justify-content: center;
        margin-bottom: 40px;
    }
}
.main-header .enroll-list li {
    display: flex;
    align-items: center;
    color: #bfbfbf;
}
.main-header .enroll-list li:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin: 0 15px;
}
@media(max-width: 769px) {
    .main-header .enroll-list li:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 26px;
    }
    .main-header .enroll-list li:first-child a {
        width: 100%;
    }
    .main-header .enroll-list li:first-child:after {
        display: none;
    }
}
.main-header .enroll-list li a {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: #ED1C24;
    text-decoration: none;
    font-family: "Rubik";
}
.main-header.alnokhba-header {
    height: 140vh;
    padding-bottom: 50vh;
    background: url("../images/nokhba-background.png") no-repeat center center;
    background-size: cover;
    background-color: #1d1d18;
}
@media(max-width: 769px) {
    .main-header.alnokhba-header {
        background-position-y: -125px;
    }
}
@media(min-width: 992px) and(max-width: 1025px) {
    .main-header.alnokhba-header {
        background-position-y: -200px;
    }
}
@media(max-width: 769px) {
    .main-header.alnokhba-header .main-header__info-logo {
        display: block;
        width: 57px;
        height: 79px;
        margin: auto auto 13px;
    }
}
.main-header.alnokhba-header > .container > .row {
    position: relative;
}
.main-header.alnokhba-header > .container > .row:after {
    content: "";
    background: url("../images/big-box-shadow.svg") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 44px;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    z-index: 1;
}
@media(min-width: 769px) {
    .main-header.alnokhba-header .main-header__info {
        width: 333px;
    }
}
.main-header.alnokhba-header .main-header__info-logo {
    width: 82px;
    height: 113px;
}
.main-header.alnokhba-header .main-header__info-title {
    color: #cba632;
}
@media(max-width: 769px) {
    .main-header.alnokhba-header .main-header__info-title {
        padding: 0 45px;
    }
}
@media(max-width: 769px) {
    .main-header.alnokhba-header .main-header__info-description {
        padding: 0 20px;
    }
}
.main-header.alnokhba-header .main-header__info-description p {
    color: #9e9e9e;
}
.main-header.enroll-main-header .main-header__info {
    width: auto;
}
.main-header.enroll-main-header .main-header__info .main-header__info-title,
.main-header.enroll-main-header .main-header__info .main-header__info-description {
    width: 330px;
}
@media (min-width: 992px) {
    .main-header.enroll-main-header .main-header__info {
        margin-top: 74px;
    }
}
@media(max-width: 769px) {
    .main-header.enroll-main-header .main-header__info .main-header__info-title,
    .main-header.enroll-main-header .main-header__info .main-header__info-description {
        width: 100%;
    }
}
.main-header.enroll-main-header .enroll-ways h6 {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #6e6e6e;
    margin-bottom: 20px;
}

.deals-and-offers {
    padding: 150px 0 135px 8%;
    background: url("../images/nojoom-with-low-opacity.svg") no-repeat left center;
    background-size: 403px;
    background-position: 0 63px;
    background-color: #fff !important;
}
@media(max-width: 769px) {
    .deals-and-offers {
        padding: 60px 0 100px !important;
        background-size: 327px;
        background-position: -104px 0;
    }
}
@media(min-width: 768px) and(max-width: 1025px) {
    .deals-and-offers {
        padding: 150px 0 135px 4%;
    }
}
.deals-and-offers .row {
    margin: 0;
}
.deals-and-offers .row > .col-lg-8 {
    padding: 0;
}
.deals-and-offers .deals-and-offers__info {
    width: 330px;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__info {
        text-align: center;
        width: 100%;
    }
}
@media(min-width: 768px) and(max-width: 1025px) {
    .deals-and-offers .deals-and-offers__info {
        width: 100%;
    }
}
.deals-and-offers .deals-and-offers__info-logo {
    margin-bottom: 13px;
}
.deals-and-offers .deals-and-offers__info-logo img {
    width: 44px;
    height: auto;
}
.deals-and-offers .deals-and-offers__info-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    color: #221e20;
    margin-bottom: 14px;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__info-title {
        font-size: 28px;
        line-height: 32px;
    }
}
.deals-and-offers .deals-and-offers__info-title span {
    color: #ed1b24;
}
.deals-and-offers .deals-and-offers__info-description p {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #221e20;
    margin-bottom: 23px;
}
@media(max-width: 769px) {
    .deals-and-offers .main-nojoom-btn {
        margin-bottom: 85px;
        display: inline-block;
    }
}
@media(min-width: 769px) {
    .deals-and-offers .deals-and-offers__slider {
        max-height: 420px;
        overflow: hidden;
    }
}
.deals-and-offers .deals-and-offers__slider .slick-list {
    padding: 50px 0 50px 60px;
    /* max-height: 383px;
    overflow: hidden; */
}
.deals-and-offers .slick-dots li button:before {
    display: none;
}
.deals-and-offers .slick-dots li {
    margin: 0;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-list {
        padding: 15px 15px 15px 35px;
    }
}
@media(min-width: 768px) and(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-list {
        padding: 30px 15px 30px 35px;
    }
    .deals-and-offers .slick-dotted.slick-slider .slick-slide {
        padding-left: 20px;
        margin: 0 10px;
    }
}
.deals-and-offers .deals-and-offers__slider .deals-and-offers__slider-slide-item {
    margin-right: 90px;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .deals-and-offers__slider-slide-item {
        margin-right: 40px;
    }
}
@media(min-width: 992px) and(max-width: 1025px) {
    .deals-and-offers .deals-and-offers__slider .deals-and-offers__slider-slide-item {
        margin-right: 67px;
    }
}
.deals-and-offers .deals-and-offers__slider .slick-slide.slick-current {
    transform: scale(1.146);
    transition: all 0.3s ease-in-out;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-slide.slick-current {
        transform: scale(1.13);
    }
}
@media(min-width: 768px) and(max-width: 1024px) {
    .deals-and-offers .deals-and-offers__slider .slick-slide.slick-current {
        transform: scale(1.07);
    }
}
.deals-and-offers .deals-and-offers__slider .deals-and-offers__slider-slide-item a {
    width: 467px;
    display: block;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .deals-and-offers__slider-slide-item a {
        width: 75vw;
    }
}
.deals-and-offers .deals-and-offers__slider .deals-and-offers__slider-slide-item a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.deals-and-offers .deals-and-offers__slider .slick-dots {
    list-style: none;
    display: flex;
    padding: 0 3px;
    margin: 0 17px;
    width: max-content;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-dots {
        margin: 5px 10px 13px 13px;
    }
}
@media(min-width: 768px) and(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-dots {
        margin: 5px 10px 13px 25px;
    }
}
.deals-and-offers .deals-and-offers__slider .slick-dots li {
    width: 10px;
    height: 10px;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-dots li {
        width: 8px;
        height: 8px;
    }
}
.deals-and-offers .deals-and-offers__slider .slick-dots li:not(:last-child) {
    margin-right: 5px !important;
}
.deals-and-offers .deals-and-offers__slider .slick-dots li button {
    background: none;
    border: none;
    width: 10px !important;
    height: 10px !important;
    font-size: 0;
    border-radius: 50%;
    background-color: #bebebe;
    display: block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 0;
}
.deals-and-offers .deals-and-offers__slider .slick-active {
    opacity: 1 !important;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-dots li button {
        width: 8px !important;
        height: 8px !important;
    }
}
.deals-and-offers .deals-and-offers__slider .slick-dots li button:focus {
    border: none;
    outline: 0;
}
.deals-and-offers .deals-and-offers__slider .slick-dots li button:hover {
    background-color: #ed1b24 !important;
}
.deals-and-offers .deals-and-offers__slider .slick-dots li.slick-active {
    width: 40px;
    height: 10px;
    padding: 0 !important;
}
.deals-and-offers .deals-and-offers__slider .slick-dots {
    position: static !important;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-dots li.slick-active {
        width: 32px !important;
        height: 8px !important;
    }
}
.deals-and-offers .deals-and-offers__slider .slick-dots li.slick-active > button {
    width: 40px !important;
    height: 10px !important;
    border-radius: 5px;
    background-color: #ed1b24;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__slider .slick-dots li.slick-active > button {
        width: 32px !important;
        height: 8px !important;
    }
}
.deals-and-offers.alnokhba-deals {
    background: url("../images/alnokhba-logo-with-low-opacity.svg") no-repeat left center;
    background-size: 403px;
    background-position: -100px 63px;
    padding-top: 200px;
    margin-top: -10px;
}
@media(min-width: 769px) {
    .deals-and-offers.alnokhba-deals .deals-and-offers__info {
        width: 372px;
    }
}
.deals-and-offers.alnokhba-deals .deals-and-offers__info-title span {
    color: #cba632;
}
.deals-and-offers.alnokhba-deals .main-nojoom-btn {
    background-color: #d5ac2a;
    padding: 12px;
}
.deals-and-offers.alnokhba-and-nojoom {
    background: none;
    padding-top: 88px;
    padding-bottom: 102px;
}
.deals-and-offers.alnokhba-and-nojoom .deals-and-offers__info {
    width: 100%;
    margin-top: 70px;
}

.deals-and-offers .deals-and-offers__info {
    margin-top: 70px;
}

.exclusive-rewards {
    padding: 100px 0;
    background-color: #f9f9f9;
    /* box-shadow: inset 0 0 55px #DDD; */
    box-shadow: inset 0 0 25px #74747431;
    position: relative;
    /* margin-bottom: 22px; */
}
@media(max-width: 769px) {
    .deals-and-offers.alnokhba-deals {
        padding-top: 110px;
    }
    .exclusive-rewards {
        padding: 70px 0 140px;
        position: relative;
        box-shadow: inset 0 0 25px #74747431;
    }
    .exclusive-rewards .row [class*="col"] {
        position: static;
    }
    .exclusive-rewards .row [class*="col"]:nth-child(2) .exclusive-rewards-card-title {
        padding: 0 20px;
    }
}
.exclusive-rewards:before {
    content: "";
    background: url("../images/croped-ooredoo-logo.svg") no-repeat center center;
    background-size: contain;
    width: 184px;
    height: 171px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
}
@media(max-width: 769px) {
    .exclusive-rewards:before {
        width: 124px;
        height: 111px;
    }
}
.exclusive-rewards > .container {
    padding: 0 45px;
}
@media(max-width: 769px) {
    .exclusive-rewards > .container {
        padding: 0 15px;
    }
}
.exclusive-rewards .exclusive-rewards-info {
    width: 365px;
}
@media(max-width: 769px) {
    .exclusive-rewards .exclusive-rewards-info {
        width: 100%;
        text-align: center;
    }
}
.exclusive-rewards .exclusive-rewards-info .exclusive-rewards-info-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    color: #221e20;
    margin-bottom: 14px;
}
@media(max-width: 769px) {
    .exclusive-rewards .exclusive-rewards-info .exclusive-rewards-info-title {
        font-size: 21px;
        line-height: 24px;
        width: 285px;
        margin: 0 auto 9px;
    }
}
.exclusive-rewards .exclusive-rewards-info .exclusive-rewards-info-title span {
    color: #ed1b24;
}
.exclusive-rewards .exclusive-rewards-info .exclusive-rewards-info-description {
    margin-bottom: 23px;
}
.exclusive-rewards .exclusive-rewards-info .exclusive-rewards-info-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    color: #7c7c7c;
}
@media(max-width: 769px) {
    .exclusive-rewards .exclusive-rewards-info .main-nojoom-btn {
        position: absolute;
        bottom: 65px;
        left: 50%;
        transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .exclusive-rewards .exclusive-rewards-info .exclusive-rewards-info-description,
    .exclusive-rewards .exclusive-rewards-info .exclusive-rewards-info-description p {
        font-size: 14px;
    }
    .exclusive-rewards .exclusive-rewards-info .exclusive-rewards-info-description {
        margin-bottom: 31px;
    }
}
.exclusive-rewards .exclusive-rewards-cards {
    width: 100%;
}
.exclusive-rewards .exclusive-rewards-card .exclusive-rewards-card-img {
    width: 87px;
    height: 87px;
    margin: auto auto 14px;
}
@media(max-width: 769px) {
    .exclusive-rewards .exclusive-rewards-card .exclusive-rewards-card-img {
        width: 74px;
        height: 74px;
        margin-bottom: 12px;
    }
}
.exclusive-rewards .exclusive-rewards-card .exclusive-rewards-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.exclusive-rewards .exclusive-rewards-card .exclusive-rewards-card-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    color: #221e20;
}
@media(max-width: 769px) {
    .exclusive-rewards .exclusive-rewards-card .exclusive-rewards-card-title {
        line-height: 16px;
        font-size: 13px;
    }
}

.parallax-section {
    height: 100vh;
    overflow: hidden;
    box-shadow: inset 0 -48px 55px -55px #ddd;
}
@media(max-width: 769px) {
    .parallax-section {
        padding: 0; /* 77px 0 0; */
        text-align: center;
        box-shadow: none;
    }
    .parallax-section > .row > div:first-child {
        padding-bottom: 114px;
        padding-top: 77px;
    }
    .parallax-section.nojoom-partners > .row > div:first-child {
        background: url("../images/croped-nojoom-logo.svg") no-repeat left center;
        background-size: 342px;
        background-color: #fff;
        background-position: -131px -50px;
    }
}
.parallax-section.nojoom-partners {
    background: url("../images/croped-nojoom-logo.svg") no-repeat left center;
    background-size: 480px;
    background-position: -50px -50px;
}
@media(max-width: 769px) {
    .parallax-section.nojoom-partners {
        background-position: -138px -50px;
        background: none !important;
    }
}
.parallax-section .row {
    margin: 0;
}
.parallax-section .parallax-section__info {
    width: 510px;
    margin: auto;
}
@media(max-width: 769px) {
    .parallax-section .parallax-section__info {
        width: 100%;
    }
}
/* .parallax-section .parallax-section__info .parallax-section__info-description {
    width: 314px;
} */
@media(max-width: 769px) {
    .parallax-section .parallax-section__info .parallax-section__info-description {
        width: 240px;
        margin: auto;
    }
}
.parallax-section .parallax-section__info .parallax-section__info-description p {
    color: #111717;
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
    color: #000;
    font-family: 'Rubik';
    margin-bottom: 14px;
}
@media(max-width: 769px) {
    .parallax-section .parallax-section__info .parallax-section__info-description p {
        font-size: 22px;
        line-height: 26px;
    }
}
.parallax-section .parallax-section__info .parallax-section__info-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #000;
    margin-bottom: 34px;
    font-family: 'Noto Sans' !important;
}
@media(max-width: 769px) {
    .parallax-section .parallax-section__info .parallax-section__info-title {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 22px;
    }
}
.parallax-section .parallax-section__banner {
    height: 100vh;
    background-size: 50vw !important;
}
@media(max-width: 769px) {
    .parallax-section .parallax-section__banner {
        height: 521px;
        background-size: 100vh !important;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 130px;
    }
    .parallax-section.nokhba-partners > .row > div:first-child {
        background: url("../images/alnokhba-logo-with-low-opacity.svg") no-repeat left center;
        background-size: 291px;
        background-color: #fff;
        background-position: -50px -50px;
    }
}
.parallax-section .parallax-section__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.parallax-section.nokhba-partners {
    background: url("../images/alnokhba-logo-with-low-opacity.svg") no-repeat left center;
    background-size: 480px;
    background-position: -50px -50px;
}
@media(max-width: 769px) {
    .parallax-section.nokhba-partners {
        background-position: -138px -50px;
        background: none !important;
    }
}
@media(min-width: 769px) {
    .parallax-section.nokhba-partners .parallax-section__info {
        width: 570px;
    }
}

.need-to-help-section {
    padding: 30px 0 63px;
    background-color: #fff;
}
.need-to-help-section .need-to-help-box {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 36px 40px;
    background-color: #fdfdfd;
}
@media(max-width: 769px) {
    .need-to-help-section .need-to-help-box {
        padding: 28px 23px 98px;
        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: 900;
    margin-bottom: 5px;
    background: url("../images/FAQ.svg") no-repeat left center;
    padding-left: 67px;
    height: 52px;
    line-height: 52px;
}
@media(max-width: 769px) {
    .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: 769px) {
    .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;
    line-height: 19px;
    margin-bottom: 30px;
}
@media(max-width: 769px) {
    .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: 769px) {
    .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: 769px) {
    .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: 769px) {
    .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: #ed1b24;
    margin-right: 6px;
}
.need-to-help-section .need-to-help__links li a {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;
    line-height: 37px;
    text-decoration: underline !important;
}
.fine-print {
    background-color: #fff;
}
.fine-print .fine-print__title {
    font-size: 24px;
    font-weight: normal;
    line-height: 33px;
    color: #ec1c23;
    margin-bottom: 25px;
}
@media(max-width: 769px) {
    .fine-print .fine-print__title {
        font-size: 17px;
        line-height: 23px;
    }
}

.fine-print .accordion .card {
    border: none;
    border-bottom: 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;
}
@media(max-width: 769px) {
    /* .fine-print .accordion .card .card-header {
        padding: 23px 0;
    } */
    .fine-print .accordion .card:last-child {
        border-bottom: none !important;
    }
}
.fine-print .accordion .card .card-header button {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #898989;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Noto Sans";
}
@media(max-width: 769px) {
    .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: 769px) {
    .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";
}
.fine-print .accordion .card .card-body p {
    font-family: "Noto Sans";
}

.looking-for-answers {
    background-color: #fff;
    padding: 73px 0 88px;
    margin-bottom: -32px;
}

.looking-for-answers .looking-for-answers__box {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    background: url("../images/looking-for-answers.svg") no-repeat left top;
    background-color: #f9f9f9;
    /* margin: 73px 0 58px; */
    padding: 50px 44px 19px 106px;
}
@media(max-width: 769px) {
    .looking-for-answers {
        padding-top: 35px;
    }
    .looking-for-answers .looking-for-answers__box {
        /* margin-top: 35px; */
        padding: 50px 17px;
        background-size: 98px;
        text-align: center;
    }
}
.looking-for-answers .looking-for-answers__box .answer-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.looking-for-answers .looking-for-answers__box .answer-box__title {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: #221e20;
    margin-bottom: 12px;
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 16px;
    }
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__description {
        margin-bottom: 50px;
    }
}
.looking-for-answers .looking-for-answers__box .answer-box__description p {
    font-size: 17px;
    font-weight: normal;
    line-height: 19px;
    color: #221e20;
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__description p {
        font-size: 15px;
        line-height: 17px;
    }
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title {
        justify-content: center;
        flex-direction: column;
    }
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-title img {
    margin-right: 11px;
}
@media(min-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title img {
        max-width: 27px;
    }
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title img {
        display: none;
    }
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-title img.cat-img-mobile {
    display: none;
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title img.cat-img-mobile {
        display: block;
        margin-right: 0;
        margin-bottom: 7px;
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-title h2 {
    font-size: 17px;
    font-weight: 900;
    line-height: 21px;
    color: #2f2f2f;
    margin-bottom: 0;
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title h2 {
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-description {
    margin-bottom: 47px;
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-description {
        display: none;
    }
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-description p {
    font-size: 17px;
    font-weight: normal;
    line-height: 19px;
    color: #221e20;
    margin-bottom: 0;
}
.looking-for-answers .looking-for-answers__box .link-with-arrow {
    margin-top: auto;
}
@media(max-width: 769px) {
    .looking-for-answers .looking-for-answers__box .link-with-arrow {
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
    .looking-for-answers .looking-for-answers__box .link-with-arrow::after {
        display: none;
    }
}

.looking-for-answers.for-tv-page {
    background-color: #fafafa;
    padding: 139px 0;
}
@media(max-width: 769px) {
    .looking-for-answers.for-tv-page {
        padding: 152px 0 56px;
    }
}
.looking-for-answers.for-tv-page .looking-for-answers__box {
    margin: 0;
    background-color: #fff;
}

.nojoom-fetures {
    padding: 60px 0;
    background-color: #fff;
}
@media(max-width: 769px) {
    .nojoom-fetures {
        padding: 45px 0 58px;
    }
}
.nojoom-fetures .nojoom-fetures__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #221e20;
    margin-bottom: 37px;
}
@media(max-width: 769px) {
    .nojoom-fetures .nojoom-fetures__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}
.nojoom-fetures .nojoom-fetures__title span {
    display: block;
    color: #ed1b24;
}
.nojoom-fetures .nojoom-fetures__card .nojoom-fetures__card-logo {
    margin: auto auto 22px;
}
@media(max-width: 769px) {
    .nojoom-fetures .nojoom-fetures__card .nojoom-fetures__card-logo {
        margin-bottom: 17px;
        height: 42px;
        max-width: 44px;
        display: flex;
        align-items: center;
    }
}
.nojoom-fetures .nojoom-fetures__card .nojoom-fetures__card-logo img {
    -o-object-fit: contain;
    object-fit: contain;
}
.nojoom-fetures .nojoom-fetures__card .nojoom-fetures__card-text {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #181818;
    max-width: 190px;
    margin: auto;
    font-family: "Rubik";
}
@media(max-width: 769px) {
    .nojoom-fetures .nojoom-fetures__card .nojoom-fetures__card-text {
        font-size: 13px;
        line-height: 16px;
    }
}

.offers-cards {
    background-color: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 60px;
}
@media(max-width: 769px) {
    .offers-cards {
        padding-top: 40px;
        padding-bottom: 55px;
        position: relative;
    }
}
.offers-cards .offers-cards__tabs {
    border: none;
}
.offers-cards .offers-cards__tabs li a {
    border: none;
    background: none !important;
}
.offers-cards .offers-cards__tabs li a img {
    width: 267px;
    height: 143px;
}
@media(max-width: 769px) {
    .offers-cards .offers-cards__tabs li a img {
        width: auto;
    }
}
.offers-cards .offers-cards__tabs .slick-list {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
@media(max-width: 769px) {
    .offers-cards .offers-cards__tabs .slick-list {
        padding-top: 85px !important;
        padding-bottom: 35px !important;
    }
}
.offers-cards .offers-cards__tabs .slick-slide {
    transition: all 0.3s ease-in-out;
    margin-left: 40px;
    margin-right: 40px;
}
@media(max-width: 769px) {
    .offers-cards .offers-cards__tabs .slick-slide {
        margin: 0 8px;
    }
}
.offers-cards .offers-cards__tabs .slick-slide:not(.slick-current) {
    position: relative;
    z-index: 9;
}
@media(max-width: 769px) {
    .offers-cards .offers-cards__tabs .slick-slide:not(.slick-current) {
        position: static;
    }
}
.offers-cards .offers-cards__tabs .slick-current.slick-center {
    transform: scale(1.55);
    transition: all 0.3s ease-in-out;
}
@media(max-width: 769px) {
    .offers-cards .offers-cards__tabs .slick-current.slick-center {
        padding: 0 !important;
        transform: scale(1.18);
    }
}
.offers-cards .offers-cards__tabs .slick-current.slick-center a {
    position: relative;
    border: none !important;
}
.offers-cards .offers-cards__tabs .slick-current.slick-center a:after {
    content: "";
    position: absolute;
    width: 64%;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    background: transparent radial-gradient(closest-side at 50% 50%, #5c5c5c 0%, #00000000 100%) 0 0 no-repeat padding-box;
    opacity: 0.2;
}
.offers-cards .offers-cards__content .main-nojoom-btn {
    display: block;
    margin: 30px auto auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
}
@media(max-width: 769px) {
    .offers-cards .offers-cards__content .tab-pane {
        padding: 0 20px;
    }
}
.offers-cards .offers-cards__content-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #ed1b24;
    margin-bottom: 35px;
    margin-top: 25px;
}
@media(max-width: 769px) {
    .offers-cards .offers-cards__content-title {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
.offers-cards .offers-cards__content-box {
    display: flex;
}
.offers-cards .offers-cards__content-box .offers-cards__content-box-icon {
    width: 36px;
    min-width: 36px;
    height: auto;
}
.offers-cards .offers-cards__content-box .offers-cards__content-box-icon img {
    width: 36px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.offers-cards .offers-cards__content-box .offers-cards__content-box-info {
    margin-left: 15px;
}
@media(max-width: 769px) {
    .offers-cards .offers-cards__content-box .offers-cards__content-box-info {
        margin-left: 30px;
    }
    .offers-cards .offers-cards__content-box {
        margin-bottom: 30px;
    }
}
.offers-cards .offers-cards__content-box .offers-cards__content-box-info .content-box-info-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #181818;
}
.offers-cards .offers-cards__content-box .offers-cards__content-box-info .content-box-info-title-description,
.offers-cards .offers-cards__content-box .offers-cards__content-box-info .content-box-info-title-description p {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #777777;
}
.offers-cards .tier-benefits-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    color: #393939;
    margin: 50px 0 35px;
}
.offers-cards.ussd-cards {
    background-color: #f9f9f9;
}
@media(min-width: 769px) {
    .offers-cards.ussd-cards {
        padding-bottom: 100px;
    }
}
@media(max-width: 769px) {
    .offers-cards.ussd-cards {
        padding: 49px 0 100px;
    }
}
.offers-cards.ussd-cards .ussd-cards__main-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #221e20;
    margin: 57px 0 30px;
}
@media(max-width: 769px) {
    .offers-cards.ussd-cards .ussd-cards__main-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 24px;
    }
}
.offers-cards.ussd-cards .ussd-cards__main-title span {
    color: #ed1b24;
}
.offers-cards.ussd-cards .offers-cards__tabs li img {
    width: 204px;
    height: 409px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 769px) {
    .offers-cards.ussd-cards .offers-cards__tabs li img {
        width: 151px;
        height: 300px;
    }
}
.offers-cards.ussd-cards .offers-cards__tabs .slick-list {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
}
@media(max-width: 769px) {
    .offers-cards.ussd-cards .offers-cards__tabs .slick-list {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
.offers-cards.ussd-cards .ussd-cards__title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #898989;
    margin-bottom: 43px;
    margin-top: 20px;
    font-family: "Rubik";
}
@media(max-width: 769px) {
    .offers-cards.ussd-cards .ussd-cards__title {
        padding-top: 7px;
    }
}
.offers-cards.ussd-cards .ussd-cards__title + p,
.offers-cards.ussd-cards .ussd-cards__title + .ussd-cards__desc {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #898989;
    width: 647px;
    margin: auto;
}
@media(max-width: 769px) {
    .offers-cards.ussd-cards .ussd-cards__title + p,
    .offers-cards.ussd-cards .ussd-cards__title + .ussd-cards__desc {
        padding: 20px;
        width: 100%;
    }
}
.offers-cards.ussd-cards .slick-slide:not(.slick-current) {
    opacity: 0.5;
}

.earn-or-redeem {
    background-color: #f9f9f9;
}
.earn-or-redeem > .container {
    padding: 105px 0 214px;
    position: relative;
}
@media(max-width: 769px) {
    .earn-or-redeem > .container {
        padding: 30px 15px 60px;
    }
}
.earn-or-redeem > .container::before {
    content: "";
    background: url("../images/earn-and-redeem-bg.png") no-repeat left center;
    background-size: 610px;
    display: block;
    width: 610px;
    height: 610px;
    position: absolute;
    top: 97px;
    left: -70px;
    opacity: 0.25;
}
@media(max-width: 769px) {
    .earn-or-redeem > .container::before {
        /* display: none; */
        background: url("../images/earn-and-redeem-bg.png") no-repeat left center;
        background-size: 100%; /*376px;*/
        width: 100%;
        height: 364px;
        top: 56px;
        left: 0;
        opacity: 0.27;
    }
}
@media(min-width: 768px) and(max-width: 769px) {
    .earn-or-redeem > .container::before {
        background: url("../images/earn-and-redeem-bg.png") no-repeat center center;
        background-size: contain;
        height: 490px;
        top: 49px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.25;
    }
}
.earn-or-redeem .earn-or-redeem__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #221e20;
    width: 315px;
    margin: auto auto 97px;
}
@media(max-width: 769px) {
    .earn-or-redeem .earn-or-redeem__title {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 50px;
        width: 225px;
    }
}
.earn-or-redeem .earn-or-redeem__title span {
    color: #ed1b24;
}
.earn-or-redeem .earn-or-redeem__video {
    width: 451px;
    height: 282px;
    border-radius: 7px;
}
@media(max-width: 769px) {
    .earn-or-redeem .earn-or-redeem__video {
        width: 100%;
        height: 213px;
        margin-bottom: 134px;
    }
}
.earn-or-redeem .earn-or-redeem__video video,
.earn-or-redeem .earn-or-redeem__video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 7px;
}
@media(min-width: 768px) and(max-width: 769px) {
    .earn-or-redeem .earn-or-redeem__video {
        height: 391px;
    }
}
.earn-or-redeem .points-tabs {
    max-width: 534px;
}
@media(max-width: 769px) {
    .earn-or-redeem .points-tabs {
        max-width: 100%;
    }
}
.earn-or-redeem .points-tabs .nav-tabs {
    border-bottom: 1px solid #aaaaaa;
    display: flex;
}
.earn-or-redeem .points-tabs .nav-tabs .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.earn-or-redeem .points-tabs .nav-tabs .nav-item .nav-link {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    color: #afafaf;
    border: none;
    background: none;
    font-family: "Rubik";
    transition: all 0.3s ease-in-out;
    padding-bottom: 9px;
    border-bottom: 3px solid transparent;
}
@media(min-width: 768px) and(max-width: 1025px) {
    .earn-or-redeem .points-tabs .nav-tabs .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 769px) {
    .earn-or-redeem .points-tabs .nav-tabs .nav-item .nav-link {
        font-size: 20px;
        line-height: 22px;
    }
    .earn-or-redeem .points-tabs .nav-tabs .nav-item .nav-link:not(.active) {
        font-size: 17px;
    }
}
.earn-or-redeem .points-tabs .nav-tabs .nav-item .nav-link.active,
.earn-or-redeem .points-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #221e20 !important;
    border-color: #ed1b24 !important;
}
.earn-or-redeem .points-tabs .tab-content {
    padding: 23px 18px;
}
@media(max-width: 769px) {
    .earn-or-redeem .points-tabs .tab-content {
        padding: 15px;
    }
}
.earn-or-redeem .points-tabs .points-tabs__text,
.earn-or-redeem .points-tabs .points-tabs__text p {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #777777;
}
.earn-or-redeem .points-tabs .main-nojoom-btn {
    margin-top: 30px;
    display: inline-block;
}
@media(max-width: 769px) {
    .earn-or-redeem .points-tabs .main-nojoom-btn {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 30px auto 0;
    }
}

.alnokhba-benefits {
    background-color: #292929;
    border: 1px solid #505050;
    border-radius: 15px;
    padding: 120px 120px 150px;
    margin: -50vh 8% 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px #00000029;
}
.alnokhba-benefits:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -8%;
    background-color: #fff;
    width: 8%;
    height: calc(100% - 50vh + 2px);
}
.alnokhba-benefits:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -8%;
    background-color: #fff;
    width: 8%;
    height: calc(100% - 50vh + 2px);
    border: none;
}
@media(max-width: 769px) {
    .alnokhba-benefits {
        padding: 35px 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .alnokhba-benefits:before {
        right: -15px;
        width: 15px;
    }
    .alnokhba-benefits:after {
        left: -15px;
        width: 15px;
    }
}
.alnokhba-benefits > .row {
    margin: 0;
}
.alnokhba-benefits .alnokhba-benefits__card {
    width: 550px;
    height: 287px;
    margin: auto;
    position: relative;
}
@media(max-width: 769px) {
    .alnokhba-benefits .alnokhba-benefits__card {
        width: 100%;
        height: auto;
        margin-bottom: 70px;
    }
}
.alnokhba-benefits .alnokhba-benefits__card::after {
    content: "";
    background: url("../images/alnokhba-box-shadow.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 617px;
    height: 33px;
}
@media(max-width: 769px) {
    .alnokhba-benefits .alnokhba-benefits__card::after {
        width: 100%;
        height: 23px;
        bottom: -25px;
    }
}
.alnokhba-benefits .alnokhba-benefits__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.alnokhba-benefits .alnokhba-benefits__info-box {
    display: flex;
}
.alnokhba-benefits .alnokhba-benefits__info-box:not(:last-child) {
    margin-bottom: 40px;
}
.alnokhba-benefits .alnokhba-benefits__info-box-info {
    margin-left: 15px;
}
@media(max-width: 769px) {
    .alnokhba-benefits .alnokhba-benefits__info-box-info {
        margin-left: 30px;
    }
}
.alnokhba-benefits .alnokhba-benefits__info-box-info .alnokhba-box-info-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
}
.alnokhba-benefits .alnokhba-benefits__info-box-info .alnokhba-box-info-description p {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
}

.world-partners {
    margin-top: 70px;
}
@media(max-width: 769px) {
    .world-partners {
        margin-top: 40px;
    }
}
@media(min-width: 769px) {
    .world-partners .row {
        padding: 0 13%;
    }
}
.world-partners .world-partners__small-title {
    font-size: 18px;
    font-weight: normal;
    font-family: "Noto Sans";
    line-height: 28px;
    margin-bottom: 6px;
    color: #aaaaaa;
}
@media(max-width: 769px) {
    .world-partners .world-partners__small-title {
        font-size: 14px;
        line-height: 21px;
    }
}
.world-partners .world-partners__big-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
    margin-bottom: 37px;
    color: #000000;
}
@media(max-width: 769px) {
    .world-partners .world-partners__big-title {
        font-size: 22px;
        margin-bottom: 23px;
    }
}
.world-partners .world-partners__counter-card {
    margin-bottom: 24px;
}
@media(max-width: 769px) {
    .world-partners .world-partners__counter-card {
        margin-bottom: 15px;
    }
}
.world-partners .world-partners__counter-card .world-partners__counter-title {
    font-size: 52px;
    font-weight: bold;
    line-height: 55px;
    color: #221e20;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto auto 2px;
}
@media(max-width: 769px) {
    .world-partners .world-partners__counter-card .world-partners__counter-title {
        font-size: 23px;
        line-height: 25px;
    }
}
.world-partners .world-partners__counter-card .world-partners__counter-title::after {
    content: "+";
    position: absolute;
    top: -29px;
    right: -29px;
    color: #ed1b24;
}
@media(max-width: 769px) {
    .world-partners .world-partners__counter-card .world-partners__counter-title::after {
        top: -14px;
        right: -13px;
    }
}
.world-partners .world-partners__counter-card span {
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
    color: #898989;
}
@media(max-width: 769px) {
    .world-partners .world-partners__counter-card span {
        font-size: 8px;
        margin-top: -6px;
        display: block;
    }
}
.world-partners .world-partners__description {
    width: 565px;
    margin: auto auto 24px;
}
@media(max-width: 769px) {
    .world-partners .world-partners__description {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
.world-partners .world-partners__description p {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #777777;
}
@media(max-width: 769px) {
    .world-partners .main-nojoom-btn {
        margin-bottom: 20px;
        display: inline-block;
    }
}

.discover-partners-and-offers {
    padding: 157px 0 40px;
}
@media(max-width: 769px) {
    .discover-partners-and-offers {
        padding: 50px 0 88px;
    }
}
.discover-partners-and-offers .discover-partners-and-offers__big-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
    color: #221e20;
    margin-bottom: 14px;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .discover-partners-and-offers__big-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 11px;
        padding: 0 40px;
    }
}
.discover-partners-and-offers .discover-partners-and-offers__big-title span {
    color: #ed1b24;
}
.discover-partners-and-offers .discover-partners-and-offers__small-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #898989;
    margin-bottom: 18px;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .discover-partners-and-offers__small-title {
        font-size: 15px;
        margin-bottom: 25px;
        padding: 0 35px;
    }
}
.discover-partners-and-offers .discover-partners-and-offers__search {
    margin-bottom: 46px;
}
.discover-partners-and-offers .discover-partners-and-offers__search .form-group {
    width: 570px;
    margin: auto;
    position: relative;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .discover-partners-and-offers__search .form-group {
        width: 100%;
    }
}
.discover-partners-and-offers .discover-partners-and-offers__search input {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 16px 12px;
    height: 52px;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .discover-partners-and-offers__search input {
        height: 43px;
        padding: 11px 10px;
        font-size: 12px;
    }
}
.discover-partners-and-offers .discover-partners-and-offers__search input ::-moz-placeholder {
    color: #221e20;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.discover-partners-and-offers .discover-partners-and-offers__search input:-ms-input-placeholder {
    color: #221e20;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.discover-partners-and-offers .discover-partners-and-offers__search input ::placeholder {
    color: #221e20;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .discover-partners-and-offers__search input ::-moz-placeholder {
        font-size: 12px;
    }
    .discover-partners-and-offers .discover-partners-and-offers__search input:-ms-input-placeholder {
        font-size: 12px;
    }
    .discover-partners-and-offers .discover-partners-and-offers__search input ::placeholder {
        font-size: 12px;
    }
}
.discover-partners-and-offers .discover-partners-and-offers__search input:focus {
    box-shadow: none;
}
.discover-partners-and-offers .discover-partners-and-offers__search button {
    height: 33px;
    width: 33px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    padding: 0;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .discover-partners-and-offers__search button {
        height: 27px;
        width: 27px;
        border: none;
    }
}
.discover-partners-and-offers .discover-partners-and-offers__search button:focus {
    outline: 0;
}
.discover-partners-and-offers .discover-partners-and-offers__search button img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.discover-partners-and-offers .mixitup-controls {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 30px;
    position: relative;
    margin-bottom: 34px;
}
.discover-partners-and-offers .mixitup-controls .slick-active {
    opacity: 1 !important;
}
.discover-partners-and-offers .mixitup-controls .slick-slide button {
    color: #363636;
}
.discover-partners-and-offers .mixitup-controls button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
}
.discover-partners-and-offers .mixitup-controls button span {
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    padding: 0 15px 8px;
    display: inline-block;
}
.discover-partners-and-offers .mixitup-controls button:focus {
    outline: 0;
}
.discover-partners-and-offers .mixitup-controls button.mixitup-control-active span,
.discover-partners-and-offers .mixitup-controls button:hover span {
    border-color: #ed1b24;
    color: #ed1b24;
}
.discover-partners-and-offers .mixitup-controls button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30px;
    height: 15px;
    padding: 0;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .mixitup-controls button.slick-arrow {
        width: 20px;
        height: 10px;
    }
}
.discover-partners-and-offers .mixitup-controls button.slick-arrow:hover span {
    border-color: transparent;
}
.discover-partners-and-offers .mixitup-controls button.slick-prev {
    left: 0;
    background-image: url("../images/chevron-left.png");
}
.discover-partners-and-offers .mixitup-controls button.slick-next {
    right: 0;
    background-image: url("../images/chevron-right.png");
}
.discover-partners-and-offers .mixitup-controls button.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.discover-partners-and-offers .container-mix .mix {
    margin-bottom: 50px;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .container-mix .mix {
        margin-bottom: 24px;
    }
}
@media(min-width: 769px) {
    .discover-partners-and-offers .container-mix > .row {
        margin-left: -50px;
        margin-right: -50px;
    }
}
.discover-partners-and-offers .container-mix a {
    display: inline-block;
    width: 194px;
    height: 160px;
    padding: 10px;
    border: 1px solid #e2e2e2;
}
@media(max-width: 769px) {
    .discover-partners-and-offers .container-mix a {
        height: 118px;
        width: 144px;
        padding: 10px;
    }
}
.discover-partners-and-offers .container-mix a img {
    width: 100%;
    height: 100%;
}

.partner-main-offer {
    margin-bottom: 20px /*38px;*/
}
/* @media(max-width: 769px) {
    .partner-main-offer {
        margin-bottom: 50px;
    }
} */
.partner-main-offer .partner-main-offer__info {
    border: 1px solid #ebebeb;
    box-shadow: 0 0 1px #00000029;
    border-radius: 5px;
    margin-top: 172px;
    padding: 18px 20px 30px;
    display: flex;
    align-items: center;
}
@media(max-width: 769px) {
    .partner-main-offer .partner-main-offer__info {
        padding: 20px 10px 30px;
        margin-top: 115px;
    }
}
.partner-main-offer .partner-main-offer__info--label {
    font: normal normal 900 20px / 24px "Rubik";
    color: #535353;
    margin-bottom: 0;
}
.partner-main-offer .partner-main-offer__info--logo {
    width: 71px;
    height: 59px;
    min-width: 71px;
    min-height: 59px;
    margin-right: 11px;
}
@media(max-width: 769px) {
    .partner-main-offer .partner-main-offer__info--logo {
        width: 70px;
        height: 59px;
        min-width: 70px;
        min-height: 59px;
    }
}
.partner-main-offer .partner-main-offer__info--logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.partner-main-offer .partner-main-offer__info--text {
    margin-bottom: 0;
}
.partner-main-offer .partner-main-offer__info--text h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #535353;
    margin-bottom: 0;
}
@media(max-width: 769px) {
    .partner-main-offer .partner-main-offer__info--text h1 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 5px;
    }
}
.partner-main-offer .partner-main-offer__info--text p {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #535353;
}
.partner-main-offer .partner-main-offer__banner,
.partner-main-offer__info + .ooredoo-main-carousel {
    margin-top: -12px;
}
.partner-main-offer .partner-main-offer__banner img {
    width: 100%;
    height: auto;
}
.partner-main-offer.ooredoo-reward .partner-main-offer__info {
    display: block;
}
@media (min-width: 992px) {
    .partner-main-offer.ooredoo-reward .partner-main-offer__info {
        padding-top: 34px;
        padding-bottom: 39px;
    }
}
.partner-main-offer.ooredoo-reward .partner-main-offer__info--text {
    margin-bottom: 15px;
}
@media(max-width: 769px) {
    .partner-main-offer.ooredoo-reward .partner-main-offer__info--text {
        margin-bottom: 27px;
    }
    .partner-main-offer .partner-main-offer__banner {
        margin-top: -19px;
        /* margin-left: -15px;
        margin-right: -15px; */
    }
}
.partner-main-offer.ooredoo-reward .partner-main-offer__info--text p {
    line-height: 19px;
}
.partner-main-offer.ooredoo-reward .partner-main-offer__info--logo {
    width: 126px;
    height: auto;
    min-width: 126px;
    min-height: initial;
    margin-bottom: 10px;
}

.offers-tabs {
    margin-bottom: 25px;
}
@media(max-width: 769px) {
    .offers-tabs {
        margin-bottom: 40px;
    }
}
.offers-tabs.alnokhba-tabs .alnokhba-exclusive-offer + .container {
    /* background: url("../images/alnokhba-logo-with-low-opacity.svg") no-repeat right center; */
    /* background-size: 178px; */
    /* background-position-y: -49px; */
    position: relative;
}
.unique-nokhba-banner {
    position: relative;
}
.unique-nokhba-banner p {
    padding: 0 !important;
}
.offers-tabs.alnokhba-tabs .alnokhba-exclusive-offer + .container:after,
.unique-nokhba-banner:after {
    content: "";
    display: block;
    background: url("../images/alnokhba-logo-with-low-opacity.svg") no-repeat center center;
    background-size: contain;
    width: 178px;
    height: 178px;
    position: absolute;
    right: 0;
    top: 0;
}
.unique-nokhba-banner:after {
    top: 70px;
}
.offers-tabs.alnokhba-tabs .tab-content {
    padding-top: 0; /*20px;*/
}
.offers-tabs .nav-tabs {
    border-color: #e8e8e8;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
@media(max-width: 769px) {
    .offers-tabs .nav-tabs {
        display: flex;
        justify-content: space-between;
    }
    .offers-tabs.alnokhba-tabs .alnokhba-exclusive-offer + .container:after,
    .unique-nokhba-banner:after {
        width: 235px;
        height: 324px;
        right: 50% !important;
        transform: translateX(50%) !important;
    }
}
.offers-tabs .nav-tabs .nav-item .nav-link {
    border: none;
    background: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #363636;
    padding: 10px 20px;
}
@media(max-width: 769px) {
    .offers-tabs .nav-tabs .nav-item .nav-link {
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }
}
@media(min-width: 769px) {
    .offers-tabs .nav-tabs .nav-item:not(:first-child) .nav-link {
        margin-left: 15px;
    }
}
.offers-tabs .nav-tabs .nav-item .nav-link.active,
.offers-tabs .nav-tabs .nav-item .nav-link:hover {
    border-color: #ed1b24 !important;
    color: #ed1b24 !important;
}
.offers-tabs .tab-content .tab-body .tab-body__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    color: #ed1b24;
    margin-bottom: 20px;
}
.offers-tabs .tab-content .tab-body .tab-body__dedscription-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #ed1b24;
    margin-bottom: 2px;
}
.offers-tabs .tab-content .tab-body a {
    color: #ed1b24;
    text-decoration: underline;
}
.offers-tabs .tab-content .tab-body .tab-body__description-list li {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #898989;
    margin-bottom: 2px;
}
.offers-tabs .tab-content .tab-body .tab-body__description {
    overflow: hidden;
    margin-bottom: 23px;
}
.offers-tabs .tab-content .tab-body .tab-body__description p {
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    color: #898989;
    display: block;
    padding-bottom: 15px;
}
@media(max-width: 769px) {
    .offers-tabs .tab-content .tab-body .tab-body__description p {
        display: block;
    }
}
.offers-tabs .tab-content .tab-body .tab-body__description.with-full-content p {
    display: block;
}
.offers-tabs .tab-content .tab-body .tab-body__description .show-more-and-less {
    font-size: 14px;
    font-weight: bold;
    font-family: "Rubik";
    line-height: 19px;
    color: #ed1b24;
    cursor: pointer;
}
@media(max-width: 769px) {
    .offers-tabs .tab-content .tab-body .tab-body__description .show-more-and-less {
        line-height: 17px;
    }
}
.offers-tabs .tab-content .terms-and-condition-box .terms-and-condition-box__title {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    color: #7e7e7e;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.offers-tabs .tab-content .terms-and-condition-box .terms-and-condition-box__title:after {
    content: "";
    background: url("../images/chevron-down.svg") no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 7px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-left: 13px;
    margin-top: 1px;
}
.offers-tabs .tab-content .terms-and-condition-box .terms-and-condition-box__title.active:after {
    transform: rotate(-180deg);
}
.offers-tabs .tab-content .terms-and-condition-box .terms-and-condition-box__content {
    display: none;
    margin-top: 15px;
}
.offers-tabs .tab-content .terms-and-condition-box .terms-and-condition-box__content p {
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    color: #898989;
    margin-bottom: 0;
}
.offers-tabs .alnokhba-exclusive-offer {
    height: 52px;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.offers-tabs .alnokhba-exclusive-offer > .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url("../images/alnokhba-white-banner.png") no-repeat center center;
    background-size: contain;
    padding: 10px 25px;
}
@media(max-width: 769px) {
    .offers-tabs .alnokhba-exclusive-offer > .container {
        background: url("../images/alnokhba-white-banner-mobile.png") no-repeat center center;
        background-size: contain;
        padding: 10px;
    }
}
.offers-tabs .alnokhba-exclusive-offer .alnokhba-exclusive-offer__titles {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}
.offers-tabs .alnokhba-exclusive-offer .alnokhba-exclusive-offer__titles span {
    font-size: 8px;
    font-weight: normal;
    line-height: 11px;
    color: #343434;
    margin-bottom: 2px;
}
.offers-tabs .alnokhba-exclusive-offer .alnokhba-exclusive-offer__titles h4 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Rubik";
    line-height: 17px;
    color: #343434;
    margin-bottom: 0;
}
.offers-tabs .alnokhba-exclusive-offer .alnokhba-exclusive-offer__logo {
    width: 27px;
    height: 37px;
}
.offers-tabs .alnokhba-exclusive-offer .alnokhba-exclusive-offer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.secondary-offer {
    margin-bottom: 80px;
}
@media(max-width: 769px) {
    .secondary-offer {
        margin-bottom: 50px;
    }
}
.secondary-offer .secondary-offer__titles {
    margin-bottom: 31px;
}
@media(max-width: 769px) {
    .secondary-offer .secondary-offer__titles {
        margin-bottom: 18px;
    }
}
.secondary-offer .secondary-offer__titles span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    color: #535353;
    margin-bottom: 2px;
}
@media(max-width: 769px) {
    .secondary-offer .secondary-offer__titles span {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 6px;
    }
}
.secondary-offer .secondary-offer__titles h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #535353;
    margin-bottom: 0;
}
@media(max-width: 769px) {
    .secondary-offer .secondary-offer__titles h1 {
        font-size: 15px;
        line-height: 18px;
    }
}
.secondary-offer .secondary-offer__banner {
    margin-bottom: 40px;
}
.secondary-offer .secondary-offer__banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.secondary-offer .secondary-offer__detailes h3 {
    color: #ea1d26;
    font: normal normal 900 16px / 19px "Rubik";
    margin-bottom: 15px;
}
.secondary-offer .secondary-offer__detailes .secondary-offer__detailes--desc {
    position: relative;
}
.secondary-offer .secondary-offer__detailes .secondary-offer__detailes--desc .main-content {
    height: 38px; /*20px;*/
    overflow: hidden;
}
.secondary-offer .secondary-offer__detailes .secondary-offer__detailes--desc p {
    color: #898989;
    font: normal normal normal 14px / 19px "Noto Sans";
}
.secondary-offer .secondary-offer__detailes .secondary-offer__detailes--desc .show-hide-btn {
    font: normal normal 900 14px / 19px "Rubik";
    color: #F0444B;
    cursor: pointer;
    position: absolute;
    bottom: -23px;
}

.promotion-section {
    padding-bottom: 96px;
}
@media(max-width: 769px) {
    .promotion-section {
        padding-bottom: 68px;
        position: relative;
    }
}
@media(min-width: 769px) {
    .promotion-section .partner-container {
        padding: 0;
    }
}
@media(max-width: 769px) {
    .promotion-section .promotion-section__small-title,
    .promotion-section .promotion-section__main-title {
        padding: 0 16px;
    }
}
.promotion-section .promotion-section__small-title {
    color: #535353;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin-bottom: 3px;
}
@media(max-width: 769px) {
    .promotion-section .promotion-section__small-title {
        font-size: 12px;
        line-height: 17px;
    }
}
.promotion-section .promotion-section__main-title {
    color: #535353;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
@media(max-width: 769px) {
    .promotion-section .promotion-section__main-title {
        font-size: 15px;
        line-height: 18px;
    }
}
.promotion-section .main-titles {
    position: relative;
    margin-bottom: 32px;
}
@media(max-width: 769px) {
    .promotion-section .main-titles {
        margin-bottom: 28px;
    }
}
.promotion-section .main-titles .promotion-section-link {
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #ed1b24;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: "Rubik";
    line-height: 17px;
}
.promotion-section .main-titles .promotion-section-link:after {
    display: none;
}
@media(max-width: 769px) {
    .promotion-section .slick-slide {
        margin-right: 23px;
        padding: 0;
    }
    .promotion-section .slick-slide [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .promotion-section .main-titles .promotion-section-link {
        right: 0;
    }
}
.promotion-section .promotion-card {
    display: block;
}
.promotion-section .promotion-card img {
    width: 246px;
    height: 246px;
    border-radius: 10px;
}

.partner-contact-detailes {
    margin-bottom: 35px;
}
.partner-contact-detailes .row {
    flex-wrap: nowrap;
}
.partner-contact-detailes .partner-contact-detailes-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #535353;
    margin-bottom: 30px;
}
@media(max-width: 769px) {
    .partner-contact-detailes .partner-contact-detailes-title {
        margin-bottom: 25px;
    }
    .partner-contact-detailes .slick-active {
        opacity: 1 !important;
    }
}
.partner-contact-detailes .row [class*="col"] {
    padding: 0 10px;
    /* margin-bottom: 20px; */
    flex: 0 0 248px;
    max-width: 248px;
    width: 248px !important;
    min-height: 187px;
    height: 100%;
}
.partner-contact-detailes .slick-active {
    opacity: 1;
}
/* @media(max-width: 769px) {
    .partner-contact-detailes .row [class*="col"] {
        flex: auto;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
} */
.partner-contact-detailes .slick-track {
    width: 7200px !important;
    display: flex;
}
.partner-contact-detailes .slick-slide {
    height: inherit;
}
.partner-contact-detailes .slick-slide > div {
    height: 100%;
}
.partner-contact-detailes .partner-contact__card {
    padding: 12px;
    background-color: #f7f7f7;
    border-radius: 8px;
    height: 100%;
}
@media(max-width: 769px) {
    .partner-contact-detailes .partner-contact__card {
        /* width: 114px; */
        padding: 10px;
    }
}
.partner-contact-detailes .partner-contact__card .partner-contact__card-icon {
    max-width: 20px;
    max-height: 20px;
    margin-bottom: 20px;
}
.partner-contact-detailes .partner-contact__card .partner-contact__card-icon img {
    width: 100%;
    height: 100%;
}
.partner-contact-detailes .partner-contact__card .partner-contact__card-info {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #444444;
    margin: 0;
}

.how-to-enroll {
    padding: 60px 0 107px;
    background-color: #ffffff;
}
.how-to-enroll.with-slider {
    padding-top: 144px;
    padding-bottom: 152px;
}
@media(max-width: 769px) {
    .how-to-enroll {
        padding: 45px 0 76px !important;
    }
    .how-to-enroll:not(.with-slider) {
        padding-bottom: 107px;
    }
}
.how-to-enroll .how-to-enroll__main-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #221e20;
    margin-bottom: 40px;
}
.how-to-enroll .how-to-enroll__main-title span {
    color: #ed1b24;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__main-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 28px;
    }
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__steps {
        margin-bottom: 47px;
    }
}
.how-to-enroll .how-to-enroll__steps li {
    display: flex;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__steps li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.how-to-enroll .how-to-enroll__steps li:not(:last-child) {
    margin-bottom: 65px;
    position: relative;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__steps li:not(:last-child) {
        margin-bottom: 66px;
    }
}
.how-to-enroll .how-to-enroll__steps li:not(:last-child):after {
    content: "";
    width: 3px;
    height: 21px;
    display: block;
    border-left: 3px dotted #161e35;
    position: absolute;
    top: 76px;
    left: 25px;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__steps li:not(:last-child):after {
        height: 29px;
        top: auto;
        bottom: -48px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.how-to-enroll .how-to-enroll__steps .how-to-enroll__steps-logo {
    width: 51px;
    height: 51px;
    margin-right: 10px;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__steps .how-to-enroll__steps-logo {
        margin-right: 0;
        margin-bottom: 14px;
    }
}
.how-to-enroll .how-to-enroll__steps .how-to-enroll__steps-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__steps .how-to-enroll__steps-info {
        text-align: center;
    }
}
.how-to-enroll .how-to-enroll__steps .how-to-enroll__steps-info h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #898989;
    margin-bottom: 3px;
    font-family: "Rubik";
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__steps .how-to-enroll__steps-info h6 {
        margin-bottom: 9px;
    }
}
.how-to-enroll .how-to-enroll__steps .how-to-enroll__steps-info p {
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    color: #000000;
    margin-bottom: 0;
}
.how-to-enroll .youtube-video {
    background: url("../images/gray-bg.svg") no-repeat bottom center;
    background-size: 438px;
    padding-bottom: 0 /*13px;*/
}
@media(max-width: 769px) {
    .how-to-enroll .youtube-video {
        background-size: 307px;
        padding-bottom: 7px;
    }
}
.how-to-enroll .youtube-video iframe {
    width: 487px;
    height: 304px;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 769px) {
    .how-to-enroll .youtube-video iframe {
        width: 341px;
        height: 213px;
    }
}
.how-to-enroll .how-to-enroll__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__slider .slick-track {
        padding: 50px 0 57px;
    }
}
.how-to-enroll .how-to-enroll__slider .how-to-enroll__slider-card {
    /* width: 508px;
    height: 348px; */
    transition: all 0.2s ease-in-out;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__slider .how-to-enroll__slider-card {
        /* width: 236px !important; */
        height: 162px;
        /* margin: 0 20px; */
    }
    .how-to-enroll .how-to-enroll__slider .how-to-enroll__slider-card.slick-current {
        transform: scale(1.2);
    }
}
.how-to-enroll .how-to-enroll__slider .how-to-enroll__slider-card img {
    width: 517px;
    height: auto;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 769px) {
    .how-to-enroll .how-to-enroll__slider .how-to-enroll__slider-card img {
        width: auto;
        height: 162px;
    }
}
.how-to-enroll .how-to-enroll__slider .slick-arrow {
    font-size: 0;
    background: none;
    border: none;
    position: absolute;
    top: 39%;
    transform: translateY(-100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 27px;
    height: 41px;
    z-index: 8;
    cursor: pointer;
    padding: 0;
}
.how-to-enroll .how-to-enroll__slider .slick-arrow:focus {
    outline: 0;
}
.how-to-enroll .how-to-enroll__slider .slick-arrow.slick-next {
    right: 0;
    background-image: url("../images/next-arrow.svg");
}
.how-to-enroll .how-to-enroll__slider .slick-arrow.slick-prev {
    left: 0;
    background-image: url("../images/prev-arrow.svg");
    right: auto !important;
}
.how-to-enroll .how-to-enroll__slider .slick-arrow.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.how-to-enroll .how-to-enroll__slider .how-to-enroll__slider-card .pagingInfo {
    margin-top: 40px;
    margin-bottom: 16.4px;
    font: normal normal 900 20px / 24px "Rubik";
    color: #898989;
}
.how-to-enroll .how-to-enroll__slider .how-to-enroll__slider-card .how-to-enroll__slider__detailes {
    width: 208px;
    margin: auto;
    font: normal normal 500 17px / 23px "Noto Sans";
    color: #000000;
}
@media(max-width: 769px) {
    .how-to-enroll.with-slider .row [class*="col"]:first-child {
        order: 2;
    }
    .how-to-enroll.with-slider .row [class*="col"]:last-child {
        order: 1;
    }
    .how-to-enroll.with-slider .how-to-enroll__main-title {
        margin-bottom: 0;
    }
    .how-to-enroll.with-slider .how-to-enroll__steps {
        margin-bottom: 0;
    }
    .how-to-enroll .how-to-enroll__slider .slick-arrow {
        width: 17px !important;
        height: 26px !important;
        top: 172px !important;
    }
    .how-to-enroll .how-to-enroll__slider .how-to-enroll__slider-card .pagingInfo {
        margin-top: 37px;
        margin-bottom: 9px;
    }
}

.download-ooredoo-app {
    background-color: #e9fbf9; /*rgba(44, 213, 196, 0.1);*/
    padding: 40px 0;
    /* margin-top: 30px;
    margin-bottom: 70px; */
}
@media(max-width: 769px) {
    .download-ooredoo-app {
        padding: 38px 0;
        margin-bottom: 0;
    }
}
@media(max-width: 769px) {
    .download-ooredoo-app .container > .row > [class*="col"] {
        flex-direction: column;
    }
}
@media(max-width: 769px) {
    .download-ooredoo-app .download-app__info {
        margin-bottom: 36px;
        text-align: center;
    }
}
.download-ooredoo-app .download-app__info h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 2px;
    color: #221e20;
}
@media(max-width: 769px) {
    .download-ooredoo-app .download-app__info h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
}
.download-ooredoo-app .download-app__info h3 span {
    color: #ed1b24;
}
.download-ooredoo-app .download-app__info p {
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 0;
    color: #221e20;
}
@media(max-width: 769px) {

    .download-ooredoo-app .download-app__info p {
        font-size: 15px;
    }
}
.download-ooredoo-app .download-app__links {
    display: flex;
}
@media(max-width: 769px) {
    .download-ooredoo-app .download-app__links {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .download-ooredoo-app .download-app__links-card {
        margin: 6px 15px;
    }
}
.download-ooredoo-app .download-app__links-card {
    width: 140px;
    height: 56px;
    margin: 0 15px;
}
@media(max-width: 769px) {
    .download-ooredoo-app .download-app__links-card {
        width: 125px;
        height: 39px;
        margin: 12px 10px;
    }
}

@media(max-width: 769px) {
    
}
.download-ooredoo-app .download-app__links-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.download-ooredoo-app .download-app__app-snap {
    width: 159px;
    height: 240px;
    position: absolute;
    right: 0;
    z-index: 9;
}
@media(max-width: 769px) {
    .download-ooredoo-app .download-app__app-snap {
        position: static;
        order: 1;
        margin-bottom: 20px;
    }
}
.download-ooredoo-app .download-app__app-snap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* START style fix */
img {
    width: auto;
}
.tab-content > .active {
    display: block;
}
.deals-and-offers .deals-and-offers__slider .deals-and-offers__slider-slide-item a img {
    border-radius: 10px;
}
.looking-for-answers .looking-for-answers__box .answer-box__description p {
    font-size: 14px;
    color: #727272;
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-description p {
    font-size: 14px;
    color: #727272;
}
.link-with-arrow {
    font-family: "Rubik";
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-description {
    margin-bottom: 15px;
}
.slick-next:before {
    content: "";
}
.slick-prev:before {
    content: "";
}
.partner-contact-detailes .partner-contact__card .partner-contact__card-info a {
    color: #444444;
}
.container.partner-container {
    max-width: 1094px;
}
.partner-main-offer .partner-main-offer__banner img {
    border-radius: 10px;
}
.earn-or-redeem .points-tabs .main-nojoom-btn {
    text-align: center;
}
.tab-body__description ul,
ol {
    padding-left: 19px;
    color: #898989;
    font-size: 14px;
    padding-bottom: 15px;
}
.tab-body__description ul li {
    list-style: disc !important;
}
.tab-body__description ol li {
    list-style: auto !important;
}
.offers-tabs .tab-content .tab-body .tab-body__description p {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #898989;
    display: block;
    padding-bottom: 15px;
}

.parallax-section__banner-fixed {
    position: fixed;
    width: 50vw;
    height: 100vh;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50vw !important;
}
@media(max-width: 769px) {
    .parallax-section__banner-fixed {
        height: 100vh;
        background-size: 100vw !important;
        width: 100vw;
        top: auto;
    }
}
/* END style fix */

/* START :: Navbar bug fixes */
@media(max-width: 769px) {
    .header-main-navbar .navbar-header > a {
        display: none !important;
    }
    .header-main-navbar .navbar-header-mobile {
        display: flex !important;
    }
    .navbar-header-mobile {
        justify-content: space-between;
    }
}
/* END :: Navbar bug fixes */

/* Hero banner style */
.container.ooredoo-one__banner-container {
    max-width: calc(100vw - 190px);
    padding: 0;
}

@media(max-width: 769px) {
    .container.ooredoo-one__banner-container {
        padding: 0 15px;
        max-width: 100%;
    }
}

.ooredoo-one-banner img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.ooredoo-one-top-area:first-of-type {
    margin-top: 172px;
    margin-bottom: 0px;
}
@media(max-width: 769px) {
    .ooredoo-one-top-area:first-of-type {
        margin-top: 118px;
        margin-bottom: 0px;
    }
}

.discover-partners-and-offers__partner-name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #4a4a4a;
    margin-bottom: 5px;
    padding-top: 10px;
    text-align: center;
}

/* Hero Slider styles */
.ooredoo-main-carousel {
    position: relative;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}
.ooredoo-main-carousel__item {
    flex: 0 0 100%;
    max-width: 100%;
}
.ooredoo-main-carousel .ooredoo-main-carousel__item img {
    width: 100%;
    border-radius: 6px;
}
.ooredoo-main-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    background: none;
    border: none;
    color: #333;
    opacity: 0.5;
}
@media(max-width: 768px) {
    .ooredoo-main-carousel .slick-arrow {
        font-size: 12px;
    }
}
.ooredoo-main-carousel .slick-arrow:hover {
    color: #ed1c24;
}
.ooredoo-main-carousel .slick-arrow:focus {
    box-shadow: none;
    outline: 0;
}
.ooredoo-main-carousel .slick-arrow.arrow-next {
    left: 10px;
}
@media(max-width: 768px) {
    .ooredoo-main-carousel .slick-arrow.arrow-next {
        left: 5px;
    }
}
.ooredoo-main-carousel .slick-arrow.arrow-prev {
    right: 10px;
}
@media(max-width: 768px) {
    .ooredoo-main-carousel .slick-arrow.arrow-prev {
        right: 5px;
    }
    .cms_html_template {
        margin-top: 99px !important;
    }
}
.ooredoo-main-carousel .slick-list {
    width: 100%;
}
.single-nojoom-partners .deals-and-offers {
    padding-top: 35px !important;
    padding-bottom: 25px !important;
    background: none !important;
}
.single-nojoom-partners .deals-and-offers .deals-and-offers__info {
    margin-top: 50px;
}
@media(max-width: 769px) {
    .deals-and-offers .deals-and-offers__info {
        margin-top: 0 !important;
    }
}

.secondary-offer__banner {
    margin-bottom: 15px;
}

.ussd-cards-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media(max-width: 769px) {
    .ussd-cards-slider .slick-track {
        padding: 110px 0 0;
    }
}
.ussd-cards-slider .ussd-cards-card {
    transition: all 0.2s ease-in-out;
}
@media(max-width: 769px) {
    /* .ussd-cards-slider .ussd-cards-card {
        margin: 0 20px;
    } */
    .ussd-cards-slider .ussd-cards-card.slick-current {
        transform: scale(1.2);
    }
}
.ussd-cards-slider .ussd-cards-card img {
    height: 340px;
    width: auto;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 769px) {
    .ussd-cards-slider .ussd-cards-card img {
        width: auto;
        height: 411px;
    }
}
.ussd-cards-slider .ussd-cards-card .ussd-cards__label {
    font: normal normal 500 20px / 24px "Rubik"; /*"Noto Sans", sans-serif, Helvetica;*/
    margin-bottom: 15px;
    color: #898989; /*#898989;*/
}
.ussd-cards-slider .ussd-cards-card .pagingInfo {
    margin-top: 15px;
    margin-bottom: 16.4px;
    font: normal normal 900 20px / 24px "Rubik";
    color: #898989;
}
@media(max-width: 769px) {
    .ussd-cards-slider .ussd-cards-card .pagingInfo {
        margin-top: 21px;
        margin-bottom: 9px;
    }
}
.ussd-cards .ussd-cards__detailes {
    width: 647px;
    margin: auto;
    font: normal normal 500 17px / 23px "Noto Sans";
    color: #000000;
    text-align: center;
}
@media(max-width: 769px) {
    .ussd-cards .ussd-cards__detailes {
        width: 282px;
        font-size: 16px;
        line-height: 22px;
        color: #898989;
    }
}
.ussd-cards-slider .slick-arrow {
    font-size: 0;
    background: none;
    border: none;
    position: absolute;
    top: 39%;
    transform: translateY(-100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 27px;
    height: 41px;
    z-index: 8;
    cursor: pointer;
    padding: 0;
}
@media(max-width: 769px) {
    .ussd-cards-slider .slick-arrow {
        width: 17px;
        height: 26px;
        top: 310px;
    }
}
.ussd-cards-slider .slick-arrow:focus {
    outline: 0;
}
.ussd-cards-slider .slick-arrow.slick-next {
    right: 110px;
    background-image: url("../images/next-arrow.svg");
}
@media(max-width: 769px) {
    .ussd-cards-slider .slick-arrow.slick-next {
        right: 0;
    }
}
.ussd-cards-slider .slick-arrow.slick-prev {
    left: 110px;
    background-image: url("../images/prev-arrow.svg");
    right: auto !important;
}
@media(max-width: 769px) {
    .ussd-cards-slider .slick-arrow.slick-prev {
        left: 0;
    }
}
.ussd-cards-slider .slick-arrow.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


/*  FAQ Link Module Style */

.offersFaq .title {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0 5px;
}

.offersFaq .accordion {
    color: #898989 !important;
}

.offersFaq__list {
    font-size: 18px;
    display: block;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    cursor: pointer;
}

.offersFaq__list a {
    color: #898989 !important;
    font: normal normal normal 18px/24px 'Noto Sans';
}

.offersFaq__list i {
    margin: 0 10px;
    font-size: 12px;
}
.nojoom-faq-section {
    background-color: #fff;
}

@media (max-width: 768px) { 

    .select-plan__benfits-section__title h3,
    .select-plan__categories-selection__container__title h3,
    .offersFaq .title {
        font-size: 20px;
    }
}



/* START :: Dots for the branches slider */
.partner-contact-detailes .slick-dots li button:before {
    display: none;
}
.partner-contact-detailes .slick-dots li {
    margin: 0;
}
.partner-contact-detailes .slick-dots {
    list-style: none;
    display: flex;
    padding: 0 3px;
    margin: 0 17px;
    width: max-content;
    margin: 30px auto !important;
}
@media(max-width: 769px) {
    .partner-contact-detailes .slick-dots {
        margin: 5px 10px 13px 13px;
    }
}
@media(min-width: 768px) and(max-width: 769px) {
    .partner-contact-detailes .slick-dots {
        margin: 5px 10px 13px 25px;
    }
}
.partner-contact-detailes .slick-dots li {
    width: 10px;
    height: 10px;
}
@media(max-width: 769px) {
    .partner-contact-detailes .slick-dots li {
        width: 8px;
        height: 8px;
    }
}
.partner-contact-detailes .slick-dots li:not(:last-child) {
    margin-right: 5px !important;
}
.partner-contact-detailes .slick-dots li button {
    background: none;
    border: none;
    width: 10px !important;
    height: 10px !important;
    font-size: 0;
    border-radius: 50%;
    background-color: #bebebe;
    display: block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 0;
}
@media(max-width: 769px) {
    .partner-contact-detailes .slick-dots li button {
        width: 8px !important;
        height: 8px !important;
    }
}
.partner-contact-detailes .slick-dots li button:focus {
    border: none;
    outline: 0;
}
.partner-contact-detailes .slick-dots li button:hover {
    background-color: #ed1b24 !important;
}
.partner-contact-detailes .slick-dots li.slick-active {
    width: 40px;
    height: 10px;
    padding: 0 !important;
}
.partner-contact-detailes .slick-dots {
    position: static !important;
}
@media(max-width: 769px) {
    .partner-contact-detailes .slick-dots li.slick-active {
        width: 32px !important;
        height: 8px !important;
    }
}
.partner-contact-detailes .slick-dots li.slick-active > button {
    width: 40px !important;
    height: 10px !important;
    border-radius: 5px;
    background-color: #ed1b24;
}
@media(max-width: 769px) {
    .partner-contact-detailes .slick-dots li.slick-active > button {
        width: 32px !important;
        height: 8px !important;
    }
}
/* START :: Dots for the branches slider */

.how-to-enroll__cta-section {
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.how-to-enroll__cta_heading {
    color: #221E20;
    font-size: 19px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Noto Sans';
    margin-bottom: 9px;
}
.enroll-via-web .how-to-enroll__cta-section {
    margin: 5px 0;
}
@media(max-width: 769px) {
    .how-to-enroll__cta_heading {
        font-size: 15px;
    }
    .how-to-enroll__cta-section {
        margin: 15px 0 0;
    }
    .enroll-via-web .how-to-enroll__cta-section {
        margin-top: -30px;
    }
}
/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .main-header__img iframe {
        width: 470px;
    }
    .main-header .main-header__info {
        width: 500px;
        padding-left: 20px;
    }
    .deals-and-offers .deals-and-offers__info-title {
        font-size: 22px;
    }
    .award-container .award {
        width: 95%;
    }
    .parallax-section .parallax-section__info {
        padding-left: 40px;
        width: 480px;
    }
    .earn-or-redeem .points-tabs .nav-tabs .nav-item .nav-link {
        font-size: 25px;
    }
    .deals-and-offers__info-description {
        margin-right: 30px;
    }
}
/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .award-container .award {
        width: 70%;
    }
}

 /* ipad Mini Portrait */
@media only screen and (width:768px) and (resolution: 163dpi) {
    .main-header .main-header__info {
        width: 450px;
        padding-left: 70px;
    }
    .main-header__img iframe {
        width: 450px;
    }
}