@media (max-width: 820px) {
  .page-template-post-paid-landing-page {
    overflow-x: hidden;
  }
  .read_more_need {margin-left: 5px; display: inline-block !important;}
  .card-body p, .fine-print .accordion .card .card-body h5, .fine-print .accordion .card .card-body h3{font-size: 14px;}
}
.read_more_need {display: none;}
.fine-print .accordion .card .card-body h5, .fine-print .accordion .card .card-body h3 {font-size: 16px;}
@media (min-width: 821px) and (max-width: 870px) {
	.accordion .collapse:not(.show), .roaming-accordion .collapse:not(.show){display: none !important;}
	.shahry-parallax-section .col-lg-6{flex: 0 0 50%;max-width: 50%;}
	.shahry-parallax-section__info--links a img{width: 105px !important;}
	.looking-for-answers .looking-for-answers__box .answer-box:first-child{text-align: center;padding-bottom: 10px;}
	.fine-print .accordion .card .card-header button {width: 100% !important;}
}
@media (min-width: 600px) and (max-width: 800px) {
	.looking-for-answers .looking-for-answers__box .answer-box:first-child {text-align: center;padding-bottom: 10px;}
}
@media (min-width: 500px) and (max-width: 800px){
.custom-breadcrumb {
    top: 130px !important;
}
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #ed1d24;
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-title .store_locator_footer{max-width: 35px;}
/* OLD CSS - SHOULD BE REMOVED SLOWLY */
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 6px;
}

::-webkit-scrollbar:horizontal {
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.show-div {
  display: flex !important;
}

.hide-div {
  display: none;
}

/* .container {
            max-width: calc(100vw - 190px);
        } */
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.CMS-footer-menu {
  margin-top: 0 !important;
}

.CMS-postpaid-selectplans {
  margin-top: 142px;
  padding: 0;
  background: #f9f9f9;
}

.CMS-postpaid-selectplans .category-banner img {
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.category-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 auto 1%;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 5px 15px rgb(209 213 223 / 50%);
  border-radius: 0 0 20px 20px;
  width: 90%;
  cursor: pointer;
}

.steps-wrap {
  display: flex;
  width: 75%;
  justify-content: space-around;
  align-items: center;
  margin: 2% auto;
}

.steps-wrap .step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.steps-wrap .step p {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
  color: #2d2d2d;
}

.plan-container-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.select-plan__fold-section__plan-container__plan-card {
  min-height: 150px;
  padding: 15px;
  margin: 5% 1% 1%;
}

.plan-card {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  min-height: 270px;
  position: relative;
  box-shadow: 0 0 4px rgb(0 0 0 / 11%);
}

.plan-card__promotion-label {
  padding: 10px;
  text-align: center;
  position: absolute;
  top: -45px;
  background: #ed1c24;
  color: #fff;
  width: 82%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 17px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.plan-card__promotion-recommand {
  padding: 2px;
  text-align: center;
  position: absolute;
  top: 15px;
  background: #ffd500;
  color: #2d2d2d;
  width: 27%;
  left: 15px;
  right: 274px;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 5px;
}

.plan-container-card.Shahry .plan-card__benfit-text {
  min-height: 250px;
  padding: 25px 20px 0;
}

.plan-card__benfit-text__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2% 0 4%;
}

.plan-card__footer__price-container__price {
  display: flex;
  position: relative;
}

.plan-card__header__plan-name {
  font-size: 20px;
  margin: 10px 0 0;
  display: block;
  color: #221e20;
}

.plan-card__footer__discounted-price-container {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  position: absolute;
  top: -20px;
  color: #1a1a1a;
  right: 6px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.plan-card__footer__price-container__price h4 {
  font-size: 20px;
}

.plan-card__footer__price-container__price h2 {
  margin: -5px 5px 0;
  font-size: 30px;
}

.plan-card__footer__price-container__price small {
  font-size: 13px;
  position: absolute;
  right: 7px;
  bottom: 0;
  color: #ec1c24;
}
@media (max-width: 820px) {
  .plan-card__footer__price-container__price small {
    bottom: -13px;
  }
}
.plan-card__benfit-text__benfit {
  display: flex;
  margin-top: 5px;
  align-items: flex-start;
  justify-content: flex-end;
}

.plan-card__benfit-text__benfit p {
  font-size: 15px;
  margin: 0;
  width: 100%;
  color: #221e20;
}

.plan-card__benfit-text__benfit h3 {
  margin: 0;
  font-size: 16px;
  display: block;
  width: 60%;
  text-align: right;
  color: #3b3b3b;
}

.plan-card__benfit-text .terms-text {
  font-size: 12px;
  margin: 10px 0 0;
  display: block;
  color: #221e20;
}

.plan-card__footer {
  padding: 15px 20px 5px;
  color: #707070;
  background: #f9f9f9;
  margin: 2% 0 0;
  border-radius: 0 0 10px 10px;
  transition: all 0.5s ease;
}

.plan-card__footer__benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.plan-card__footer__benefits .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;
}

.plan-card__footer__benefits .icons {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 110%;
  margin: 5px 0;
  flex-wrap: wrap;
  height: 64px;
  overflow: auto;
}

.plan-card__footer__benefits h4 {
  font-size: 15px;
  color: #3b3b3b;
}

.plan-card__footer__benefits .title-wrap .btnClick {
  cursor: pointer;
  font-weight: 600;
  font-family: "Noto Sans";
  font-size: 14px;
  margin: 0;
}

.plan-card__footer__benefits .title-wrap .btnClick span {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.plan-card__footer__benefits .icons {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 110%;
  margin: 5px 0;
  flex-wrap: wrap;
  height: 64px;
  overflow: auto;
}

.plan-card__footer__benefits .icons a {
  text-align: center;
  text-decoration: none;
  color: #5a5a5a;
}

.plan-card__footer__benefits .icons img {
  width: 35px;
  margin: 0 5px;
  border-radius: 6px;
}

.plan-card__footer__benefits .icons .name {
  font-size: 11px;
  padding: 5px 6px;
}

.plan-card__footer__benefits-detail {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  padding-bottom: 10px;
}

.plan-card__footer__benefits-detail h5 {
  font-size: 13px;
  font-weight: 600;
  margin: 15px 0 10px;
  color: #454545;
}

.plan-card__footer__benefits-detail a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 50px;
  padding: 5px 0;
  text-decoration: none;
}

.plan-card__footer__benefits-detail img {
  width: 36px;
  margin: 0 10px 0 0;
  border-radius: 6px;
}

.plan-card__footer__benefits-detail .text-detail span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.plan-card__footer__benefits-detail .text-detail .sub-title {
  font-size: 13px;
  color: #898989;
}

.plan-card__footer__benefits-detail h5 {
  font-size: 13px;
  font-weight: 600;
  margin: 15px 0 10px;
  color: #454545;
}

.plan-container-card .cta-wrap {
  width: 99%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3% 0;
  padding: 13px;
}

.plan-container-card .cta-wrap .col-xs-6 {
  width: 48%;
  margin-left: 3%;
}

.plan-container-card .cta-wrap a.btn-inverse {
  width: 100%;
  font-size: 14px;
  border: solid 1px;
}
.plan-container-card .cta-wrap a.btn.btn-primary.btn-block {
  font-size: 14px;
}
@media (max-width: 820px) {
  .plan-container-card .cta-wrap a.btn-inverse,
  .plan-container-card .cta-wrap a.btn.btn-primary.btn-block {
    font-size: 12px;
    line-height: 23px;
  }
}

.select-plan__categories-selection__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.select-plan__categories-selection__container__title {
  text-align: center;
  margin: 10px 0 3%;
  font-size: 26px;
  color: #545454;
}

.select-plan__categories-selection__container__title h3 {
  font-size: 26px;
}

.select-plan__categories-selection__container__categories {
  display: flex;
  justify-content: center;
}

.select-plan__categories-selection__container__categories .QatarnaG {
  order: 0;
}

.select-plan__categories-selection__container__categories__item {
  margin: 0 20px;
  display: flex;
  flex-direction: row;
}

.select-plan__categories-selection__container__categories .GDataSIM {
  order: 2;
}

.category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 340px;
  padding: 10px 22px 15px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px #d1d5df80;
}

.category-card__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 6px 0 2%;
}

.category-card a.link-btn {
  background-color: transparent !important;
  text-transform: initial;
  text-align: left;
  color: #f20000 !important;
  padding: 10px 0 0 !important;
  font-size: 20px;
}

.category-card__header h2 {
  font-size: 26px;
  color: #000000;
  margin-bottom: 5px;
}

.title-wrap .btnClick i {
  font-size: 18px;
  margin: 7px 5px 8px;
  font-weight: 700;
}

.category-card__header__subtitle {
  font-size: 15px;
  color: #2f2f2f;
  height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}

.select-plan__benfits-section {
  padding-top: 12%;
  margin-top: 4%;
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 20px;
  background-image: url("../images/white-building-bg.svg");
  background-size: cover;
  background-position: 2% 0;
}

.select-plan__benfits-section__title {
  font-size: 26px;
  padding: 0;
  color: #000;
  margin-top: 6%;
}

.select-plan__benfits-section__title h3 {
  font-size: 26px;
  color: #545454;
  margin-bottom: 10px;
}

.addOnsCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addOns.card {
  width: 24%;
  padding: 16px 16px 0 !important;
  border-radius: 15px;
  border: 1px solid #ddd;
  font-size: 16px;
  text-align: left;
  margin: 30px 0;
  min-height: 175px;
}

.addOns.card > h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.addOns.card .desc {
  margin: 10px 0;
  min-height: 70px;
  color: #2f2f2f;
  font-size: 16px;
}

.addOns.card a.btn.btn-link {
  background: none;
  color: red !important;
  font-size: 14px;
  text-align: left;
  padding: 0 !important;
  text-transform: none;
}

.contactFaq {
  padding: 30px 20px;
  border-radius: 15px;
  border: 1px solid #ddd;
  display: flex;
  margin-top: 4%;
  margin-bottom: 4%;
}

