.postpaid-btn {
  padding: 10px 24px;
  border-radius: 100px;
  background-color: #ED1C24;
  color: #FFF !important;
  text-decoration: none !important;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.48px;
  border: 2px solid transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
}
.postpaid-btn.bordered {
  background-color: transparent;
  border-color: #ED1C24;
  color: #ED1C24 !important;
}

* {
  box-sizing: border-box;
}

.ooredoo-postpaid-wrapper {
  margin-top: 111px;
}
@media (max-width: 820px) {
  .ooredoo-postpaid-wrapper {
    margin-top: 69px;
  }
}

.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;
  }
}
.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 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* =====[ START :: Postpaid Style ]===== */
.postpaid-info {
  padding: 40px 0;
}
.postpaid-info .container {
  max-width: 1290px;
}
.postpaid-info__title, .postpaid-info__primary-desc {
  font-family: "Rubik", sans-serif;
  margin: 0 0 8px;
}
.postpaid-info__title {
  color: #221E20;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  font-family: 'Outfit', "Rubik", sans-serif;
}
.postpaid-info__primary-desc, .postpaid-info__secondary-desc {
  color: #6D6D6D;
}
.postpaid-info__primary-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.postpaid-info__secondary-desc {
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.postpaid-types {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #A7E3D8), color-stop(0, #002054));
  background-image: linear-gradient(90deg, #A7E3D8 50%, #002054 0);
}
.postpaid-types .container {
  max-width: 1290px;
}
.postpaid-types .container > .row > div {
  padding: 40px 15px 40px 55px;
}
.postpaid-types .container > .row > div::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 270px;
}
.postpaid-types .container > .row > div:first-child {
  background-color: #A7E3D8;
}
.postpaid-types .container > .row > div:first-child::after {
  background-image: url("../images/person-one.png?ver=1");
}
.postpaid-types .container > .row > div:last-child {
  background-color: #002054;
}
.postpaid-types .container > .row > div:last-child .postpaid-types__title,
.postpaid-types .container > .row > div:last-child .postpaid-types__desc,
.postpaid-types .container > .row > div:last-child .postpaid-types__label,
.postpaid-types .container > .row > div:last-child .postpaid-types__brief,
.postpaid-types .container > .row > div:last-child .postpaid-types__price,
.postpaid-types .container > .row > div:last-child .postpaid-types__price .price,
.postpaid-types .container > .row > div:last-child .postpaid-types__price .currency {
  color: #FFF;
}
.postpaid-types .container > .row > div:last-child::after {
  background-image: url("../images/person-two.png");
}
.postpaid-types__card {
  height: 100%;
}
.postpaid-types__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.24px;
  margin: 0 0 10px;
}
.postpaid-types__desc {
  color: #000;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  max-width: 445px;
}
.postpaid-types__benefits {
  margin: 25px 0 30px 10px;
}
.postpaid-types__content:not(:last-child) {
  margin-bottom: 17px;
}
.postpaid-types__icon {
  margin-right: 22px;
}
.postpaid-types__icon img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-types__label, .postpaid-types__brief {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  margin: 0;
}
.postpaid-types__label {
  margin: 0 0 5px;
}
.postpaid-types__brief {
  font-weight: 400;
}
.postpaid-types__price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 16px;
}
.postpaid-types__price .currency {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 8px;
}
.postpaid-types__price .price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.5px;
}
.postpaid-types .postpaid-btn {
  margin-top: auto;
}

