* {
  box-sizing: border-box;
}

.new-postpaid-wrapper {
  margin-top: 143px;
}
@media (max-width: 820px) {
  .new-postpaid-wrapper {
    margin-top: 96px;
  }
}

.red-asterisk {
  color: red;
  font-size: 12px;
  font-weight: 600;
  top: -0.2rem;
  right: 0.2rem;
}

.smooth-move {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.postpaid-banner .container {
  padding: 0;
  max-width: 1366px;
}
.postpaid-banner__item img {
  width: 100%;
  height: auto;
  max-width: auto;
}
.postpaid-banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 7;
  font-size: 15px;
  color: #464646;
  padding: 0;
  background: none;
  border: none;
  outline: 0;
  box-shadow: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.postpaid-banner .slick-arrow:hover {
  opacity: 1;
  color: #ED1C24;
}
.postpaid-banner .slick-arrow.arrow-next {
  right: 15px;
}
.postpaid-banner .slick-arrow.arrow-prev {
  left: 15px;
}
.postpaid-banner .slick-dots {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  width: auto;
}
.postpaid-banner .slick-dots li {
  display: -webkit-box;
  display: flex;
  padding: 0 !important;
  width: auto;
  height: auto;
  opacity: 1 !important;
  margin: 0 !important;
}
.postpaid-banner .slick-slider {
  margin: 0 !important;
}
.postpaid-banner .slick-track {
  display: flex;
}
.postpaid-banner .slick-dots li button {
  font-size: 0;
  background-color: #FFF !important;
  opacity: 0.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  box-shadow: none;
  outline: 0;
  width: 40px !important;
  height: 7px !important;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 !important;
}
.postpaid-banner .slick-dots li:hover button, .postpaid-banner .slick-dots li.slick-active button {
  background-color: #ED1C24 !important;
  opacity: 1 !important;
}
.postpaid-banner .slick-dots li:not(:last-child) {
  margin: 0 10px 0 0 !important;
}

.postpaid-info {
  padding: 50px 0;
}
.postpaid-info .container {
  max-width: 1100px;
}
.postpaid-info__title {
  font: normal normal bold 30px/40px "Rubik", sans-serif;
  color: #221E20;
  margin: 0 0 5px;
}
.postpaid-info__title span {
  color: #ED1C24;
}
.postpaid-info__desc {
  font: normal normal normal 14px/22px "Rubik", sans-serif;
  color: #4D4A4B;
  margin-bottom: 30px;
}
.postpaid-info__links {
  border-radius: 23px;
  overflow: hidden;
  border: 1px solid #ED1C24;
  width: 376px;
  margin: 0 auto;
}
.postpaid-info__links li {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.postpaid-info__links li a {
  font: normal normal 600 14px/20px "Rubik", sans-serif;
  color: #ED1C24;
  text-decoration: none !important;
  height: 46px;
}
.postpaid-info__links li.active a, .postpaid-info__links li:hover a {
  color: #FFF;
  background-color: #ED1C24;
}

.postpaid-plans {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.postpaid-plans .container {
  max-width: 1200px;
}
.postpaid-plans .container.qatarna-container {
  padding: 0;
  max-width: 100%;
}
.postpaid-plans__title {
  font: normal normal bold 30px/40px "Rubik", sans-serif;
  color: #221e20;
  margin: 0 0 5px;
}
.postpaid-plans__desc {
  max-width: 840px;
  margin: 0 auto;
  font: normal normal normal 14px/22px "Rubik", sans-serif;
  color: #4d4a4b;
}
.postpaid-plans__cards {
  margin-top: 40px;
}
.postpaid-plans__card {
  background-color: #ffffff;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.postpaid-plans__card-top {
  padding: 30px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#eef4f7), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #eef4f7 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
.postpaid-plans__card-middle {
  padding: 0 30px;
}
.postpaid-plans__card-bottom {
  padding: 30px;
  margin-top: auto;
}
.postpaid-plans__card-bottom .terms-cta {
  font: normal normal normal 13px/21px "Rubik", sans-serif;
  color: #707070;
  text-decoration: underline !important;
}
.postpaid-plans__card-bottom .plan-cta {
  font: normal normal 600 16px/19px "Rubik", sans-serif;
  color: #ffffff;
  border-radius: 40px;
  background-color: #ed1c24;
  padding: 12px 20px;
  text-decoration: none !important;
  text-align: center;
}
.postpaid-plans__card-label {
  font: normal normal 500 12px/20px "Rubik", sans-serif;
  color: #ffffff;
  padding: 4px 7px;
  background-color: #0047bb;
  border-radius: 8px;
  display: block;
  margin-top: -14px;
}
.postpaid-plans__card-label::before {
  content: "";
  background: url("../images/white-star-icon.svg") no-repeat center center/contain;
  width: 12px;
  height: 11px;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 5px;
}
.postpaid-plans__name {
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  max-width: 40%;
}
.postpaid-plans__price {
  -webkit-box-flex: 0;
          flex: 0 0 60%;
  max-width: 60%;
}
.postpaid-plans__name {
  font: normal normal 600 24px/28px "Rubik", sans-serif;
  color: #1f1c1d;
  margin: 0;
}
.postpaid-plans__price {
  text-align: right;
}
.postpaid-plans__price .main-price span:not(.current-price) {
  color: #7e7e7e;
  margin-right: 5px;
}
.postpaid-plans__price .main-price .current-price {
  font: normal normal bold 26px/33px "Rubik", sans-serif;
  color: #ed1c24;
}
.postpaid-plans__price .main-price .current-price sub {
  font-size: 18px;
  bottom: 0;
}
.postpaid-plans__price .per-month,
.postpaid-plans__price .main-price span:not(.current-price) {
  font: normal normal normal 14px/18px "Rubik", sans-serif;
}
.postpaid-plans__price .per-month {
  color: #1f1c1d;
}
.postpaid-plans__item {
  margin-top: 24px;
}
.postpaid-plans__item-title {
  font: normal normal normal 12px/21px "Rubik", sans-serif;
  color: #888888;
  margin: 0 0 12px;
  position: relative;
}
.postpaid-plans__item-title span {
  background-color: #fff;
  position: relative;
  padding-right: 7px;
}
.postpaid-plans__item-title span a img {
  width: 19px;
  max-width: 19px;
}
.postpaid-plans__item-title::before {
  content: "";
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.postpaid-plans__item-icon {
  padding-right: 11px;
  -webkit-box-flex: 0;
          flex: 0 0 35px;
  max-width: 35px;
}
.postpaid-plans__item-icon img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-plans__item-content {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
  margin-top: 5px !important;
}
.postpaid-plans__item-label {
  flex-wrap: wrap;
}
.postpaid-plans__item-label p {
  font: normal normal 500 16px/18px "Rubik", sans-serif;
  color: #221e20;
  margin: 0;
}
/* .postpaid-plans__item-label p strong {
  margin-right: 8px;
} */
.postpaid-plans__item-label > span {
  font: normal normal normal 13px/21px "Rubik", sans-serif;
  color: #221E20;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 4px;
}
.postpaid-plans__item-label:not(:last-child) {
  margin-bottom: 15px;
}
.postpaid-plans__item .last-item p {
  font-size: 14px;
}
.postpaid-plans__item .popup-link img {
  width: 19px;
  max-width: 19px;
  display: inline;
}
.postpaid-plans__item-social img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-plans__item-social img:not(:last-child) {
  margin-right: 10px;
}
.postpaid-plans__item-countries {
  margin-top: 10px !important;
}
.postpaid-plans__item-countries li {
  text-align: center;
}
.postpaid-plans__item-countries li:not(:last-child) {
  margin-right: 11px;
}
.postpaid-plans__item-countries li img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.postpaid-plans__item-countries li span {
  font: normal normal normal 10px/18px "Rubik", sans-serif;
  color: #221e20;
}
.postpaid-plans__entertainment-title {
  font: normal normal 500 12px/18px "Rubik", sans-serif;
  color: #221e20;
  margin: 0 0 20px;
}
.postpaid-plans__entertainment-list li.main-entertainment-platform {
  position: relative;
}
.postpaid-plans__entertainment-list li.main-entertainment-platform::before {
  content: "";
  background: url("../images/green-mark-icon.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: -6px;
  top: -6px;
}
.postpaid-plans__entertainment-list li:not(:last-child) {
  margin-right: 12px;
  margin-bottom: 8px;
}
.postpaid-plans__entertainment-list li img {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Popup */
.postpaid-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  background-color: rgba(144, 144, 144, 0.26);
  display: none;
}
.postpaid-popup .container {
  max-width: 1220px;
  padding: 39px 0 20px;
  margin: 0 auto;
}
.postpaid-popup .container .row > div {
  margin-top: 40px;
}
.postpaid-popup__body {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.0823529412);
  height: 591px;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.postpaid-popup__title {
  font: normal normal bold 32px/26px "Rubik", sans-serif;
  color: #221E20;
  padding-bottom: 0;
  margin-bottom: 0;
}
.postpaid-popup__close {
  border: none !important;
  background: none;
  outline: 0 !important;
  cursor: pointer;
}
.postpaid-popup__close img {
  width: 18px;
  height: 19px;
}
.postpaid-popup__data {
  overflow-y: auto;
  height: 500px;
}
.postpaid-popup__data > .row {
  margin: 0;
}
.postpaid-popup__data > .row > div {
  padding: 0;
}
.postpaid-popup__card {
  border-radius: 10px;
  padding: 15px 20px;
  height: 100%;
}
.postpaid-popup__card.main-card {
  background-color: #F8F9FA;
}
.postpaid-popup__icon {
  margin-bottom: 16px;
}
.postpaid-popup__icon img {
  width: 39px;
  height: 39px;
  min-width: 39px;
  min-height: 39px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-popup__icon span {
  font: normal normal normal 14px/18px "Rubik", sans-serif;
  color: #FFFFFF;
  padding: 3px 10px;
  background-color: #0047BB;
  border-radius: 4px;
  margin-left: 8px;
}
.postpaid-popup__label {
  font: normal normal 600 18px/26px "Rubik", sans-serif;
  color: #000000;
  margin: 0 0 8px;
}
.postpaid-popup__desc {
  font: normal normal normal 16px/21px "Rubik", sans-serif;
  color: #221E20;
  margin: 0;
}

.selection-modal .modal-dialog {
  max-width: 590px;
}
.selection-modal .modal-content {
  padding: 34px;
  border-radius: 10px;
}
.selection-modal .modal-header {
  padding: 0 0 18px;
  margin-bottom: 40px;
  border-color: #E0E0E0;
}
.selection-modal .modal-title {
  font: normal normal bold 24px/25px "Rubik", sans-serif;
  color: #ED1C24;
  margin: 0;
}
.selection-modal .close {
  padding: 8px 16px;
  font-size: 31px;
  box-shadow: none;
  outline: 0;
}
.selection-modal .modal-body {
  padding: 0;
}
.selection-modal .selection-plan:not(:last-child) {
  margin-bottom: 30px;
}
.selection-modal .selection-plan__title {
  font: normal normal 600 18px/18px "Rubik", sans-serif;
  color: #000000;
  margin: 0 0 4px;
}
.selection-modal .selection-plan__desc {
  font: normal normal normal 16px/21px "Noto Sans", sans-serif, Helvetica;
  color: #6A6A6A;
  margin: 0;
}
.selection-modal .selection-plan__cta {
  border: 1px solid #ed1c24;
  border-radius: 20px;
  padding: 12px 24px;
  font: normal normal 600 16px/16px "Rubik", sans-serif;
  color: #ED1C24 !important;
  height: 41px;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 18px;
}
.selection-modal .selection-plan__cta.filled-bg {
  background-color: #ed1c24;
  color: #ffffff !important;
}

.golden-card {
  background: transparent linear-gradient(200deg, #412D09 0%, #282016 25%, #392A0F 50%, #2B1D05 75%, #412D07 100%);
}
.golden-card .postpaid-plans__card-top {
  background: transparent -webkit-gradient(linear, left top, right top, from(#573801), to(#2A1F0F)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #573801 0%, #2A1F0F 100%) 0% 0% no-repeat padding-box;
}
.golden-card .postpaid-plans__item-label p {
  color: #CCC8C1;
}
.golden-card .postpaid-plans__item-label p strong {
  color: #D2B266;
}
.golden-card .postpaid-plans__item-label > span {
  color: #CCC8C1;
}
.golden-card .postpaid-plans__name {
  color: #D2B266;
}
.golden-card .postpaid-plans__item-title span,
.golden-card .postpaid-plans__item-countries span,
.golden-card .postpaid-plans__entertainment-title,
.golden-card .postpaid-plans__card-bottom .terms-cta,
.golden-card .postpaid-plans__price .per-month,
.golden-card .postpaid-plans__price .main-price span:not(.current-price) {
  color: #C1B9AB;
}
.golden-card .postpaid-plans__card-label {
  background: transparent -webkit-gradient(linear, left top, right top, from(#EECD75), color-stop(28%, #FCDD9C), color-stop(54%, #FFDC8B), color-stop(76%, #F8D782), to(#F0CF77));
  background: transparent linear-gradient(90deg, #EECD75 0%, #FCDD9C 28%, #FFDC8B 54%, #F8D782 76%, #F0CF77 100%);
  color: #251A07;
}
.golden-card .postpaid-plans__card-label::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.golden-card .postpaid-plans__item-title::before {
  border-color: #62522B;
}
.golden-card .postpaid-plans__item-title span {
  background-color: #33250b;
}

.small-popup .postpaid-popup__title {
  padding: 0 15px;
}
.small-popup .postpaid-popup__data {
  max-height: 500px;
  min-height: 300px;
  height: auto;
}
.small-popup .postpaid-popup__body {
  height: auto;
  max-height: 591px;
}

.coutries-row {
  margin: 0 !important;
}
.coutries-row > div {
  padding: 0 15px !important;
  margin-top: 30px;
}

.country-card {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.country-card__top {
  margin-bottom: 18px;
}
.country-card__top img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.country-card__top h4 {
  font: normal normal 600 24px/26px "Rubik", sans-serif;
  color: #000000;
  margin: 0 0 0 12px;
}
.country-card__desc {
  font: normal normal normal 16px/21px "Rubik", sans-serif;
  color: #221E20 !important;
  margin: 0;
}

.benefit-card__icon {
  margin-bottom: 15px;
}
.benefit-card__icon img {
  width: auto;
  height: 40px;
  min-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefit-card__title {
  font: normal normal 600 18px/26px "Rubik", sans-serif;
  color: #000000;
  margin: 0 0 8px;
}
.benefit-card__desc {
  font: normal normal normal 16px/21px "Rubik", sans-serif;
  color: #221E20;
  margin: 0;
  width: 95%;
}

.table-popup {
  margin-top: 35px;
}
.table-popup table {
  background-color: #F8F9FA;
  border-radius: 12px;
}
.table-popup thead th {
  font: normal normal 600 16px/19px "Rubik", sans-serif;
  color: #141B4D;
  border-top: none;
  vertical-align: middle;
}
.table-popup tbody td {
  font: normal normal 600 14px/17px "Rubik", sans-serif;
  color: #251A07;
  vertical-align: middle;
}
.table-popup tbody td img {
  width: 28px;
  height: 20px;
  min-width: 28px;
  min-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.table-popup tbody td span {
  font: normal normal 600 16px/20px "Rubik", sans-serif;
  color: #141B4D;
  margin-left: 8px;
}

.qatarna-slider {
  margin-left: 0;
  margin-right: 0;
}
.qatarna-slider .slick-track {
  display: -webkit-box !important;
  display: flex !important;
}
.qatarna-slider .slick-list {
  padding: 0 0 0 5rem !important;
}
.qatarna-slider .slick-slide {
  height: inherit !important;
  width: 450px;
  opacity: 1 !important;
}
.qatarna-slider .slick-slide > div {
  height: 100%;
}
.qatarna-slider .slick-slide .col-12.col-lg-3,
.qatarna-slider .slick-slide .col-12.col-lg-4 {
  max-width: 100%;
  height: 100%;
}
.qatarna-slider .slick-slide .slick-active {
  opacity: 1;
}
.qatarna-slider .slick-arrow {
  background: none;
  border: 0;
  box-shadow: none;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  cursor: pointer;
}
.qatarna-slider .slick-disabled {
  cursor: not-allowed;
}
.qatarna-slider .slick-arrow:not(.slick-disabled):hover {
  color: #ed1c24;
  opacity: 1;
}
.qatarna-slider .arrow-prev {
  left: 40px;
}
.qatarna-slider .arrow-next {
  right: 40px;
}
.special-plan {
  background-color: #EBF0F0;
  padding: 65px 0;
}
.special-plan .container {
  max-width: 1200px;
}
.special-plan__content {
  max-width: 384px;
}
.special-plan__icon {
  width: 40px;
  height: 40px;
  background: #0047BB;
  border-radius: 8px;
  margin-bottom: 15px;
}
.special-plan__icon img {
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
.special-plan__title {
  font: normal normal 600 28px/33px "Rubik", sans-serif;
  color: #1F1C1D;
  margin: 0 0 18px;
}
.special-plan__desc {
  font: normal normal normal 18px/30px "Rubik", sans-serif;
  color: #7E7E7E;
  margin: 0;
}
.special-plan .postpaid-plans__card-top {
  padding: 23px 30px;
}
.special-plan .postpaid-plans__card-bottom {
  padding-top: 38px;
}
.special-plan .postpaid-plans__name span {
  font: normal normal 600 13px/22px "Rubik", sans-serif;
  color: #000000;
  margin-left: 5px;
}
.special-plan .postpaid-plans__details {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #B4B4B4;
  border-radius: 4px;
  padding: 8px 22px;
  margin-top: 12px;
}
.special-plan .postpaid-plans__details .postpaid-plans__item-box {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.special-plan .postpaid-plans__item {
  margin-top: 17px;
}
.special-plan .postpaid-plans__item-label p strong {
  margin: 0;
}
.special-plan .postpaid-plans__item-icon {
  padding-right: 5px;
  -webkit-box-flex: 0;
          flex: 0 0 29px;
  max-width: 29px;
}
.special-plan .postpaid-plans__item-content {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 29px);
  max-width: calc(100% - 29px);
}
.special-plan .postpaid-plans__item.special-item {
  margin-top: 24px;
}
.special-plan .postpaid-plans__item.special-item > div {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.special-plan .postpaid-plans__item.special-item .postpaid-plans__item-title::before {
  display: none;
}
.special-plan .postpaid-plans__cus-title {
  font: normal normal 600 18px/28px "Rubik", sans-serif;
  color: #1F1C1D;
  margin: 0 0 15px;
}
.special-plan .postpaid-plans__entertainment-list li::after, .special-plan .postpaid-plans__entertainment-list li::before {
  display: none;
}
.special-plan .postpaid-plans__entertainment-list li:not(:last-child) {
  margin-right: 8px !important;
}

.why-postpaid {
  padding: 64px 0 46px;
}
.why-postpaid .container {
  max-width: 1200px;
}
.why-postpaid .container .row > div {
  margin-top: 24px;
}
.why-postpaid__title {
  font: normal normal bold 30px/40px "Rubik", sans-serif;
  color: #221E20;
  margin: 0;
}
.why-postpaid__card {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  height: 100%;
  padding: 22px 15px;
}
.why-postpaid__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #FDEDED;
  margin-right: 12px;
}
.why-postpaid__icon img {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-postpaid__text p {
  font: normal normal 500 14px/20px "Rubik", sans-serif;
  color: #221E20;
  margin: 0;
}

.switch-ooredoo .container {
  max-width: 1260px;
}
.switch-ooredoo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.explore-more {
  padding: 80px 0;
}
.explore-more .container {
  max-width: 1260px;
}
.explore-more__title {
  font: normal normal bold 33px/39px "Rubik", sans-serif;
  color: #1F1C1D;
  margin: 0 0 21px;
}
.explore-more__card {
  border-radius: 8px;
  padding: 0 24px;
}
.explore-more__card.blue-card {
  background-color: #1A5BC3;
}
.explore-more__card.red-card {
  background-color: #CB2C30;
}
.explore-more__content {
  max-width: 276px;
  padding: 10px 0;
}
.explore-more__label {
  font: normal normal 600 28px/20px "Rubik", sans-serif;
  color: #FFFFFF;
  margin: 0 0 16px;
}
.explore-more__desc {
  font: normal normal normal 14px/22px "Rubik", sans-serif;
  color: #F8F9FA;
  margin-bottom: 32px;
}
.explore-more__cta {
  font: normal normal 500 14px/14px "Noto Sans", sans-serif, Helvetica;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 12px 24px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  display: inline-block;
  height: 40px;
}
.explore-more__img img {
  min-height: 250px;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fine-print {
  background-color: #FFF;
  padding: 40px 0 100px;
}
.fine-print .fine-print__title {
  font-size: 20px;
  font-weight: 900;
  font-family: "Rubik", sans-serif;
  line-height: 24px;
  color: #ED1C24;
  padding-bottom: 25px;
  margin-bottom: 0;
  text-transform: unset;
}
@media (max-width: 820px) {
  .fine-print .fine-print__title {
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 32px;
  }
}
.fine-print .accordion .card {
  border: none;
  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: 820px) {
  .fine-print .accordion .card .card-header {
    padding: 23px 0;
  }
}
.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;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
          text-transform: unset;
}
@media (max-width: 820px) {
  .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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 820px) {
  .fine-print .accordion .card .card-header button:after {
    position: absolute;
    right: 0;
  }
}
.fine-print .accordion .card .card-header button.active:after {
  -webkit-transform: rotate(-180deg);
          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";
}
.fine-print .fine-print__links {
  margin: 0;
}
.fine-print .fine-print__links li {
  border-top: 1px solid #A0A0A0;
}
.fine-print .fine-print__links li a {
  color: #898989;
  font: normal normal normal 18px/24px "Noto Sans", sans-serif, Helvetica;
  padding: 21px 0;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 820px) {
  .fine-print .fine-print__links li a {
    font-size: 16px;
    line-height: 22px;
  }
}
.fine-print .fine-print__links li a img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.fine-print .fine-print__title {
  font-size: 20px;
  font-weight: 900;
  font-family: "Rubik", sans-serif;
  line-height: 24px;
  color: #ED1C24;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.fine-print .accordion .card {
  border: none;
  border-top: 1px solid #A0A0A0 !important;
  border-radius: 0;
}

.get-ooredoo-app {
  background-color: #ED1C24;
  padding: 50px 0;
}
@media (max-width: 820px) {
  .get-ooredoo-app {
    padding: 30px 0;
  }
}

@media (max-width: 820px) {
  .ooredoo-qr-code {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
}

.ooredoo-qr-code__img {
  margin-right: 26px;
}
@media (max-width: 820px) {
  .ooredoo-qr-code__img {
    margin-right: 14px;
  }
}
.ooredoo-qr-code__img img {
  width: 114px;
  height: 114px;
  min-width: 114px;
  min-height: 114px;
}
@media (max-width: 820px) {
  .ooredoo-qr-code__img img {
    width: 105px;
    height: 105px;
    min-width: 105px;
    min-height: 105px;
  }
}

@media (max-width: 820px) {
  .ooredoo-qr-code__info {
    padding-top: 8px;
  }
}
.ooredoo-qr-code__info h5 {
  font: normal normal 600 24px/28px "Rubik", sans-serif;
  color: #FFFFFF;
  margin: 0 0 9px;
}
@media (max-width: 820px) {
  .ooredoo-qr-code__info h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 3px;
  }
}
.ooredoo-qr-code__info p {
  font: normal normal normal 14px/31px "Noto Sans", sans-serif, Helvetica;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 820px) {
  .ooredoo-qr-code__info p {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 3px;
  }
}

.ooredoo-app-galleries {
  height: 100%;
}
@media (max-width: 820px) {
  .ooredoo-app-galleries {
    margin-left: 120px;
    margin-top: -22px;
  }
}
.ooredoo-app-galleries a {
  margin-right: 12px;
  display: inline-block;
}
@media (max-width: 820px) {
  .ooredoo-app-galleries a {
    margin-right: 5px;
  }
}
.ooredoo-app-galleries img {
  width: 163px;
  height: 49px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 820px) {
  .ooredoo-app-galleries img {
    width: 76px;
    height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .ooredoo-app-galleries img {
    width: 145px;
  }
}

.postpaid-tabs {
  padding: 50px 0 52px;
}
.postpaid-tabs .container {
  max-width: 1094px;
}
.postpaid-tabs .nav-tabs {
  border: none;
  margin-bottom: 55px;
}
.postpaid-tabs .nav-item {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  color: #1f1c1d;
}
.postpaid-tabs .nav-item .nav-link {
  background: none !important;
  border: none;
  box-shadow: none;
  outline: 0;
  font: normal normal 600 18px/19px "Rubik", sans-serif;
  padding: 0 10px 20px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid #c2c2c2 !important;
}
.postpaid-tabs .nav-item .nav-link.active, .postpaid-tabs .nav-item .nav-link:hover {
  border-bottom-color: #f20000 !important;
  color: #f20000 !important;
  font-weight: 600;
  border: none;
}
.postpaid-tabs .postpaid-plans__cards .slick-list {
  padding: 0 0 0 7rem !important;
}

.postpaid-plans-slider__cta {
  margin-top: 33px;
}
.postpaid-plans-slider__cta a {
  font: normal normal 600 16px/18px "Rubik", sans-serif;
  color: #ED1C25 !important;
  text-decoration: none !important;
}
.postpaid-plans-slider__cta a::after {
  content: "";
  background: url("../images/black-arrow.svg") no-repeat center center/contain;
  width: 15px;
  height: 9px;
  margin-left: 7px;
}

.shahry-select-card {
  border-color: #86C7BB;
}
.shahry-select-card .postpaid-plans__card-top {
  border-radius: 11px 11px 0 0;
  margin-top: -19px;
}
.shahry-select-card .shahry-select__label {
  background-color: #86C7BB;
  padding: 15px 19px 30px 15px;
  border-radius: 12px 12px 0 0;
}
.shahry-select-card .shahry-select__label p {
  font: normal normal 600 16px/28px "Rubik", sans-serif;
  color: #000000;
  margin: 0;
}
.shahry-select-card .postpaid-plans__item-custitle {
  font: normal normal 600 15px/28px "Rubik", sans-serif;
  color: #221E20;
  margin: 0 0 28px;
}
.shahry-select-card .gray-bg {
  background-color: #F8F8F8;
}
.shahry-select-card .postpaid-plans__card-bottom .postpaid-plans__item {
  margin-bottom: 80px;
}

@media (max-width: 820px) {
  .postpaid-info {
    padding: 30px 0 35px;
  }
  .postpaid-info__title {
    font-size: 20px;
    line-height: 23px;
  }
  .postpaid-info__desc {
    margin-bottom: 16px;
  }
  .postpaid-info__links {
    width: 80%;
    max-width: 376px;
  }
  .postpaid-info__links li a {
    font-size: 12px;
    line-height: 12px;
    height: 35px;
  }
  .postpaid-plans {
    padding: 37px 0 30px;
  }
  .postpaid-plans__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .postpaid-plans__cards {
    margin-top: 30px;
  }
  .postpaid-plans__cards .slick-track {
    display: -webkit-box;
    display: flex;
  }
  .postpaid-plans__cards .slick-list {
    padding-left: 10px;
  }
  .postpaid-plans__cards .slick-slide {
    width: 350px;
    height: inherit;
  }
  .postpaid-plans__cards .slick-slide > div {
    height: 100%;
  }
  .postpaid-plans__cards .slick-slide > div > div {
    height: 100%;
    padding: 0 10px;
  }
  .postpaid-plans__card-bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .postpaid-plans__card-bottom .terms-cta {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 13px;
  }
  .postpaid-plans__card-label {
    font-size: 10px;
    line-height: 14px;
    padding: 5px 7px;
  }
  .postpaid-plans__name {
    font-size: 20px;
    line-height: 26px;
  }
  /* Popup */
  .postpaid-popup .container {
    padding: 27px 24px;
  }
  .postpaid-popup .container .row > div {
    margin-top: 30px;
  }
  .postpaid-popup__body {
    height: 600px;
    border-radius: 20px 20px 0 0;
  }
  .postpaid-popup__title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 !important;
  }
  .postpaid-popup__close {
    margin-left: 30px;
  }
  .selection-modal .modal-content {
    padding: 25px;
  }
  .selection-modal .modal-header {
    margin-bottom: 30px;
  }
  .selection-modal .modal-title {
    font-size: 20px;
    line-height: 25px;
  }
  .selection-modal .selection-plan:not(:last-child) {
    margin-bottom: 23px;
  }
  .selection-modal .selection-plan__title {
    font-size: 17px;
    line-height: 19px;
  }
  .selection-modal .selection-plan__desc {
    font-size: 15px;
    line-height: 18px;
  }
  .selection-modal .selection-plan__cta {
    font-size: 14px;
    line-height: 15px;
  }
  .small-popup .postpaid-popup__title {
    padding: 0;
    margin-bottom: 20px !important;
  }
  .coutries-row {
    margin: 0 !important;
  }
  .coutries-row > div {
    padding: 0 !important;
    margin-top: 10px;
  }
  .country-card {
    padding: 20px;
  }
  .country-card__top {
    margin-bottom: 10px;
  }
  .country-card__top h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 0 12px;
  }
  .country-card__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .benefit-card {
    margin-bottom: 30px;
  }
  .benefit-card__icon {
    margin-bottom: 8px;
  }
  .benefit-card__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .benefit-card__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .qatarna-container .postpaid-plans__title,
  .qatarna-container .postpaid-plans__desc {
    padding: 0 15px;
  }
  .qatarna-slider .slick-list {
    padding: 0 0 0 10px !important;
  }
  .qatarna-slider .slick-slide {
    width: 350px;
  }
  .special-plan {
    padding: 30px 0;
  }
  .special-plan__content {
    text-align: center;
    margin-bottom: 28px;
  }
  .special-plan__icon {
    margin-bottom: 19px;
  }
  .special-plan__title {
    font-size: 24px;
    line-height: 28px;
  }
  .special-plan__desc {
    font-size: 14px;
    line-height: 18px;
  }
  .special-plan .postpaid-plans__card-top {
    padding: 17px 15px;
  }
  .special-plan .postpaid-plans__card-middle {
    padding: 0 15px;
  }
  .special-plan .postpaid-plans__card-bottom {
    padding-top: 30px;
  }
  .special-plan .postpaid-plans__name span {
    font-size: 10px;
    line-height: 12px;
  }
  .special-plan .postpaid-plans__details {
    padding: 8px 14px;
  }
  .special-plan .postpaid-plans__item-title {
    font-size: 11px;
  }
  .special-plan .postpaid-plans__item span {
    padding-right: 0;
  }
  .special-plan .postpaid-plans__item.special-item {
    margin-top: 24px;
  }
  .special-plan .postpaid-plans__item.special-item > div {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .special-plan .postpaid-plans__item-label p {
    font-size: 11px;
    line-height: 16px;
  }
  .special-plan .postpaid-plans__item-icon {
    -webkit-box-flex: 0;
            flex: 0 0 22px;
    max-width: 22px;
  }
  .special-plan .postpaid-plans__item-icon img {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
  .special-plan .postpaid-plans__item-content {
    margin-top: 2px !important;
  }
  .special-plan .postpaid-plans__cus-title {
    font-size: 15px;
    line-height: 20px;
  }
  .special-plan .postpaid-plans__entertainment-list li {
    margin-bottom: 6px;
  }
  .special-plan .postpaid-plans__entertainment-list li:not(:last-child) {
    margin-right: 6px !important;
  }
  .special-plan .postpaid-plans__entertainment-list li img {
    width: 19px;
    height: 19px;
    max-width: 19px;
    max-height: 19px;
  }
  .why-postpaid {
    padding: 30px 0;
  }
  .why-postpaid .container .row > div {
    margin-top: 15px;
  }
  .why-postpaid__title {
    font-size: 18px;
    line-height: 24px;
  }
  .why-postpaid__card {
    padding: 15px;
  }
  .explore-more {
    padding: 40px 0;
  }
  .explore-more .container .row > div {
    position: static;
  }
  .explore-more .container .row > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .explore-more__title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .explore-more__card {
    position: relative;
    padding: 15px;
  }
  .explore-more__card .row > div:first-child {
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .explore-more__label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .explore-more__desc {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 19px;
  }
  .explore-more__img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .explore-more__img img {
    min-height: initial;
    max-width: 177px;
    max-height: 100%;
  }
  .postpaid-tabs > .container {
    padding: 0;
  }
  .postpaid-tabs .nav-tabs {
    margin-bottom: 35px;
  }
  .postpaid-tabs .nav-item .nav-link {
    padding-bottom: 14px;
    border-width: 2px;
  }
  .postpaid-tabs .postpaid-plans__cards .slick-list {
    padding: 0 0 0 10px !important;
  }
  .shahry-select-card .shahry-select__label p {
    font-size: 15px;
  }
  .shahry-select-card .postpaid-plans__item-custitle {
    line-height: 20px;
    margin-bottom: 25px;
  }
  .shahry-select-card .postpaid-plans__card-bottom .postpaid-plans__item {
    margin-bottom: 40px;
  }
  .shahry-select-card .postpaid-plans__card-bottom {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
}



/* ------ START :: Existing Postpaid Style ------ */
/* START :: STEPS */
.CMS-shahryAddons .steps-wrap {
  text-align: center;
  padding: 2% 0;
  margin: 0 auto;
  color: #898989;
  background-color: #f8f7fa;
}
.steps-wrap h1 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 60px;
  color: #221e20;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}
.steps-wrap > p {
  font-family: "Noto Sans", sans-serif, Helvetica;
}
.CMS-shahryAddons header {
  padding: 5px 0;
}
.CMS-shahryAddons header img {
  border-radius: 0;
}
.CMS-shahryAddons .steps-wrap .steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 4% auto 2%;
}
.CMS-shahryAddons .steps-wrap .step img {
  width: 30px;
}
@media (max-width: 820px) {
  .CMS-shahryAddons .steps-wrap .step img {
    margin: auto !important;
  }
  .steps .slick-track {
    display: flex !important;
  }
  .steps .slick-slide {
    width: 130px !important;
    flex: 0 0 130px;
    max-width: 130px;
  }
  .steps .slick-active {
    opacity: 1 !important;
  }
}
.CMS-shahryAddons .steps-wrap .step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.CMS-shahryAddons .steps-wrap .step p {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.46px;
  font-weight: 600;
}
@media (max-width: 820px) {
  .steps-wrap h1 {
    font-size: 22px;
  }
  .CMS-shahryAddons .steps-wrap {
    padding: 5% 0;
  }
  .CMS-shahryAddons .steps-wrap .steps {
    flex-wrap: wrap;
    margin: 9% auto 2%;
  }
  .CMS-shahryAddons .steps-wrap .step {
    width: 48%;
    padding: 10px;
  }
  .CMS-shahryAddons .steps-wrap .step p {
    font-size: 12px;
  }
}
/* END :: STEPS */

.ooredoo-fusion-wrappeer {
  background-color: #f9f9f9;
  padding-top: 195px;
}

.container.fusion-container {
  max-width: 1270px;
}
@media (min-width: 1025px) {
  .container.fusion-container {
    padding: 0;
  }
}

.link-with-arrow {
  color: #ed1b24;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif, Helvetica;
  line-height: 17px;
}
@media (max-width: 820px) {
  .link-with-arrow {
    font-size: 12px;
  }
  .ooredoo-fusion-wrappeer {
    padding-top: 120px;
    background-color: #FFF;
  }
}
.link-with-arrow::after {
  content: "";
  background: url("../images/Open CTA Arrow.svg") no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}
.link-with-arrow:hover {
  color: #ed1b24;
  text-decoration: none;
}

.smooth-move {
  transition: all 0.5s ease-in-out;
}

@media (max-width: 820px) {
  .fusion__left-side .slick-slide {
    width: 85vw !important; /* 355px */
    max-width: 100% !important;
    padding-bottom: 21px;
    transform: scale(1);
  }
}

.fusion__title {
  font: normal normal bold 33px/39px "Rubik", sans-serif;
  color: #1f1c1d;
  margin: 0 0 7px;
}

.fusion__desc {
  max-width: 599px;
  font: normal normal normal 17px/22px "Rubik", sans-serif;
  letter-spacing: -0.24px;
  color: #4d4a4b;
}

@media (max-width: 820px) {
  .fusion__title,
  .fusion__desc {
    padding: 0 25px;
  }
}


[data-shahry-scrolldown] {
  cursor: pointer;
}
.shahry-scrolling-up {
  color: #ed1c24;
  cursor: pointer;
}


.switch-to-ooredoo {
  background-color: #f9f9f9;
  padding: 76px 0 103px;
}
@media (max-width: 820px) {
  .switch-to-ooredoo {
    background-color: #fff;
  }
}
.switch-to-ooredoo > .container {
  max-width: 1092px;
}
.switch-to-ooredoo img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.fusion-plans {
  background-color: #f9f9f9;
  padding-bottom: 94px;
}
@media (max-width: 820px) {
  .fusion-plans {
    background-color: #fff;
    padding-bottom: 74px;
  }
}
@media (max-width: 767px) {
  .fusion-plans .row > div.col-12:not(:last-child) {
    margin-bottom: 43px;
  }
}
.fusion-plans .container {
  max-width: 1092px;
}
.fusion-plans__title {
  font: normal normal 900 26px/31px "Rubik", sans-serif;
  color: #000000;
  margin: 0 0 5px;
  margin-bottom: 25px;
}
.fusion-plans__desc {
  font: normal normal normal 18px/24px "Noto Sans", sans-serif, Helvetica;
  color: #545454;
  margin-bottom: 73px;
}
@media (max-width: 820px) {
  .fusion-plans__desc {
    margin-bottom: 41px;
  }
  .fusion-plans__title {
    margin-bottom: 17px;
  }
}
.fusion-plans__card {
  background-color: #ffffff;
  box-shadow: 0px 3px 40px #00000014;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fusion-plans__card-title {
  font: normal normal 600 18px/21px "Rubik", sans-serif;
  color: #221e20;
  margin: 0 0 3px;
}
.fusion-plans__card-desc {
  font: normal normal normal 14px/21px "Noto Sans", sans-serif, Helvetica;
  color: #221e20;
  margin: 0;
}
.fusion-plans__img {
  height: 174px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.fusion-plans__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fusion-plans__info {
  padding: 17px 20px 22px;
}
.fusion-plans__icon img {
  max-height: 27px;
  min-height: 24px;
  width: auto;
}
.fusion-plans__data {
  margin-left: 15px;
}
.fusion-plans__cta {
  padding: 0 58px 32px;
  margin-top: auto;
}
.fusion-plans__cta a {
  border: 1px solid #ed1c24;
  border-radius: 20px;
  font: normal normal 600 14px/31px "Noto Sans", sans-serif, Helvetica;
  color: #ed1c24 !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 121px;
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fusion-plans__cta a:hover {
  background-color: #ed1c24;
  color: #fff !important;
}
















@media (max-width: 820px) {
  .postpaid-wrappeer .fusion-plans {
    padding-bottom: 86px !important;
  }
}
/* END :: Tabs Section */

/* START :: Switch to Ooredoo */
.postpaid-wrappeer .switch-to-ooredoo {
  padding: 0;
  background-color: #f8f7fa;
  padding-top: 80px;
}
@media (max-width: 820px) {
  .postpaid-wrappeer .switch-to-ooredoo {
    padding-top: 0;
  }
}
/* END :: Switch to Ooredoo */

/* START :: Fusion plans */
.postpaid-wrappeer .fusion-plans {
  padding: 100px 0 135px;
}
.postpaid-wrappeer .fusion-plans__desc {
  margin-bottom: 56px;
}
/* END :: Fusion plans */

/* START :: Parallax Section */
section.parallax-section > .row > div {
  display: flex;
  height: 100%;
}
.parallax-section__banner {
  width: 100%;
}
.parallax-section {
  background: url('../images/parallax-blue-bg.png') no-repeat center center / cover;
  padding: 67px 0;
}
.parallax-section .container {
  max-width: 1092px;
  padding: 0;
}
.parallax-section .parallax-section__info {
  max-width: 375px;
}
.parallax-section .parallax-section__info h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
  color: #FFF;
}
.parallax-section .parallax-section__info p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
  font-family: "Noto Sans", sans-serif, Helvetica;
  color: #e3e3e3;
}

.parallax-section .parallax-section__info .text {
  margin: 10px 62px 30px 0;
  font-size: 14px;
}

.parallax-section .parallax-section__info .appstore-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 9px;
  background-color: rgba(225, 225, 225, 0.6);
  border-radius: 7px;
}

.parallax-section .parallax-section__info .appstore-wrap a:not(:last-child) {
  margin: 0 10px 0 0;
}

.parallax-section .parallax-section__info .appstore-wrap a img {
  width: 144px;
}
.parallax-section__banner img {
  width: 376px;
  height: 275px;
  min-width: 376px;
  min-height: 275px;
  max-width: 100%;
  max-height: initial;
  object-fit: contain;
}
@media (max-width: 820px) {
  .parallax-section .parallax-section__info .appstore-wrap a:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .parallax-section {
    padding: 50px 0;
  }
  .parallax-section .parallax-section__info {
    margin: 0 auto;
  }
  .parallax-section .parallax-section__info .appstore-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .parallax-section .container {
    padding: 0 15px;
  }
  .parallax-section__banner {
    text-align: center;
    margin-bottom: 45px;
  }
  .parallax-section__banner img {
    min-width: initial;
    min-height: initial;
  }
}
@media (min-width: 820px) and (max-width: 1028px) {
  .parallax-section .container {
    padding: 0 15px;
  }
}
/* END :: Parallax Section */

/* START :: Looking Answers */
.looking-for-answers {
  background-color: #fefefe;
  padding: 100px 0;
}
@media (max-width: 820px) {
  .looking-for-answers {
    padding-top: 35px;
  }
}
.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;
  padding: 50px 44px 19px 106px;
}
@media (max-width: 820px) {
  .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;
  font-family: "Rubik";
  line-height: 24px;
  color: #221e20;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .looking-for-answers .looking-for-answers__box .answer-box__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
@media (max-width: 820px) {
  .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: 14px;
  font-weight: normal;
  font-family: "Noto Sans", sans-serif, Helvetica;
  line-height: 19px;
  color: #727272;
}
@media (max-width: 820px) {
  .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: 820px) {
  .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: 820px) {
  .looking-for-answers .looking-for-answers__box .answer-box__cat-title img {
    max-width: 27px;
  }
}
@media (max-width: 820px) {
  .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: 820px) {
  .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;
  font-family: "Rubik";
  line-height: 21px;
  color: #2f2f2f;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .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: 820px) {
  .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: 14px;
  font-weight: normal;
  font-family: "Noto Sans", sans-serif, Helvetica;
  line-height: 19px;
  color: #727272;
  margin-bottom: 0;
}
.looking-for-answers .looking-for-answers__box .link-with-arrow {
  margin-top: auto;
}
@media (max-width: 820px) {
  .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: 820px) {
  .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;
}
/* END :: Looking Answers */
/* END :: Postpaid Landing Page */



/* START :: Main Slider */
.postpaid-wrappeer.CMS-shahryAddons {
  margin-top: 143px;
}
@media (max-width: 820px) {
  .postpaid-wrappeer.CMS-shahryAddons {
    margin-top: 96px;
  }
  .slick-slide {
    transform: scale(1) !important;
  }
}
.ooredoo-main-carousel__wrapper {
  background-color: #f8f7fa;
}
.ooredoo-main-carousel__wrapper > .container {
  max-width: 1730px;
  padding: 0;
}
.ooredoo-main-carousel {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.ooredoo-main-carousel .ooredoo-main-carousel__item {
  flex: 0 0 100%;
  max-width: 100%;
}
.ooredoo-main-carousel .ooredoo-main-carousel__item img {
  width: 100%;
}
@media (max-width: 768px) {
  .ooredoo-main-carousel .slick-dots {
    bottom: -18px;
  }
}
@media (max-width: 768px) {
  .ooredoo-main-carousel .slick-dots li {
    width: 16px !important;
    height: 16px !important;
  }
  .ooredoo-main-carousel .slick-dots li:last-child button {
    margin: 0 !important;
  }
}
.ooredoo-main-carousel .slick-dots li button {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #999;
  margin: 0px;
  background-color: #ffffff !important;
}
.ooredoo-main-carousel .slick-dots li button:before {
  display: none;
}
.ooredoo-main-carousel .slick-dots li.slick-active {
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1;
}
.ooredoo-main-carousel .slick-dots li.slick-active button {
  background: #ed1c24 !important;
  border-color: #ed1c24;
}
.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 {
  right: 10px;
}
@media (max-width: 768px) {
  .ooredoo-main-carousel .slick-arrow.arrow-next {
    right: 5px;
  }
}
.ooredoo-main-carousel .slick-arrow.arrow-prev {
  left: 10px;
}
@media (max-width: 768px) {
  .ooredoo-main-carousel .slick-arrow.arrow-prev {
    left: 5px;
  }
}
/* END :: Main Slider */

.CMS-footer-menu {
  margin-top: 0px;
}