.contactFaq__title {
  width: 38%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.contactFaq__title h4 {
  font-size: 20px;
  color: #221e20;
  margin: 0 0 10px;
}

.contactFaq__title .desc {
  font-size: 17px;
  width: 70%;
  margin-bottom: 20px;
  color: #221e20;
}

.contactFaq__title .faqImg {
  padding: 0 10px;
  width: 70px;
}

.contactFaq__title a {
  font-size: 14px;
  font-weight: 600;
  color: #ed1c24 !important;
  font-family: "Rubik" !important;
}

.contactFaq__qa {
  width: 95%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contactFaq__qa a.question {
  width: 373px;
  font-size: 14px;
  padding: 5px 0 0 10px;
  text-decoration: underline !important;
  position: relative;
  color: #000;
  cursor: pointer;
}

.contactFaq__qa a.question:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #ed1c24;
  left: -4px;
  right: 0;
  top: 13px;
}

.offersFaq .title {
  font-size: 22px;
  padding: 15px 0 5px;
}

.offersFaq .accordion {
  color: #898989 !important;
}

.offersFaq__list {
  font-size: 18px;
  display: block;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  cursor: pointer;
}

.offersFaq__list a {
  color: #898989 !important;
}

.offersFaq__list i {
  margin: 0 10px;
  font-size: 12px;
}

@media (max-width: 820px) {
  .CMS-postpaid-selectplans {
    margin-top: 104px;
  }

  .category-banner {
    margin: 0;
    width: 100%;
    background: none;
  }

  .select-plan__benfits-section {
    padding: 35% 5% 0;
    background-size: auto;
    background-position: 20% 10% !important;
  }

  .select-plan__fold-section .steps-wrap {
    width: 107%;
    margin: 12% -26px 7%;
  }

  .select-plan__fold-section .steps-wrap .step {
    display: flex !important;
  }

  .slick-initialized .slick-slide {
    width: 246px;
  }

  .select-plan__fold-section .steps-wrap .slick-track {
    transform: translate3d(100px, 0px, 0px);
    margin: 0 -35%;
  }

  .select-plan__fold-section .steps-wrap .step p {
    font-size: 12px;
  }

  .select-plan__fold-section .steps-wrap .slick-list {
    padding: 0;
  }

  .select-plan__categories-selection__container__categories {
    display: flex;
    flex-wrap: wrap;
  }

  .select-plan__categories-selection__container__categories__item {
    margin: 15px 0;
  }
  .addOnsCard {
    flex-direction: column;
  }
  .addOnsCard .slick-initialized .slick-slide {
    width: 300px !important;
  }

  .addOns.card > h4 {
    font-size: 16px;
  }

  .addOns.card {
    width: 90% !important;
    min-height: 210px;
    margin: 15px 0;
  }

  .addOns.card a.btn.btn-link {
    font-size: 18px !important;
  }

  .contactFaq {
    flex-direction: column;
    padding-bottom: 80px;
    position: relative;
  }

  .contactFaq__title {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .contactFaq__title h4 {
    font-size: 24px;
  }

  .contactFaq__title .desc {
    width: 100%;
    margin-bottom: 5px;
  }

  .contactFaq__title a {
    position: absolute;
    bottom: 20px;
    background: red;
    padding: 10px 5px;
    border-radius: 30px;
    color: #fff !important;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }

  .plan-card__footer__price-container__price h4 {
    margin-bottom: 10px;
  }

  .plan-card__promotion-recommand {
    right: 196px;
    width: 33%;
  }

  .select-plan__fold-section__plan-container__plan-card {
    padding: 15px 0;
  }

  .plan-container-card .cta-wrap .btn {
    font-size: 13px;
    padding: 8px 0;
  }

  .plan-card__footer__benefits .title-wrap .btnClick {
    margin-bottom: 0;
  }

  .select-plan__benfits-section__title h3,
  .select-plan__categories-selection__container__title h3,
  .offersFaq .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .select-plan__fold-section .steps-wrap {
    width: 120%;
  }
  .steps-wrap.slick-initialized .slick-slide {
    width: 130px !important;
  }
  .select-plan__benfits-section__title {
    margin-top: 12%;
  }
  .select-plan__categories-selection {
    margin-bottom: 12%;
  }
  .select-plan__fold-section .upgrade-your-world__title {
    font: normal normal 800 28px/42px Rubik;
  }
}
.select-plan__fold-section .title-wrap {
  color: #898989;
  padding: 2% 0;
  width: 100%;
  margin: 0 auto;
}
.select-plan__fold-section .title-wrap h1 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ed1c24;
}
@media (max-width: 820px) {
  .select-plan__fold-section .title-wrap {
    width: 100%;
  }
  .select-plan__fold-section .title-wrap h1 {
    margin: 20px 0;
  }
}
.fine-print {
  background-color: #fff;
}
.fine-print .fine-print__title {
  font-size: 30px;
  font-weight: 900;
  font-family: "Rubik";
  line-height: 24px;
  color: #ed1c24;
  padding-bottom: 25px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .fine-print .fine-print__title {
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 32px;
  }
}
.fine-print .accordion > div {
  border: none;
  border-bottom: 1px solid #a0a0a0 !important;
  border-radius: 0;
}
.fine-print .accordion > div: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%;
  font-family: "Noto Sans";
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  text-transform: none;
}
@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;
  transition: all 0.3s ease-in-out;
}
button.btn-link[aria-expanded="true"] i.fa-solid.fa-angle-down.red-arrow{ transform: rotate(-180deg); }
@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 {
  transform: rotate(-180deg);
}
.fine-print .accordion .card .card-header button:focus {
  box-shadow: none;
}
.fine-print .accordion .card .card-body {
  padding: 0 0 1rem;
  font-family: "Noto Sans";
}
.fine-print .accordion .card .card-body p {
  font-family: "Noto Sans";
}
.fine-print .accordion .card_with-link a {
  color: #898989;
  font: normal normal normal 18px / 24px "Noto Sans";
  padding: 21px 0;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 820px) {
  .fine-print .accordion .card_with-link a {
    font-size: 16px;
    line-height: 22px;
  }
}
.fine-print .accordion .card_with-link a img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
#accordionFaq ul {
  margin: 0 20px;
}
#accordionFaq ul li {
  list-style: disc;
}

