* {
  box-sizing: border-box;
}

.container.main-ooredoo-container {
  max-width: 1090px;
}
@media (min-width: 1025px) {
  .container.main-ooredoo-container {
    padding: 0;
  }
}

@media (min-width: 1026px) and (max-width: 1300px) {
	.looking-for .container{padding-left: 15px !important;padding-right: 0px !important;}
}
@media (min-width: 821px) and (max-width: 870px) {
	.looking-for__title{font-size: 28px !important;text-align: left !important;}
	.looking-for .container{
		padding-left: 30px !important;
		padding-right: 110px !important;
	}
	.latest-devices__label{top: 0px !important;}
	.hp-shared-section__info::before{display: none !important;}
	.ooredoo-services__box:not(:last-child), .contact-ooredoo__box:not(:last-child){margin-bottom: 15px !important;}
	.ooredoo-lateset-offers,.ooredoo_product {padding-bottom: 25px !important;}
	.your-connectivity__links li{width: 17% !important;}
	.your-connectivity__links__label{font-size: 12px !important;}
	.ooredoo-homepage-wrappeer{margin-top: 130px !important;}
}
/*
.link-with-arrow {
  color: #ed1b24;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans";
  line-height: 17px;
}*/
.link-with-arrow {
    border: 1px solid #ed1c24;
    border-radius: 20px;
    display: inline-block;
    font: normal normal 600 16px / 31px "Noto Sans";
    color: #ed1c24 !important;
    padding: 0 10px 0 20px;
}
.vat {font: normal normal 500 11px/12px "Rubik";}
.ooredoo_product h3 {margin-bottom: 10px;}
.products_oo .card img	{height: 22.396vw;margin: 0px auto;width: 18.594vw;}
@media (max-width: 820px) {
  .link-with-arrow {
    font-size: 12px;
    padding: 0 5px 0 10px;
  }
  .ooredoo-lateset-offers,.ooredoo_product {padding-bottom: 25px !important;}
  .page-template-home-fifa .link-with-arrow::after{     
    width: 15px;
    height: 8px; 
  }
}
/*.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::after {
  content: "";
  background: url("../images/Open CTA Arrow.svg") no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 11px;
  display: inline-block;
  margin-left: 0px;
}
.link-with-arrow:hover {
  color: #ed1b24;
  text-decoration: none;
}

.ooredoo-homepage-wrappeer {
  margin-top: 112px;
}
.ooredoo-homepage-wrappeer .slick-slide {
  transform: scale(1) !important;
  opacity: 1 !important;
}

@media (min-width: 1366px) and (max-width: 1520px) {
  .ooredoo-homepage-wrappeer #why-ooredoo .slick-slide {
    min-width: 98vw !important;
  }
}
@media (min-width: 1521px) {
  .ooredoo-homepage-wrappeer #why-ooredoo .slick-slide {
    min-width: 1520px !important;
  }
}

@media (max-width: 820px) {
  .ooredoo-homepage-wrappeer {
    margin-top: 69px;
	overflow-x: hidden;
  }
  .ooredoo-services__box:not(:last-child){margin-bottom: 15px;}
}
.ooredoo-homepage-wrappeer a {
  text-decoration: none !important;
}

.smooth-move {
  transition: all 0.5s ease-in-out;
}

.ooredoo-nav {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 98;
}
@media (max-width: 1025px) {
  .ooredoo-nav {
    display: none;
  }
}
.ooredoo-nav__item {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 5px;
}
.ooredoo-nav__item:not(:last-child) {
  margin-bottom: 43px;
}
.ooredoo-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 2px;
  display: block;
  background-color: #ed1c2433;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.ooredoo-nav__item span {
  font: normal normal normal 0px/12px "Rubik";
  color: #221e20;
  transition: all 0.3s ease-in-out;
}
.ooredoo-nav__item.active,
.ooredoo-nav__item:hover {
  width: auto;
  height: 7px;
}
.ooredoo-nav__item.active::after,
.ooredoo-nav__item:hover::after {
  background-color: #ed1c24;
  width: 40px;
  height: 3px;
}
.ooredoo-nav__item.active span,
.ooredoo-nav__item:hover span {
  font-size: 10px;
}

@media (min-width: 769px) {
  .ooredoo-carousel .container {
    max-width: 1520px; /*1366px;*/
    padding: 0;
    overflow: hidden;
  }
}

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

