* {
  box-sizing: border-box;
}

.ooredoo-tradIn-wrappeer {
  position: relative;
  padding-top: 142px;
}

@media(max-width: 820px) {
  .ooredoo-tradIn-wrappeer {
      padding-top: 96px;
  }
}

.link-with-arrow {
  color: #ED1B24;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

@media(max-width: 820px) {
  .link-with-arrow {
      font-size: 12px;
  }
}

.link-with-arrow::after {
  content: "";
  background: url("../images/Open CTA Arrow.svg") no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}

.link-with-arrow:hover {
  color: #ED1B24;
  text-decoration: none;
}

.sticky-get-esim {
  position: fixed;
  z-index: 33;
  right: 25px;
  top: 165px;
  max-width: 70px;
  text-align: center;
  cursor: pointer;
}

@media(max-width: 820px) {
  .sticky-get-esim {
      right: 0;
      top: 100px;
  }
}

.sticky-get-esim img {
  width: 49px;
  height: 51px;
  min-width: 49px;
  min-height: 51px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sticky-get-esim span {
  font: normal normal normal 14px / 17px "Rubik", sans-serif;
  color: #777777;
  display: inline-block;
  margin-right: 4px;
}

@media(max-width: 820px) {
  .sticky-get-esim span {
      font-size: 12px;
      line-height: 14px;
  }
}

.smooth-move {
  transition: all 0.5s ease-in-out;
}

.ooredoo-main-carousel {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}

.ooredoo-main-carousel .ooredoo-main-carousel__item {
  flex: 0 0 100%;
  max-width: 100%;
}

.ooredoo-main-carousel .ooredoo-main-carousel__item img {
  width: 100%;
}

.ooredoo-main-carousel .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  list-style: none;
  padding: 0 !important;
  display: flex;
  font-size: 0;
  width: max-content;
}

@media(max-width: 820px) {
  .ooredoo-main-carousel .slick-dots {
      bottom: 0;
  }
}

.ooredoo-main-carousel .slick-dots li {
  width: 32px;
  height: 6px;
  display: flex;
  margin: 0 !important;
}

@media(max-width: 820px) {
  .ooredoo-main-carousel .slick-dots li {
      width: 20px;
  }
}

.ooredoo-main-carousel .slick-dots li button {
  width: 32px !important;
  height: 6px !important;
  border-radius: 3px;
  background-color: #FFF !important;
  opacity: 0.15;
  font-size: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media(max-width: 820px) {
  .ooredoo-main-carousel .slick-dots li button {
      width: 20px !important;
  }
}

.ooredoo-main-carousel .slick-dots li button:before {
  display: none;
}

.ooredoo-main-carousel .slick-dots li.slick-active {
  opacity: 1;
}

.ooredoo-main-carousel .slick-dots li.slick-active button {
  opacity: 1;
  background: #ed1c24 !important;
  border-color: #ed1c24;
  margin: 0 !important;
}

.ooredoo-main-carousel .slick-dots li.slick-active,
.ooredoo-main-carousel .slick-dots li.slick-active button {
  padding: 0 !important;
}

.ooredoo-main-carousel .slick-dots li:not(:last-child) {
  margin: 0 12px 0 0 !important;
}

@media(max-width: 820px) {
  .ooredoo-main-carousel .slick-dots li:not(:last-child) {
      margin: 0 8px 0 0 !important;
  }
}

.ooredoo-main-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  background: none;
  border: none;
  color: #333;
  opacity: 0.5;
  cursor: pointer;
}

@media(max-width: 820px) {
  .ooredoo-main-carousel .slick-arrow {
      font-size: 12px;
  }
}

.ooredoo-main-carousel .slick-arrow:hover {
  color: #ed1c24;
}

.ooredoo-main-carousel .slick-arrow:focus {
  box-shadow: none;
  outline: 0;
}

.ooredoo-main-carousel .slick-arrow.arrow-next {
  right: 10px;
}

@media(max-width: 820px) {
  .ooredoo-main-carousel .slick-arrow.arrow-next {
      right: 5px;
  }
}

.ooredoo-main-carousel .slick-arrow.arrow-prev {
  left: 10px;
}

@media(max-width: 820px) {
  .ooredoo-main-carousel .slick-arrow.arrow-prev {
      left: 5px;
  }
}

.device-compatibility {
  padding: 5%;
}

.device-compatibility .container {
  max-width: 996px;
  padding-inline: 5%;
  padding-top: 3%;
  padding-bottom: 1%;
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px #0000000F;
  border: 1px solid #E0E0E0;
  text-align: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 10px #0000000F;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  opacity: 1;
}

.device-compatibility__qute {
  margin-top: 3%;
  font: normal normal normal 16px/22px "Rubik";
}

.device-compatibility__title {
  font: normal normal 600 28px / 33px "Rubik", sans-serif;
  color: #000000;
  margin: 0 0 33px;
}

@media(max-width: 820px) {
  .device-compatibility__title {
      font-size: 20px;
      line-height: 24px;
      margin: 0 auto 27px;
      max-width: calc(100% - 30px);
  }
}

.device-compatibility__desc {
  font: normal normal normal 16px / 22px "Rubik", sans-serif;
  color: #221E20;
  margin-bottom: 26px;
}

@media(max-width: 820px) {
  .device-compatibility__desc {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 20px;
  }
}

.device-compatibility__label {
  font: normal normal normal 20px / 24px "Rubik", sans-serif;
  color: #221E20;
  margin-bottom: 36px;
}

@media(max-width: 820px) {
  .device-compatibility__label {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 30px;
  }
}

.device-compatibility__field {
  text-align: left;
}

@media(max-width: 820px) {
  .device-compatibility__field {
      margin-bottom: 18px;
  }
}

.device-compatibility__field label {
  font: normal normal normal 13px / 18px "Noto Sans", sans-serif, Helvetica;
  color: #898989;
  margin: 0 0 -9px 13px;
  background-color: #ffffff;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 0 3px;
  z-index: 2;
}

.device-compatibility__field select, 
.device-compatibility__field .dropdown .btn-secondary {
  height: 50px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0 !important;
  border-radius: 6px;
  box-shadow: none !important;
  font: normal normal normal 14px/19px "Noto Sans", sans-serif, Helvetica;
  color: #221E20;
  width: 100%;
  text-align: left;
  text-transform: initial !important;
}
.device-compatibility__field .dropdown .btn-secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-menu.show {
  display: block !important;
  width: 100%;
}

.device-compatibility__alert-msg {
  margin-top: 24px;
}

@media(max-width: 820px) {
  .device-compatibility__alert-msg {
      margin: 8px 0 12px;
  }
}

.device-compatibility__alert-msg img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media(max-width: 820px) {
  .device-compatibility__alert-msg img {
      width: 22px;
      height: 22px;
      min-width: 22px;
      min-height: 22px;
  }
}

.device-compatibility__alert-msg .alert-msg {
  font: normal normal 600 16px / 19px "Rubik", sans-serif;
}

@media(max-width: 820px) {
  .device-compatibility__alert-msg .alert-msg {
      font-size: 13px;
      line-height: 16px;
  }
}

.device-compatibility__alert-msg .alert-msg.success {
  color: #2EA12B;
}

.looking-for {
  background-color: #FFF;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.looking-for::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  min-height: 730px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFE2E2;
}

@media(max-width: 1025px) {
  .looking-for::after {
      display: none;
  }
}

@media(max-width: 820px) {
  .looking-for {
      min-height: initial;
      padding: 25px 0 0;
      overflow: initial;
  }
}

@media(min-width: 768px) and(max-width: 991px) {
  .looking-for {
      padding-bottom: 70px;
  }
}

.looking-for .container {
  max-width: 1350px;
  position: relative;
  padding: 46px 0 130px 176px;
  z-index: 2;
  background-color: #FFF;
  min-height: 650px;
}

@media(max-width: 820px) {
  .looking-for .container {
      padding: 0 15px !important;
      min-height: initial;
  }
}

.looking-for .container::before {
  content: "";
  display: block;
  background: url("../images/hand-icon.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 250px;
  top: 50%;
  transform: translateY(-50%);
  width: 268px;
  height: 404px;
  z-index: 2;
}

@media(max-width: 1025px) {
  .looking-for .container::before {
      display: none;
  }
}

.looking-for .container::after {
  content: "";
  display: block;
  width: 360px;
  height: 100%;
  min-height: 650px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFE2E2;
}

@media(max-width: 1025px) {
  .looking-for .container::after {
      display: none;
  }
}

@media(max-width: 820px) {
  .looking-for .container {
      padding: 0;
  }
}

.looking-for .slick-list {
  padding: 25px 0 95px;
}

@media(max-width: 820px) {
  .looking-for .tab-pane>.row {
      flex-wrap: nowrap;
  }
}

@media(min-width: 768px) and(max-width: 991px) {
  .looking-for .tab-pane>.row {
      justify-content: center;
  }
}

.looking-for .roaming-tabs {
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

@media(max-width: 820px) {
  .looking-for .roaming-tabs {
      margin: 0 auto;
  }
}

@media(min-width: 768px) and(max-width: 991px) {
  .looking-for .roaming-tabs {
      margin-bottom: 20px;
  }
}

.looking-for .roaming-tabs .nav-item:not(:last-child) {
  margin-right: 20px;
}

@media(max-width: 820px) {
  .looking-for .roaming-tabs .nav-item:not(:last-child) {
      margin-right: 10px;
  }
}

.looking-for .roaming-tabs .nav-link {
  border-radius: 7px;
  overflow: hidden;
}

@media(max-width: 820px) {
  .looking-for .roaming-tabs .nav-link {
      padding: 0;
  }
}

.looking-for .roaming-tabs .nav-link img {
  width: 66px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 7px;
  opacity: 0.8;
}

@media(max-width: 820px) {
  .looking-for .roaming-tabs .nav-link img {
      width: 46px;
      height: 35px;
  }
}

.looking-for .roaming-tabs .nav-link.active img,
.looking-for .roaming-tabs .nav-link:hover img {
  opacity: 1;
  border-color: #ed1c24;
}

.looking-for .nav-item {
  overflow: hidden;
}

.looking-for .nav-link {
  border: none;
  outline: 0;
  background: none !important;
  cursor: pointer;
  padding: 5px 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font: normal normal 600 14px / 20px "Rubik", sans-serif;
  color: #ed1c24;
  border-radius: 0;
  transition-duration: 0.3s;
}

.looking-for .nav-link.active {
  border-color: #ed1c24 !important;
}

@media(max-width: 820px) {
  .looking-for .nav-link {
      font-size: 12px;
      line-height: 14px;
      padding-left: 14px;
      padding-right: 14px;
  }
}

.looking-for__title {
  font: normal normal bold 28px / 33px "Rubik", sans-serif;
  color: #221e20;
  margin: 0 0 25px;
}

@media(max-width: 820px) {
  .looking-for__title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 22px;
      text-align: center;
  }
}

@media(min-width: 768px) and(max-width: 991px) {
  .looking-for__title {
      text-align: center;
  }
}

.looking-for__tabs {
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 33px;
}

@media(max-width: 820px) {
  .looking-for__tabs {
      margin: 0 auto 10px;
      width: 100%;
      display: flex;
      justify-content: center;
  }
}

@media(min-width: 768px) and(max-width: 991px) {
  .looking-for__tabs {
      margin-bottom: 30px;
  }
}

.looking-for__tabs .nav-item {
  min-width: 125px;
  height: 46px;
  border: 1px solid #ed1c24;
}

@media(max-width: 820px) {
  .looking-for__tabs .nav-item {
      width: 47%;
      height: 40px;
  }
}

.looking-for__tabs .nav-item:first-child {
  border-radius: 23px 0 0 23px;
}

.looking-for__tabs .nav-item:last-child {
  border-radius: 0 23px 23px 0;
}

.looking-for__tabs .nav-item:not(:last-child) {
  border-right: none;
}

.looking-for__tabs .nav-link.active,
.looking-for__tabs .nav-link:hover {
  color: #FFF;
  background-color: #ed1c24 !important;
}

.looking-for__cus-width {
  flex: 0 0 360px;
  max-width: 360px;
}

@media(max-width: 820px) {
  .looking-for__cus-width {
      flex: 0 0 301px;
      max-width: 301px;
  }
}

.looking-for-card {
  background: #ffffff;
  box-shadow: 0 3px 40px #00000014;
  border-radius: 10px;
  padding: 25px 20px 10px;
  height: 100%;
  min-height: 323px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media(max-width: 820px) {
  .looking-for-card {
      padding: 20px 15px 10px;
      min-height: initial;
      min-height: 225px;
  }
}

.looking-for-card__title {
  font: normal normal bold 24px / 29px "Rubik", sans-serif;
  color: #212121;
  margin-bottom: 22px;
}

@media(max-width: 820px) {
  .looking-for-card__title {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 14px;
  }
}

.looking-for-card__list {
  margin-bottom: 25px;
}

@media(max-width: 820px) {
  .looking-for-card__list {
      margin-bottom: 24px;
  }
}

.looking-for-card__list li {
  font: normal normal normal 15px / 18px "Rubik", sans-serif;
  color: #000000;
  padding-left: 27px;
  position: relative;
}

@media(max-width: 820px) {
  .looking-for-card__list li {
      font-size: 12px;
      line-height: 12px;
      padding-left: 25px;
  }
}

.looking-for-card__list li a {
  color: #221E20 !important;
  text-decoration: underline !important;
  font-size: 12px;
  line-height: 10px;
}

.looking-for-card__list li::before {
  content: "";
  display: inline-flex;
  width: 7px;
  height: 13px;
  border-color: #ed1c24;
  border-width: 0 2px 2px 0;
  border-style: solid;
  position: absolute;
  left: 5px;
  top: 0;
  transform: rotate(45deg);
}

@media(max-width: 820px) {
  .looking-for-card__list li::before {
      width: 7px;
      height: 13px;
      top: -3px;
  }
}

.looking-for-card__list li:not(:last-child) {
  margin-bottom: 15px;
}

@media(max-width: 820px) {
  .looking-for-card__list li:not(:last-child) {
      margin-bottom: 10px;
  }
}

.looking-for-card__bottom {
  border-top: 1px solid #eeeeee;
  padding: 14px 0 3px;
  margin-top: auto;
  flex-wrap: wrap;
}

@media(max-width: 820px) {
  .looking-for-card__bottom {
      padding-top: 6px;
  }
}

.looking-for-card__price {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  background-color: #ed1c24;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -56px;
  padding: 5px;
}

@media(max-width: 820px) {
  .looking-for-card__price {
      width: 48px;
      height: 48px;
  }
}

.looking-for-card__price label.line-through {
  font: normal normal 300 12px / 14px "Rubik", sans-serif;
  color: #ffffff;
  text-decoration: line-through;
  margin: 0;
}

.looking-for-card__price span:not(.per-month) {
  font: normal normal bold 20px / 24px "Rubik", sans-serif;
  color: #ffffff;
}

@media(max-width: 820px) {
  .looking-for-card__price span:not(.per-month) {
      font-size: 12px;
      line-height: 14px;
  }
}

.looking-for-card__price span:not(.per-month) sub {
  font: normal normal bold 14px / 17px "Rubik", sans-serif;
  color: #ffffff;
  bottom: 0;
  margin-right: 2px;
}

@media(max-width: 820px) {
  .looking-for-card__price span:not(.per-month) sub {
      margin-right: 1px;
      font-size: 9px;
      line-height: 10px;
  }
}

.looking-for-card__price span.per-month {
  font: normal normal normal 10px / 12px "Rubik", sans-serif;
  color: #ffffff;
}

@media(max-width: 820px) {
  .looking-for-card__price span.per-month {
      font-size: 6px;
      line-height: 8px;
  }
}

.looking-for-card__benefits-title {
  font: normal normal normal 12px / 18px "Rubik", sans-serif;
  color: #221e20;
  opacity: 0.7;
  margin: 0 0 15px;
}

@media(max-width: 820px) {
  .looking-for-card__benefits-title {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 10px;
  }
}

.looking-for-card__benefits li {
  text-align: center;
}

.looking-for-card__benefits li:not(:last-child) {
  margin-right: 15px;
}

@media(max-width: 820px) {
  .looking-for-card__benefits li:not(:last-child) {
      margin-right: 8px;
  }
}

.looking-for-card__benefits img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: auto;
}

@media(max-width: 820px) {
  .looking-for-card__benefits img {
      width: 22px;
      height: 22px;
  }
}

.looking-for-card__benefits span {
  display: inline-block;
  margin-top: 9px;
  font: normal normal normal 8px / 18px "Rubik", sans-serif;
  color: #221e20;
}

@media(max-width: 820px) {
  .looking-for-card__benefits span {
      font-size: 6px;
      line-height: 11px;
      margin-top: 5px;
      display: block;
  }
}

.looking-for-card__label {
  position: absolute;
  top: -11px;
  right: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #0047bb;
  color: #FFF;
  border-radius: 3px;
  padding: 5px 12px;
  font: normal normal 500 10px / 12px "Rubik", sans-serif;
}

.looking-for__terms {
  font: normal normal normal 12px / 18px "Rubik", sans-serif;
  color: #221e20 !important;
  text-decoration: underline !important;
  flex: 0 0 100%;
  display: block;
  margin-bottom: 17px;
}

.looking-for__cta {
  min-width: 222px;
  height: 40px;
  border: 1px solid #ed1c24;
  border-radius: 20px;
  display: inline-block;
  font: normal normal 600 14px / 31px "Noto Sans", sans-serif, Helvetica;
  color: #ed1c24 !important;
  padding: 3px 24px;
  margin-top: 53px;
  text-align: center;
}

@media(max-width: 820px) {
  .looking-for__cta {
      margin: 30px auto 0;
      min-width: 197px;
      height: 35px;
      font-size: 12px;
      line-height: 16px;
      align-items: center;
      justify-content: center;
      display: flex;
      max-width: 216px;
  }
}

@media(min-width: 768px) and(max-width: 991px) {
  .looking-for__cta {
      margin-top: 44px;
  }
}


/**/

.fusion-card__extended-label.extended::after {
  transform: translateY(12px) rotate(-180deg) !important;
}

.extended-label__left {
  width: 100%;
  margin-bottom: 15px;
}

.entertainment-benefits-label span {
  font: normal normal normal 12px / 18px "Rubik", sans-serif;
  color: #221e20;
  opacity: 0.7;
  margin: 0 0 15px;
}

.entertainment-benefits-includes {
  position: relative;
}

.estimationBtn {
  padding-left: 0;
  bottom: 28px;
  left: 50%;
  width: 100%;
  background-color: #ED1B24;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
  border: none;
  font: normal normal 600 16px/19px "Rubik";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.estimationBtn[disabled] {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.estimationBtn:focus {
  outline: none;
}

.entertainment-benefits__tooltip {
  width: 183px;
  position: absolute;
  z-index: 2;
  background-color: #f8f8f8;
  box-shadow: 0 3px 20px #00000014;
  border-radius: 4px;
  padding: 17px 10px;
  display: none;
}

.entertainment-benefits-includes:hover .entertainment-benefits__tooltip {
  display: block;
}

.entertainment-benefits-includes:hover span::after {
  transform: rotate(-180deg);
}

.entertainment-benefits__desc {
  font: normal normal normal 8px / 12px "Rubik", sans-serif;
  color: #221e20;
  margin-bottom: 7px;
}

.entertainment-benefits__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.entertainment-benefits__icon {
  margin-right: 10px;
}

.entertainment-benefits__icon img {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 50%;
  margin: 0 !important;
}

.entertainment-benefits__info h6 {
  font: normal normal 500 10px / 14px "Rubik", sans-serif;
  color: #221e20;
  margin: 0 0 2px;
}

.entertainment-benefits__info p {
  font: normal normal normal 8px / 12px "Rubik", sans-serif;
  color: #221e20;
  margin: 0;
}

.entertainment-benefits-includes span {
  font: normal normal normal 12px / 18px "Rubik", sans-serif;
  color: #221e20;
  opacity: 0.7;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}

.entertainment-benefits-includes span::after {
  content: "";
  background: url("../images/chevron-down.svg") no-repeat center center;
  background-size: contain;
  width: 11px;
  height: 7px;
  margin-left: 3px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.how-getting {
  background-color: #F8F7FD;
  padding: 100px 0 92px;
}

@media(max-width: 820px) {
  .how-getting {
      padding: 45px 0;
  }
  .how-getting .container {
      padding-left: 26px;
      padding-right: 26px;
  }
  .how-getting .row>div:first-child {
      order: 2;
  }
  .how-getting .row>div:last-child {
      order: 1;
  }
}

.how-getting__img {
  height: 100%;
  display: flex;
  align-items: center;
}

@media(max-width: 820px) {
  .how-getting__img {
      justify-content: center;
      margin-top: 16px;
  }
}

.how-getting__img img {
  width: 364px;
  max-width: 100%;
}

@media(max-width: 820px) {
  .how-getting__img img {
      width: 205px;
  }
}

.how-getting__content {
  padding-left: 80px;
}

@media(max-width: 820px) {
  .how-getting__content {
      padding: 0;
  }
}

.how-getting__label {
  font: normal normal normal 14px / 17px "Rubik", sans-serif;
  color: #ED1C24;
  background-color: #FFE0E0;
  border-radius: 20px;
  padding: 8px 24px;
  margin-bottom: 20px;
  display: inline-block;
}

.how-getting__title {
  font: normal normal 600 28px / 33px "Rubik", sans-serif;
  color: #221E20;
  max-width: 345px;
  margin: 0 0 10px;
}

@media(max-width: 820px) {
  .how-getting__title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 21px;
  }
}

.how-getting__desc {
  font: normal normal normal 16px / 24px "Rubik", sans-serif;
  color: #727272;
  margin-bottom: 24px;
}

@media(max-width: 820px) {
  .how-getting__desc {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 21px;
  }
}

.how-getting__list {
  counter-reset: secondCounter;
}

.how-getting__list li {
  font: normal normal 600 16px / 18px "Rubik", sans-serif;
  color: #221E20;
  display: flex;
}

@media(max-width: 820px) {
  .how-getting__list li {
      font-size: 14px;
      line-height: 18px;
  }
}

.how-getting__list li:not(:last-child) {
  margin-bottom: 22px;
}

.how-getting__list li::before {
  counter-increment: secondCounter;
  content: counter(secondCounter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ED1C24;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  font: normal normal normal 14px / 24px "Rubik", sans-serif;
  color: #ED1C24;
  margin-right: 25px;
  margin-top: -5px;
}

.fine-print {
  background-color: #FFF;
  padding-bottom: 77px;
  padding-top: 100px;
}

@media(max-width: 820px) {
  .fine-print {
      padding-top: 48px;
      padding-bottom: 48px;
  }
}

.fine-print .container {
  max-width: 997px;
  padding: 0;
}

@media(max-width: 820px) {
  .fine-print .container {
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media(min-width: 992px) and(max-width: 1025px) {
  .fine-print .container {
      padding: 0 15px;
  }
}

.fine-print .fine-print__title {
  font: normal normal 600 28px/22px 'Rubik';
  line-height: 24px;
  color: #ED1C24;
  padding-bottom: 25px;
  margin-bottom: 0;
  text-transform: unset;
}

@media(max-width: 820px) {
  .fine-print .fine-print__title {
      font-size: 17px;
      line-height: 23px;
      padding-bottom: 32px;
  }
}

.fine-print .accordion .card {
  border: none;
  border-bottom: 1px solid #A0A0A0 !important;
  border-radius: 0;
}

.fine-print .accordion .card:first-child {
  border-top: 1px solid #A0A0A0;
}

.fine-print .accordion .card .card-header {
  border: none;
  background: none;
  padding: 15px 0;
  background-color: #FFF;
}

@media(max-width: 820px) {
  .fine-print .accordion .card .card-header {
      padding: 23px 0;
  }
}

.fine-print .accordion .card .card-header button {
  font: normal normal 18px/22px Rubik;
  font-weight: normal;
  line-height: 24px;
  color: #898989;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: unset;
}

@media(max-width: 820px) {
  .fine-print .accordion .card .card-header button {
      font-size: 16px;
      line-height: 22px;
      width: 90%;
      white-space: initial;
  }
}

.fine-print .accordion .card .card-header button:after {
  content: "";
  background: url("../images/chevron-down.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 25px;
  display: inline-block;
  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;
  background-color: #FFF;
}

.fine-print .accordion .card .card-body p {
  font-family: 'Noto Sans';
}

.fine-print .fine-print__links {
  margin: 0;
}

.fine-print .fine-print__links li {
  border-bottom: 1px solid #A0A0A0;
}

.fine-print .fine-print__links li a {
  color: #898989;
  font: normal normal normal 18px / 24px "Noto Sans", sans-serif, Helvetica;
  padding: 21px 0;
  display: inline-block;
  text-decoration: none;
}

@media(max-width: 820px) {
  .fine-print .fine-print__links li a {
      font-size: 16px;
      line-height: 22px;
  }
}

.fine-print .fine-print__links li a img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
/* START :: Need To Help */
.need-to-help-section {
  padding: 0 0 55px;
  position: relative;
  background-color: #FFF;
}
@media(max-width: 820px) {
  .need-to-help-section {
      background-color: #FFF;
  }
}
/* .need-to-help-section::before {
  content: "";
  background: transparent linear-gradient(0deg, #FFF 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;
      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", sans-serif;
  margin-bottom: 30px;
  background: url("../web/wp-content/themes/ooredoo-cms/ooredoo-tv/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", 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: #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", sans-serif, Helvetica;
  line-height: 37px;
  text-decoration: underline !important;
}
@media(max-width: 820px) {
  .need-to-help-section .need-to-help-box {
      padding: 28px 23px 85px !important;
      position: relative;
  }
}
.recharge-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  background-color: rgba(144, 144, 144, 0.26);
  display: none;
}

.recharge-popup .container {
  max-width: 936px;
  padding: 60px 0 20px;
}

@media(max-width: 820px) {
  .recharge-popup .container {
      padding: 38px 28px;
  }
}

.recharge-popup__body {
  background-color: #fff;
  box-shadow: 0 0 6px #00000015;
  border-radius: 39px 39px 0 0;
  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", sans-serif;
  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__body-title {
  font: normal normal 900 20px / 24px "Rubik", sans-serif;
  color: #221e20;
  margin-bottom: 21px;
}
/* END :: Need To Help */
.get-ooredoo-app {
  background-color: #ED1C24;
  padding: 50px 0;
}

@media(max-width: 820px) {
  .get-ooredoo-app {
      padding: 30px 0;
  }
}

@media(max-width: 820px) {
  .ooredoo-qr-code {
      align-items: flex-start !important;
  }
}

.ooredoo-qr-code__img {
  margin-right: 26px;
}

@media(max-width: 820px) {
  .ooredoo-qr-code__img {
      margin-right: 14px;
  }
}

.ooredoo-qr-code__img img {
  width: 114px;
  height: 114px;
  min-width: 114px;
  min-height: 114px;
}

@media(max-width: 820px) {
  .ooredoo-qr-code__img img {
      width: 105px;
      height: 105px;
      min-width: 105px;
      min-height: 105px;
  }
}

@media(max-width: 820px) {
  .ooredoo-qr-code__info {
      padding-top: 8px;
  }
}

.ooredoo-qr-code__info h5 {
  font: normal normal 600 24px / 28px "Rubik", sans-serif;
  color: #FFFFFF;
  margin: 0 0 9px;
}

@media(max-width: 820px) {
  .ooredoo-qr-code__info h5 {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 3px;
  }
}

.ooredoo-qr-code__info p {
  font: normal normal normal 14px / 31px "Noto Sans", sans-serif, Helvetica;
  color: #FFFFFF;
  margin: 0;
}

@media(max-width: 820px) {
  .ooredoo-qr-code__info p {
      font-size: 10px;
      line-height: 13px;
      margin-bottom: 3px;
  }
}

.ooredoo-app-galleries {
  height: 100%;
}

@media(max-width: 820px) {
  .ooredoo-app-galleries {
      margin-left: 120px;
      margin-top: -22px;
  }
}

.ooredoo-app-galleries a {
  margin-right: 12px;
  display: inline-block;
}

@media(max-width: 820px) {
  .ooredoo-app-galleries a {
      margin-right: 5px;
  }
}

.ooredoo-app-galleries img {
  width: 163px;
  height: 49px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media(max-width: 820px) {
  .ooredoo-app-galleries img {
      width: 76px;
      height: 26px;
  }
}

@media(min-width: 992px) and(max-width: 1025px) {
  .ooredoo-app-galleries img {
      width: 145px;
  }
}

.trade-in-steps-container .title-1 {
  font-size: 16px;
  color: #ED1B24;
  font-weight: bold;
  text-align: center;
  font: normal normal normal 16px/22px "Rubik";
}

.title-2 {
  font: normal normal bold 32px/38px "Rubik";
  text-align: center;
  margin-bottom: 25px;
  text-align: center;
  color: #1F1C1D;
  opacity: 1;
}

.title-3 {
  font: normal normal 600 28px/33px "Rubik";
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  text-align: center;
  color: #1F1C1D;
  opacity: 1;
}

.trade-in-steps-container .step {
  min-width: 21%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 140px;
  background: #F9F9F9 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
}

.trade-in-steps-container .icon {
  width: 19px;
  /* height: 30px; */
}

.trade-in-steps-container .step-details {
  width: 80%;
  font: normal normal normal 16px/20px "Rubik";
  line-height: 1.3;
}

.trade-in-steps-container .right-arrow {
  position: absolute;
  right: -45px;
  width: 10px;
  height: 10px;
  top: 31%;
  background: #f3f3f3;
  border-radius: 50%;
  padding: 10px;
  border: 15px solid white;
  box-sizing: content-box;
  z-index: 10;
}

.form-inputs {
  position: relative;
}

.form-inputs .form-control {
  height: 45px;
  width: 100%;
  padding: 10px 26px 10px 10px;
  font: normal normal normal 14px/19px;
}

.form-inputs .form-control:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.form-inputs .search-icon {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 15px;
}

.sub-title {
  font: normal normal normal 16px/22px "Rubik";
  color: gray;
  margin-top: 10px;
}

.trade-in-places-container {
  background-color: #F8F7FD;
  margin-top: 5%;
  padding: 5% 10% 5% 10%;
}

.place-item {
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px #0000000F;
  /* border: 1px solid #E0E0E0; */
  border-radius: 10px;
  padding: 1%;
  padding-top: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 30px;
  text-align: left;
}

.place-item .icon {
  width: 20px;
  height: 23px;
  background-color: #ffc8c873;
  box-sizing: content-box;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.place-item .place-name {
  font: normal normal bold 18px/24px "Rubik", sans-serif;
  color: black;
  margin-bottom: 5px;
}

.place-item .address {
  font: normal normal normal 14px/18px "Rubik" !important;
  color: gray;
  margin-bottom: 5px;
  font-weight: 500;
}

.place-item .find-location-link {
  color: #ED1B24;
  font-weight: bold;
  font: normal normal normal 14px/18px "Rubik" !important;
  text-decoration: underline;
}

.load-more-btn {
  padding: 10px 20px;
  background-color: white;
  outline: #ED1B24;
  color: #ED1B24;
  border: 2px solid #ED1B24;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font: normal normal 600 16px/19px 'Rubik';
  cursor: pointer;
}

@media(max-width: 820px) {
  .trade-in-steps-container {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
  .trade-in-steps-container .step {
      margin-bottom: 3%;
  }
  .right-arrow {
      top: 81%!important;
      width: 15px !important;
      height: 15px !important;
      right: 45% !important;
      bottom: -20%;
      transform: rotate(90deg) !important;
      -webkit-transform: rotate(90deg) !important;
      -moz-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
      -o-transform: rotate(90deg) !important;
  }
  .trade-in-places-container {
      padding-right: 0px;
      padding-left: 0px;
      margin-right: auto;
      margin-left: auto;
  }
  .title-2 {
      font-size: 20px;
  }
  .title-3 {
      font-size: 20px;
  }
}

.chat-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 62px;
  height: 62px;
}

#showAllLocations .modal-header {
  padding: 10px 20px
}
#showAllLocations *,
.more-locations-wrapper {
  font-family: "Rubik", sans-serif;
}

body.no-scrolling {
  overflow: hidden !important;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  -o-touch-action: none;
  touch-action: none;
}