/* START: Callback widget styles */
.call-back-widget {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.call-back-widget__btn {
  width: 135px;
  height: 42px;
  border: 1px solid #ed1c24;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #ed1c24;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans";
  position: absolute;
  left: -46px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}
.call-back-widget__btn img {
  margin: 0 5px;
  width: initial;
}
.call-back-widget_form {
  width: 300px;
  height: 340px;
  background: #fff;
  box-shadow: 0 0 20px hsl(0deg 0% 73% / 95%);
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 15px;
  margin-left: 52px;
  position: relative;
  display: none;
}
.call-back-widget_form h3 {
  color: #ed1c24;
  line-height: 1.4;
  font-family: "Rubik";
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 17px;
  padding-right: 15px;
}
.call-back-widget_form--alert h3 {
  padding: 0;
}
.call-back-widget_form p {
  font-size: 14px;
  color: #646060;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Noto Sans";
}
.call-back__form-group {
  color: #221e20;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.call-back__form-group input:not([type="submit"]) {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 4px;
  width: 100%;
  height: auto;
  font-size: 17px;
}
.call-back__form-group button,
.call-back-widget_form--alert > div button {
  cursor: pointer;
  height: auto;
  padding: 10px 12px;
  font-size: 14px;
  background: #ed1c24;
  color: #fff;
  border-radius: 28px;
  border: none;
  font-family: "Rubik";
  display: block;
  min-width: 150px;
  margin: auto;
}
.call-back__form-group button:disabled {
  background: #aaa;
  cursor: not-allowed;
}
.call-back__form-group button.submiting:disabled {
  font-size: 0;
}
.call-back__form-group button .submiting {
  background: url("../images/reload.png") no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  animation: reload 1s linear infinite;
  text-align: center;
  margin: auto;
  opacity: 0.6;
  display: none;
}
@keyframes reload {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.call-back__form-group input:focus {
  outline: 0;
}

.call-back__form-group {
  position: relative;
}
.call-back-widget_form--close {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 15px;
  cursor: pointer;
  z-index: 9;
}
.call-back-widget_form--alert {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 8;
  padding: 45px 15px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  border-radius: 7px;
  display: none;
}
.call-back-widget_form--alert img {
  width: 36px;
}
.label-field {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0.5em;
  z-index: 1;
  font-size: 13px;
  line-height: 17px;
  color: #999;
  white-space: nowrap;
  cursor: text;
  transition: all 0.1s ease;
  padding: 8px 10px;
  background: white;
  font-family: "Noto Sans";
  margin-bottom: 0 !important;
  display: inline-flex;
  align-items: center;
}
input:focus ~ .label-field,
input:valid ~ .label-field {
  font-size: 11px;
  left: 10px;
  top: -15px;
  padding: 5px 10px;
  height: max-content;
  background-color: #fff;
}
input:required ~ .label-field::after {
  content: "*";
  color: red;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}
/* END: Callback widget styles */

/* START: Postpaid Landing Page */

.custom-breadcrumb + .CMS-shahryAddons {
  padding-top: 142px;
}
@media (max-width: 767px) {
  .custom-breadcrumb + .CMS-shahryAddons {
    padding-top: 0;
  }
}
.CMS-shahryAddons {
  padding: 0;
  background-color: #f8f7fa;
  box-shadow: 0 -19px 50px rgb(0 0 0 / 29%);
}
.CMS-shahryAddons.second {
  background: transparent linear-gradient(180deg, #f8f7fa 0%, #ffffff 100%) 0 0
    no-repeat padding-box;
  padding-bottom: 4%;
}
.custom-breadcrumb .container,
header.container {
  max-width: calc(100vw - 190px);
  padding: 0;
}
@media (max-width: 820px) {
  .custom-breadcrumb .container {
    padding-left: 7px;
    padding-right: 7px;
    max-width: initial;
  }
}
.container {
  max-width: 1094px;
}
.CMS-shahryAddons .steps-wrap {
  text-align: center;
  padding: 2% 0;
  width: 90%;
  margin: 0 auto;
  color: #898989;
  display: initial;
}
.steps-wrap h1 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #221e20;
}
.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;
}
.CMS-shahryAddons .cards-section h2 {
  font-size: 20px;
  text-align: center;
}
.CMS-shahryAddons a.link-btn img {
  width: 16px;
  margin: 0 10px;
}
.CMS-shahryAddons .cards-section .plans {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6%;
}
.CMS-shahryAddons .cards-section .plans .card p {
  min-height: 70px;
}
.CMS-shahryAddons .cards-section .plans .card {
  width: 32%;
  border-radius: 10px;
  padding: 20px;
  color: #222a41;
  box-shadow: -10px 20px 40px #0000000f;
  border: 1px solid #e9e9e9;
  position: relative;
  min-height: 185px;
}
.promotion-badge {
  background: #ffd500 0 0 no-repeat padding-box;
  border-radius: 5px 0 0 5px;
  padding: 2px 15px;
  position: absolute;
  right: 0;
  font-size: 13px;
  color: #2d2d2d;
  font-weight: 600;
}
.CMS-shahryAddons .link-btn {
  font-size: 15px;
  line-height: 18px;
  font-weight: 900;
  color: #ed1c24 !important;
  font-family: "Rubik" !important;
}
.CMS-shahryAddons .cards-section {
  padding: 0 0 5%;
}
.CMS-shahryAddons .cards-section .benefits .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 175px 0 5%;
  box-shadow: 0 3px 6px #85858529;
  border: 1px solid #efefef;
  border-radius: 10px;
  min-height: 496px;
}
.CMS-shahryAddons .cards-section .benefits .left img {
  width: 600px;
  margin-top: -130px;
}
.CMS-shahryAddons .cards-section .benefits .left {
  width: 50%;
  padding: 29px 29px 0;
}
.CMS-shahryAddons .cards-section .benefits .right {
  width: 50%;
  padding: 2% 19% 2% 2%;
}
.cards-section .benefits .right h5 {
  margin-bottom: 13.3px;
  color: #898989;
  font-size: 14px;
}
.cards-section .benefits .right h4 {
  margin-bottom: 12.8px;
}
.cards-section .benefits .right p {
  margin: 10px 0 45.7px;
}
@media (max-width: 820px) {
  .cards-section .benefits .right h5 {
    margin-bottom: 6px;
  }
  .cards-section .benefits .right p {
    margin-bottom: 12px;
  }
}
.plans .badge {
  background: #ed1b241f;
  border-radius: 5px 5px 0 0;
  padding: 5px 8px;
  position: absolute;
  top: -25px;
  color: #ed1b24;
  font-size: 14px;
  /* line-height: 19px; */
  font-weight: 500;
}
.plans .badge.blue {
  background-color: #2cd5c417;
  color: #000000;
  padding: 5px 10px;
}
.plans .badge.blue img {
  width: 14px;
}
.plans .badge img {
  width: 8px;
}
.plans .card > h4 {
  font-size: 27px;
  line-height: 36px;
  font-weight: 900;
}
.CMS-shahryAddons .select-addOns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4% 6%;
}
.CMS-shahryAddons .select-addOns .left {
  width: 32%;
}
.CMS-shahryAddons .select-addOns .left > h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  color: #221e20;
}
.CMS-shahryAddons .select-addOns .left p {
  margin: 10px 0 20px;
  font-size: 17px;
  line-height: 23px;
  color: #222a41;
}
@media (max-width: 820px) {
  .CMS-shahryAddons .select-addOns .left > h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .CMS-shahryAddons .select-addOns .left p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.CMS-shahryAddons .select-addOns .right img {
  width: 600px;
}
.CMS-shahryAddons .promotion-wrap {
  padding: 5% 0;
  width: 919px;
  margin: 0 auto;
}
.CMS-shahryAddons .title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 5% 0;
}
.CMS-shahryAddons .promotion-wrap .left h2 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 9px;
}
.CMS-shahryAddons .promotion-wrap .left p {
  font-size: 15px;
  line-height: 20px;
}
.CMS-shahryAddons .addOns.promations {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
}
.CMS-shahryAddons .addOns.promations .list {
  width: 289px;
  height: 289px;
  margin: 0 5px;
}
.CMS-shahryAddons .addOns.promations img {
  padding: 0 8px;
}
.CMS-shahryAddons .greate-reason-wrap {
  margin: 0 auto;
  width: 28%;
  padding-top: 50px;
}
.CMS-shahryAddons .greate-reason-wrap h4 {
  font-size: 20px;
  text-align: center;
}
.CMS-shahryAddons .greate-reasons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 6% 0 8%;
}
.CMS-shahryAddons .greate-reason-wrap .list {
  text-align: center;
}
.CMS-shahryAddons .greate-reasons .list h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 20px;
  color: #2f2f2f;
}
/* need help card-css */
.looking-for-answers .looking-for-answers__box {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/looking-for-answers.svg")
    no-repeat left top;
  background-color: #f6f6f6;
  margin: 58px 0;
  padding: 50px 44px 19px 106px;
}
.looking-for-answers .looking-for-answers__box .answer-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.looking-for-answers .looking-for-answers__box .answer-box__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  color: #221e20;
  margin-bottom: 12px;
}
.looking-for-answers .looking-for-answers__box .answer-box__description p {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  color: #727272;
}
.looking-for-answers .looking-for-answers__box .ooredoo-one-link {
  margin-top: auto;
}
.ooredoo-one-link::after {
  content: "";
  background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/red-right-arrow.svg")
    no-repeat center center;
  background-size: cover;
  width: 15px;
  height: 9.92px;
  display: inline-block;
  margin-left: 5px;
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-title img {
  max-width: 27px;
  margin-right: 12px;
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-title h2 {
  font-size: 17px;
  font-weight: 900;
  line-height: 21px;
  color: #2f2f2f;
  margin-bottom: 0;
}
.ooredoo-one-link {
  color: #ed1b24;
  font-size: 14px;
  font-weight: 900;
  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;
}
.looking-for-answers .looking-for-answers__box .answer-box__cat-description p {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  color: #727272;
  margin-bottom: 0;
}
.answer-box__cat-description {
  margin-bottom: 20px;
}
.looking-for-answers
  .looking-for-answers__box
  .answer-box__cat-title
  img.cat-img-mobile {
  display: none;
}
/* parallax-css */
.parallax-section {
  height: 438px;
  /*overflow: hidden;*/
  position: relative;
  /* padding-top: 60px; */
}

.parallax-section .row {
  position: relative;
}

.parallax-section .row::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -60px;
  height: 50px;
  width: 100%;
}

.parallax-section__banner-fixed {
  position: fixed;
  width: 50vw;
  height: 100vh;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50vw !important;
}

.parallax-section:after,
.parallax-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 47px;
  z-index: 5;
  opacity: 0.2;
}

.parallax-section:after {
  top: 60px;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0
    0 no-repeat padding-box;
  display: none;
}

.parallax-section:after {
  top: 60px;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0
    0 no-repeat padding-box;
}

.parallax-section .row {
  margin: 0;
  height: 100%;
}

.parallax-section .parallax-section__info {
  width: 370px;
  margin: 10% 9%;
}
.parallax-section .parallax-section__info h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.parallax-section .parallax-section__info p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
}

.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;
  margin: 10px 0;
}

.parallax-section .parallax-section__info .appstore-wrap a {
  margin: 0 10px 0 0;
}

.parallax-section .parallax-section__info .appstore-wrap a img {
  width: 144px;
}
a.link-with-arrow {
  margin-top: auto;
  color: #ed1b24;
  font-size: 14px;
  font-weight: 900;
  line-height: 31px;
}
.greate-reasons .list img {
  min-width: fit-content;
}
.CMS-postpaid-plans-banner .fa {
  font-size: 34px;
  color: #fff;
}
.CMS-postpaid-plans-banner .slick-next:before,
.CMS-postpaid-plans-banner .slick-prev:before {
  display: none;
}
.CMS-postpaid-plans-banner .slick-prev {
  left: 20px;
  z-index: 1;
}
.CMS-postpaid-plans-banner .slick-next {
  right: 20px;
  z-index: 1;
}
.cms-home-hero-mobile {
  display: none;
}
[dir="rtl"] .slick-prev {
  left: 21px !important;
  right: auto;
}
/* faq Modal revamp */
.modal.faq_modal_bottom {
  position: fixed;
  z-index: 99999;
}
.modal-dialog,
.modal.faq_modal_bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 36%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.faq_modal_bottom.fade .modal-dialog {
  bottom: -100%;
  transition: opacity 0.2s linear, bottom 0.2s ease-out;
  width: 100%;
}
.modal.faq_modal_bottom.fade.show .modal-dialog {
  bottom: -57%;
  box-shadow: 0 0 19px rgb(0 0 0 / 50%);
}
.modal.left_modal .modal-content,
.modal.faq_modal_bottom .modal-content {
  height: 43vh !important;
  padding: 20px 150px;
  border-radius: 20px 20px 0 0;
  color: #898989;
}
.faq_modal_bottom .modal-content ul {
  padding: 15px 25px;
}
.faq_modal_bottom .modal-content ul li {
  list-style: disc;
}
.faq_modal_bottom .modal-header h4 {
  font-size: 24px;
  margin: 0;
  color: #221e20;
}
.faq_modal_bottom .modal-content .title {
  max-height: 160px;
  margin-top: 20px;
  overflow-y: auto;
}
.faq_modal_bottom .modal-content a {
  font-size: 14px;
  font-weight: 600;
  color: #ed1c24 !important;
  font-family: "Rubik" !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
  }
}