.ooredoo-carousel .slick-arrow {
  background: no-repeat;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 35px;
  width: 35px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.ooredoo-carousel .slick-arrow i {
  font-size: 40px;
}
.ooredoo-carousel .slick-arrow.arrow-next {
  left: 10px;
}
@media (max-width: 820px) {
  .ooredoo-carousel .slick-arrow.arrow-next {
    left: 0;
  }
}
.ooredoo-carousel .slick-arrow.arrow-prev {
  right: 10px;
}
@media (max-width: 820px) {
  .ooredoo-carousel .slick-arrow.arrow-prev {
    right: 0;
  }
}
.ooredoo-carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.ooredoo-carousel__item {
  position: relative;
  padding: 0; /*50px 0;*/
  overflow: hidden;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 820px) {
  .ooredoo-carousel__item {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .ooredoo-carousel__item {
    transform: scale(1) !important;
  }
}

.ooredoo-carousel__img img {
  width: 100%;
  /*height: 590px;*/
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100% !important;
}
@media (max-width: 820px) {
  .ooredoo-carousel__img img {
    width: 100%;
    /*height: calc(100vh - 69px);*/
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  .ooredoo-carousel__img img {
    height: auto;
  }
}

.ooredoo-carousel__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: calc(50% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ooredoo-carousel__content.active {
  left: 140px;
}
@media (max-width: 820px) {
  .ooredoo-carousel__content {
    width: calc(100% - 40px);
    height: calc(100vh - 100px);
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 30px;
  }
  .ooredoo-carousel__content.active {
    left: 20px;
    right: 20px;
  }
}

.ooredoo-carousel__title {
  font: normal normal 900 40px/44px "Noto Sans";
  color: #000000;
  margin: 0 0 15px;
}
@media (max-width: 820px) {
  .ooredoo-carousel__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.ooredoo-carousel__desc {
  font: normal normal normal 16px/22px "Noto Sans";
  color: #000000;
  margin-bottom: 15px;
  position: relative;
  left: -150%;
}
.ooredoo-carousel__desc.animated {
  position: static;
}
@media (max-width: 820px) {
  .ooredoo-carousel__desc {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}

.ooredoo-carousel__plans {
  margin-bottom: 30px;
  position: relative;
  bottom: -150%;
}
.ooredoo-carousel__plans.animated {
  position: static;
}
@media (max-width: 820px) {
  .ooredoo-carousel__plans {
    justify-content: center;
  }
}
.ooredoo-carousel__plans li {
  background-color: #ffffff4d;
  border-radius: 10px;
  width: 128px;
  height: 145px;
  padding: 9px;
}
.ooredoo-carousel__plans li:not(:last-child) {
  margin-right: 16px;
}
.ooredoo-carousel__plans__icon {
  margin-bottom: 18px;
}
.ooredoo-carousel__plans__icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 820px) {
  .ooredoo-carousel__plans__icon img {
    width: 38px;
    height: 38px;
  }
}
.ooredoo-carousel__plans__title {
  font: normal normal 600 16px/19px "Rubik";
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .ooredoo-carousel__plans__title {
    font-size: 15px;
    line-height: 18px;
  }
}
.ooredoo-carousel__plans__desc {
  font: normal normal normal 12px/26px "Noto Sans";
  color: #000000;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 820px) {
  .ooredoo-carousel__plans__desc {
    font-size: 11px;
    line-height: 24px;
  }
}

.ooredoo-carousel__cta {
  position: relative;
  bottom: -150%;
}
.ooredoo-carousel__cta.animated {
  position: static;
}
.ooredoo-carousel__cta a {
  width: 218px;
  height: 40px;
  border-radius: 29px;
  font: normal normal 500 14px/28px "Noto Sans";
  color: #ffffff;
  background-color: #ed1c24;
  padding: 5px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  .ooredoo-carousel__cta a {
    width: 194px;
    height: 35px;
    font-size: 12px;
    line-height: 26px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.ooredoo-services-wrapper {
  background-color: #fff;
}

.your-connectivity {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 820px) {
  .your-connectivity {
    padding: 25px 0;
  }
}
.your-connectivity::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #eee;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
@media (max-width: 820px) {
  .your-connectivity::before {
    height: 1px;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
    bottom: 0;
    top: auto;
  }
}
.your-connectivity__title {
  font: normal normal bold 30px/38px "Rubik";
  color: #221e20;
  margin: 0 0 20px;
  max-width: 285px;
}
@media (max-width: 820px) {
  .your-connectivity__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    max-width: initial;
  }
}
.your-connectivity__links {
  margin: 0;
  padding: 0;
}
.your-connectivity__links a {
  height: 100%;
  padding: 8px;
}
@media (max-width: 820px) {
  .your-connectivity__links a {
    padding: 5px 25px 5px 5px;
  }
}
.your-connectivity__links__img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #ed1c24;
}
@media (max-width: 820px) {
  .your-connectivity__links__img {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
}
.your-connectivity__links__img img {
  max-width: 25px;
  height: auto;
}
@media (max-width: 820px) {
  .your-connectivity__links__img img {
    max-width: 22px;
    max-height: 24px;
  }
}
.your-connectivity__links__label {
  font: normal normal 600 14px/17px "Rubik";
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 820px) {
  .your-connectivity__links__label {
    font-size: 12px;
    line-height: 14px;
    color: black !important;
  }
  .your-connectivity__links__label::after {
    content: "";
    background: url("../images/red-chevron-right.svg") no-repeat center center;
    background-size: contain;
    width: 8px;
    height: 12px;
    display: inline-block;
  }
}
.your-connectivity__links li {
  background-color: #f4f4f4;
  border-radius: 35px;
  width: 261px;
  height: 56px;
  transition-duration: 0.3s;
}
@media (max-width: 820px) {
  .your-connectivity__links li {
    height: 46px;
    width: 100%;
    box-shadow: 0px 10px 30px #00000014;
	background-color: #fff;
  }
}
.your-connectivity__links li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .your-connectivity__links li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.your-connectivity__links li:hover {
  background-color: #ffffff;
  box-shadow: 0px 3px 18px #00000014;
}
.your-connectivity__links li:hover__label {
  color: black !important;
}

.ooredoo-services {
  padding-bottom: 60px;
}
@media (max-width: 820px) {
  .ooredoo-services {
    padding-bottom: 0;
    position: relative;
  }
  .ooredoo-services .slick-list {
    padding-bottom: 26px;
  }
  .ooredoo-services .slick-arrow {
    background: none;
    outline: 0;
    border: none;
    font-size: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -42px;
  }
  .ooredoo-services .slick-arrow::before {
    display: none !important;
  }
  .ooredoo-services .slick-arrow.slick-prev {
    background-image: url("../images/Prev-Red-Icon.svg");
    right: 38px;
    left: auto;
  }
  .ooredoo-services .slick-arrow.slick-next {
    background-image: url("../images/Next-Red-Icon.svg");
    right: 0;
  }
  .ooredoo-services .slick-arrow.slick-disabled {
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ooredoo-services {
    padding-bottom: 26px;
    justify-content: center;
  }
}
.ooredoo-services__title {
  font: normal normal bold 30px/40px "Rubik";
  color: #221e20;
  margin: 0 0 25px;
  padding-top: 50px;
}
@media (max-width: 820px) {
  .ooredoo-services__title {
    padding-top: 26px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ooredoo-services__title {
    text-align: center;
  }
}
.ooredoo-services__link {
  padding: 25px 10px;
}
.ooredoo-services__img {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}
@media (max-width: 820px) {
  .ooredoo-services__img {
    max-width: 45px;
    height: 37px;
    margin-bottom: 21px;
  }
}
.ooredoo-services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ooredoo-services__label {
  font: normal normal 600 13px/18px "Rubik";
  color: rgba(34, 30, 32, 0.7) !important;
  display: block;
}
@media (max-width: 820px) {
  .ooredoo-services__label {
    font-size: 10px;
    line-height: 13px;
    color: #221e20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .ooredoo-services__label {
    font-size: 13px;
  }
}
.ooredoo-services__box {
  background-color: #fffafb;
  border-radius: 10px;
  width: 100px;
  height: 180px;
  transition-duration: 0.3s;
}
@media (max-width: 820px) {
  .ooredoo-services__box {
    width: 100px;
    height: 126px;
    background-color: #fff;
    box-shadow: 0px 10px 30px #00000014;
	margin-bottom: 15px;
  }
  .ooredoo-services__box span {
    color: #221e20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .ooredoo-services__box {
    margin-bottom: 20px;
    width: 110px;
  }
}
.ooredoo-services__box:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 820px) {
  .ooredoo-services__box:not(:last-child) {
    margin-right: 15px;
  }
}
.ooredoo-services__box:hover {
  background-color: #fff;
  box-shadow: 0px 10px 30px #00000014;
}
.ooredoo-services__box:hover span {
  color: #221e20 !important;
}

.fan-sim-banner {
  background-color: #fff;
}
.fan-sim-banner .container {
  max-width: 1366px;
}
@media (max-width: 820px) {
  .fan-sim-banner .container {
    padding: 0;
  }
}
.fan-sim-banner__img img {
  width: 100%;
  height: auto;
}

.looking-for {
  padding: 50px 0 44px;
 /*  background-color: #f4f4f4; */
  min-height: 650px;
}
@media (max-width: 820px) {
  .looking-for {
    min-height: initial;
    padding: 25px 0 30px;
  }
}
.looking-for .container {
  max-width: 1366px;
  padding-left: 137px;
  padding-right: 506px;
  position: relative;
}
@media (max-width: 820px) {
  .looking-for .container {
    padding: 0 15px !important;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .looking-for .container {
    padding-left: 137px;
    padding-right: 137px;
  }
}
.looking-for .container::after {
  content: "";
  display: block;
  background-size: contain;
  width: 506px;
  height: 650px;
  position: absolute;
  right: 0;
  top: -51px;
  bottom: 0;
}
@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;
}
@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: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font: normal normal 600 14px/20px "Rubik";
  color: #ed1c24;
  border-radius: 0;
  transition-duration: 0.3s;
}
.looking-for .nav-link.active {
  border-color: #ed1c24 !important;
  border: none;
}
@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 30px/40px "Rubik";
  color: #221e20;
  margin: 0 0 25px;
}
@media (max-width: 820px) {
  .looking-for__title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@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 40px;
  }
}
@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 {
    min-width: 70px;
    height: 34px;
  }
}
.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 !important;
  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 260px;
    max-width: 260px;
  }
}
.looking-for-card {
  background: #ffffff;
  box-shadow: 0px 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 28px/33px "Rubik";
  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 16px/18px "Rubik";
  color: #000000;
  padding-left: 32px;
  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::before {
  content: "";
  display: inline-flex;
  width: 9px;
  height: 16px;
  border-color: #ed1c24;
  border-width: 0 2px 2px 0;
  border-style: solid;
  position: absolute;
  left: 5px;
  top: -2px;
  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;
}
@media (max-width: 820px) {
  .looking-for-card__bottom {
    padding-top: 6px;
  }
}
.looking-for-card__price {
  width: 93px;
  height: 93px;
  background-color: #ed1c24;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -32px;
  padding: 5px;
  text-align: center;
}
@media (max-width: 820px) {
  /*.looking-for-card__price {
    width: 48px;
    height: 48px;
  }*/
}
.looking-for-card__price span:not(.per-month) {
  font: normal normal bold 20px/24px "Rubik";
  color: #ffffff;
}
@media (max-width: 820px) {
  .looking-for-card__price span:not(.per-month) {
    font-size: 20px;
    line-height: 20px;
  }
}
.looking-for-card__price span:not(.per-month) sub {
  font: normal normal bold 14px/17px "Rubik";
  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: 14px;
    line-height: 10px;
  }
}
.looking-for-card__price span.per-month {
  font: normal normal normal 10px/12px "Rubik";
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 820px) {
  .looking-for-card__price span.per-month {
    font-size: 10px;
    line-height: 11px;
	margin-top: 2px;
  }
}
.looking-for-card__benefits-title {
  font: normal normal normal 12px/18px "Rubik";
  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";
  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";
}
.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";
  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;
  }
}

