* {
  box-sizing: border-box;
}

.container.prepaid-container {
  max-width: 1094px;
}
.dropdown-menu.show {
  display: block !important;
}
@media (min-width: 769px) {
  .container.prepaid-container {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .container.prepaid-container {
    padding: 0 15px;
  }
}

@media (max-width: 820px) {
  .container.prepaid-container {
    padding: 0 12px;
  }
}

.link-with-arrow {
  color: #ed1c24;
  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;
}
.link-with-arrow:hover {
  color: #ed1c24;
  text-decoration: none;
}

.main-ooredoo-color {
  color: #ed1c24;
}

.CMS-hala-prepaid {
  padding-top: 142px;
}
@media (max-width: 820px) {
  .CMS-hala-prepaid {
    padding-top: 98px;
  }
}

.CMS-footer-menu {
  margin-top: 0 !important;
}

.need-to-help-section {
  padding: 139px 0 0;
  position: relative;
  background-color: #f8f7fa;
  margin-bottom: -45px;
}
@media (max-width: 820px) {
  .need-to-help-section {
    padding-top: 99px;
    margin-bottom: -50px;
  }
}
@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 72px;
    position: relative;
  }
  .need-to-help-section .need-to-help-box [class*="col"] {
    position: static;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .need-to-help-section .need-to-help-box {
    padding: 36px 25px;
  }
}
.need-to-help-section .need-to-help__title {
  color: #221e20;
  font-size: 20px;
  font-weight: 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;
    margin-bottom: 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", sans-serif, Helvetica;
  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;
  }
}
.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: #ed1c24;
    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: #ed1c24;
  margin-right: 6px;
}
.need-to-help-section .need-to-help__links li a {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif, Helvetica;
  line-height: 37px;
  text-decoration: underline !important;
}

.fine-print {
  background-color: #f8f7fa;
  padding: 137px 0 127px;
}
@media (max-width: 820px) {
  .fine-print {
    padding: 99px 0 112px;
  }
}
.fine-print .fine-print__title {
  font-size: 20px;
  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 {
  background: none;
}
.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;
  font-family: "Noto Sans", sans-serif, Helvetica;
  color: #898989;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  text-transform: initial;
}
@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(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/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:focus {
  box-shadow: none;
}
.fine-print .accordion .card .card-body {
  padding: 0 0 1.25rem;
  font-family: "Noto Sans";
}
.fine-print .accordion .card .card-body p {
  font-family: "Noto Sans";
}
.fine-print .accordion .card_with-link a {
  color: #898989;
  font: normal normal normal 18px/24px "Noto Sans", sans-serif, Helvetica;
  padding: 21px 0;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 820px) {
  .fine-print .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;
}
.fine-print .custom-terms-table td,
.fine-print .custom-terms-table th {
  border-top: 1px solid #e6e6e6;
}
.fine-print .custom-terms-table thead th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
}
.fine-print .custom-terms-table th,
.fine-print .custom-terms-table td {
  font: normal normal 900 15px/18px "Rubik";
}
.fine-print .custom-terms-table tbody tr:nth-of-type(even) {
  background-color: #f1f0f5;
}
.fine-print .custom-terms-table tbody tr:nth-of-type(odd) {
  background: none;
}
.fine-print .custom-terms-table tbody tr:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.fine-print .custom-terms-prag {
  font: normal normal normal 18px/24px "Noto Sans", sans-serif, Helvetica;
  color: #000;
  margin-bottom: 30px;
  margin-top: 12px;
}
@media (max-width: 820px) {
  .fine-print .custom-terms-prag {
    font-size: 16px;
    line-height: 22px;
  }
}
.fine-print .tables-wrapper {
  padding: 0 60px;
}
@media (max-width: 820px) {
  .fine-print .tables-wrapper {
    padding: 0;
  }
}
.fine-print .tables-wrapper > div:nth-of-type(even) {
  position: relative;
}
.fine-print .tables-wrapper > div:nth-of-type(even)::before {
  content: "";
  height: calc(100% - 57px);
  width: 1px;
  background-color: #e6e6e6;
  display: block;
  position: absolute;
  left: -1.5px;
  top: 42px;
}
@media (max-width: 820px) {
  .fine-print .tables-wrapper > div:nth-of-type(even) tr:nth-of-type(even) {
    background: none !important;
  }
  .fine-print .tables-wrapper > div:nth-of-type(even) tr:nth-of-type(odd) {
    background: #f1f0f5 !important;
  }
}
@media (max-width: 820px) {
  .fine-print .tables-wrapper > div:not(:first-child) thead {
    display: none;
  }
  .fine-print .tables-wrapper > div:not(:first-child) tbody td,
  .fine-print .tables-wrapper > div:not(:first-child) tbody th {
    border-top: none;
  }
  .fine-print .tables-wrapper > div tbody th {
    width: 100px;
  }
  .fine-print .tables-wrapper > div table {
    margin: 0;
  }
}
.fine-print .custom-terms-title {
  font: normal normal 900 18px/22px "Rubik";
  color: #ed1b24;
  margin-top: 20px;
  margin-bottom: 22px;
  padding: 0 60px;
}
@media (max-width: 820px) {
  .fine-print .custom-terms-title {
    padding: 0;
    margin-top: 27px;
    margin-bottom: 15px;
  }
}
.fine-print .custom-terms-wrapper__desc {
  font: normal normal normal 18px/29px "Noto Sans", sans-serif, Helvetica;
  color: #000;
}
@media (max-width: 820px) {
  .fine-print .custom-terms-wrapper__desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.fine-print .custom-terms-wrapper__title {
  font: normal normal 900 18px/22px "Rubik";
  color: #ed1b24;
  margin-bottom: 9.5px;
  margin-top: 40px;
}
@media (max-width: 820px) {
  .fine-print .custom-terms-wrapper__title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 33px;
    margin-top: 50px;
  }
}