@media (max-width: 820px) {
  .custom-breadcrumb {
    top: 59.6px;
  }
  .CMS-shahryAddons .promotion-wrap {
    width: 100% !important;
  }
  .CMS-shahryAddons .promotion-wrap .title {
    margin: 5% 2%;
  }
  .help-section {
    justify-content: center;
  }
  .cms-home-hero-banner-desk {
    display: none;
  }
  .cms-home-hero-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .CMS-shahryAddons {
    margin-top: 98px;
    font-size: 15px;
  }
  .CMS-shahryAddons h4,
  h5 {
    font-size: 20px;
  }
  .steps-wrap h1 {
    font-size: 22px;
  }
  .custom-breadcrumb {
    top: 68px !important;
  }
  .custom-breadcrumb .container,
  header.container {
    max-width: 100%;
  }
  .CMS-shahryAddons .steps-wrap {
    padding: 5% 0;
  }
  .CMS-shahryAddons .steps-wrap .steps {
    flex-wrap: wrap;
    margin: 15% auto 2%;
  }
  .CMS-shahryAddons .steps-wrap .step {
    width: 48%;
    padding: 10px;
  }
  .CMS-shahryAddons .steps-wrap .step p {
    font-size: 12px;
  }
  .CMS-shahryAddons .cards-section .plans {
    flex-wrap: wrap;
    justify-content: center;
  }
  .CMS-shahryAddons .cards-section .plans h4 {
    font-size: 27px;
  }
  .CMS-shahryAddons .cards-section .plans .card {
    width: 92%;
    margin-top: 20px;
  }
  .CMS-shahryAddons .cards-section .benefits {
    display: flex;
    justify-content: center;
    margin-bottom: 27%;
  }
  .CMS-shahryAddons .cards-section .benefits .card {
    width: 90%;
    flex-direction: column-reverse;
    margin-top: 112px;
  }
  .CMS-shahryAddons .cards-section .benefits .right {
    width: 100%;
    padding: 13% 20px 0;
  }
  .CMS-shahryAddons .cards-section .benefits .left {
    width: 100%;
    padding: 40px;
  }
  .CMS-shahryAddons .cards-section .benefits .left img {
    margin: 0 0 -137px -97px;
    width: 358px;
    max-width: 358px;
  }
  .CMS-shahryAddons .select-addOns .left {
    width: 100%;
  }
  .CMS-shahryAddons .select-addOns .right img {
    margin-top: 15%;
  }
  .CMS-shahryAddons .select-addOns {
    padding: 15% 6%;
    flex-direction: column;
  }
  .parallax-section__banner-fixed {
    height: 100vh;
    background-size: 100vw !important;
    width: 100vw;
    top: auto;
    right: 0;
  }
  .parallax-section .parallax-section__banner {
    height: 400px;
  }
  .parallax-section .row .col-12:nth-child(2) {
    padding: 0;
    background: #fff;
  }
  .parallax-section {
    padding: 0;
    height: auto;
  }
  .parallax-section .row::after {
    top: -2px;
  }
  .parallax-section .parallax-section__info {
    width: 100%;
    padding: 17% 10%;
    margin: 0;
  }
  .CMS-shahryAddons.second {
    margin: -2px;
  }
  .CMS-shahryAddons .promotion-wrap {
    width: 100%;
    padding: 5% 0 12%;
  }
  .CMS-shahryAddons .promotion-wrap .title {
    flex-direction: column;
    margin: 5% 6% 10%;
    align-items: flex-start;
  }
  .CMS-shahryAddons .promotion-wrap .left {
    width: 100%;
    margin-bottom: 5%;
  }
  .CMS-shahryAddons .promotion-wrap .left p {
    font-size: 15px;
    width: 60%;
  }
  .CMS-shahryAddons h2 {
    font-size: 20px;
  }
  .CMS-shahryAddons .promotion-wrap .left h2 {
    font-size: 20px;
  }
  .CMS-shahryAddons .greate-reason-wrap {
    width: 85%;
  }
  .CMS-shahryAddons .addOns.promations .slick-track {
    left: -38px;
  }
  .addOns.promations .slick-list {
    padding: 0 !important;
  }
  .looking-for-answers .looking-for-answers__box {
    margin: 70px 0 40px;
    padding: 50px 17px;
    background-size: 98px;
    text-align: center;
  }
  .looking-for-answers .looking-for-answers__box .answer-box__cat-description {
    display: none;
  }
  .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 {
    display: none;
  }
  .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;
    max-width: 100%;
  }
  .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 .ooredoo-one-link {
    display: none;
  }
  .looking-for-answers .looking-for-answers__box .answer-box__description {
    margin-bottom: 50px;
  }
  .looking-for-answers .looking-for-answers__box .answer-box__title {
    font-size: 25px;
  }
  .faq_modal_bottom .modal-header h4 {
    font-size: 16px;
  }
  .faq_modal_bottom .modal-content .title {
    font-size: 14px;
  }
  .modal.faq_modal_bottom.fade.show .modal-dialog {
    bottom: -48%;
  }
  .modal.faq_modal_bottom .modal-content {
    padding: 20px;
    height: 62vh !important;
  }
  .faq_modal_bottom .modal-content a {
    text-align: center;
    font-size: 13px;
    width: 80%;
    margin: 5% auto 0;
  }
  .parallax-section .parallax-section__info .appstore-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .parallax-section .parallax-section__info .appstore-wrap a {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 820px) {
  .CMS-shahryAddons .greate-reason-wrap {
    width: 85%;
  }
}
/* END: Postpaid Landing Page */

/* START: Postpaid Addone Pages */

.main-nojoom-btn {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  background-color: #ed1b24;
  min-width: 163px;
  height: 40px;
  border-radius: 30px;
  padding: 12px 31px;
  font-family: "Rubik";
}
.main-nojoom-btn:hover {
  color: #fff;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.container.shahry-addons-container {
  max-width: 1094px;
}
@media (min-width: 820px) {
  .container.shahry-addons-container {
    padding: 0;
  }
}

@media (min-width: 820px) and (max-width: 1025px) {
  .container.shahry-addons-container {
    padding: 0 18px;
  }
}

.link-with-arrow {
  color: #ed1b24;
  font-size: 14px;
  font-weight: 900;
  font-family: "Rubik";
  line-height: 17px;
}
.link-with-arrow::after {
  content: "";
  background: url("../images/red-right-arrow.svg") no-repeat center center;
  background-size: cover;
  width: 15px;
  height: 9.92px;
  display: inline-block;
  margin-left: 5px;
}
.read_more_need::after {
  content: "";
  background: url("../images/red-right-arrow.svg") no-repeat center center;
  background-size: cover;
  width: 15px;
  height: 9.92px;
  display: inline-block;
}
.link-with-arrow:hover {
  color: #ed1b24;
  text-decoration: none;
}

.main-color {
  color: #ed1b24;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  height: 41px;
  display: flex;
  align-items: center;
  padding-left: 13px;
  padding-right: 13px;
}

.select2-container--default .select2-selection__rendered {
  padding: 0 !important;
}

.select2-container--default .select2-selection__arrow {
  display: none;
}

.select2-container--default input:focus {
  outline: 0;
  border: none;
}

.select2-container--default
  .select2-results__option.select2-results__option--highlighted,
.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option--selected {
  background-color: rgba(170, 170, 171, 0.1) !important;
}

.select2-container--default .select2-results__option,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  color: #000 !important;
  font: normal normal normal 13px / 18px "Noto Sans";
  height: 41px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-dropdown {
  border-color: #cfcfcf;
  border-radius: 0 0 8px 8px;
}

.shahry-main-header {
  height: 100vh;
  padding-top: 152px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
}
@media (max-width: 860px) {
  .shahry-main-header {
    align-items: initial;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .shahry-main-header {
    height: 50vh;
  }
}
.shahry-main-header:before {
  content: "";
  display: block;
  background: transparent linear-gradient(0deg, #808080 0%, #ffffff00 100%) 0 0
    no-repeat padding-box;
  height: 47px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  opacity: 0.15;
}
@media (max-width: 860px) {
  .shahry-main-header {
    padding-top: 170px;
  }
}
.shahry-main-header > .container > .row {
  display: flex;
  align-items: center;
}
@media (max-width: 860px) {
  .shahry-main-header > .container > .row > div:first-child {
    order: 2;
  }
  .shahry-main-header > .container > .row > div:nth-child(2) {
    order: 1;
  }
}
.shahry-main-header > .container,
.shahry-main-header .container > .row,
.shahry-main-header .container > .row > div {
  height: 100%;
}
@media (max-width: 860px) {
  .shahry-main-header > .container,
  .shahry-main-header .container > .row,
  .shahry-main-header .container > .row > div {
    height: auto;
  }
}

.shahry-main-header__img {
  width: 100%;
}
@media (max-width: 860px) {
  .shahry-main-header__img {
    text-align: center;
  }
}
.shahry-main-header__img img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 860px) {
  .shahry-main-header__img img {
    max-width: 345px;
  }
}
@media (max-width: 860px) {
  .shahry-main-header__info {
    text-align: center;
    margin: 0 auto 25px;
  }
}

.shahry-main-header__info--title {
  font: normal normal 900 30px / 36px "Rubik";
  color: #221e20;
  margin-bottom: 11px;
}
@media (max-width: 860px) {
  .shahry-main-header__info--title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 19px;
  }
}

.shahry-main-header__info--desc {
  margin-bottom: 19.5px;
  width: 370px;
}
@media (max-width: 860px) {
  .shahry-main-header__info--desc {
    width: 100%;
  }
}
.shahry-main-header__info--desc p {
  color: #898989;
  font: normal normal normal 15px / 20px "Noto Sans";
}
@media (max-width: 860px) {
  .shahry-main-header__info--desc p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 19px;
  }
}

.add-ons-collection {
  background-color: #f8f7fa;
  padding: 101px 0 68.5px;
}
@media (max-width: 820px) {
  .add-ons-collection {
    padding: 46px 0 57px;
  }
}

.add-ons-collection__info--title {
  color: #221e20;
  font: normal normal 900 25px / 30px "Rubik";
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  .add-ons-collection__info--title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14.7px;
  }
}

.add-ons-collection__info--desc {
  width: 323px;
}
@media (max-width: 820px) {
  .add-ons-collection__info--desc {
    width: 100%;
    margin-bottom: 40px;
  }
}
.add-ons-collection__info--desc p {
  color: #222a41;
  font: normal normal 500 17px / 23px "Noto Sans";
}
@media (max-width: 820px) {
  .add-ons-collection__info--desc p {
    font-size: 15px;
    line-height: 20px;
  }
}

.add-ons-collection__cards > .row > div {
  padding: 0 8px;
}
.add-ons-collection__cards > .row > div:first-child .add-ons-collection__card {
  margin-left: auto;
}
.add-ons-collection__cards
  > .row
  > div:first-child
  .add-ons-collection__card:first-child {
  width: 267px;
  min-height: 231px;
}
.add-ons-collection__cards
  > .row
  > div:first-child
  .add-ons-collection__card:first-child::before {
  width: 267px;
  height: 92%;
  left: -9px;
  top: -9px;
}
@media (max-width: 820px) {
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card:first-child::before {
    left: -5px;
    top: -6px;
  }
}
.add-ons-collection__cards
  > .row
  > div:first-child
  .add-ons-collection__card:nth-child(2) {
  width: 301px;
  min-height: 256px;
}
.add-ons-collection__cards
  > .row
  > div:first-child
  .add-ons-collection__card:nth-child(2)::before {
  width: 301px;
  height: 88%;
  left: -10px;
  bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card:nth-child(2) {
    width: 280px;
  }
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card:nth-child(2)::before {
    width: 280px;
  }
}
@media (max-width: 820px) {
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card:nth-child(2)::before {
    left: -5px;
    bottom: -10px;
  }
}
@media (max-width: 820px) {
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card {
    width: 170px !important;
    min-height: initial !important;
  }
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card::before {
    width: 170px !important;
  }
}
@media (max-width: 320px) {
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card {
    width: 145px !important;
    min-height: initial !important;
  }
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card::before {
    width: 145px !important;
  }
}
@media (max-width: 280px) {
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card {
    width: 129px !important;
    min-height: initial !important;
  }
  .add-ons-collection__cards
    > .row
    > div:first-child
    .add-ons-collection__card::before {
    width: 129px !important;
  }
}
.add-ons-collection__cards
  > .row
  > div:nth-child(2)
  .add-ons-collection__card:first-child {
  width: 265px;
  min-height: 190px;
}
.add-ons-collection__cards
  > .row
  > div:nth-child(2)
  .add-ons-collection__card:first-child::before {
  width: 265px;
  height: 96%;
  right: -9px;
  top: -7px;
}
@media (max-width: 820px) {
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card:first-child::before {
    right: -5px;
  }
}
.add-ons-collection__cards
  > .row
  > div:nth-child(2)
  .add-ons-collection__card:nth-child(2) {
  width: 237px;
  min-height: 181px;
}
.add-ons-collection__cards
  > .row
  > div:nth-child(2)
  .add-ons-collection__card:nth-child(2)::before {
  width: 224px;
  height: 96%;
  right: -8px;
  top: -7px;
}
@media (max-width: 820px) {
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card:nth-child(2)::before {
    right: -5px;
    top: -5px;
  }
}
.add-ons-collection__cards
  > .row
  > div:nth-child(2)
  .add-ons-collection__card:nth-child(3) {
  width: 256px;
  min-height: 179px;
}
.add-ons-collection__cards
  > .row
  > div:nth-child(2)
  .add-ons-collection__card:nth-child(3)::before {
  width: 253px;
  height: 96%;
  right: -9px;
  bottom: -10px;
}
@media (max-width: 820px) {
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card:nth-child(3)::before {
    right: -5px;
    bottom: -7px;
  }
}
@media (max-width: 820px) {
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card {
    width: 166px !important;
    min-height: initial !important;
  }
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card::before {
    width: 166px !important;
  }
}