.latest-devices {
  padding: 60px 0;
  background-color: #f9f9f9;
}
@media (max-width: 820px) {
  .latest-devices {
    padding: 25px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-devices {
    padding-bottom: 25px;
  }
}
@media (max-width: 820px) {
  .latest-devices .slick-list {
    padding: 15px 0 30px 7.5px;
  }
}
@media (max-width: 820px) {
  .latest-devices__wrapper {
    flex: 0 0 220px; /* 166px */
    max-width: 220px;
    padding: 0 7.5px;
	margin-bottom: 30px;
  }
}
.latest-devices__top {
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .latest-devices__top {
    margin-bottom: 30px;
  }
}
.latest-devices__title {
  font: normal normal bold 30px/40px "Rubik";
  color: #221e20;
  margin: 0;
}
.latest-devices__title .device_sub_title{font-size: 18px; font-weight: normal;}
@media (max-width: 820px) {
  .latest-devices__title {
    font-size: 18px;
    line-height: 24px;
  }
  .latest-devices__title .device_sub_title{font-size: 14px;line-height: 14px;}
}
.latest-devices__box {
  width: 100%;
  height: 370px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 75px 15px 22px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.078);
  overflow: hidden;
}
@media (max-width: 820px) {
  .latest-devices__box {
    padding: 30px 15px 15px;
    height: 220px;
  }
}
.latest-devices__box::after {
  content: "";
  width: 0;
  height: 300px;
  background-color: #ed1c24;
  border-radius: 50%;
  position: absolute;
  top: -100%;
  right: -100%;
  display: block;
  width: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 820px) {
  .latest-devices__box::after {
    height: 200px;
  }
}
.latest-devices__img {
  text-align: center;
  width: 203px;
  height: 188px;
  min-width: 203px;
  min-height: 188px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 820px) {
  .latest-devices__img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}