.compare-plans {
  padding: 75px 0;
}
.compare-plans .container {
  max-width: 1245px;
}
.compare-plans .container > .row > div:last-child {
  padding-left: 65px;
}
.compare-plans__title, .compare-plans__desc, .compare-plans__label, .compare-plans__brief {
  color: #221E20;
}
.compare-plans__title {
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 24px;
}
.compare-plans__desc {
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.compare-plans__box {
  border-radius: 12px;
  background-color: #FFFAFB;
  padding: 16px;
  height: 100%;
}
.compare-plans__icon {
  margin-bottom: 20px;
}
.compare-plans__icon img {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare-plans__label {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 12px;
}
.compare-plans__brief {
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.compare-plans__bottom {
  margin-top: 30px;
}
.compare-plans__bottom a {
  font-size: 14px;
  height: 40px;
}

.postpaid-features {
  padding: 56px 0 32px;
  background-color: #EEF4F8;
}
.postpaid-features .container {
  max-width: 1240px;
}
.postpaid-features .container .row > div {
  padding: 0 30px;
}
.postpaid-features .container .row > div:first-child .postpaid-features__img {
  width: 120px;
  min-width: 120px;
  bottom: 0;
  right: -35px;
}
.postpaid-features .container .row > div:nth-child(2) .postpaid-features__img {
  width: 165px;
  min-width: 165px;
  bottom: 9px;
  right: -30px;
}
.postpaid-features .container .row > div:last-child .postpaid-features__img {
  width: 123px;
  min-width: 123px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
}
.postpaid-features__content {
  max-width: 220px;
}
.postpaid-features__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 30px;
}
.postpaid-features__card {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFF;
  height: 100%;
}
.postpaid-features__label {
  color: #3F78D4;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.6px;
  margin: 0 0 8px;
}
.postpaid-features__desc {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  margin: 0;
}
.postpaid-features__img {
  height: auto;
}

.explore-plans {
  background-color: #EEF4F8;
  padding: 23px 0 53px;
}
.explore-plans .container {
  max-width: 1175px;
  background-color: #FFF;
  border-radius: 12px;
  border-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.explore-plans .container .row > div {
  padding: 32px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.explore-plans .container .row > div:first-child {
  border-radius: 24px 0 0 24px;
}
.explore-plans .container .row > div:last-child {
  border-radius: 0 24px 24px 0;
  padding-left: 70px;
  background-color: #EBF3FF;
}
.explore-plans .container .row > div:hover {
  border: 2px solid #7198F3 !important;
}
.explore-plans__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px;
}
.explore-plans__list li {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}
.explore-plans__list li::before {
  content: "";
  display: -webkit-inline-box;
  display: inline-flex;
  background: url("../images/blue-checkmark-icon.svg") no-repeat center center/contain;
  width: 13px;
  height: 12px;
  min-width: 13px;
  min-height: 12px;
  margin-right: 8px;
}
.explore-plans .postpaid-btn {
  height: 40px;
  font-size: 14px;
}

.need-help-choosing {
  background-color: #DFE7E7;
  padding: 32px 0;
}
.need-help-choosing .container {
  max-width: 750px;
}
.need-help-choosing__content {
  margin-bottom: 28px;
}
.need-help-choosing__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 25px;
}
.need-help-choosing__desc {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.need-help-choosing__box {
  border-radius: 12px;
  background: #FDFDFD;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px 12px;
  text-decoration: none !important;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.need-help-choosing__box:hover {
  box-shadow: none;
}
.need-help-choosing__img {
  margin-bottom: 12px;
}
.need-help-choosing__img img {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.need-help-choosing__label {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin: 0;
}

/* =====[ END :: Postpaid Style ]===== */
/* =====[ START :: Shared Style ]===== */
.postpaid-header {
  padding: 40px 0;
  background-color: #A7E3D8;
}
.postpaid-header.secondary-header {
  background-color: #002054;
}
.postpaid-header.secondary-header .postpaid-header__title,
.postpaid-header.secondary-header .postpaid-header__desc {
  color: #FFF;
}
.postpaid-header .container {
  max-width: 930px;
}
.postpaid-header__title {
  color: #221E20;
  font-family: 'Outfit', "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 9px;
}
.postpaid-header__desc {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.postpaid-plans {
  padding: 32px 0;
  background-color: #F4FAF9;
}
.postpaid-plans .container {
  max-width: 1185px;
}
.postpaid-plans__links {
  margin-bottom: 40px !important;
}
.postpaid-plans__links li {
  margin: 0 2px;
}
.postpaid-plans__links li span {
  color: #ED1C24;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  padding: 12px 16px;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.postpaid-plans__links li:hover span {
  color: #A91419;
}
.postpaid-plans__links li.active span {
  background-color: #E5EFFF;
  color: #0047BB;
}
.postpaid-plans__row > div {
  margin-bottom: 50px;
  padding: 0 10px;
}
.postpaid-plans__card {
  border-radius: 16px;
  border: 1px solid #5E8D84;
  outline: 1px solid transparent;
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.postpaid-plans__row > div:hover {
  opacity: 1 !important;
}

.postpaid-plans__row > div:hover .postpaid-plans__card {
  border-color: #0047BB;
  outline-color: #0047BB;
  box-shadow: none;
}
.postpaid-plans__card.qatarna-card {
  border: 1px solid #7198F3;
}
.postpaid-plans__card.qatarna-card .postpaid-plans__top {
  padding: 24px 24px 16px;
  border-bottom: 2px dotted #7198F3;
  background: transparent linear-gradient(27deg, #ffffff 0%, #dde6fb 100%) 0% 0% no-repeat padding-box;
}
/* .postpaid-plans__card.qatarna-card .postpaid-plans__old-price {
  color: #6D6D6D;
} */
.postpaid-plans__card.qatarna-card .postpaid-plans__budge {
  color: #4B69AC;
  background-color: #D9E5FF;
}
.postpaid-plans__card.golden-card {
  border: 1px solid #5E8D84;
  background: url('../images/nokhbaBG.png') no-repeat center center/cover;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
}
.postpaid-plans__card.golden-card .postpaid-plans__top {
  background: none !important;
  border-bottom: 1px solid #6A542C;
  padding-bottom: 25px;
}
.postpaid-plans__card.golden-card * {
  color: #FFF !important;
}
.postpaid-plans__card.golden-card .postpaid-plans__benefits-brief {
  color: #D9D9D9 !important;
}
.postpaid-plans__card.golden-card .postpaid-plans__extra-title {
  color: #898989 !important;
}
.postpaid-plans__card.golden-card .postpaid-plans__title,
.postpaid-plans__card.golden-card .postpaid-plans__benefits-label,
.postpaid-plans__card.golden-card .postpaid-plans__extra-label strong {
  color: #F6D57F !important;
}
.postpaid-plans__card.golden-card .postpaid-plans__benefits-icon img,
.postpaid-plans__card.golden-card .postpaid-plans__extra-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.postpaid-plans__tag {
  right: 0;
  top: -27px;
  color: #FFF;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.5px;
  background-color: #0047BB;
  padding: 5px 12px 17px;
  border-radius: 4px 4px 0 0;
  z-index: -1;
}
.postpaid-plans__tag.secondary-tag {
  background-color: #86C8BC;
}
.postpaid-plans__top {
  padding: 24px 24px 16px;
  border-bottom: 2px dotted #5E8D84;
  background: transparent linear-gradient(27deg, #ffffff 0%, #dcedea 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px 16px 0 0;
}
.postpaid-plans__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}
.postpaid-plans__desc {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-plans__price {
  text-align: right;
}
.postpaid-plans__old-price {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #0047BB;
}
.postpaid-plans__start-from {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.postpaid-plans__old-price, .postpaid-plans__per-month {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.postpaid-plans__per-month {
  color: #6D6D6D;
}
.postpaid-plans__current-price {
  margin: 2px 0;
}
.postpaid-plans__current-price .currency {
  color: #898989;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 3px;
}
.postpaid-plans__current-price .price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.5px;
}
.postpaid-plans__budge {
  border-radius: 4px;
  color: #37534E;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #D8EEEA;
  padding: 2px 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 14px;
  max-width: 100%;
}
.postpaid-plans__benefits {
  padding: 20px 24px 24px;
}
.postpaid-plans__benefits-item {
  -webkit-box-flex: 1;
          flex: 1;
}
.postpaid-plans__benefits-icon {
  margin-bottom: 8px;
}
.postpaid-plans__benefits-icon img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-plans__benefits-label {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin: 0 0 2px;
}
.postpaid-plans__benefits-brief {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.postpaid-plans__extra {
  padding: 0 24px 24px;
}
.postpaid-plans__extra-title {
  color: #898989;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
  margin: 0 0 10px;
}
.postpaid-plans__extra-item:not(:last-child) {
  margin-bottom: 8px;
}
.postpaid-plans__extra-icon {
  margin-right: 8px;
}
.postpaid-plans__extra-icon img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-plans__extra-label {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-plans__extra-label .help-info {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -2px 0 0 6px;
  cursor: pointer;
}
.postpaid-plans__extra.progress-wrapper {
  padding: 0 9px 24px;
}
.postpaid-plans__progress:not(:last-of-type) {
  margin-bottom: 24px;
}
.postpaid-plans__progress-title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin: 0 0 5px;
}
.postpaid-plans__progress .progress {
  border-radius: 12px;
  background-color: #D1E2FE;
  height: 9px;
}
.postpaid-plans__progress .progress-bar {
  border-radius: 12px;
  background-color: #0047BB;
}
.postpaid-plans__progress .progress-value {
  margin-top: 8px;
}
.postpaid-plans__progress .progress-value span {
  color: #595959;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.1px;
}
.postpaid-plans__progress .progress-value span strong {
  color: #221E20;
}
.postpaid-plans__bottom {
  padding: 0 24px 16px;
  margin-top: auto;
}
.postpaid-plans__details-cta {
  color: #ED1C24 !important;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.postpaid-select-modal .modal-content {
  border-radius: 24px;
  background-color: #FDFDFD;
}
.postpaid-select-modal .modal-header {
  padding: 32px 32px 0;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.postpaid-select-modal .modal-header h5 {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.postpaid-select-modal .modal-header .close {
  padding: 0;
  outline: 0;
  box-shadow: none;
  opacity: 1;
  margin: 0;
  display: -webkit-box;
  display: flex;
}
.postpaid-select-modal .modal-header .close img {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-select-modal .modal-body {
  padding: 20px 32px 32px;
}
.postpaid-select-modal__desc {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}
.postpaid-select-modal__card {
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.postpaid-select-modal__card:not(:last-child) {
  margin-bottom: 20px;
}
.postpaid-select-modal__content {
  max-width: 240px;
}
.postpaid-select-modal__label {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 8px;
}
.postpaid-select-modal__brief {
  color: #6D6D6D;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-select-modal__cta .postpaid-btn {
  font-size: 14px;
}

.postpaid-details-modal.modal.right .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.postpaid-details-modal.modal.right.show .modal-dialog {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  max-width: 560px !important;
  width: 560px;
  max-height: 100%;
}
.postpaid-details-modal.modal.right .modal-content {
  height: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 0;
}
.postpaid-details-modal .modal.fade .modal-dialog {
  -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.postpaid-details-modal .modal-header {
  padding: 30px 30px 24px;
  border: none;
}
.postpaid-details-modal .modal-header h5 {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.postpaid-details-modal .modal-header button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: 0;
  opacity: 1;
}
.postpaid-details-modal .modal-header button img {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.postpaid-details-modal .modal-body {
  padding: 0 24px 24px;
}
.postpaid-details-modal .modal-body .nav-tabs {
  padding: 0 !important;
  margin-bottom: 28px;
  border: none;
}
.postpaid-details-modal .modal-body .nav-item {
  margin: 0 2px;
}
.postpaid-details-modal .modal-body .nav-link {
  color: #ED1C24;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.postpaid-details-modal .modal-body .nav-link:hover {
  color: #A91419;
}
.postpaid-details-modal .modal-body .nav-link.active {
  background-color: #E5EFFF;
  color: #0047BB !important;
}
.postpaid-details-modal .postpaid-details-label {
  color: #6D6D6D;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 0;
}
.postpaid-details-modal .postpaid-details-list {
  padding: 20px 0 24px;
  margin-bottom: 24px;
}
.postpaid-details-modal .postpaid-details-list:not(:last-of-type) {
  border-bottom: 1px solid #E0E0E0;
}
.postpaid-details-modal .postpaid-details-list li:not(:last-child) {
  margin-bottom: 14px;
}
.postpaid-details-modal .postpaid-details-list li img:not(.info-icon) {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -1px;
}
.postpaid-details-modal .postpaid-details-list li .info-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5px;
  cursor: pointer;
}
.postpaid-details-modal .postpaid-details-list li p {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 0 8px;
}
.postpaid-details-modal .postpaid-details-list .international-list {
  border: none;
  padding: 0;
}
.postpaid-details-list .international-list .roaming-countries-list {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 12px;
  margin: 14px 0;
}
.roaming-countries-list .row {
  margin: 0;
}
.roaming-countries-list__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin: 0 0 13px;
}
.roaming-countries-list__title:not(:first-of-type) {
  margin-top: 5px;
}
.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}
.postpaid-details-list .countries-search {
  display: none;
}
.postpaid-details-modal .postpaid-details-list .roaming-countries-list p {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 6px;
}
.postpaid-details-modal .postpaid-details-footer {
  border-top: 1px solid #E0E0E0;
  background-color: #FDFDFD;
  padding: 24px 32px;
}
.postpaid-details-modal .postpaid-details-footer .postpaid-btn {
  font-size: 14px;
  width: 100%;
  height: 40px;
}
.postpaid-details-modal .postpaid-details-footer > div {
  -webkit-box-flex: 1;
          flex: 1;
}
.postpaid-details-modal .postpaid-details-price .old-price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-right: 8px;
}
.postpaid-details-modal .postpaid-details-price .currency {
  color: #898989;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.postpaid-details-modal .postpaid-details-price .current-price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: 0.5px;
}
.postpaid-details-modal .postpaid-details-price .per-month {
  color: #6D6D6D;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-title {
  margin-bottom: 10px;
  margin-top: 30px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-title img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  margin-top: -4px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-title h5 {
  color: #6D6D6D;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 0;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 16px;
  margin-bottom: 12px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card__top {
  margin-bottom: 12px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card-title img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 12px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card-title span {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card-note {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.postpaid-details-modal .postpaid-details-benefilts .benefilts-card-desc {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-details-modal .international-pragraph {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
.postpaid-details-modal .international-list {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
}
.postpaid-details-modal .international-list li {
  padding: 16px 0 12px;
}
.postpaid-details-modal .international-list li:first-child {
  padding-top: 0;
}
.postpaid-details-modal .international-list li:last-child {
  padding-bottom: 0;
}
.postpaid-details-modal .international-list li:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.postpaid-details-modal .international-list li img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  margin-top: -2px;
}
.postpaid-details-modal .international-list li p {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.postpaid-details-modal .international-list a {
  color: #ED1C24 !important;
  text-decoration: underline !important;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}
.postpaid-details-modal .international-list a::after {
  content: "";
  display: -webkit-inline-box;
  display: inline-flex;
  background: url("../images/red-chevron-down.svg") no-repeat center center/contain;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 1px 0 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.postpaid-details-modal .international-list a.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.countries-results {
  max-height: 200px;
  overflow-y: auto;
}
.postpaid-details-modal .international-list li .countries-search {
  margin-top: 12px;
  display: none;
}
.postpaid-details-modal .international-list li .countries-search .form-group {
  width: 70%;
  position: relative;
}
.postpaid-details-modal .international-list li .countries-search .form-group::after {
  content: "";
  display: block;
  background: url("../images/MagnifyingGlass.svg") no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.postpaid-details-modal .international-list li .countries-search .form-group input {
  border-radius: 8px;
  background-color: #F6F6F6;
  box-shadow: none;
  outline: 0;
  border: none;
  width: 100%;
  padding-right: 35px;
}
.postpaid-details-modal .international-list li .countries-search span {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 8px;
}
.postpaid-details-modal .international-list li .countries-search span.included {
  color: #1F7042;
  background-color: #C3EFD5;
}
.postpaid-details-modal .international-list li .countries-search span.not-included {
  color: #B21217;
  background-color: #FDE8E9;
}
.postpaid-details-modal .international-list li .countries-search mark {
  background-color: #0047bb61;
  color: #000000;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
}

.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.not-highlighted {
  opacity: 0.45;
}
.not-highlighted .postpaid-plans__card {
  box-shadow: none !important;
}
.postpaid-plans__row > div.stop-hover:hover {
  opacity: 0.45 !important;
}

.postpaid-plans__row > div.stop-hover:hover .postpaid-plans__card {
  border-color: #5E8D84 !important;
  outline-color: transparent !important;
  box-shadow: none !important;
}

.looking-for-more {
  background-color: #FFF;
  padding: 48px 0;
}
.looking-for-more .container {
  max-width: 850px;
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  padding: 32px 32px 24px;
}
.looking-for-more__content {
  margin-bottom: 30px;
}
.looking-for-more__icon {
  margin-right: 25px;
}
.looking-for-more__icon img {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.looking-for-more__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 8px;
}
.looking-for-more__desc {
  color: #6D6D6D;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.looking-for-more__list {
  margin: 0 0 0 65px;
}
.looking-for-more__list li {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
}
.looking-for-more__list li:not(:last-child) {
  margin-bottom: 14px;
}
.looking-for-more__list li::before {
  content: "";
  display: -webkit-inline-box;
  display: inline-flex;
  background: url("../images/blue-checkmark-icon.svg") no-repeat center center/contain;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  margin-right: 12px;
}
.looking-for-more__list li:last-child::before {
  display: none;
}
.looking-for-more__label {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  display: block;
  margin-left: 27px;
}
.looking-for-more .postpaid-btn {
  margin-left: 75px;
  margin-top: 16px;
}
.looking-for-more__start {
  color: #0047BB;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 16px 0 0 110px;
}
.looking-for-more__start span {
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
}
.looking-for-more__start strong {
  font-size: 20px;
  font-weight: 700px;
}

.compare-plans-details {
  background-color: #DFE7E7;
  padding: 45px 0;
}
.compare-plans-details__wrapper {
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
}
.compare-plans-details .container {
  max-width: 100%; /*1150px*/
}
.compare-plans-details__content {
  margin-bottom: 28px;
}
.compare-plans-details__title {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 4px;
}
.compare-plans-details__desc {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.compare-plans-details__list {
  width: 135px;
  overflow: hidden;
  border-radius: 0 0 0 24px;
  box-shadow: 10px 2px 17px -11px #ababab;
  position: relative;
}
.compare-plans-details__list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.compare-plans-details__list li:not(:first-child) {
  background-color: #F6FFFD;
  height: 87px;
  padding: 15px 7px 15px 24px;
}
.compare-plans-details__list li:first-child {
  border: none !important;
  padding: 15px 7px 10px 24px;
  height: 60px;
}
.compare-plans-details__list li:nth-child(2) {
  border-radius: 24px 0 0 0;
}
.compare-plans-details__list li:last-child {
  border-radius: 0 0 0 24px;
}
.compare-plans-details__list li:not(:last-child) {
  border-bottom: 2px solid #DFE7E7;
}
.compare-plans-details__list li h5 {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: -0.25px;
  margin: 0;
  max-width: 100px;
}
.compare-plans-details__list li a {
  color: #ED1C24 !important;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  display: inline-block;
  margin-bottom: 2px;
}
.compare-plans-details__list li .currency {
  color: #898989;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.compare-plans-details__list li .price {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-left: 3px;
}
.compare-plans-details table {
  border-collapse: separate;
  border-spacing: 8px 2px;
  margin: 0;
  width: max-content;
}
.compare-plans-details table thead th {
  padding: 6px 24px;
  border-radius: 12px 12px 0 0;
  border: 1px solid #CADAF3;
  background-color: #E5EFFF;
  height: 55px;
}
.compare-plans-details table th, .compare-plans-details table td {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compare-plans-details table td {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  height: 85.5px;
  border-radius: 4px;
  background-color: #FDFDFD;
}

.compare-sticky-btn {
  padding: 12px 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 32px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  left: 19px;
  bottom: 19px;
  z-index: 3;
  cursor: pointer;
}
.compare-sticky-btn.d-none {
  display: none !important;
}
.compare-sticky-btn__icon {
  margin-right: 10px;
}
.compare-sticky-btn__icon img {
  width: 18px;
  height: 16.5px;
  min-width: 18px;
  min-height: 16.5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare-sticky-btn__label span {
  color: #ED1C24;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.postpaid-shared-slider {
  padding: 40px 0 56px;
  background-color: #F9F9F9;
}
.postpaid-shared-slider .container {
  max-width: 1260px;
  padding: 0;
  border-radius: 16px;
}
.postpaid-shared-slider__item img {
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 16px;
}
.postpaid-shared-slider .slick-dots {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.postpaid-shared-slider .slick-dots li {
  width: 8px;
  height: 8px;
  max-width: 8px;
  max-height: 8px;
  display: -webkit-box;
  display: flex;
  margin-left: 0;
  padding: 0 !important;
}
.postpaid-shared-slider .slick-dots li button {
  font-size: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background-color: #003387 !important;
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
  margin: 0 !important;
}
.postpaid-shared-slider .slick-dots li:last-child {
  margin: 0 !important;
}
.postpaid-shared-slider .slick-dots li.slick-active button {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
  background-color: #0047BB !important;
  box-shadow: 0 0 3px 1px #0047BB;
}
.postpaid-shared-slider .slick-dots li button:before {
  display: none !important;
}
.postpaid-shared-slider .slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.postpaid-shared-slider .slick-arrow {
  background: none;
  border: none;
  outline: 0;
  box-shadow: none;
  font-size: 0;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-color: #fde8e9;
}
.postpaid-shared-slider .slick-arrow:before {
  display: none;
} 
.postpaid-shared-slider .slick-arrow.slick-next {
  background-image: url("../images/chevron-down.svg");
  transform: rotate(-90deg);
  right: -65px;
}
.postpaid-shared-slider .slick-arrow.slick-prev {
  background-image: url("../images/chevron-down.svg");
  transform: rotate(90deg);
  left: -65px;
}
.postpaid-shared-slider .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.shared-faq {
  background-color: #EEF4F8;
  padding: 60px 0;
}
.shared-faq .container {
  max-width: 960px;
}
.shared-faq .shared-faq__title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  line-height: 32px;
  color: #221E20;
  margin: 0 0 32px;
}
.shared-faq .accordion .card {
  border: none;
  border-radius: 8px !important;
  background-color: #FDFDFD;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.shared-faq .accordion .card:not(:last-child) {
  margin-bottom: 12px;
}
.shared-faq .accordion .card .card-header {
  border: none;
  background: none;
  padding: 12px;
  border-radius: 8px !important;
}
.shared-faq .accordion .card .card-header button {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #221E20;
  display: block;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-decoration: none !important;
  text-transform: unset;
  text-align: initial;
  height: auto;
}
.shared-faq .accordion .card .card-header button:after {
  content: "";
  background: url("../images/chevron-down.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 25px;
  min-width: 14px;
  min-height: 25px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 15px;
}
.shared-faq .accordion .card .card-header button.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.shared-faq .accordion .card .card-header button:focus {
  box-shadow: none;
}
.shared-faq .accordion .card .card-body {
  font-family: "Noto Sans", sans-serif, Helvetica;
  padding: 12px;
}
.shared-faq .accordion .card .card-body p {
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 15px;
}
.shared-faq .accordion .card .card-body ul {
  padding: inherit;
}
.other-products {
  padding: 64px 0;
  background-color: #F9F9F9;
}
.other-products .container {
  max-width: 1290px;
}
.other-products .container > .row > div:first-child .other-products__card {
  background-color: #FBEDB1;
}
.other-products .container > .row > div:last-child .other-products__card {
  background-color: #E5EFFF;
}
.other-products__card {
  margin: 0;
  border-radius: 16px;
  height: 100%;
}
.other-products__card > div:first-child {
  padding: 32px;
}
.other-products__card > div:last-child {
  padding: 0;
}
.other-products__content {
  height: 100%;
}
.other-products__label {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 16px;
}
.other-products__brief {
  color: #221E20;
  font-family: "Noto Sans", sans-serif, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.other-products .postpaid-btn {
  height: 40px;
  background-color: #FFF;
  font-size: 14px;
  margin-top: auto;
}
.other-products__img {
  height: 100%;
}
.other-products__img img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-bottom-left-radius: 57%;
  border-bottom-right-radius: 16px;
  margin-top: auto;
}

.terms-link {
  background-color: #EBF0F0;
  padding: 22px 0;
}
.terms-link .container a {
  color: #221E20 !important;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.terms-link .container a::after {
  content: "";
  display: -webkit-inline-box;
  display: inline-flex;
  background: url("../images/ArrowSquareUpRight.svg") no-repeat center center/contain;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-left: 8px;
}
.table-responsive {
    padding-bottom: 10px;
    scrollbar-width: thick;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #898989;
}
.table-responsive::-webkit-scrollbar-track {
  background: #fff; 
}
.table-responsive::-webkit-scrollbar {
    height: 14px !important;
}
/* =====[ END :: Shared Style ]===== */
@media (max-width: 820px) {
  /* =====[ START :: Postpaid Style ]===== */
  .postpaid-info {
    padding: 24px 0;
    text-align: initial !important;
  }
  .postpaid-info__title {
    font-size: 20px;
    line-height: 24px;
  }
  .postpaid-types {
    background: none;
  }
  .postpaid-types .container > .row > div {
    padding: 30px 15px !important;
  }
  .postpaid-types .container > .row > div::after {
    display: none;
  }
  .postpaid-types .container > .row > div:last-child .postpaid-types__icon {
    background-color: #143F86;
  }
  .postpaid-types__title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 4px;
  }
  .postpaid-types__desc {
    max-width: initial;
    font-size: 14px;
    line-height: 20px;
  }
  .postpaid-types__price {
    margin-bottom: 12px;
    text-align: center;
  }
  .postpaid-types__benefits {
    margin: 24px 0 28px !important;
    text-align: center;
    display: -webkit-box;
    display: flex;
  }
  .postpaid-types__benefits > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
            flex: 1;
    padding: 0 5px;
    -webkit-box-pack: initial !important;
            justify-content: initial !important;
    margin: 0 !important;
    text-align: center;
  }
  .postpaid-types__icon {
    margin: 0 0 8px !important;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: #BFF3E9;
  }
  .postpaid-types__label {
    margin: 0;
  }
  .postpaid-types__label, .postpaid-types__brief {
    font-size: 16px;
  }
  .postpaid-types .postpaid-btn {
    width: 100%;
  }
  .compare-plans {
    padding: 30px 0;
    text-align: center !important;
  }
  .compare-plans .container {
    padding: 0 15px;
  }
  .compare-plans .container > .row > div:last-child {
    padding: 0 15px !important;
  }
  .compare-plans__text {
    margin-bottom: 24px;
  }
  .compare-plans__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .compare-plans__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .compare-plans__features {
    margin: 0;
  }
  .compare-plans__features > div {
    padding: 0 5px;
  }
  .compare-plans__box {
    padding: 15px 5px;
  }
  .compare-plans__label {
    font-size: 14px;
    line-height: 19.6px;
    margin: 0 0 4px;
  }
  .compare-plans__brief {
    font-size: 12px;
    line-height: 16.8px;
  }
  .compare-plans__icon {
    margin-bottom: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .compare-plans__icon img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .compare-plans__bottom {
    margin-top: 25px;
  }
  .compare-plans__bottom a {
    width: 100%;
  }
  .postpaid-features {
    padding: 40px 0 28px;
  }
  .postpaid-features .container .row > div {
    padding: 0;
  }
  .postpaid-features .container .row > div .slick-slide:first-child .postpaid-features__img {
    width: 100px;
    min-width: 100px;
    right: -24px;
  }
  .postpaid-features .container .row > div .slick-slide:nth-child(2) .postpaid-features__img {
    width: 130px;
    min-width: 130px;
    bottom: 9px;
    right: -24px;
  }
  .postpaid-features .container .row > div .slick-slide:last-child .postpaid-features__img {
    width: 110px;
    min-width: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -40px;
  }
  .postpaid-features__content {
    max-width: 220px;
  }
  .postpaid-features__title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 14px;
  }
  .postpaid-features .slick-slide {
    width: 350px;
  }
  .postpaid-features .slick-dots {
    padding: 0 !important;
    list-style: none !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 30px 0 0;
  }
  .postpaid-features .slick-dots > li {
    height: auto !important;
    width: auto !important;
    border-radius: 50%;
    display: block;
    padding: 0 !important;
    margin-left: 0;
  }
  .postpaid-features .slick-dots > li:not(:last-child) {
    margin-right: 16px;
  }
  .postpaid-features .slick-dots > li:last-child {
      margin: 0 !important;
  }
  .postpaid-features .slick-dots > li button {
    box-shadow: none;
    outline: 0;
    border: none;
    font-size: 0;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px;
    min-height: 8px;
    border-radius: 50%;
    background-color: #F9B9BB !important;
    opacity: 0.5;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
  }
  .postpaid-features .slick-dots > li.slick-active button {
    background-color: #0047BB !important;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.7;
    box-shadow: 0 0 3px 1px #0047BB;
  }
  .explore-plans {
    padding: 24px 15px;
  }
  .explore-plans .container {
    background: none;
    box-shadow: none;
    border-radius: 0;
    overflow: initial;
  }
  .explore-plans .container .row > div {
    padding: 24px !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid transparent !important;
  }
  .explore-plans .container .row > div:first-child {
    margin-bottom: 20px;
    background-color: #FFF;
  }
  .explore-plans__title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .explore-plans__title span {
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #6D6D6D;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .explore-plans__list {
    margin-bottom: 33px;
  }
  .explore-plans__list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .explore-plans__list li::before {
    width: 18px;
    height: 10px;
    min-width: 18px;
    min-height: 10px;
    margin-right: 8px;
  }
  .explore-plans .postpaid-btn {
    width: 100%;
  }
  .need-help-choosing__content {
    text-align: initial !important;
  }
  /* =====[ END :: Postpaid Style ]===== */
  /* =====[ START :: Shared Style ]===== */
  .postpaid-header {
    padding: 24px 0;
    text-align: initial !important;
  }
  .postpaid-header__title {
    font-size: 20px;
    line-height: 24px;
  }
  .postpaid-plans {
    padding: 19px 0;
  }
  .postpaid-plans__links {
    margin-bottom: 35px !important;
    flex-wrap: nowrap;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
    overflow-x: auto;
    padding-bottom: 10px !important;
  }
  .postpaid-plans__links li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }
  .postpaid-plans__links li span {
    font-size: 16px;
    line-height: 24px;
  }
  .postpaid-plans:not(.qatarna-plans) .postpaid-plans__row > div {
    margin-bottom: 40px;
  }
  /* .postpaid-plans:not(.qatarna-plans) .postpaid-plans__row > div:first-child() {
    order: 1;
  }
  .postpaid-plans:not(.qatarna-plans) .postpaid-plans__row > div:nth-child(2) {
    order: 3;
  }
  .postpaid-plans:not(.qatarna-plans) .postpaid-plans__row > div:nth-child(3) {
    order: 4;
  }
  .postpaid-plans:not(.qatarna-plans) .postpaid-plans__row > div:nth-child(4) {
    order: 2;
  }
  .postpaid-plans:not(.qatarna-plans) .postpaid-plans__row > div:nth-child(5) {
    order: 5;
  } */
  .postpaid-plans__top + .row > div:last-child {
    padding: 0;
  }
  .postpaid-plans__start-from {
    color: #898989;
  }
  .postpaid-plans__per-month {
    color: #898989;
  }
  @-webkit-keyframes modal-animate {
    0% {
      bottom: -120%;
    }
    100% {
      bottom: -10px;
    }
  }
  @keyframes modal-animate {
    0% {
      bottom: -120%;
    }
    100% {
      bottom: -10px;
    }
  }
  .postpaid-select-modal .modal-dialog {
    -webkit-box-align: end;
            align-items: flex-end;
    max-width: 100%;
  }
  .postpaid-select-modal .modal-content {
    border-radius: 24px 24px 0 0;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    -webkit-animation: modal-animate 0.3s ease-in-out;
            animation: modal-animate 0.3s ease-in-out;
  }
  .postpaid-select-modal.show .modal-content {
    bottom: -10px;
  }
  .postpaid-select-modal .modal-header {
    padding: 24px 24px 0;
  }
  .postpaid-select-modal .modal-header h5 {
    font-size: 20px;
  }
  .postpaid-select-modal .modal-body {
    padding: 20px 24px 24px;
  }
  .postpaid-select-modal__desc {
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 28px;
  }
  .postpaid-select-modal__card {
    padding: 16px;
  }
  .postpaid-select-modal__label {
    font-size: 16px;
    line-height: 19.2px;
  }
  .postpaid-select-modal__brief {
    font-size: 12px;
    line-height: 15.6px;
  }
  .postpaid-details-modal.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    height: 80%;
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
  }
  .postpaid-details-modal.modal.right.show .modal-dialog {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    max-width: 100% !important;
    width: 100%;
    height: 80%;
  }
  .postpaid-details-modal.modal.right .modal-content {
    height: 100%;
    border-radius: 24px 24px 0 0;
  }
  .postpaid-details-modal .modal.fade .modal-dialog {
    -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .postpaid-details-modal .modal-header {
    padding: 23px 24px;
  }
  .postpaid-details-modal .modal-body {
    padding: 0 24px 24px;
  }
  .postpaid-details-modal .modal-body .nav-tabs {
    flex-wrap: nowrap;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
    overflow-x: auto;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
  }
  .postpaid-details-modal .modal-body .nav-link {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
  }
  .postpaid-details-modal .postpaid-details-footer {
    padding: 24px;
  }
  .postpaid-details-modal .postpaid-details-footer > div {
    -webkit-box-flex: 1;
            flex: auto;
  }
  .looking-for-more {
    padding: 20px 15px;
  }
  .looking-for-more .container {
    padding: 16px 16px 24px;
  }
  .looking-for-more__content {
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .looking-for-more__icon {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .looking-for-more__title {
    margin: 0 0 12px;
  }
  .looking-for-more__desc {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  .looking-for-more__list {
    margin: 0 !important;
  }
  .looking-for-more__list li {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
  .looking-for-more__label {
    color: #898989;
    font-size: 14px;
    margin-left: 0;
  }
  .looking-for-more .postpaid-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 20px;
    width: 100%;
  }
  .looking-for-more__start {
    margin: 16px 0 0 !important;
    text-align: center;
  }
  .compare-plans-details {
    padding: 32px 0 40px;
  }
  .compare-plans-details .container {
    padding: 0;
  }
  .compare-plans-details__content {
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .compare-plans-details__title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px;
  }
  .postpaid-shared-slider {
    padding: 0 0 50px;
  }
  .postpaid-shared-slider .container {
    border-radius: 0;
  }
  .postpaid-shared-slider .container .slick-slide {
    transform: scale(1);
  }
  .postpaid-shared-slider__item img {
    border-radius: 0;
  }
  .postpaid-shared-slider .slick-arrow {
    display: none !important;
  }
  .shared-faq {
    padding: 35px 0;
  }
  .shared-faq .shared-faq__title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 40px;
  }
  .other-products {
    padding: 32px 0 10px;
    background-color: #F9F9F9;
  }
  .other-products .container > .row > div {
    margin-bottom: 16px;
  }
  .other-products__card {
    border-radius: 12px;
  }
  .other-products__card > div:first-child {
    padding: 24px;
  }
  .other-products__label {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 8px;
  }
  .other-products__brief {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .other-products .postpaid-btn {
    font-size: 10px;
    height: 32px;
  }
  .other-products__img img {
    border-bottom-left-radius: 57%;
    border-bottom-right-radius: 12px;
  }
  .not-highlighted {
    opacity: 1;
  }
  /* =====[ END :: Shared Style ]===== */
  .postpaid-details-list .international-list .roaming-countries-list {
    width: calc(100% + 40px);
    margin-left: -30px;
  }
  .postpaid-details-modal .postpaid-details-list .roaming-countries-list p {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .postpaid-types .container > .row > div {
    padding: 30px 15px;
  }
  .postpaid-types .container > .row > div::after {
    display: none;
  }
  .postpaid-features {
    overflow: hidden;
  }
  .postpaid-features__img {
    display: none;
  }
}