@media (max-width: 320px) {
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card {
    width: 140px !important;
    min-height: initial !important;
  }
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card::before {
    width: 140px !important;
  }
}

@media (max-width: 280px) {
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card {
    width: 123px !important;
    min-height: initial !important;
  }
  .add-ons-collection__cards
    > .row
    > div:nth-child(2)
    .add-ons-collection__card::before {
    width: 123px !important;
  }
}

.add-ons-collection__card {
  position: relative;
}
.add-ons-collection__card::before {
  content: "";
  display: block;
  position: absolute;
  background: #ededed 0 0 no-repeat padding-box;
  border-radius: 15px;
}
.add-ons-collection__card > div {
  margin-bottom: 17px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #cfcfcf;
  padding: 34px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .add-ons-collection__card > div {
    padding: 23px 9.5px 13px;
  }
}
@media (max-width: 820px) {
  .add-ons-collection__card > div > .link-with-arrow {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 280px) {
  .add-ons-collection__card > div > .link-with-arrow {
    font-size: 12px;
  }
}

.add-ons-collection__card--icon {
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .add-ons-collection__card--icon img {
    width: 20px;
    height: auto;
  }
}

.add-ons-collection__card--title {
  font: normal normal 900 20px / 25px "Rubik";
  color: #ed1b24;
  margin-bottom: 7.7px;
}
@media (max-width: 820px) {
  .add-ons-collection__card--title {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 16px;
  }
}

.add-ons-collection__card--desc {
  font: normal normal 500 15px / 20px "Noto Sans";
  color: #2f2f2f;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .add-ons-collection__card--desc {
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 15px;
  }
}

.shahry-parallax-fixed-img {
  height: 100vh;
  width: calc(50vw - 60px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: calc(50vw - 60px);
}
@media (max-width: 820px) {
  .shahry-parallax-fixed-img {
    width: 100vw;
    background-size: 100vw;
  }
}

.shahry-parallax-section {
  min-height: 438px;
  position: relative;
}
.shahry-parallax-section::after,
.shahry-parallax-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 47px;
  opacity: 0.15;
  z-index: 8;
}
.shahry-parallax-section::after {
  background: transparent linear-gradient(180deg, #808080 0%, #ffffff00 100%) 0
    0 no-repeat padding-box;
  top: 0;
  border: none;
}
.shahry-parallax-section::before {
  background: transparent linear-gradient(0deg, #808080 0%, #ffffff00 100%) 0 0
    no-repeat padding-box;
  bottom: 0;
}
@media (max-width: 820px) {
  .shahry-parallax-section::before {
    display: none;
  }
}
.shahry-parallax-section .row {
  margin: 0;
  min-height: 438px;
}
.shahry-parallax-section .row > div:first-child {
  position: relative;
}
@media (max-width: 820px) {
  .shahry-parallax-section .row > div:first-child {
    height: 427px;
  }
  .shahry-parallax-section .row > div:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 47px;
    opacity: 0.2;
    z-index: 8;
    background: transparent linear-gradient(0deg, #808080 0%, #ffffff00 100%) 0
      0 no-repeat padding-box;
  }
}
@media (max-width: 820px) {
  .shahry-parallax-section .row > div:nth-child(2) {
    height: 327px;
    background-color: #fff;
  }
}

@media (max-width: 820px) {
  .shahry-parallax-section__info {
    padding: 0 20px;
  }
}

@media (max-width: 320px) {
  .shahry-parallax-section .row > div:nth-child(2) {
    height: 370px;
  }
}

.shahry-parallax-section__info--title {
  font: normal normal 900 20px / 24px "Rubik";
  color: #2f2f2f;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .shahry-parallax-section__info--title {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 18px;
  }
}

.shahry-parallax-section__info--brief {
  font: normal normal normal 14px / 19px "Noto Sans";
  color: #2f2f2f;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .shahry-parallax-section__info--brief {
    margin-bottom: 18px;
  }
  .shahry-parallax-section__info--links,
  .control-your-add-ons__apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .shahry-parallax-section__info--links a,
  .control-your-add-ons__apps a {
    margin-bottom: 8px;
    flex: 0 0 144px;
    max-width: 144px;
    display: inline-block;
  }
}

.shahry-parallax-section__info--links a:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 320px) {
  .shahry-parallax-section__info--links a:not(:last-child) {
    margin-right: 0;
  }
}

.shahry-parallax-section__info--links a img {
  width: 144px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.shahry-parallax-section + .fine-print {
  padding-top: 65px;
}
.shahry-main-inner-section {
  padding-top: 69px;
  padding-bottom: 103px;
  margin-top: 140px;
  background: transparent
    linear-gradient(0deg, #ffffff 0%, #ffffff 40%, #f1f0f5 100%) 0 0 no-repeat
    padding-box;
}
@media (max-width: 820px) {
  .shahry-main-inner-section {
    margin-top: 90px;
    padding-top: 76px;
    padding-bottom: 43px;
  }
  .shahry-parallax-section + .fine-print {
    padding-top: 10px;
  }
}
.shahry-main-inner-section > .container {
  width: 795px;
}
@media (max-width: 820px) {
  .shahry-main-inner-section > .container {
    width: 100%;
  }
}

.shahry-menu-and-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 14.5px;
  margin-bottom: 18.5px;
}
@media (max-width: 820px) {
  .shahry-menu-and-title {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.shahry-menu-and-title .shahry-title {
  display: flex;
  align-items: center;
}
.shahry-menu-and-title .shahry-title img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 820px) {
  .shahry-menu-and-title .shahry-title img {
    margin-right: 5px;
  }
}
.shahry-menu-and-title .shahry-title h1 {
  color: #221e20;
  font: normal normal 900 25px / 30px "Rubik";
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .shahry-menu-and-title .shahry-title h1 {
    font-size: 21px;
    line-height: 28px;
  }
}
.shahry-menu-and-title .shahry-dropdown-opened {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000 0 0 no-repeat padding-box;
  opacity: 0.5;
  z-index: 2;
  display: none;
}
.shahry-menu-and-title .dropdown > button {
  color: #1f1f18;
  font: normal normal 500 13px / 18px "Noto Sans";
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  text-transform: initial;
}
.shahry-menu-and-title .dropdown > button:after {
  display: none;
}
.shahry-menu-and-title .dropdown > button:focus,
.shahry-menu-and-title .dropdown > button:active,
.shahry-menu-and-title .dropdown > button.active {
  outline: 0;
  box-shadow: none !important;
  background: none !important;
  border: none;
  color: #1f1f18;
}
.shahry-menu-and-title .dropdown .dropdown-menu {
  border: 0.5px solid #e0e0e0;
  box-shadow: 0 3px 6px #00000029;
  padding: 15px 13px 5px;
}
@media (max-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu {
    position: fixed !important;
    bottom: -100% !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    transform: translate3d(0, 0, 0) !important;
    border-radius: 25px 25px 0 0;
    z-index: 3;
    transition: all 0.5s ease-in-out;
    display: block !important;
    padding: 46px 30px 40px;
  }
}
.shahry-menu-and-title .dropdown .dropdown-menu::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-right: 0.5px solid #e0e0e0;
  border-top: 0.5px solid #e0e0e0;
  transform: rotate(-45deg);
  position: absolute;
  top: -8px;
  right: 30px;
}
@media (max-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu::before {
    display: none;
  }
  html {
    overflow-x: hidden;
  }
}
@media (min-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu.show {
    right: 0;
    left: auto !important;
    top: 53px !important;
    transform: translate3d(0px, 0, 0px) !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu.show {
    left: 0 !important;
    top: 264px !important;
  }
}
@media (max-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu.show {
    bottom: 0 !important;
  }
}
@media (max-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu > .more-and-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
  }
  .shahry-menu-and-title .dropdown .dropdown-menu > .more-and-back > h4 {
    margin: 0;
    color: #000;
    font: normal normal 900 17px / 21px "Rubik";
  }
}
.shahry-menu-and-title .dropdown .dropdown-menu .back-to-add-ons {
  color: #ed1b24;
  text-decoration: none;
  font: normal normal 900 12px / 15px "Rubik";
  margin-bottom: 13px;
}
@media (max-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu .back-to-add-ons {
    margin-bottom: 0;
  }
}
.shahry-menu-and-title .dropdown .dropdown-menu .back-to-add-ons img {
  width: 15px;
  height: 10px;
  margin-right: 6.5px;
}
.shahry-menu-and-title .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 0;
  color: #000;
  font: normal normal 500 14px / 19px "Noto Sans";
  min-width: 172px;
}
@media (max-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu .dropdown-item {
    padding: 8px 0;
  }
}
.shahry-menu-and-title
  .dropdown
  .dropdown-menu
  .dropdown-item:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.shahry-menu-and-title .dropdown .dropdown-menu .dropdown-item:focus,
.shahry-menu-and-title .dropdown .dropdown-menu .dropdown-item:active {
  background: none !important;
}
.shahry-menu-and-title .dropdown .dropdown-menu .dropdown-item img {
  width: 20px;
  height: auto;
  margin-right: 9px;
}
@media (max-width: 820px) {
  .shahry-menu-and-title .dropdown .dropdown-menu .dropdown-item img {
    width: 18px;
    margin-right: 15px;
  }
}

.shahry-section-desc {
  margin-bottom: 29px;
  padding: 0 10px;
}
@media (max-width: 820px) {
  .shahry-section-desc {
    margin-bottom: 50px;
  }
}
.shahry-section-desc p {
  font: normal normal normal 15px / 20px "Noto Sans";
  color: #000;
}