.latest-devices__img img {
  max-width: 203px;
  max-height: 188px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .latest-devices__img img {
    max-width: 100px;
    max-height: 100px;
  }
}
.latest-devices__nouns {
  margin-top: 33px; /*50*/
}
@media (max-width: 820px) {
  .latest-devices__nouns {
    margin-top: 33px;
  }
}
.latest-devices__brand {
  font: normal normal 600 14px/17px "Rubik";
  color: #000000;
  margin: 0 0 3px;
}
@media (max-width: 820px) {
  .latest-devices__brand {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px;
  }
}
.latest-devices__model {
  font: normal normal normal 18px/22px "Rubik";
  color: #000000;
  margin: 0;
}
@media (max-width: 820px) {
  .latest-devices__model {
    font-size: 12px;
    line-height: 14px;
  }
}
.latest-devices__explore {
  transform: scale(0);
  height: 0;
}
.latest-devices__price {
  font: normal normal 600 18px/22px "Rubik";
  color: #000000;
}
@media (max-width: 820px) {
  .latest-devices__price {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
  }
}
.latest-devices__explore-cta {
  width: 136px;
  height: 40px;
  font: normal normal 600 14px/31px "Noto Sans";
  color: #ffffff !important;
  background-color: #ed1c24;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  .latest-devices__explore-cta {
    font-size: 9px;
    line-height: 12px;
    height: 24px;
    width: 102px;
  }
}
.latest-devices__label {
  border-radius: 3px;
  padding: 6px 10px;
  font: normal normal 600 10px/12px "Rubik";
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: -10px;
  z-index: 3;
}
@media (max-width: 820px) {
  .latest-devices__label {
    padding: 5px 10px;
    right: 22px;
  }
}
.latest-devices__box:hover {
  padding-top: 15px;
}
.latest-devices__box:hover::after {
  width: 300px;
  top: -120px;
  right: -50px;
}
@media (max-width: 820px) {
  .latest-devices__box:hover::after {
    width: 200px;
    top: -90px;
  }
}
.latest-devices__box:hover .latest-devices__nouns {
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
}
.latest-devices__box:hover .latest-devices__explore {
  transform: scale(1);
  height: 100%;
  transition: all 0.2s ease-in-out;
  margin-top: 15px; /*30*/
}
@media (max-width: 820px) {
  .latest-devices__box:hover .latest-devices__explore {
    margin-top: 5px; /*10*/
  }
}