.looking-for-answers {
  background-color: #f8f7fa;
  padding-bottom: 127px;
}
@media (max-width: 820px) {
  .looking-for-answers {
    padding-bottom: 115px;
  }
}
.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: #fff;
  padding: 50px 33px 19px 39px;
}
@media (max-width: 820px) {
  .looking-for-answers .looking-for-answers__box {
    padding: 50px 17px;
    background-size: 98px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .looking-for-answers
    .looking-for-answers__box
    .with-side-border
    .answer-box__cat-description {
    position: relative;
  }
  .looking-for-answers
    .looking-for-answers__box
    .with-side-border
    .answer-box__cat-description::before {
    content: "";
    height: 77px;
    width: 1px;
    display: block;
    position: absolute;
    left: -16px;
    top: 0;
    background-color: #e0e0e0;
  }
}
@media (max-width: 820px) {
  .looking-for-answers .looking-for-answers__box > div {
    justify-content: 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: 17px;
  font-weight: normal;
  font-family: "Noto Sans", sans-serif, Helvetica;
  line-height: 19px;
  color: #221e20;
}
@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: 769px) {
  .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: 14px;
  font-weight: 900;
  font-family: "Rubik";
  line-height: 17px;
  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: 13px;
  font-weight: normal;
  font-family: "Noto Sans", sans-serif, Helvetica;
  line-height: 19px;
  color: #221e20;
  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;
}

.main-prepaid-banner {
  margin-bottom: 32px;
}
@media (max-width: 820px) {
  .main-prepaid-banner {
    margin-bottom: 29px;
  }
}
.main-prepaid-banner img {
  width: 922px;
  height: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 820px) {
  .main-prepaid-banner img {
    max-width: 375px;
    width: 100%;
    height: 147px;
  }
}

.hala-sim-banner img {
  width: 1285px;
  height: 368px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 820px) {
  .hala-sim-banner img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .hala-sim-banner img {
    width: 100%;
    height: auto;
  }
}

.more-offers {
  padding: 114px 0;
  position: relative;
}
@media (max-width: 820px) {
  .more-offers {
    padding: 120px 0 125px;
  }
}
.more-offers::before,
.more-offers::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 19px;
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}
.more-offers::before {
  background-image: url("../images/top-shadow.svg");
  top: 0;
}
@media (max-width: 820px) {
  .more-offers::before {
    background-image: url("../images/top-shadow-mobile.svg");
  }
}
.more-offers::after {
  background-image: url("../images/bottom-shadow.svg");
  bottom: 0;
}
@media (max-width: 820px) {
  .more-offers::after {
    background-image: url("../images/bottom-shadow-mobile.svg");
  }
}
.more-offers.in-hala-sim-page::before {
  display: none;
}
@media (max-width: 820px) {
  .more-offers .slick-initialized .slick-slide {
    width: 246px;
    height: 246px;
    margin: 0;
  }
  .more-offers .slick-initialized .slick-slide div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.more-offers .container {
  width: 922px;
  margin: auto;
}
@media (max-width: 820px) {
  .more-offers .container {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.more-offers .link-with-arrow {
  font-size: 15px;
  line-height: 18px;
}

.more-offers__top-section {
  margin-bottom: 76px;
}
@media (max-width: 820px) {
  .more-offers__top-section {
    margin-bottom: 31px;
  }
}
@media (max-width: 820px) {
  .more-offers__top-section > .justify-content-end {
    justify-content: flex-start !important;
  }
}

.more-offers__title {
  font: normal normal 900 35px/42px "Rubik";
  color: #000;
  margin-bottom: 9px;
}
@media (max-width: 820px) {
  .more-offers__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6.5px;
  }
}

.more-offers__desc {
  font: normal normal normal 15px/20px "Noto Sans", sans-serif, Helvetica;
  color: #000;
  margin: 0;
}
@media (max-width: 820px) {
  .more-offers__desc {
    max-width: 222px;
    margin-bottom: 14.7px;
  }
}

.more-offers__box img {
  width: 289px;
  height: 289px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 820px) {
  .more-offers__box img {
    width: 246px;
    height: 246px;
  }
}

.prepaid-plans {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f8f7fa 100%) 0%
    0% no-repeat padding-box;
}

.prepaid-plans__title {
  font: normal normal 900 25px/30px "Rubik";
  color: #221e20;
  margin-bottom: 6.4px;
}
@media (max-width: 820px) {
  .prepaid-plans__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}

.prepaid-plans__desc {
  font: normal normal normal 15px/20px "Noto Sans", sans-serif, Helvetica;
  color: #525252;
  margin: 0 auto 47px;
  width: 786px;
}
@media (max-width: 820px) {
  .prepaid-plans__desc {
    width: auto;
    color: #898989;
    margin-bottom: 56px;
    padding: 0 15px;
  }
}

@media (min-width: 769px) {
  .prepaid-plans-wrapper {
    padding: 0 220px;
  }
}

.prepaid-plans__icon {
  margin-bottom: 7px;
}
@media (min-width: 769px) {
  .prepaid-plans__icon {
    margin-bottom: 8.7px;
  }
}
.prepaid-plans__icon img {
  max-width: 29px;
}

.prepaid-plans__label {
  font: normal normal 900 13px/16px "Rubik";
  letter-spacing: 0.46px;
  color: #333333;
  margin-bottom: 44px;
}
@media (max-width: 820px) {
  .prepaid-plans__label {
    margin: 0;
  }
}

.gray-bg-werapper {
  background: #f8f7fa;
}

.recharge-sim {
  padding-top: 190px;
}
@media (max-width: 820px) {
  .recharge-sim {
    padding: 62px 16px 0;
  }
  .recharge-sim .row > div:first-child {
    order: 2;
  }
  .recharge-sim .row > div:last-child {
    order: 1;
  }
}
.recharge-sim.in-hala-sim-page {
  padding-bottom: 90px;
}
@media (max-width: 820px) {
  .recharge-sim.in-hala-sim-page {
    padding-bottom: 0;
  }
}
.recharge-sim .container {
  box-shadow: 0px 3px 6px #85858529;
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 112px 0 60px;
}
@media (max-width: 820px) {
  .recharge-sim .container {
    padding: 34px 14px 0;
  }
}

.recharge-sim__img {
  height: 100%;
  display: flex;
  align-items: center;
}
.recharge-sim__img img {
  margin-top: -225px;
  width: 484px;
  height: 527px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 820px) {
  .recharge-sim__img {
    display: none;
  }
  .recharge-sim__img img {
    margin: 0 auto;
    width: 100%;
    max-width: 336px;
    max-height: 366px;
  }
}

.recharge-sim__info {
  padding-bottom: 60px;
}

.recharge-sim__title {
  font: normal normal 900 25px/30px "Rubik";
  color: #221e20;
  margin-bottom: 12.8px;
}
@media (max-width: 820px) {
  .recharge-sim__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .recharge-sim__info {
    padding-bottom: 34px;
  }
}

.recharge-sim__desc {
  font: normal normal 500 17px/23px "Noto Sans", sans-serif, Helvetica;
  color: #222a41;
  margin-bottom: 29px;
}
@media (max-width: 820px) {
  .recharge-sim__desc {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}

.recharge-sim__sub-title {
  font: normal normal 900 15px/18px "Rubik";
  color: #221e20;
  margin-bottom: 13.8px;
}
@media (max-width: 820px) {
  .recharge-sim__sub-title {
    margin-bottom: 15.7px;
  }
}

.recharge-sim__btn {
  width: 212px;
  height: 37px;
  color: #fff;
  font: normal normal 600 15px/15px "Rubik";
  background-color: #ed2126;
  border-radius: 50px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  text-decoration: none !important;
}
@media (max-width: 820px) {
  .recharge-sim__btn {
    width: 146px;
    height: 37px;
    margin-left: auto;
    display: block;
  }
}
.recharge-sim__btn:hover {
  color: #fff;
}

.plan-for-you {
  padding: 116px 0 149px;
}
@media (max-width: 820px) {
  .plan-for-you {
    padding: 65px 0;
  }
}
.plan-for-you .row {
  width: 880px;
  margin: auto;
}
@media (max-width: 820px) {
  .plan-for-you .row {
    width: auto;
  }
}
.plan-for-you .row > div {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
@media (max-width: 820px) {
  .plan-for-you .row > div {
    padding: 0 15px;
  }
  .plan-for-you .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

.plan-for-you__title {
  font: normal normal 900 20px/24px "Rubik";
  color: #221e20;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .plan-for-you__title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}

.plan-for-you__box {
  box-shadow: 0px 10px 10px #0000000f;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background-color: #fff;
  padding: 31px 19px;
  height: 100%;
  width: 395px;
  position: relative;
}
@media (max-width: 820px) {
  .plan-for-you__box {
    width: 100%;
    max-width: 395px;
    margin: auto;
  }
}
.plan-for-you__box .link-with-arrow {
  font: normal normal 900 15px/18px "Rubik";
}

.plan-for-you__box-title {
  font: normal normal 900 27px/36px "Rubik";
  color: #222a41;
  margin-bottom: 14.5px;
}

.plan-for-you__desc {
  font: normal normal normal 15px/22px "Noto Sans", sans-serif, Helvetica;
  color: #222a41;
  margin-bottom: 21px;
}
@media (max-width: 820px) {
  .plan-for-you__desc {
    margin-bottom: 14.5px;
  }
}

.plan-for-you__special-offer {
  position: absolute;
  right: 0;
  top: 33px;
  font: normal normal 600 13px/18px "Noto Sans", sans-serif, Helvetica;
  color: #2d2d2d;
  min-width: 117px;
  height: 26px;
  border-radius: 5px 0px 0px 5px;
  background-color: #ffd500;
  text-align: center;
  line-height: 26px;
}

.hala-sim-info {
  background: url("../images/Grey_BG.svg") no-repeat top center;
  background-size: 100%;
  padding: 72px 0;
}
@media (max-width: 820px) {
  .hala-sim-info {
    padding-top: 38px;
    padding-bottom: 0;
    background: url("../images/Grey_BG_mobile.svg") no-repeat top center;
    background-size: 100%;
  }
}

.hala-sim-info__title {
  font: normal normal 900 26px/33px "Rubik";
  color: #221e20;
  margin-bottom: 7px;
}
@media (max-width: 820px) {
  .hala-sim-info__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.hala-sim-info__desc {
  font: normal normal normal 16px/22px "Noto Sans", sans-serif, Helvetica;
  color: #7e7e7e;
  margin: 0 auto;
  max-width: 599px;
}
@media (max-width: 820px) {
  .hala-sim-info__desc {
    font-size: 14px;
    line-height: 22px;
    padding: 0 45px;
  }
}

.hala-sim-info__features {
  margin: 27px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 820px) {
  .hala-sim-info__features {
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 46px;
  }
}

.hala-sim-info__row {
  margin-bottom: 34px;
}
@media (max-width: 820px) {
  .hala-sim-info__row {
    margin-bottom: 38px;
    align-items: flex-start !important;
  }
}

.hala-sim-info__icon {
  width: 46px;
  text-align: center;
}
.hala-sim-info__icon img {
  max-width: 46px;
  height: auto;
}
@media (max-width: 820px) {
  .hala-sim-info__icon img {
    max-height: 31px;
  }
}

.hala-sim-info__data {
  margin-left: 30px;
}
@media (max-width: 820px) {
  .hala-sim-info__data {
    margin-left: 22px;
  }
}
.hala-sim-info__data h3 {
  font: normal normal 600 20px/27px "Noto Sans", sans-serif, Helvetica;
  color: #221e20;
  margin-bottom: 9px;
}
@media (max-width: 820px) {
  .hala-sim-info__data h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.hala-sim-info__data p {
  font: normal normal normal 18px/27px "Noto Sans", sans-serif, Helvetica;
  color: #898989;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .hala-sim-info__data p {
    font-size: 14px;
    line-height: 20px;
  }
}

.hala-sim__buy-now {
  font: normal normal 900 16px/20px "Rubik";
  color: #fff;
  min-width: 205px;
  height: 50px;
  border-radius: 25px;
  background-color: #ed1c24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .hala-sim__buy-now {
    min-width: 122px;
    height: 40px;
    font-size: 14px;
    line-height: 17px;
  }
}
.hala-sim__buy-now:hover {
  color: #fff;
  text-decoration: none;
}

.recharge-main-sec {
  background-color: #ecf9fd;
  padding: 43px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.recharge-main-sec > .row {
  margin: 0;
}
.recharge-main-sec > .row > .col-lg-5 {
  padding-right: 98px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 820px) {
  .recharge-main-sec > .row > .col-lg-5 {
    padding-right: 15px;
    display: block;
  }
}

.recharge-main-info {
  width: 370px;
}
@media (max-width: 820px) {
  .recharge-main-info {
    width: auto;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 15px;
  }
}

.recharge-main__title {
  font: normal normal 900 22px/26px "Rubik";
  color: #221e20;
  margin-bottom: 7px;
  width: 265px;
}
@media (max-width: 820px) {
  .recharge-main__title {
    width: auto;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.recharge-main__title span {
  color: #ed1c24;
}

.recharge-main__desc {
  font: normal normal normal 15px/20px "Noto Sans", sans-serif, Helvetica;
  color: #898989;
  margin-bottom: 11px;
}
@media (max-width: 820px) {
  .recharge-main__desc {
    width: auto;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
  }
}

.recharge-slider {
  margin: 0;
}
.slick-current .recharge-slider__img a {
  height: 220px;
  max-height: 220px;
  min-height: 220px;
}
.slick-current .recharge-slider__img {
  transform: scale(1.313);
}
.recharge-slider .slick-list {
  padding: 15px 0 15px 68px;
}
@media (max-width: 820px) {
  .recharge-slider .slick-list {
    padding: 0 0 0 27px;
  }
  .slick-current .recharge-slider__img {
    transform: scale(1.05);
  }
}
.recharge-slider .slick-current img {
  width: 100%;
  height: 100%;
}
.recharge-slider .slick-dots {
  list-style: none;
  display: flex;
  padding: 0 3px;
  margin: 0;
}
@media (max-width: 820px) {
  .recharge-slider .slick-dots {
    margin: 8px 0 0;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  .recharge-slider .slick-dots {
    margin: 25px 0 0;
  }
}
.recharge-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
@media (max-width: 820px) {
  .recharge-slider .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.recharge-slider .slick-dots li:not(:last-child) {
  margin-right: 4px;
}
.recharge-slider .slick-dots li button {
  background: none;
  border: none;
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 50%;
  background-color: #ed1c24;
  opacity: 0.3;
  display: block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 820px) {
  .recharge-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.recharge-slider .slick-dots li button:focus {
  border: none;
  outline: 0;
}
.recharge-slider .slick-dots li button:hover {
  opacity: 1;
}
.recharge-slider .slick-dots li.slick-active {
  width: 21px;
  height: 8px;
  opacity: 1;
}
@media (max-width: 820px) {
  .recharge-slider .slick-dots li.slick-active {
    width: 21px;
    height: 8px;
  }
}
.recharge-slider .slick-dots li.slick-active > button {
  width: 21px;
  height: 8px;
  border-radius: 5px;
  background-color: #ed1c24;
  opacity: 1;
}
@media (max-width: 820px) {
  .recharge-slider .slick-dots li.slick-active > button {
    width: 21px;
    height: 8px;
  }
}

.recharge-slider__img {
  margin-right: 90px;
  transition: all 0.3s ease-in-out;
  height: 220px;
  display: flex !important;
  align-items: center;
}
@media (max-width: 820px) {
  .recharge-slider__img {
    margin-right: -17px;
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  .recharge-slider__img {
    margin-right: -165px;
  }
}
.recharge-slider__img.slick-current {
  transform: scale(1.313);
}
.recharge-slider__img.slick-current a {
  height: 220px;
  max-height: 220px;
  min-height: 220px;
}
@media (max-width: 820px) {
  .recharge-slider__img.slick-current {
    transform: scale(1.05);
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  .recharge-slider__img.slick-current {
    transform: scale(1);
  }
}
.recharge-slider__img a {
  width: 282px;
  height: 168px;
  display: block;
}
@media (max-width: 820px) {
  .recharge-slider__img a {
    width: 75vw;
    height: 129px;
  }
}
.recharge-slider__img a img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 820px) {
  .recharge-slider__img a img {
    height: 100%;
  }
}

.recharges-section {
  padding-top: 42px;
  background-color: #f8f7fa;
}
@media (max-width: 820px) {
  .recharges-section {
    padding-top: 26px;
  }
}
.recharges-section .container {
  max-width: 1235px;
}
.recharges-section .sort-by-dropdown {
  width: 202px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 820px) {
  .recharges-section .sort-by-dropdown {
    width: 0;
    height: 0;
  }
}
.recharges-section .sort-by-dropdown > button {
  font: normal normal 600 15px/20px "Noto Sans", sans-serif, Helvetica;
  color: #898989;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 10px 10px 10px 10px;
}
.recharges-section .sort-by-dropdown > button:focus {
  background-color: #fff !important;
}
.recharges-section .sort-by-dropdown > button::after {
  background: url("../images/sort-icon.svg") no-repeat center center;
  background-size: contain;
  font-size: 0;
  width: 16px;
  height: 18px;
  display: block;
}
.recharges-section .sort-by-dropdown.show,
.recharges-section .sort-by-dropdown.show > button {
  border-radius: 10px 10px 0 0;
}
.recharges-section .sort-by-dropdown.show > button::after {
  background: url("../images/cancel-icon.svg") no-repeat center center;
  background-size: contain;
  width: 11px;
  height: 13px;
}
.recharges-section .sort-by-dropdown > .dropdown-menu {
  width: calc(100% + 2px);
  left: -1px !important;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 10px 10px;
  z-index: 8;
  transform: translate3d(0px, 39px, 0px) !important;
}
@media (max-width: 820px) {
  .recharges-section .sort-by-dropdown > .dropdown-menu {
    display: block !important;
    position: fixed;
    left: 0 !important;
    right: 0;
    bottom: -100%;
    transition: all 0.3s ease-in-out;
    height: 357px;
    top: auto;
    background-color: #fff;
    padding: 18px 13px;
    box-shadow: 0px -9px 6px #00000015;
    border-radius: 15px 15px 0px 0px;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .recharges-section .sort-by-dropdown > .dropdown-menu.show {
    bottom: 0;
  }
}
.recharges-section .sort-by-dropdown > .dropdown-menu a,
.recharges-section .sort-by-dropdown > .dropdown-menu button {
  font: normal normal 500 13px/18px "Noto Sans", sans-serif, Helvetica;
  color: #000000;
  padding: 9px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0 !important;
  cursor: pointer;
}
@media (max-width: 820px) {
  .recharges-section .sort-by-dropdown > .dropdown-menu a,
  .recharges-section .sort-by-dropdown > .dropdown-menu button {
    font-size: 17px;
    line-height: 23px;
    padding: 9px 0;
    color: #343434;
  }
  .recharges-section .sort-by-dropdown > .dropdown-menu a:not(:last-of-type),
  .recharges-section
    .sort-by-dropdown
    > .dropdown-menu
    button:not(:last-of-type) {
    border-bottom: 1px solid #e9e9e9;
  }
}
.recharges-section .sort-by-dropdown > .dropdown-menu a:nth-child(even),
.recharges-section .sort-by-dropdown > .dropdown-menu a:focus,
.recharges-section .sort-by-dropdown > .dropdown-menu button:nth-child(even),
.recharges-section .sort-by-dropdown > .dropdown-menu button:focus {
  background-color: rgba(170, 170, 171, 0.1);
}
@media (max-width: 820px) {
  .recharges-section .sort-by-dropdown > .dropdown-menu a:nth-child(even),
  .recharges-section .sort-by-dropdown > .dropdown-menu a:focus,
  .recharges-section .sort-by-dropdown > .dropdown-menu button:nth-child(even),
  .recharges-section .sort-by-dropdown > .dropdown-menu button:focus {
    background: none;
  }
}
.recharges-section .sort-by-dropdown > .dropdown-menu a::after,
.recharges-section .sort-by-dropdown > .dropdown-menu button::after {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
}
.recharges-section .sort-by-dropdown > .dropdown-menu a.price-desc::after,
.recharges-section .sort-by-dropdown > .dropdown-menu a.price-asce::after,
.recharges-section .sort-by-dropdown > .dropdown-menu button.price-desc::after,
.recharges-section .sort-by-dropdown > .dropdown-menu button.price-asce::after {
  background-image: url("../images/money-icon.svg");
}
.recharges-section .sort-by-dropdown > .dropdown-menu a.recommended::after,
.recharges-section
  .sort-by-dropdown
  > .dropdown-menu
  button.recommended::after {
  background-image: url("../images/star-icon.svg");
}
.recharges-section .sort-by-dropdown > .dropdown-menu a.promotions::after,
.recharges-section .sort-by-dropdown > .dropdown-menu button.promotions::after {
  background-image: url("../images/label-icon.svg");
}

@media (max-width: 820px) {
  .sort-by__mobile {
    margin-bottom: 48px;
  }
  .sort-by__mobile .sort-by-close-btn,
  .sort-by__mobile .sort-by-reset-btn {
    background: none;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
  }
  .sort-by__mobile .sort-by-close-btn img {
    width: 18px;
    height: 19px;
  }
  .sort-by__mobile .sort-by-reset-btn {
    font: normal normal 900 15px/18px "Rubik";
    letter-spacing: -0.45px;
    color: #2d2d2d;
  }
  .sort-by__mobile span {
    font: normal normal normal 20px/27px "Noto Sans", sans-serif, Helvetica;
    letter-spacing: -0.6px;
    color: #2d2d2d;
  }
  .sort-by-applay__mobile {
    padding-top: 42px;
  }
  .sort-by-applay__mobile button {
    background-color: #ed1c24;
    border-radius: 50px;
    font: normal normal 900 14px/17px "Rubik";
    letter-spacing: 0.58px;
    color: #ffffff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 40px;
  }
}

.recharges-section-top {
  margin-bottom: 26px;
}
.recharges-section-top .row > .col-lg-9 {
  flex: 0 0 calc(100% - 285px);
  max-width: calc(100% - 285px);
  padding: 0;
}
@media (max-width: 820px) {
  .recharges-section-top .row > .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.recharges-section-top .row > .col-lg-9.offset-lg-3 {
  margin-left: 285px !important;
}
@media (max-width: 820px) {
  .recharges-section-top .row > .col-lg-9.offset-lg-3 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .recharges-section-top .row > .col-lg-9.offset-lg-3 {
    padding: 0 10px;
  }
}

.recharges-section-top__info {
  padding-right: 30px;
  flex: 0 0 450px;
  max-width: 450px;
}
.sort-and-search-recharge {
  flex: 0 0 calc(100% - 450px);
  max-width: calc(100% - 450px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 820px) {
  .recharges-section-top .row > .col-lg-9.offset-lg-3 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: center !important;
  }
  .recharges-section-top__info {
    padding: 0 30px;
    width: 100%;
  }
  .recharges-section-top__info,
  .sort-and-search-recharge {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* .sort-and-search-recharge {
    max-width: 0;
  } */
}
.recharges-section-top__info h1 {
  font: normal normal 900 28px/33px "Rubik";
  color: #221e20;
  margin-bottom: 2px;
}
@media (max-width: 820px) {
  .recharges-section-top__info h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.recharges-section-top__info p {
  font: normal normal normal 15px/20px "Noto Sans", sans-serif, Helvetica;
  color: #898989;
  margin: 0;
}
@media (max-width: 820px) {
  .recharges-section-top__info p {
    font-size: 14px;
    line-height: 19px;
  }
}

.recharges-section-bottom > .row > div {
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .recharges-section-bottom > .row > div {
    padding: 0 10px;
  }
}
.recharges-section-bottom > .row > div.col-lg-3 {
  flex: 0 0 269px;
  max-width: 269px;
  margin-right: 16px;
}
@media (max-width: 820px) {
  .recharges-section-bottom > .row > div.col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.recharges-section-bottom > .row > div.col-lg-9 {
  flex: 0 0 calc(100% - 285px);
  max-width: calc(100% - 285px);
}
@media (max-width: 820px) {
  .recharges-section-bottom > .row > div.col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}

.recharge-show-more-less {
  margin-top: 78px;
}
@media (max-width: 820px) {
  .recharge-show-more-less {
    margin-top: 50px;
  }
}
.recharge-show-more-less a {
  font: normal normal 900 22px/26px "Rubik";
  color: #ed1b24 !important;
  display: inline-block;
  text-decoration: underline;
}

.recharge-no-result {
  margin-top: 49px;
  padding: 0 35px;
}

.recharge-no-result__img {
  margin-bottom: 18px;
}
@media (max-width: 820px) {
  .recharge-no-result__img {
    margin-bottom: 16px;
  }
}
.recharge-no-result__img img {
  width: 162px;
  height: 113px;
  -o-object-fit: contain;
  object-fit: contain;
}

.recharge-no-result__label {
  font: normal normal 900 16px/27px "Rubik";
  letter-spacing: -0.16px;
  color: #221e20;
  margin-bottom: 4px;
}
@media (max-width: 820px) {
  .recharge-no-result__label {
    font-size: 18px;
  }
}

.recharge-no-result__desc {
  font: normal normal 500 15px/23px "Noto Sans", sans-serif, Helvetica;
  letter-spacing: -0.15px;
  color: #575656;
  margin-bottom: 49px;
}
@media (max-width: 820px) {
  .recharge-no-result__desc {
    line-height: 20px;
    margin-bottom: 42px;
  }
}

.recharge-no-result__most-cards {
  font: normal normal 900 16px/20px "Rubik";
  margin-bottom: 29px;
}
@media (max-width: 820px) {
  .recharge-no-result__most-cards {
    margin-bottom: 43px;
  }
}

.recharge-card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 56px 23px 23.6px;
  box-shadow: 0px 5px 5px #0000000f;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 820px) {
  .recharge-card {
    padding: 56px 12px 90px;
    margin-bottom: 30px;
  }
}
.recharge-card.with-tag {
  position: relative;
}
.recharge-card.with-tag::after,
.recharge-card:not(.with-tag).tag-daily-bonus::after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.3px;
  border-radius: 8px 8px 0 0;
  display: block;
}
.recharge-card:not(.with-tag).tag-daily-bonus::after {
  background-color: #ffa300;
}
.recharge-card.with-tag.bonus::after,
.recharge-card.with-tag.bonus .with-tag__body {
  background-color: #ed1c24;
  color: #fff;
}
.recharge-card.with-tag.bonus .with-tag__body .primary-tag::before {
  background-image: url("../images/white-bonus-icon.svg");
}
.recharge-card.with-tag.new-offer::after,
.recharge-card.with-tag.new-offer .with-tag__body {
  background-color: #2ecdf3;
}
.recharge-card.with-tag.new-offer .with-tag__body .primary-tag::before {
  background-image: url("../images/black-label-icon.svg");
}
.recharge-card.with-tag.most-popular::after,
.recharge-card.with-tag.most-popular .with-tag__body {
  background-color: #ffa300;
}
.recharge-card.with-tag.most-popular .with-tag__body .primary-tag::before {
  background-image: url("../images/black-star-icon.svg");
}

.recharge-card.with-tag .with-tag__body .secondary-tag::before {
  background-image:url("../images/balck-bonus-icon.svg")
}

.with-tag__body {
  font: normal normal 600 13px/18px "Noto Sans", sans-serif, Helvetica;
  color: #2d2d2d;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 0 0px 5px 0px;
  display: flex;
  align-items: center;
}
.with-tag__body > span {
  position: relative;
  display: flex;
}
.with-tag__body > span.primary-tag {
  padding: 7.7px 17px;
}
.with-tag__body > span.secondary-tag {
  padding: 7.7px 17px;
  background-color: #FFA300;
  color: #221E20;
  border-radius: 5px 0px;
}
.recharge-card:not(.with-tag) span.secondary-tag {
  border-radius: 0 0 5px 0;
}
.with-tag__body span::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 19px;
  height: 18px;
  background-image: url("../images/black-star-icon.svg");
  margin-right: 6.8px;
  display: inline-block;
}

.recharge-card__title {
  font: normal normal 900 20px/31px "Rubik";
  letter-spacing: -0.22px;
  color: #221e20;
  margin-bottom: 2px;
}
@media (max-width: 820px) {
  .recharge-card__title {
    font-size: 20px;
    padding-right: 130px; /*55px*/
  }
}

.recharge-card__middle {
  margin-bottom: 26px;
}
@media (max-width: 820px) {
  .recharge-card__middle {
    flex-wrap: wrap;
    margin: 0;
  }
  .recharge-card__middle > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.recharge-card__brief {
  padding-right: 48px;
  flex: 0 0 250px;
  max-width: 250px;
}
@media (max-width: 820px) {
  .recharge-card__brief {
    padding: 0;
    margin-bottom: 20px;
  }
}

.recharge-card__desc {
  font: normal normal normal 13px/16px "Noto Sans", sans-serif, Helvetica;
  letter-spacing: 0px;
  color: #898989;
  margin-bottom: 2px;
}

.recharge-card__price {
  font: normal normal bold 27px/37px "Noto Sans", sans-serif, Helvetica;
  color: #ed1c24;
}
@media (max-width: 820px) {
  .recharge-card__price {
    font-size: 23px;
    position: absolute;
    right: 15px;
    top: 55px;
  }
}
.recharge-card__price sup {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  top: -11px;
}
@media (max-width: 820px) {
  .recharge-card__price sup {
    font-size: 14px;
    top: -8px;
  }
}

.recharge-card__widgets {
  flex: 0 0 497px;
  max-width: 497px;
}
@media (max-width: 820px) {
  .recharge-card__widgets {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .recharge-card__widgets {
    flex: 0 0 260px;
    max-width: 260px;
    flex-wrap: wrap;
  }
}

.recharge-card__widget {
  background-color: #f9f9f9;
  border-radius: 5px;
  min-width: 118px;
  padding: 12px 16px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 820px) {
  .recharge-card__widget {
    min-width: 76px;
    text-align: center;
    margin-bottom: 16px;
    padding: 10px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .recharge-card__widget {
    margin-bottom: 10px;
  }
}
.recharge-card__widget:not(:last-child) {
  margin-right: 8.3px;
}
@media (max-width: 820px) {
  .recharge-card__widget:not(:last-child) {
    margin-right: 9.5px;
  }
}
.recharge-card__widget > h2 {
  font: normal normal 900 18px/22px "Rubik";
  color: #575757;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .recharge-card__widget > h2 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: -4px;
  }
}
.recharge-card__widget > span:not(.validity-label) {
  font: normal normal 500 14px/19px "Noto Sans", sans-serif, Helvetica;
  letter-spacing: -0.42px;
  color: #414141;
}
@media (max-width: 820px) {
  .recharge-card__widget > span:not(.validity-label) {
    font-size: 13px;
    line-height: 18px;
  }
}
.recharge-card__widget > .validity-label {
  font: normal normal 500 10px/14px "Noto Sans", sans-serif, Helvetica;
  letter-spacing: -0.3px;
  color: #414141;
  margin-top: 9.2px;
  display: block;
}
@media (max-width: 820px) {
  .recharge-card__widget > .validity-label {
    margin-top: 6px;
  }
}

.recharge-card__actions {
  flex: 0 0 167px;
  max-width: 167px;
  padding-left: 27px;
}
@media (max-width: 820px) {
  .recharge-card__actions {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 23px;
    left: 15px;
    right: 15px;
  }
}
.recharge-card__actions a:hover {
  text-decoration: none;
  color: #ed1b24;
}

.recharge-main-btn {
  background-color: #ed1c24;
  border-radius: 50px;
  width: 124px;
  height: 40px;
  display: inline-block;
  margin-bottom: 13px;
  font: normal normal 900 14px/40px "Rubik";
  letter-spacing: 0.58px;
  color: #ffffff !important;
  text-align: center;
}
@media (max-width: 820px) {
  .recharge-main-btn {
    width: 159px;
    margin-bottom: 0;
  }
}

.how-to-recharge-btn {
  font: normal normal 900 12px/16px "Rubik";
  color: #ed1b24;
  display: block;
}

.recharge-allowances {
  flex: 0 0 250px;
  max-width: 250px;
}
@media (max-width: 820px) {
  .recharge-allowances {
    display: none;
  }
}
.recharge-allowances img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
}
.recharge-allowances img:not(:last-child) {
  margin-right: 8px;
}
.recharge-allowances span {
  margin-right: 8px;
}

.recharge-validity {
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
}
@media (max-width: 820px) {
  .recharge-validity {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.recharge-validity > span {
  font: normal normal 500 14px/19px "Noto Sans", sans-serif, Helvetica;
  color: #414141;
  margin: 0;
}
@media (max-width: 820px) {
  .recharge-validity > span {
    font-size: 13px;
    line-height: 18px;
  }
}
.recharge-validity > a {
  font-weight: 600;
  text-decoration: underline;
  color: #414141;
  font: normal normal 600 14px/19px "Noto Sans", sans-serif, Helvetica;
}
@media (max-width: 820px) {
  .recharge-validity > a {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 820px) {
  .recharge-bottom-banner {
    margin-top: 39px;
  }
}

.recharge-bottom-banner img {
  width: 100%;
  height: 198px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 820px) {
  .recharge-bottom-banner img {
    height: auto;
  }
}

.for-more-info {
  position: relative;
}
.for-more-info__text {
  border: 0.5px solid #bababa;
  border-radius: 3px;
  background-color: #fffade;
  width: 196px;
  padding: 5px;
  font: normal normal normal 13px/16px "Noto Sans", sans-serif, Helvetica;
  color: #000000;
  position: absolute;
  top: 16px;
  left: -10px;
  display: none;
  z-index: 7;
}
@media (max-width: 820px) {
  .for-more-info__text {
    right: -10px;
    top: 18px;
    left: auto;
  }
}
.for-more-info img {
  width: 11px;
  height: 11px;
}
.for-more-info:hover .for-more-info__text {
  display: block;
}

.amazing-offerr-banner {
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  .amazing-offerr-banner {
    margin-bottom: 30px;
  }
}
.amazing-offerr-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.recharge-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: rgba(144, 144, 144, 0.26);
  display: none;
}
.recharge-popup .container {
  max-width: 936px;
  padding: 60px 0 20px;
  height: 97%;
  overflow: hidden;
}
@media (max-width: 820px) {
  .recharge-popup .container {
    padding: 38px 28px;
  }
}
.recharge-popup__title + div {
    overflow: auto;
    height: 100%;
    padding-bottom: 63px;
}
.recharge-popup .select2 {
  margin-bottom: 36px;
}
.recharge-popup .select2-selection--single {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  min-width: 254px;
  height: 41px;
  font: normal normal 600 14px/19px "Noto Sans", sans-serif, Helvetica;
}
.recharge-popup .select2-selection__rendered,
.recharge-popup .select2-selection__arrow {
  color: rgba(0, 0, 0, 0.3) !important;
  height: 41px !important;
  line-height: 41px !important;
  padding: 0 13px;
}
.recharge-popup .select2-selection__arrow b {
  border: none !important;
  font-size: 0;
  background: url("../images/chevron-down-icon.svg") no-repeat center center;
  background-size: contain;
  width: 16px !important;
  height: 9px !important;
  transform: translate(-50%);
  top: 45% !important;
}
.recharge-popup iframe {
  max-width: 100%;
  border-radius: 10px;
}
.recharge-popup .recharge-popup__sm-iframe {
  height: 178px;
  width: 294px;
}
@media (max-width: 820px) {
  .recharge-popup .recharge-popup__sm-iframe {
    margin-bottom: 30px;
  }
}

.select2-dropdown {
  z-index: 9992;
}
.select2-dropdown .select2-search__field {
  outline: 0;
}
.select2-dropdown .select2-results__option {
  font: normal normal normal 13px/18px "Noto Sans", sans-serif, Helvetica;
  color: #000000 !important;
}
.select2-dropdown .select2-results__option:nth-child(even) {
  background-color: rgba(170, 170, 171, 0.1);
}
.select2-dropdown .select2-results__option:hover,
.select2-dropdown .select2-results__option:focus {
  color: #000000;
  background-color: #aaaaab;
}
.select2-dropdown
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(170, 170, 171, 0.1);
}

.recharge-popup__body {
  background-color: #fff;
  box-shadow: 0px 0px 6px #00000015;
  border-radius: 39px 39px 0px 0px;
  height: 591px;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.recharge-popup__title {
  font: normal normal 900 20px/24px "Rubik";
  color: #e91c24;
  padding-bottom: 21px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 820px) {
  .recharge-popup__title {
    margin-bottom: 21px;
    text-align: left;
  }
}

.recharge-popup__close {
  border: none !important;
  background: none;
  outline: 0 !important;
  cursor: pointer;
}
@media (max-width: 820px) {
  .recharge-popup__close {
    margin-left: 30px;
  }
}
.recharge-popup__close img {
  width: 18px;
  height: 19px;
}

.recharge-popup__data {
  overflow-y: auto;
  height: 430px;
}

.recharge-popup__dark-prag,
.recharge-popup__gray-prag {
  font: normal normal 500 15px/20px "Noto Sans", sans-serif, Helvetica;
  margin-bottom: 24px;
}

.recharge-popup__dark-prag {
  color: #000000;
}

.recharge-popup__body-title {
  font: normal normal 900 20px/24px "Rubik";
  color: #221e20;
  margin-bottom: 21px;
}

.recharge-popup__gray-prag {
  color: #898989;
}

.recharge-popup__gray-label {
  font: normal normal normal 15px/20px "Noto Sans", sans-serif, Helvetica;
  color: #898989;
  margin-bottom: 50px;
}

.recharge-popup__table {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 24px;
}
.recharge-popup__table thead th {
  font: normal normal 900 14px/17px "Rubik";
  color: #626262;
  width: 111px;
  vertical-align: top;
  border-top: none;
  border-width: 1px;
}
.recharge-popup__table thead th span {
  font-size: 10px;
  line-height: 12px;
}
.recharge-popup__table td {
  border-width: 1px;
  font: normal normal 900 13px/16px "Rubik";
  color: #000000;
}
.recharge-popup__table tbody tr:nth-of-type(odd) {
  background-color: rgba(241, 240, 245, 0.3);
}
.recharge-popup__table tbody h5 {
  font: normal normal 900 14px/17px "Rubik";
  color: #626262;
}

.recharge-popup__step {
  flex-wrap: wrap;
  font: normal normal 900 13px/16px "Rubik";
  color: #6e6e6e;
  margin-bottom: 19px;
}
@media (max-width: 820px) {
  .recharge-popup__step {
    margin-bottom: 25px;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}
.recharge-popup__step .step-num {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  font: normal normal 900 13px/25px "Rubik";
  color: #fff;
  background-color: #e91c24;
  margin-right: 10px;
}
.recharge-popup__step .step-info {
  flex: 0 0 100%;
  max-width: 100%;
  font: normal normal 500 12px/17px "Noto Sans", sans-serif, Helvetica;
  color: #535353;
}
@media (max-width: 820px) {
  .recharge-popup__step .step-info {
    padding-left: 36px;
  }
}

.total-flexi-points {
  font: normal normal 900 22px/26px "Rubik";
  color: #000000;
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  .total-flexi-points {
    margin-bottom: 32px;
  }
}

.flexi-tabs {
  border: 1px solid #cfcfcf;
  border-radius: 100px;
  padding: 4px;
  max-width: 760px;
  margin: 0 auto 20px;
}
@media (max-width: 820px) {
  .flexi-tabs {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin: 0 0 20px;
  }
}
.flexi-tabs button {
  background: none;
  border: none;
  box-shadow: none !important;
  width: 77px;
  height: 33px;
  border-radius: 20px;
  font: normal normal 900 13px/33px "Rubik";
  color: #585858;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.flexi-tabs button.active,
.flexi-tabs button:hover {
  background-color: #e91c24;
  color: #fff;
}
@media (max-width: 820px) {
  .flexi-tabs button {
    width: auto;
  }
  .flexi-tabs button span {
    display: none;
  }
  .flexi-tabs button.active,
  .flexi-tabs button:hover {
    width: 77px;
  }
  .flexi-tabs button.active span,
  .flexi-tabs button:hover span {
    display: inline;
  }
}
.flexi-tabs li:not(:last-child) {
  margin-right: 18px;
}
@media (max-width: 820px) {
  .flexi-tabs li:not(:last-child) {
    margin-right: 13px;
  }
}

.flexi-cards-wrapper {
  width: 530px;
  margin: auto !important;
}
@media (max-width: 820px) {
  .flexi-cards-wrapper {
    width: auto;
  }
  .flexi-cards-wrapper > div {
    padding: 0;
  }
}

.flexi-card {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 13px 13px 8px;
  width: 230px;
  height: 109px;
  margin-bottom: 13px;
  text-align: center;
}
@media (max-width: 820px) {
  .flexi-card {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 5px;
  }
}

.flexi-card__title {
  font: normal normal 900 12px/15px "Rubik";
  color: #000000;
  margin-bottom: 1px;
}
@media (max-width: 820px) {
  .flexi-card__title {
    text-align: left;
  }
}

.flexi-card__point {
  font: normal normal 500 12px/17px "Noto Sans", sans-serif, Helvetica;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .flexi-card__point {
    text-align: left;
  }
}

.flexi-card__changes-points {
  margin-top: 16px;
}
@media (max-width: 820px) {
  .flexi-card__changes-points {
    margin: 0;
  }
}

.flexi-card__point-box {
  background-color: #ffffff;
  border: 0.5px solid #aaaaaa;
  border-radius: 5px;
  font: normal normal 900 22px/37px "Rubik";
  color: #000000;
  width: 96px;
  height: 37px;
  text-align: center;
  margin-right: 7px;
}

.flexi-card__point-label {
  font: normal normal 900 10px/12px "Rubik";
  color: #000000;
}

.recharge-filter {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 17px 14px 38px;
  position: relative;
}
@media (max-width: 820px) {
  .recharge-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    padding: 19px 25.5px 120px;
  }
}
.recharge-filter__box:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.recharge-filter__title {
  font: normal normal normal 25px/34px "Noto Sans", sans-serif, Helvetica;
  letter-spacing: -0.75px;
  color: #2d2d2d;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recharge-filter__reset {
  background: none;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.recharge-filter__reset img {
  width: 23px;
  height: auto;
}
@media (max-width: 820px) {
  .recharge-filter__title {
    width: 73px;
    font-size: 20px;
    line-height: 27px;
    margin: 0 auto 30px;
  }
  .recharge-filter__reset {
    position: absolute;
    right: 15px;
  }
}
/* .recharge-filter__title::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("../images/filter-icon.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 820px) {
  .recharge-filter__title::after {
    width: 13px;
    min-width: 13px;
    height: 12px;
    margin-left: 12px;
  }
} */

@media (max-width: 820px) {
  .close-filter-in-mobile,
  .reset-filter-in-mobile {
    position: absolute;
    top: 19px;
    background: none !important;
    border: none;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0;
  }
  .close-filter-in-mobile {
    left: 14px;
  }
  .close-filter-in-mobile img {
    width: 11px;
    height: 19px;
  }
  .reset-filter-in-mobile {
    right: 14px;
    top: 23px;
    font: normal normal 900 15px/18px "Rubik";
    letter-spacing: -0.45px;
    color: #2d2d2d;
  }
}

.filter-shared-title {
  font: normal normal 900 17px/21px "Rubik";
  color: #000000;
  margin-bottom: 15px;
}

.filter-sub-title {
  font: normal normal 500 15px/20px "Noto Sans", sans-serif, Helvetica;
  color: #898989;
  margin-bottom: 13.5px;
  display: flex;
  align-items: center;
}
.filter-sub-title::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  margin-right: 11px;
}
.filter-sub-title.local-data::before {
  background-image: url("../images/Data.svg");
}
.filter-sub-title.local-minutes::before {
  background-image: url("../images/Call.svg");
}
.filter-sub-title.roaming::before {
  background-image: url("../images/Roaming.svg");
}
.filter-sub-title.international-minutes::before,
.filter-sub-title.international-packs::before {
  background-image: url("../images/International.svg");
}

.recharges-types > h4 {
  margin-bottom: 5px;
}

.recharges-types > p {
  font: normal normal 500 15px/20px "Noto Sans", sans-serif, Helvetica;
  margin-bottom: 13.5px;
  color: #898989;
}

.recharges-types > ul {
  margin: 0;
  padding: 0 !important;
}
.recharges-types > ul li {
  margin-bottom: 11px;
}
.recharges-types > ul li:not(:last-child) {
  margin-right: 9px;
}
.recharges-types > ul button {
  background: #fff;
  box-shadow: 0px 0px 6px #00000029 !important;
  border-radius: 100px;
  padding: 6px 8px;
  display: inline-block;
  text-align: center;
  min-width: 56px;
  font: normal normal 900 14px/17px "Rubik";
  color: #ed1c24;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.recharges-types > ul button.active {
  background: #ed1c24;
  border-color: #ed1c24;
  color: #fff;
}
.recharges-types > ul button:not(.active):hover {
  color: #ed1c24;
}

.recharge-recurring .toggle-button {
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  width: 42px;
  height: 20px;
  background-color: #d9d9d9;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  margin: 0 !important;
  transition: all 0.5s ease-in-out;
}
.recharge-recurring .toggle-button::before {
  content: "" !important;
}
.recharge-recurring .toggle-button::after {
  content: "" !important;
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 1px;
  left: 1px;
  line-height: 0;
  display: grid;
  place-content: center;
  transition: all 0.5s;
  transform: 1s ease-in-out;
}

.recharge-recurring input:checked + .toggle-button::after {
  content: "";
  background-color: #fff;
  transform: translateX(21px) rotate(360deg);
}

.recharge-recurring input:checked + .toggle-button {
  background-color: #ed1c24;
}

.recharge-recurring__row .one-time-only::before {
  background-image: url("../images/One time.svg");
}

.recharge-recurring__row .recurring-only::before {
  background-image: url("../images/Recurring only.svg");
}

.recharge-recurring__row:last-child > h5 {
  margin-bottom: 0;
}

.slider-range-row {
  margin-bottom: 28px;
}
.slider-range-row:last-child {
  margin-bottom: 0;
}
.slider-range-row > span {
  font: normal normal 500 14px/19px "Noto Sans", sans-serif, Helvetica;
  color: #000000;
}
.slider-range-row .slider-max-val sup {
  top: -5px;
  font-size: 9px;
}
.slider-range-row .slider-range-wrapper {
  width: 158px;
  margin-top: -6px;
  z-index: 5;
}
@media (max-width: 820px) {
  .slider-range-row .slider-range-wrapper {
    width: 260px;
  }
}
.slider-range-row .slider-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 100%;
  height: 4px;
  outline: none;
  border-radius: 30px;
  /* background: linear-gradient(
    to right,
    #ed1c24 0%,
    #ed1c24 0%,
    #eeeeee 0%,
    #eeeeee 100%
  ); */
  background: linear-gradient(to right, rgb(237, 28, 36) 0%, rgb(237, 28, 36) 100%, rgb(238, 238, 238) 100%, rgb(238, 238, 238) 100%);
}
.slider-range-row .slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 21px;
  background: transparent;
  cursor: pointer;
  border: 1px solid #ed1c24;
  border-radius: 20px;
  position: relative;
  z-index: 99;
}
.slider-range-row .slider-range::-moz-range-thumb {
  width: 34px;
  height: 21px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ed1c24;
  border-radius: 20px;
}
.slider-range-row .slider-cur-val {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 21px;
  background-color: #fff;
  border-radius: 20px;
  top: 5px;
  left: calc(100% - 34px);
  font: normal normal 500 12px/17px "Noto Sans", sans-serif, Helvetica;
  color: #ed1c24;
  overflow: hidden;
}

span.slider-cur-val.tooltip-mobile {
  top: -25px;
  background-color: #ea1624;
  color: #FFF;
  overflow: visible;
  display: none;
}
@media (min-width: 992px) {
  span.slider-cur-val.tooltip-mobile {
    display: none !important;
  }
}
span.slider-cur-val.tooltip-mobile:before {
  content: "";
  display: block;
  border-top: 8px solid #ea1624;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.inter-packs-accordion {
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 0 7px 0;
}
.inter-packs-accordion button {
  width: 100%;
  text-align: left;
  box-shadow: none !important;
  border-width: 1px 0 !important;
  border-style: solid;
  border-color: #e9e9e9;
  background: none !important;
  padding: 10px 0;
  font: normal normal normal 14px/19px "Noto Sans", sans-serif, Helvetica;
  color: #000000;
  border-radius: 0;
}
.inter-packs-accordion button img {
  width: 36px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
}

.inter-packs-accordion__label {
  font: normal normal 500 15px/20px "Noto Sans", sans-serif, Helvetica !important;
  color: #777777 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inter-packs-accordion__label::after {
  content: "";
  display: block;
  background: url("../images/chevron-top.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 9px;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
  margin-top: 2px;
}
.inter-packs-accordion__label.active::after {
  transform: rotate(0);
}

.inter-packs-accordion__menu {
  margin: 0;
  padding: 0;
  display: none;
}
.inter-packs-accordion__menu li:last-child button {
  border-bottom: none !important;
}

@media (max-width: 820px) {
  .apply-filter-on-mobile,
  .filter-and-sort-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #f1f0f5;
    box-shadow: 0px -6px 11px #00000015;
    border: 1px solid #d9d9d9;
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: 87px;
    z-index: 999;
    padding: 13px 11px 33px;
  }
  .filter-and-sort-container button {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #fff;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
  }
  .filter-and-sort-container button:first-child {
    margin-right: 5px;
  }
  .filter-and-sort-container button.filter-btn {
    border-radius: 10px 0px 0px 10px;
    font: normal normal 600 15px/20px "Noto Sans", sans-serif, Helvetica;
    letter-spacing: -0.6px;
    color: #2d2d2d;
  }
  .filter-and-sort-container button.filter-btn::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url("../images/filter-icon.svg") no-repeat center center;
    background-size: contain;
    margin-left: 12px;
  }
  .filter-and-sort-container button.sort-by-btn {
    border-radius: 0px 10px 10px 0px;
    font: normal normal 600 15px/20px "Noto Sans", sans-serif, Helvetica;
    color: #898989;
  }
  .filter-and-sort-container button.sort-by-btn::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 18px;
    background: url("../images/sort-icon.svg") no-repeat center center;
    background-size: contain;
    margin-left: 35px;
    font-size: 0;
  }
  .apply-filter-on-mobile button {
    background: #ed1c24;
    border-radius: 50px;
    width: 261px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 900 14px/17px "Rubik";
    letter-spacing: 0.58px;
    color: #ffffff;
    margin: auto;
    box-shadow: none !important;
  }
}
.CMS-prepaid-plans-banner .fa {
  font-size: 34px;
  color: #fff;
}
.CMS-prepaid-plans-banner .slick-next:before,
.CMS-prepaid-plans-banner .slick-prev:before {
  display: none;
}
.CMS-prepaid-plans-banner .slick-prev {
  left: 20px;
  z-index: 1;
}
.CMS-prepaid-plans-banner .slick-next {
  right: 20px;
  z-index: 1;
}
[dir="rtl"] .slick-prev {
  left: 21px !important;
  right: auto;
}
.CMS-min-banner img {
  border-radius: 0px;
}



/* START :: Roaming Popup */
.roaming-rates {
  padding: 20px;
}

.roaming-rates .roaming-rates__small-title {
  color: #535353;
  font: normal normal 500 14px / 19px "Noto Sans", sans-serif, Helvetica;
  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", sans-serif, Helvetica;
}

.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", sans-serif, Helvetica;
  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", sans-serif, Helvetica;
}

.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;
  }
}

.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(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/template-parts/post-paid/images/_ooredoo_website_roaming_image_callingsamecountry.png);
}

.roaming-rates__row--field.another-country .field-label::before {
  background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/template-parts/post-paid/images/_ooredoo_website_roaming_image_callinganothercountry.png);
}

.roaming-rates__row--field.qatar-country .field-label::before {
  background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/template-parts/post-paid/images/_ooredoo_website_roaming_image_callingqatar.png);
}

.roaming-rates__row--field.send-sms .field-label::before {
  background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/template-parts/post-paid/images/_ooredoo_website_roaming_image_sending_sms.png);
}

.roaming-rates__row--field.receive-call .field-label::before {
  background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/template-parts/post-paid/images/_ooredoo_website_roaming_image_receivingcall.png);
}

.roaming-rates__row--field.internet .field-label::before {
  background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/template-parts/post-paid/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 :: Roaming Popup */

.hala-sim-info .view-plan-text {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline !important;
  color: #000;
}
.CMS-prepaid-recharge-banner .fa {
  font-size: 34px;
  color: #fff;
}
.CMS-prepaid-recharge-banner .slick-next:before,
.CMS-prepaid-recharge-banner .slick-prev:before {
  display: none;
}
.CMS-prepaid-recharge-banner .slick-prev {
  left: 20px;
  z-index: 1;
}
.CMS-prepaid-recharge-banner .slick-next {
  right: 20px;
  z-index: 1;
}



/* START :: GET PLAN POPUP */
.get-plan-btn {
  width: 216px;
  height: 40px;
  text-transform: initial;
}
.d-sm-block {
  display: none;
}
.d-md-block {
  display: block;
}
@media (max-width: 768px) {
  .get-plan-parent,
  .get-plan-btn {
    width: 100%;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-md-block {
    display: none;
  }
}

.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: 540px;
  height: 100%;
  box-shadow: -8px 0px 7px #00000029;
  padding: 72px 45px;
  transition: all 0.4s 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;
  cursor: pointer;
}
.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 22px/18px "Rubik";
  color: #221e20;
  margin-bottom: 9px;
}
.get-plan__desc {
  font: normal normal normal 18px/24px "Noto Sans", sans-serif, Helvetica;
  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%;
  min-height: 117px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 22px 45px 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: 30px;
}
.get-plan__radio-wrapper label span {
  font: normal normal 600 17px/21px "Rubik";
  color: #000;
  opacity: 0.95;
  margin-left: 14px;
  line-height: 1.7;
  display: block;
}
.get-plan__radio-wrapper label span span {
  font: normal normal normal 14px/23px "Noto Sans", sans-serif, Helvetica;
  color: #5C5C5C;
  display: block;
  margin: 0;
}
.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: max-content;
    max-height: 90vh;
  }
  .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 :: Recharge Pagination */
.recharge-pagination {
  margin-top: 35px;
}
@media (max-width: 820px) {
  .recharge-pagination {
    margin-top: 25px;
  }
}
@media (max-width: 820px) {
  .recharge-pagination .pagination .page-item:not(:last-child) .page-link {
    margin-right: 5px;
  }
}
.recharge-pagination .pagination .max-page {
  margin-left: 5px;
}
.recharge-pagination .pagination .page-dots {
  width: 34.5px;
  height: 36px;
  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  font-family: "Rubik", sans-serif;
  color: #a5a5a5;
}
@media (max-width: 820px) {
  .recharge-pagination .pagination .page-dots {
    letter-spacing: 1px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 13px;
  }
}
.recharge-pagination .pagination .page-link {
  font-size: 18px;
  line-height: 20px;
  font-family: "Rubik", sans-serif;
  color: #a5a5a5;
  background: none;
  border: none;
  outline: 0;
  box-shadow: none;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 820px) {
  .recharge-pagination .pagination .page-link {
    padding: 0px 6px;
    font-size: 16px;
  }
}
.recharge-pagination .pagination .page-link.active {
  background-color: #ed1c24;
  color: #fff;
}
@media(max-width: 820px) {
  .recharges-section-bottom > .row {
      margin: 0;
  }
}
.recharge-bottom-banner img {
  border-radius: 10px;
}
/* END :: Recharge Pagination */

.price-term {
  font-size: 18px;
}
@media (max-width: 820px) {
  .price-term {
    font-size: 15px;
  }
}
.esim-terms.recharge-popup .container{
  padding: 15px 0 10px;
  margin-bottom: 10px;
}
.esim-terms.recharge-popup .recharge-popup__title {
  padding: 20px 0;
}
.esim-terms.recharge-popup .container ul {
  height: 450px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
.esim-terms.recharge-popup .container{
  padding: 20px;
}
}

/* START :: CTA of Recharge types & Search Bar */
.recharges-types__categories {
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  overflow: hidden;
  height: 40px;
  margin-bottom: 20px;
}
.recharges-types__categories > a {
  flex: 0 0 50%;
  max-width: 50%;
  height: 40px;
  font: normal normal 600 14px/40px "Rubik", sans-serif;
  color: #575757;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.recharges-types__categories > a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url('../images//gray-circle-icon.svg');
  margin-right: 6.5px;
}
.recharges-types__categories > a.active:before,
.recharges-types__categories > a:hover:before {
  background-image: url('../images//active-circle-icon.svg');
}
.recharges-types__categories > a:first-child {
  border-right: 1px solid #E0E0E0;
}
.recharges-types__categories > a.active,
.recharges-types__categories > a:hover {
  background-color: #F8F8F8;
  color: #221E20;
}
/* END :: CTA of Recharge types & Search Bar */


/* START :: Search Bar */
.recharge-search {
  position: relative;
  border-radius: 10px 10px 10px 10px;
  margin-right: 14px;
  overflow: hidden;
}
.recharge-search__field {
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #d9d9d9;
  height: 41px;
  width: 41px;
  transition: all 0.3s ease-in-out;
}
.recharge-search__field.extended {
  width: 272px;
  padding: 10px 41px 10px 13px;
}
.recharge-search__toggler {
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  box-shadow: none;
  outline: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  background-image: url('../images/gray-search-icon.svg');
  width: 39px;
  height: 39px;
  padding: 0;
}
.recharge-search__toggler.active {
  background-image: url('../images/red-close-icon.svg');
  background-size: 12px;
}
@media (max-width: 820px) {
  .recharge-search {
    margin: 20px 0 0;
  }
  .recharge-search__field {
    width: 272px;
    padding: 10px 41px 10px 13px;
  }
  .sort-and-search-recharge {
    justify-content: center !important;
  }
}
/* END :: Search Bar */