.shahry-section-offers__card {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: #fff;
  padding: 27px 17px 12px;
}
@media (max-width: 820px) {
  .shahry-section-offers__card {
    padding: 39px 25px 22px;
    position: relative;
    border-color: #efefef;
    box-shadow: 0 3px 6px #85858529;
    margin-bottom: 10px;
  }
}
.shahry-section-offers__card > .main-nojoom-btn {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.shahry-section-offers__card--title {
  color: #221e20;
  font: normal normal 900 18px / 20px "Rubik";
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .shahry-section-offers__card--title {
    font-size: 15px;
    margin-bottom: 7.8px;
    padding-right: 50px;
  }
}

.shahry-section-offers__card--brief {
  color: #414141;
  font: normal normal 500 15px / 20px "Noto Sans";
  margin-bottom: 8.5px;
}
@media (max-width: 820px) {
  .shahry-section-offers__card--brief {
    margin-bottom: 32px;
    padding-right: 50px;
  }
}

@media (max-width: 820px) {
  .shahry-section-offers__card--price {
    /*position: absolute;*/
    top: 32px;
    right: 25px;
  }
}

.shahry-section-offers__card--price sup {
  font: normal normal 900 12px / 15px "Rubik";
  color: #000;
  margin-top: 13px;
  margin-right: 4px;
}

.shahry-section-offers__card--price span.price {
  display: flex;
  align-items: flex-start;
  font: normal normal 900 36px / 43px "Rubik";
  color: #000;
}

.shahry-section-offers__card--price span.per-month {
  color: #221e20;
  font: normal normal 500 12px / 16px "Noto Sans";
  display: block;
  margin-top: -2px;
}
@media (max-width: 820px) {
  .shahry-section-offers__card--price span.per-month {
    display: flex;
    justify-content: flex-end;
  }
}

.what-you-need-to-know {
  margin-top: 44px;
}
.what-you-need-to-know > .show-hide-btn {
  color: #ed1c24;
  font: normal normal 900 15px / 18px "Rubik";
  cursor: pointer;
}

.what-you-need-to-know__title {
  color: #898989;
  font: normal normal 900 20px / 24px "Rubik";
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .what-you-need-to-know__title {
    margin-bottom: 14px;
  }
}

.roaming-rates {
  margin-top: 44px;
}
.roaming-rates .roaming-rates__small-title {
  color: #535353;
  font: normal normal 500 14px / 19px "Noto Sans";
  margin-bottom: 0;
}
.roaming-rates .roaming-rates__main-title {
  color: #221e20;
  font: normal normal 900 20px / 24px "Rubik";
  margin-bottom: 19px;
}
.roaming-rates .select2-selection--single {
  display: flex;
  height: 41px;
}
.roaming-rates .select2-selection__rendered,
.roaming-rates select {
  color: rgba(0, 0, 0, 0.3);
  font: normal normal 600 14px / 19px "Noto Sans";
}
.roaming-rates__row:not(.special-case) {
  margin-top: 10px; /*18px;*/
}
.roaming-rates__row.special-case {
  margin-top: 40px;
}
@media (max-width: 820px) {
  .roaming-rates__row {
    margin-top: 10px;
  }
  .roaming-rates__row.special-case {
    margin-top: 26px;
  }
}
.roaming-rates__row > p {
  font: normal normal normal 15px / 20px "Noto Sans";
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .roaming-rates__row > p {
    margin-bottom: 20px;
  }
}
.roaming-rates__row .roaming-rates__row--field {
  padding: 9.5px 0;
}
.roaming-rates__row .roaming-rates__row--field:not(:last-child) {
  border-bottom: 0.5px solid #b4b4b4;
}
.roaming-rates__row .roaming-rates__row--field .field-label {
  color: #6f6f6f;
  font: normal normal 500 15px / 20px "Noto Sans";
}
.roaming-rates__row .roaming-rates__row--field .field-value {
  color: #000;
  font: normal normal 900 15px / 18px "Rubik";
}
.roaming-rates__row .row {
  padding: 0 50px;
}
@media (max-width: 820px) {
  .roaming-rates__row .row {
    padding: 0;
  }
}
.roaming-rates__row .row > div {
  padding: 0 18px;
}
.roaming-rates__row .row > div:first-child {
  position: relative;
}
.roaming-rates__row .row > div:first-child:before {
  content: "";
  height: 86px;
  width: 0.5px;
  background-color: #b4b4b4;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.5px;
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .roaming-rates__row .row > div:first-child .roaming-rates__row--field {
    border-bottom: 0.5px solid #b4b4b4;
  }
}

.what-you-need-to-know__info {
  /* height: 39px; */
  overflow: hidden;
}
@media (max-width: 820px) {
  /* .what-you-need-to-know__info {
    height: 53px;
  } */
  .what-you-need-to-know__info > .row > .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* .what-you-need-to-know__info.expanded {
  height: auto;
} */
.what-you-need-to-know__info ul li {
  margin-bottom: 20px;
}
.what-you-need-to-know__info ul li,
.what-you-need-to-know__info p {
  color: #000000;
  font: normal normal normal 15px / 18px "Noto Sans";
}
.what-you-need-to-know__info strong {
  font: normal normal 900 15px / 17px "Rubik";
}
.what-you-need-to-know__info small {
  font: normal normal normal 12px / 17px "Noto Sans";
}
.what-you-need-to-know__info .table thead th,
.what-you-need-to-know__info .table td {
  vertical-align: middle !important;
}
.what-you-need-to-know__info .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(241, 240, 245, 0.5);
}
.what-you-need-to-know__info .table td,
.what-you-need-to-know__info .table th {
  border-top: none;
}
.what-you-need-to-know__info .table thead th {
  border-width: 1px;
}

.how-to-activate {
  padding: 55px 0 61px;
  background: transparent linear-gradient(180deg, #f8f7fa 0%, #f1f0f5 100%) 0 0
    no-repeat padding-box;
}
.how-to-activate.for-inner-page {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f1f0f5 100%) 0 0
    no-repeat padding-box;
	display: none;
}
@media (max-width: 820px) {
  .how-to-activate {
    padding: 44px 0 90px;
  }
}
.how-to-activate .nav-tabs {
  width: 450px;
  margin: 0 auto 89px; /* 120px */
}
@media (max-width: 820px) {
  .how-to-activate .nav-tabs {
    width: 100%;
    margin-bottom: 37px;
  }
}
.how-to-activate .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
  border-bottom: 2px solid #c9c9c9;
}
.how-to-activate .nav-tabs .nav-item a {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s ease-in-out;
  font: normal normal normal 17px / 23px "Noto Sans";
  color: #211e20;
  padding: 0 0 17px;
}
@media (max-width: 820px) {
  .how-to-activate .nav-tabs .nav-item a {
    padding-bottom: 15px;
    border-bottom-width: 2px;
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 320px) {
  .how-to-activate .nav-tabs .nav-item a {
    font-size: 15px;
  }
}

.how-to-activate .nav-tabs .nav-item a.active,
.how-to-activate .nav-tabs .nav-item a:hover {
  border-bottom-color: #e82434 !important;
  color: #ed1c24;
}
.how-to-activate .nav-tabs .nav-item a.active {
  font-weight: 600;
}

.how-to-activate__title {
  font: normal normal 900 35px / 42px "Rubik";
  color: #000;
  margin-bottom: 19px;
}
@media (max-width: 820px) {
  .how-to-activate__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

.how-to-activate__brief {
  font: normal normal normal 15px / 20px "Noto Sans";
  color: #000;
  margin-bottom: 32.5px;
}
@media (max-width: 820px) {
  .how-to-activate__brief {
    margin-bottom: 65px;
  }
}

.how-to-activate__tab ul {
  counter-reset: section;
}

.how-to-activate__tab > .row {
  width: 100%;
}
@media (max-width: 820px) {
  .how-to-activate__tab > .row {
    margin: 0;
  }
}
.how-to-activate__tab .no-video-tab {
  display: flex;
  justify-content: center;
}

@media (max-width: 820px) {
  .how-to-activate__tab ul {
    margin-bottom: 85px;
  }
}
.how-to-activate__tab ul li {
  position: relative;
  font: normal normal 500 15px / 20px "Noto Sans";
  color: #000;
}
.how-to-activate__tab ul li::before {
  counter-increment: section;
  content: counter(section) "- ";
}
.how-to-activate__tab ul li:not(:last-child) {
  margin-bottom: 20px;
}

.how-to-activate__tab .youtube-video {
  width: 434.18px;
  height: 243.99px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #707070;
}
@media (max-width: 820px) {
  .how-to-activate__tab .youtube-video {
    max-width: 337px;
    max-height: auto;
    width: 100%;
    height: 190px;
    margin: auto;
  }
}
.how-to-activate__tab .youtube-video::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 0 0 5px 5px;
  height: 10px;
  width: 90%;
  opacity: 0.1;
}
.how-to-activate__tab .youtube-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
}

.control-your-add-ons {
  padding: 97px 0;
  position: relative;
  display: none;
}
.control-your-add-ons + .fine-print {
  padding-top: 50px;
}
@media (max-width: 820px) {
  .control-your-add-ons {
    padding: 84px 0;
  }
  .control-your-add-ons + .fine-print {
	padding-top: 0px;
  }
}
.control-your-add-ons::before,
.control-your-add-ons::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 47px;
  display: block;
  opacity: 0.15;
}
.control-your-add-ons::before {
  background: transparent linear-gradient(180deg, #808080 0%, #ffffff00 100%) 0
    0 no-repeat padding-box;
  top: 0;
}
.control-your-add-ons::after {
  background: transparent linear-gradient(0deg, #808080 0%, #ffffff00 100%) 0 0
    no-repeat padding-box;
  bottom: 0;
}
.control-your-add-ons > .container {
  padding: 0 70px; /*100*/
}
@media (max-width: 820px) {
  .control-your-add-ons > .container {
    padding: 0 35px;
  }
}

.control-your-add-ons_title {
  color: #2f2f2f;
  font: normal normal 900 20px / 24px "Rubik";
  margin: 0;
}
@media (max-width: 820px) {
  .control-your-add-ons_title {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 18px;
  }
}

.control-your-add-ons_breif {
  font: normal normal normal 14px / 19px "Noto Sans";
  color: #2f2f2f;
  margin-bottom: 18px;
}

.control-your-add-ons__apps a:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .control-your-add-ons__apps {
    display: flex;
  }
}
/* @media (min-width: 992px) and (max-width: 1025px) {
  .control-your-add-ons__apps a:not(:last-child) {
      margin-bottom: 10px;
      display: inline-block;
  }
} */

.control-your-add-ons__apps a img {
  width: 144px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.need-to-help-section {
  padding: 76px 0 64px;
  position: relative;
  background-color: #fdfdfd;
}
@media (max-width: 820px) {
  .need-to-help-section {
    background-color: #fff;
  }
  .control-your-add-ons__apps {
    display: flex;
  }
}
.need-to-help-section::before {
  content: "";
  background: transparent linear-gradient(0deg, #fdfdfd 0%, #f1f0f5 100%) 0 0
    no-repeat padding-box;
  height: 182px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 820px) {
  .need-to-help-section::before {
    display: none;
  }
}
@media (max-width: 820px) {
  .need-to-help-section.for-inner-page::before {
    display: block;
  }
}
.need-to-help-section .need-to-help-box {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 36px 40px;
  background-color: #fdfdfd;
  position: relative;
  z-index: 7;
}
@media (max-width: 820px) {
  .need-to-help-section .need-to-help-box {
    padding: 28px 23px 98px;
    position: relative;
  }
  .need-to-help-section .need-to-help-box [class*="col"] {
    position: static;
  }
}
@media (min-width: 992px) and(max-width: 1025px) {
  .need-to-help-section .need-to-help-box {
    padding: 36px 25px;
  }
}
.need-to-help-section .need-to-help__title {
  color: #221e20;
  font-size: 20px;
  font-weight: 900;
  font-family: "Rubik";
  margin-bottom: 30px;
  background: url("../images/FAQ.svg") no-repeat left center;
  padding-left: 67px;
  height: 52px;
  line-height: 52px;
}
@media (max-width: 820px) {
  .need-to-help-section .need-to-help__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto auto 25px;
    font-size: 25px;
  }
}
.need-to-help-section .need-to-help__description {
  padding-left: 67px;
}
@media (max-width: 820px) {
  .need-to-help-section .need-to-help__description {
    padding-left: 0;
    text-align: center;
    margin-bottom: 25px;
  }
}
.need-to-help-section .need-to-help__description p {
  color: #221e20;
  font-size: 17px;
  font-weight: normal;
  font-family: "Noto Sans";
  line-height: 19px;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .need-to-help-section .need-to-help__description p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 25px;
  }
}
.need-to-help-section .link-with-arrow {
  text-transform: uppercase;
  padding-left: 67px;
}
@media (max-width: 820px) {
  .need-to-help-section .link-with-arrow {
    padding-left: 0;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 44px;
    width: 227px;
    background-color: #ed1b24;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
  }
  .need-to-help-section .link-with-arrow::after {
    display: none;
  }
}
.need-to-help-section .need-to-help__links {
  margin-top: -8px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 820px) {
  .need-to-help-section .need-to-help__links {
    flex-direction: column;
  }
}
.need-to-help-section .need-to-help__links li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 820px) {
  .need-to-help-section .need-to-help__links li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.need-to-help-section .need-to-help__links li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ed1b24;
  margin-right: 6px;
}
.need-to-help-section .need-to-help__links li a {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans";
  line-height: 37px;
  text-decoration: underline !important;
}