.hp-shared-section {
  background-color: #fff;
  padding-top: 35px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hp-shared-section .row > div {
    flex: 0 0 50%;
    max-width: 50%;
    display: block !important;
  }
}
.hp-shared-section::after {
  content: "";
  width: 30%;
  height: calc(100% - 35px);
  background-color: #fff;
  display: block;
  position: absolute;
  top: 35px;
  bottom: 0;
}
@media (max-width: 820px) {
  .hp-shared-section::after {
    top: 25px;
    display: none;
  }
}
@media (max-width: 820px) {
  .hp-shared-section {
    padding-top: 25px;
  }
}
.hp-shared-section.right-info::after {
  right: 0;
}
.hp-shared-section.right-info .hp-shared-section__info {
  border-radius: 35% 0 0 35%;
}
@media (max-width: 820px) {
  .hp-shared-section.right-info .hp-shared-section__info {
    border-radius: 0 50% 50% 0;
    margin-left: -15px;
    padding: 100px 16% 45px 18px;
	min-height: 350px;
  }
}
.hp-shared-section.right-info .hp-shared-section__info::before {
  left: -113px;
}
.hp-shared-section.right-info .hp-shared-section__img {
  text-align: left;
}
.hp-shared-section.left-info::after {
  left: 0;
}
.hp-shared-section.left-info .hp-shared-section__info {
  border-radius: 0 35% 35% 0;
}
@media (max-width: 820px) {
  .hp-shared-section.left-info .hp-shared-section__info {
    border-radius: 50% 0 0 50%;
    margin-right: -15px;
    padding: 85px 18px 45px 25%;
	min-height: 350px;
  }
}
.hp-shared-section.left-info .hp-shared-section__info::before {
  right: -113px;
}
.hp-shared-section.left-info .hp-shared-section__img {
  text-align: right;
}
.hp-shared-section .container {
  max-width: 1300px;
}
.hp-shared-section.with-green-bg .hp-shared-section__info,
.hp-shared-section.with-green-bg::after {
  background-color: #3cdbc0;
}
.hp-shared-section.with-pink-bg .hp-shared-section__info,
.hp-shared-section.with-pink-bg::after {
  background-color: #f09491;
}
.hp-shared-section.with-yellow-bg .hp-shared-section__info,
.hp-shared-section.with-yellow-bg::after {
  background-color: #f1c400;
}
.hp-shared-section__img img {
  width: 520px;
  height: 560px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hp-shared-section__img img {
    width: 272px;
    height: 313px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .hp-shared-section__img img {
    width: 326px;
    height: 391px;
  }
}
.hp-shared-section__info {
  padding: 180px 60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .hp-shared-section__info {
    padding: 80px 60px;
  }
}
.hp-shared-section__info::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 820px) {
  .hp-shared-section__info::before {
    display: none;
  }
}
.hp-shared-section__title {
  font: normal normal bold 30px/40px "Rubik";
  color: #221e20;
  margin: 0 0 20px;
}
@media (max-width: 820px) {
  .hp-shared-section__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
  }
}
.hp-shared-section__desc {
  max-width: 398px;
  font: normal normal normal 16px/22px "Noto Sans";
  color: #221e20;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .hp-shared-section__desc {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
  }
}
.hp-shared-section__list {
  margin-bottom: 30px;
  padding: 0;
}
.hp-shared-section__list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 820px) {
  .hp-shared-section__list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.hp-shared-section__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background-color: #ed1c24;
}
@media (max-width: 820px) {
  .hp-shared-section__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
}
.hp-shared-section__icon img {
  max-width: 33px;
  height: auto;
}
@media (max-width: 820px) {
  .hp-shared-section__icon img {
    max-width: 24px;
    max-height: 19px;
  }
}
.hp-shared-section__label {
  font: normal normal 600 14px/30px "Noto Sans";
  color: #221e20;
  margin-left: 15px;
}
@media (max-width: 820px) {
  .hp-shared-section__label {
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
  }
}
.hp-shared-section__explore {
  width: 133px;
  height: 40px;
  background-color: #ed1c24;
  border-radius: 20px;
  font: normal normal 600 14px/31px "Noto Sans";
  color: #ffffff !important;
}
@media (max-width: 820px) {
  .hp-shared-section__explore {
    width: 120px;
    height: 35px;
    font-size: 12px;
    line-height: 15px;
  }
}