.fine-print {
  background-color: #fff;
}

@media (max-width: 820px) {
  .fine-print .fine-print__title {
    font-size: 24px;
    line-height: 23px;
    padding-bottom: 32px;
    padding-top: 20px;
  }
  .shahry-section-offers__card--price span.price{
	  font-size: 27px;
  }
}
.fine-print .accordion > div {
  border: none;
  border-bottom: 1px solid #a0a0a0 !important;
  border-radius: 0;
}
.fine-print .accordion > div:first-child {
  border-top: 1px solid #a0a0a0;
}
.fine-print .accordion .card .card-header {
  border: none;
  background: none;
  padding: 0px 0 10px;
}
.roaming-accordion .card-header {
    padding: 0px;
}
@media (max-width: 870px) {
  .fine-print .accordion .card .card-header {
    padding: 0px 0;
	 height: auto;
  }
  .fine-print .accordion .card{padding-top: 0px;}
 
}
.fine-print .accordion .card .card-header button {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
@media (max-width: 870px) {
  .fine-print .accordion .card .card-header button {
    font-size: 14px;
    line-height: 17px;
    width: 90%;
    white-space: initial;
	margin: 12px 0px 20px;
	font-weight: bold;
  }
}
.fine-print .accordion .card .card-header button:after {
  content: "";
  background: url("../images/chevron-down.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 820px) {
  .fine-print .accordion .card .card-header button:after {
    position: absolute;
    right: 0;
  }
}
.fine-print .accordion .card .card-header button.active:after {
  transform: rotate(-180deg);
}
.fine-print .accordion .card .card-header button.btn-link[aria-expanded="true"]:after {
  transform: rotate(-180deg);
}

.fine-print .accordion .card .card-header button:focus {
  box-shadow: none;
}
.fine-print .accordion .card .card-body {
  padding: 0 0 1rem;
  font-family: "Noto Sans";
}
.fine-print .accordion .card .card-body p {
  font-family: "Noto Sans";
}
.fine-print .accordion .card_with-link a {
  color: #898989;
  font: normal normal normal 18px / 24px "Noto Sans";
  padding: 21px 0;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 820px) {
  .fine-print .accordion .card_with-link a {
    font-size: 16px;
    line-height: 22px;
  }
}
.fine-print .accordion .card_with-link a img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.looking-for-answers {
  background-color: #fff;
  padding: 73px 0 58px;
}
@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";
  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";
  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: Postpaid Addone pages */

.add-ons-collection__card--icon img {
  width: max-content;
}
.post-paid-landing .looking-for-answers {
  background: none;
  padding: 0 0 58px;
}

/* New Changes - fixs bugs */
.steps-wrap > p {
  padding: 0 80px;
}
.select-plan__fold-section .title-wrap > p {
  font-size: 14px;
  color: #000000;
  padding: 0 50px;
}
.steps-wrap .step:nth-child(3) img {
  width: 25px;
}
@media (max-width: 820px) {
  .select-plan__fold-section .title-wrap > p,
  .steps-wrap > p {
    padding: 0;
  }
  .steps-wrap .slick-slide:nth-child(3) img {
    width: 25px;
  }
}
.shahry-addons-container .dropdown-menu.show {
  display: block;
}
.control-your-add-ons::after {
  border: none !important;
}

@media (max-width: 820px) {
  .CMS-min-banner {
    border-radius: 0;
  }
}
@media only screen and(min-device-width: 480px) and(max-device-width: 1300px) and(orientation: landscape) {
  .modal.faq_modal_bottom.fade.show .modal-dialog {
    bottom: -21%;
  }
  .modal.left_modal .modal-content,
  .modal.faq_modal_bottom .modal-content {
    height: 80vh !important;
  }
}

@media only screen and(device-width: 375px) and(device-height: 812px) and(-webkit-device-pixel-ratio: 3) {
  .modal.faq_modal_bottom.fade.show .modal-dialog {
    bottom: -21%;
  }
  .modal.left_modal .modal-content,
  .modal.faq_modal_bottom .modal-content {
    height: 80vh !important;
  }
}
@media only screen and(-webkit-min-device-pixel-ratio: 3),
  only screen and(min--moz-device-pixel-ratio: 3),
  only screen and(-o-min-device-pixel-ratio: 3 / 1),
  only screen and(min-device-pixel-ratio: 3),
  only screen and(min-resolution: 458dpi),
  only screen and(min-resolution: 3dppx) {
  .modal.faq_modal_bottom.fade.show .modal-dialog {
    bottom: -21%;
  }
  .modal.left_modal .modal-content,
  .modal.faq_modal_bottom .modal-content {
    height: 80vh !important;
  }
}

@media only screen and(max-width: 1199.98px) and(orientation: landscape) {
  .modal.faq_modal_bottom.fade.show .modal-dialog {
    bottom: 0;
  }
  .modal.left_modal .modal-content,
  .modal.faq_modal_bottom .modal-content {
    height: 100vh !important;
  }
}
@media only screen and(min-width: 1024px) and(orientation: portrait) {
  .looking-for-answers .looking-for-answers__box .answer-box__cat-title h2 {
    font-size: 13px;
  }
}

/* START :: Added Newly */
.how-to-activate-link {
  margin-top: 25px;
}
@media (max-width: 820px) {
  .how-to-activate-link {
    margin-top: 22px;
  }
}
.how-to-activate-link img {
  width: 29px;
  height: 29px;
  margin-right: 6.5px;
}
.roaming-rates__row--field .field-label {
  display: inline-flex;
  align-items: center;
}
.roaming-rates__row--field .field-label::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-flex;
  margin-left: -8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.roaming-rates__row--field.in-country .field-label::before {
  background-image: url("../images/_ooredoo_website_roaming_image_callingsamecountry.png");
}
.roaming-rates__row--field.another-country .field-label::before {
  background-image: url("../images/_ooredoo_website_roaming_image_callinganothercountry.png");
}
.roaming-rates__row--field.qatar-country .field-label::before {
  background-image: url("../images/_ooredoo_website_roaming_image_callingqatar.png");
}
.roaming-rates__row--field.send-sms .field-label::before {
  background-image: url("../images/_ooredoo_website_roaming_image_sending_sms.png");
}
.roaming-rates__row--field.receive-call .field-label::before {
  background-image: url("../images/_ooredoo_website_roaming_image_receivingcall.png");
}
.roaming-rates__row--field.internet .field-label::before {
  background-image: url("../images/_ooredoo_website_roaming_image_internet.png");
}

.roaming-rates__row-flag {
  font-size: 24px;
  width: 100%;
  margin-bottom: 25px;
}

.roaming-rates__row-flag img {
  margin-right: 15px;
  max-height: 25px;
  max-width: 37px;
}
.partners-list {
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.partners-list li {
  background-color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #989898;
  font-weight: bold;
}
.partners-list .no-passport {
  color: #ed1c24;
  padding: 0;
  background: none;
}
/* END :: Added Newly */

@media (max-width: 820px) {
  .looking-for-answers .looking-for-answers__box .answer-box__cat-title h2 {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .parallax-section .parallax-section__info .appstore-wrap a img {
    width: 130px;
  }
}

.shahry-menu-and-title a.dropdown-item.current-page-item {
  display: none;
}

/* START IOS Message Styles */
.container.iOSDevices {
  max-width: 1200px;
}
.iOSDevices .looking-for-answers__wrap {
  justify-content: space-around;
}
.iOSDevices .looking-for-answers .looking-for-answers__box {
  padding: 50px 44px 19px 50px;
}
.iOSDevices .looking-for-answers .looking-for-answers__box .col-lg-3 {
  max-width: 18%;
}

@media (max-width: 820px) {
  .iOSDevices .looking-for-answers .looking-for-answers__box .col-lg-3 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .iOSDevices
    .looking-for-answers
    .looking-for-answers__box
    .col-lg-3:last-child {
    display: none;
  }
  .iOSDevices .looking-for-answers .looking-for-answers__box .col-lg-3:last-child {
    display: block;
}
}
/* END IOS Message Styles */

/* START :: GET PLAN POPUP */
.get-plan-btn {
  width: 216px;
  height: 40px;
  text-transform: initial;
}
@media (max-width: 768px) {
  .get-plan-parent,
  .get-plan-btn {
    width: 100%;
  }
}

.get-plan-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 142px;
  background-color: rgba(34, 30, 32, 0.5);
  z-index: 999;
  display: none;
}
.get-plan__body {
  background-color: #ffffff;
  position: absolute;
  top: 142;
  bottom: 0;
  right: 0;
  width: 424px;
  height: 100%;
  box-shadow: -8px 0px 7px #00000029;
  padding: 72px 45px;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
}
.get-plan__body.hidden-div {
    right: -100%
}
.get-plan__close-btn {
  background: none;
  outline: 0;
  border: none !important;
  position: absolute;
  left: 16px;
  top: 22px;
}
.get-plan__close-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.get-plan__info {
  margin-bottom: 27px;
}
.get-plan__title {
  font: normal normal 900 18px/16px "Rubik";
  color: #221e20;
  margin-bottom: 9px;
}
.get-plan__desc {
  font: normal normal normal 18px/24px "Noto Sans";
  color: #898989;
  margin-bottom: 0;
}
.get-plan__radio-wrapper:not(:last-of-type) {
  margin-bottom: 21px;
}
.get-plan__radio-wrapper label {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 100%;
  height: 71px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 22px 20px;
  cursor: pointer;
  position: relative;
}
.get-plan__radio-wrapper input:checked + label {
    border-color: #ED1C24;
}
.get-plan__radio-wrapper input + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e0e0e0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
.get-plan__radio-wrapper input:checked + label:before {
    border-color: #ED1C24;
}
.get-plan__radio-wrapper input:checked + label::before {
  background-color: #FFF;
}
.get-plan__radio-wrapper input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ED1C24;
}
.get-plan__radio-wrapper label img {
  max-width: 26px;
}
.get-plan__radio-wrapper label span {
  font: normal normal normal 14px/41px "Noto Sans";
  color: #221e20;
  opacity: 0.95;
  margin-left: 22px;
  line-height: 1.7;
}
.get-plan__proceed {
  margin: 63px auto 0;
  width: 295px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 900 14px/17px "Rubik";
  letter-spacing: 0.58px;
  border-radius: 49px;
  background-color: #E0E0E0;
  color: #898989;
  border: none !important;
  outline: 0;
  cursor: not-allowed;
}
.get-plan__proceed.active {
    background-color: #ed1c24;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 820px) {
    .get-plan__body {
        border-radius: 20px 20px 0px 0px;
        padding: 39px 19px;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 480px;
        max-height: 80vh;
    }
    .get-plan__body.hidden-div {
        right: 0;
        bottom: -100%;
    }
    .get-plan-overlay {
        top: 0;
        z-index: 9999;
    }
    .get-plan__close-btn {
        right: 20px;
        left: auto;
        top: 37px;
    }
    .get-plan__title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .get-plan__desc {
        font-size: 14px;
        line-height: 19px;
    }
    .get-plan__info {
        margin-bottom: 19px;
    }
    .get-plan__radio-wrapper label span {
        margin-left: 19px;
    }
    .get-plan__proceed {
        margin-top: 32px;
    }
}
/* END :: GET PLAN POPUP */



/* START :: Ooredoo Tooltip */
.ooredoo-tooltip__icon {
  position: relative;
}
.ooredoo-tooltip__float-box {
  display: none;
  font-family: 'Noto Sans';
  font-size: 12px;
  line-height: 1.3;
  border: 1.5px solid #C0C0C0;
  width: 230px;
  background-color: #F2F2F2;
  color: #000;
  border-radius: 12px;
  padding: 10px 15px;
  position: absolute;
  right: -50px;
  bottom: 30px;
}
.ooredoo-tooltip__icon:hover .ooredoo-tooltip__float-box {
  display: block !important;
}
.ooredoo-tooltip__float-box:after {
  content: "";
  display: block;
  position: absolute;
  right: 43px;
  bottom: -12px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-right: 1.5px solid #C0C0C0;
  border-bottom: 1.5px solid #C0C0C0;
  background-color: #F2F2F2;
}
.plan-card__benfit-text .view-plan-text {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline !important;
}
.plan-card__benfit-text .terms-text-right {
  font-size: 12px;
  text-align: right;
}
/* END :: Ooredoo Tooltip */




/* START :: Scroll to top button */
.ooredoo-scroll-totop {
  position: fixed;
  text-align: center;
  width: 60px;
  height: 60px;
  box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
  border-radius: 50%;
  background: rgb(237, 28, 36);
  bottom: 95px;
  right: 10px;
  color: #FFF;
  font-size: 10px;
  cursor: pointer;
  z-index: 100;
  padding: 10px 2px;
  display: none;
}
.ooredoo-scroll-totop i {
  font-size: 24px;
  margin-bottom: 2px;
  display: block;
}
/* END :: Scroll to top button */

.post-paid-plan-banner {
  cursor: pointer;
}

/* START :: upgrade your world card */
.select-plan__fold-section .upgrade-your-world{
  margin: 6% 0 8%;
}
.select-plan__fold-section .upgrade-your-world__title {
  font: normal normal 800 30px/42px Rubik;
}
.eSIMActivate {
  cursor: pointer;
}
#eSIMTermsContent.modal.faq_modal_bottom.fade.show .modal-dialog{
  bottom: -40%;
}
#eSIMTermsContent.modal.left_modal .modal-content, .modal.faq_modal_bottom .modal-content {
  height: 57vh !important;
}
#eSIMTermsContent.faq_modal_bottom .modal-content .title {
  max-height: 290px;
}
@media (max-width: 768px) {
  #eSIMTermsContent.faq_modal_bottom .modal-content .title {
    max-height: initial;
  }
}
/* END :: upgrade your world card */