.ooredoo-lateset-offers,.ooredoo_product {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 850px) {
  .ooredoo-lateset-offers {
    padding: 25px 0 20px;
  }
  .products_oo {
    margin-bottom: 30px;
  }
  .ooredoo_product h3{font-size: 23px;}
}
.ooredoo_product p{margin-bottom:20px;}
.ooredoo_product h3{margin-bottom:5px;}

.ooredoo-lateset-offers .row .col-12 {
  flex: 0 0 1126px;
  max-width: 1126px;
  width: 1126px !important;
  padding: 0 20px;
}
@media (max-width: 820px) {
  .ooredoo-lateset-offers .row .col-12 {
    flex: auto;
    max-width: initial;
    width: auto !important;
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .ooredoo-lateset-offers .row .col-12 {
    flex: auto;
    max-width: initial;
    width: auto !important;
  }
}
.ooredoo-lateset-offers__title {
  font: normal normal bold 30px/40px "Rubik";
  color: #221e20;
  margin: 0 0 30px;
}
@media (max-width: 820px) {
  .ooredoo-lateset-offers__title {
    font-size: 18px;
    line-height: 28px;
    text-align: left !important;
    margin-bottom: 10px;
  }
}
.ooredoo-lateset-offers__link {
  width: 1086px;
  height: 411px;
}
@media (max-width: 820px) {
  .ooredoo-lateset-offers__link {
    width: 310px;
    height: 130px; /*119px;*/
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .ooredoo-lateset-offers__link {
    width: 675px;
    height: 250px;
  }
}
.ooredoo-lateset-offers__link img {
  width: 1086px;
  height: 411px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 13px;
}
@media (max-width: 820px) {
  .ooredoo-lateset-offers__link img {
    width: 310px;
    height: 130px; /*119px;*/
    border-radius: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .ooredoo-lateset-offers__link img {
    width: 675px;
    height: 250px;
  }
}

.help-and-contact {
  background-color: #fff;
  overflow: hidden;
}
.help-and-contact .quick-links {
  height: 100%;
  padding: 70px 0;
}
@media (max-width: 820px) {
  .help-and-contact .quick-links {
    padding: 50px 0 15px;
  }
}
.help-and-contact .quick-links-wrapper {
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 820px) {
  .help-and-contact .quick-links-wrapper {
    border: none;
    border-bottom: 1px solid #e3e3e3;
  }
}

.quick-links__title {
  font: normal normal bold 30px/36px "Rubik";
  color: #221e20;
  margin: 0 0 5px;
}
@media (max-width: 820px) {
  .quick-links__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.quick-links__desc {
  font: normal normal normal 14px/21px "Noto Sans";
  color: #221e20;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .quick-links__desc {
    line-height: 19px;
    margin-bottom: 15px;
    max-width: 318px;
  }
}

.quick-links__list {
  margin: 0;
}
.quick-links__list li {
  background-color: #fffafb;
  border: 1px solid #ed1c2480;
  border-radius: 29px;
  margin-bottom: 15px;
  height: 47px;
}
@media (max-width: 820px) {
  .quick-links__list li {
    height: 36px;
    margin-bottom: 10px;
  }
}
.quick-links__list li:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 820px) {
  .quick-links__list li:not(:last-child) {
    margin-right: 10px;
  }
}
.quick-links__list li a {
  font: normal normal 600 14px/17px "Rubik";
  color: #ed1c24;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  text-align: center;
}
@media (max-width: 820px) {
  .quick-links__list li a {
    font-size: 12px;
    line-height: 14px;
  }
}

.contact-ooredoo {
  padding: 70px 0;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 820px) {
  .contact-ooredoo {
    padding: 60px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .contact-ooredoo {
    padding-left: 0;
  }
}

.contact-ooredoo__title {
  font: normal normal bold 30px/36px "Rubik";
  color: #221e20;
  margin: 0 0 5px;
}
@media (max-width: 820px) {
  .contact-ooredoo__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}

.contact-ooredoo__desc {
  font: normal normal normal 14px/31px "Noto Sans";
  color: #666666;
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  .contact-ooredoo__desc {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .contact-ooredoo__boxes {
    flex-wrap: nowrap !important;
  }
}

.contact-ooredoo__box {
  background-color: #fffafb;
  border-radius: 10px;
  width: 250px;
  height: 180px;
  text-align: center;
}
@media (max-width: 820px) {
  .contact-ooredoo__box {
    width: 86px;
    height: 126px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px #00000014;
    border-radius: 6px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .contact-ooredoo__box {
    margin-bottom: 20px;
  }
}
.contact-ooredoo__box:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 820px) {
  .contact-ooredoo__box:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .contact-ooredoo__box:not(:last-child) {
    margin-right: 14px;
  }
}

.contact-ooredoo__img {
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  .contact-ooredoo__img {
    margin-bottom: 17px;
  }
}
.contact-ooredoo__img img {
  max-width: 74px;
  height: 60px;
}
@media (max-width: 820px) {
  .contact-ooredoo__img img {
    max-width: 36px;
    height: 36px;
  }
}

.contact-ooredoo__link {
  font: normal normal 600 14px/16px "Rubik";
  color: rgba(34, 30, 32, 0.7) !important;
  text-decoration: none !important;
  padding: 30px 10px 25px;
  cursor: pointer;
}
@media (max-width: 820px) {
  .contact-ooredoo__link {
    padding: 20px 9px;
    font-size: 10px;
    line-height: 13px;
  }
}
.contact-ooredoo__link span {
  text-align: center;
  width: 62px;
  display: block;
  margin: auto;
}

.contact-popup {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  padding-left: 25px;
  bottom: -130%;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 820px) {
  .contact-popup {
    bottom: -300%;
    transition: all 0.1s ease-in-out;
    padding: 0;
  }
}
.contact-popup.active {
  bottom: 0;
  top: 0;
}
@media (max-width: 820px) {
  .contact-popup.active {
    top: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.contact-popup-top {
  padding-top: 70px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 14px;
}
@media (max-width: 820px) {
  .contact-popup-top {
    padding-top: 50px;
  }
}
.contact-popup-top .contact-popup__title {
  font: normal normal bold 30px/40px "Rubik";
  color: #221e20;
  margin: 0;
}
@media (max-width: 820px) {
  .contact-popup-top .contact-popup__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.contact-popup-top img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.contact-popup-body {
  text-align: left;
}

.contact-popup__hotlines {
  margin-bottom: 24px;
}

.contact-popup__label {
  font: normal normal normal 16px/35px "Noto Sans";
  color: #221e20;
  margin: 0 0 3px;
}
@media (max-width: 820px) {
  .contact-popup__label {
    font-size: 12px;
    line-height: 18px;
  }
}

.contact-popup__field {
  font: normal normal 600 20px/24px "Rubik";
  color: #ed1c24 !important;
  text-decoration: none !important;
}
@media (max-width: 820px) {
  .contact-popup__field {
    font-size: 17px;
    line-height: 20px;
  }
}

.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;
	margin-bottom: 35px;
  }
}

.ooredoo-qr-code__info h5 {
  font: normal normal 600 24px/28px "Rubik";
  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";
  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;
  }
}

/* Shared Slider Dots */
.ooredoo-homepage-wrappeer .slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}
.ooredoo-carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}
@media (max-width: 820px) {
  .ooredoo-homepage-wrappeer .slick-dots {
    margin-top: 25px;
  }
}
.ooredoo-homepage-wrappeer .slick-dots li {
  width: 32px;
  height: 6px;
  display: flex;
  padding: 0 !important;
}
@media (max-width: 820px) {
  .ooredoo-homepage-wrappeer .slick-dots li {
    width: 16px;
    height: 3px;
  }
}
.ooredoo-homepage-wrappeer .slick-dots li:not(:last-child) {
  margin: 0 12px 0 0 !important;
}
@media (max-width: 820px) {
  .ooredoo-homepage-wrappeer .slick-dots li:not(:last-child) {
    margin: 0 6px 0 0 !important;
  }
}
.ooredoo-homepage-wrappeer .slick-dots li:last-child {
  margin: 0 !important
}
.ooredoo-homepage-wrappeer .slick-dots li button {
  width: 32px !important;
  height: 6px !important;
  border-radius: 3px;
  background-color: #ed1c24 !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-homepage-wrappeer .slick-dots li button {
    width: 16px;
    height: 3px;
  }
}
.ooredoo-homepage-wrappeer .slick-dots li.slick-active,
.ooredoo-homepage-wrappeer .slick-dots li.slick-active button {
  padding: 0 !important;
}
.ooredoo-homepage-wrappeer .slick-dots li.slick-active button {
  opacity: 1;
  margin: 0 !important;
}
.hp-shared-section__subtitle {
  font: normal normal bold 18px/20px "Rubik";
  color: #221E20;
  margin: -14px 0 24px;
}
@media (max-width: 820px) {
.hp-shared-section__subtitle {
    font-size: 13px;
    line-height: 17px;
    margin: -5px 0 10px;
}
}
.fansim-banner > .container {
  max-width: 1366px;
  padding: 0 !important;
  background-color: #151a4d;
  height: 370px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fansim-banner > .container {
    justify-content: flex-start !important;
    padding-left: 20px !important;
  }
}
.fansim-banner__fifa-logo,
.fansim-banner__hublot-logo,
.fansim-banner__football-player {
  position: absolute;
}
.fansim-banner__fifa-logo img,
.fansim-banner__hublot-logo img,
.fansim-banner__football-player img {
  -o-object-fit: contain;
  object-fit: contain;
}
.fansim-banner__fifa-logo {
  left: 35px;
  top: 35px;
}
@media (max-width: 820px) {
  .fansim-banner__fifa-logo {
    left: 20px;
    top: 23px;
  }
}
.fansim-banner__fifa-logo img {
  width: 333px;
  height: auto;
}
@media (max-width: 820px) {
  .fansim-banner__fifa-logo img {
    width: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .fansim-banner__fifa-logo img {
    width: 280px;
  }
}
.fansim-banner__hublot-logo {
  left: 35px;
  bottom: 39px;
}
@media (max-width: 820px) {
  .fansim-banner__hublot-logo {
    left: 20px;
    bottom: 23px;
  }
}
.fansim-banner__hublot-logo img {
  width: 184px;
  height: auto;
}
@media (max-width: 820px) {
  .fansim-banner__hublot-logo img {
    width: 90px;
  }
}
.fansim-banner__football-player {
  right: 0;
  bottom: 0;
}
@media (max-width: 820px) {
  .fansim-banner__football-player {
    right: -120px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .fansim-banner__football-player {
    right: -160px;
  }
}
.fansim-banner__football-player img {
  width: 443px;
  height: 370px;
  min-width: 443px;
  min-height: 370px;
}
@media (max-width: 820px) {
  .fansim-banner__football-player img {
    width: 315px;
    height: 264px;
    min-width: 315px;
    min-height: 264px;
  }
}
.fansim-countdown__title {
  color: #eb1c24;
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 28px;
  font-family: "Rubik";
}
@media (max-width: 820px) {
  .fansim-countdown__title {
    font-size: 35px;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .fansim-countdown__title {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
.countdown__time-item:not(:last-child) {
  margin-right: 19px;
}
@media (max-width: 820px) {
  .countdown__time-item:not(:last-child) {
    margin-right: 10px;
  }
}
.countdown__time-box {
  width: 110px;
  height: 110px;
  background: url("../images/number-bg.svg") no-repeat center center;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: 39px;
  font-family: "Rubik";
  margin-bottom: 13px;
}
@media (max-width: 820px) {
  .countdown__time-box {
    width: 60px;
    height: 60px;
    font-size: 23px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .countdown__time-box {
    width: 90px;
    height: 90px;
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.countdown__time-label {
  color: #fff;
  font-size: 15px;
  font-family: "Rubik";
}
@media (max-width: 820px) {
  .countdown__time-label {
    font-size: 9px;
  }
}

.devices-see-all-row{
  display: block;
}

.devices-see-all-row .latest-devices__see-all.link-with-arrow{
  text-align: center;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 150px;
  margin-right: 15px;
}
.latest-devices{
  padding-bottom: 70px !important;
}

@media (max-width: 820px) {
  .devices-see-all-row .latest-devices__see-all.link-with-arrow{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px
  }
  .latest-devices .slick-list{
    padding-bottom: 0;
  }
  .latest-devices{
    padding-bottom: 20px !important;
  }
  .devices-see-all-row .slick-track{
    transform: none !important;
    width: 100% !important;
  }
}