/* START :: Shahry top new section */
.top-shahry-section {
  margin-bottom: 70px;
}
.top-shahry-section > .row > div:first-child {
  padding-right: 25px;
}
.top-shahry-section > .row > div:last-child {
  padding-left: 25px;
}
.top-shahry__card {
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.top-shahry__icon {
  margin-right: 20px;
}
.top-shahry__icon img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  object-fit: contain;
}
.top-shahry__info-title {
  font: normal normal 600 18px/22px "Rubik";
  color: #221E20;
  margin: 0 0 4px;
}
.top-shahry__info-brief {
  font: normal normal normal 12px/13px "Noto Sans";
  color: #808080;
  margin-bottom: 2px;
}
.top-shahry__info-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 820px) {
  .top-shahry-section {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .top-shahry__card {
    padding: 17px;
  }
  .top-shahry__icon img {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
  }
  .top-shahry__info-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .top-shahry__info-brief {
    font-size: 10px;
    line-height: 12px;
  }
  .top-shahry__info-link {
    font-size: 12px;
    line-height: 14px;
  }
  .top-shahry-section > .row > div:not(:last-child) {
    margin-bottom: 18px;
  }
  .top-shahry-section > .row > div:first-child {
    padding-right: 15px;
  }
  .top-shahry-section > .row > div:last-child {
    padding-left: 15px;
  }
}
/* END :: Shahry top new section */


/* START :: Dawli Accordion */
.dawli-accordion .card-body {
  padding: 1.25rem 52px;
}
.dawli-accordion .card-body {
  padding: 1.25rem 52px;
  color: #000;
}
.fine-print .accordion .card {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
}
.dawli-wrapper:not(:first-child) {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #CFCFCF;
}
.dawli-info__text {
  margin-bottom: 20px;
}
.dawli-info__label,
.dawli-info__value {
  font: normal normal 600 12px/14px "Rubik";
  color: #000000;
}
.dawli-info__value {
  color: #ED1B25;
}
.dawli-countries {
  margin: 0 -10px;
  text-align: center;
}
.dawli-country__box {
  flex: 0 0 88px;
  max-width: 88px;
  margin-bottom: 19px;
  padding: 0 10px;
}
.dawli-country__flag {
  margin-bottom: 7px;
}
.dawli-country__flag img {
  width: 68px;
  height: 51px;
  min-width: 68px;
  min-height: 51px;
}
.dawli-country__name {
  font: normal normal 500 12px/17px "Noto Sans" !important;
  color: #221E20 !important;
}
.shahry-section-offers > div {
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .dawli-accordion .card-body {
    padding: 1.25rem 12px;
  }
  .dawli-countries {
    justify-content: center;
  }
}
/* END :: Dawli Accordion */


/* START :: Worry-Free Section */
.worry-free {
  padding: 53px 0 62px;
  background-color: #FFF;
  margin: 50px 0 75px;
}
.worry-free__title {
  font: normal normal bold 20px/16px "Rubik";
  color: #221E20;
  margin: 0 0 21px;
}
.worry-free .row > .col {
  flex: 0 0 200px;
  max-width: 200px;
  padding: 0 10px;
}
.worry-free__box {
  background-color: #FFFAFB;
  border-radius: 10px;
  padding: 10px 7px 0;
  transition: all 0.3s ease-in-out;
  min-height: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.worry-free__box:hover {
  background-color: #FFF;
  box-shadow: 0px 0px 20px #0000000D;
}
.worry-free__box-icon img {
  width: auto;
  height: 110px;
  max-height: 110px;
  transition: all 0.3s ease-in-out;
}
.worry-free__box-title {
  font: normal normal 600 14px/16px "Rubik";
  color: #221E20;
  margin: 0 0 6px;
  transition: all 0.3s ease-in-out;
}
.worry-free__box-desc {
  font: normal normal normal 12px/16px "Noto Sans";
  color: #221E20;
  max-width: 107px;
  margin: 0 auto 6px;
  height: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.worry-free__box:hover .worry-free__box-desc {
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.worry-free__box:hover .worry-free__box-title {
  font-size: 12px;
}
.worry-free__box:hover .worry-free__box-icon img {
  height: 72px;
  margin-top: -10px;
}
.worry-free__box-cta {
  font: normal normal normal 12px/16px "Rubik";
  color: #ED1C24;
  text-decoration: underline !important;
  display: block;
  background-color: #FFF;
}
.worry-free__box-cta:hover {
  text-decoration: underline !important;
}

/* Mobile and Tablets */
@media(max-width: 820px) {
  .worry-free {
    background-color: #F9F9F9;
    padding: 0;
    margin: 30px 0 40px;
  }
  .worry-free .container {
    padding-right: 0;
  }
  .worry-free__box {
    background-color: #FFF;
    box-shadow: 0px 0px 20px #0000000D;
  }
  .worry-free__box .worry-free__box-title {
    font-size: 12px;
  }
  .worry-free .slick-initialized .slick-slide {
    width: 175px;
  }
  .worry-free .slick-initialized .slick-slide .col {
    padding: 0;
  }
  .worry-free__box-icon img {
    margin: auto;
  }
  .worry-free .slick-active {
    opacity: 1;
  }
}

/* iPad Pro */
@media(min-width: 992px) and (max-width: 1025px) {
  .worry-free .container {
    padding: 0;
  }
  .worry-free .row {
    margin: 0;
  }
}
/* END :: Worry-Free Section */