.MyLPs {
  color: #010927;
  overflow: hidden;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 500 !important;
  color: #010927;
  font-weight: lighter;
  border-radius: 5px;
  padding: 15px 70px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon_darkBlue {
  background-color: #010927 !important;
  color: white !important;
  padding: 15px;
}
.MyLPs .btnCommon_darkBlue:hover {
  opacity: 0.85;
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs h2 {
  font-size: 40px;
  line-height: 45px;
}
.MyLPs .f20 {
  font-size: 20px;
  line-height: 30px;
}

 .MyLPs .f22 {
        font-size: 22px;
        font-weight:600;
        line-height: 25px;
    }
.MyLPs .f24 {
  font-size: 24px;
  line-height: 30px;
}
.MyLPs .f40 {
  font-size: 40px;
  line-height: 45px;
}
.MyLPs .f60 {
  font-size: 60px;
  line-height: 36px;
}
.clrWhite {
  color: white !important;
}
.clrLightBlue {
  color: #00f0ff !important;
}
.clrDarkBlue {
  color: #010927 !important;
}
.weight_bold {
  font-weight: 800;
}
.weight_semibold {
  font-weight: 600;
}
.weight_light {
  font-weight: 300;
}
.TopSection {
  background: #010927 url('https://support3.you.gr/you/redesign/landing_pages/5G/images/topSectionImg.jpg') center top no-repeat;
  padding-bottom: 50px;
  padding-top: 550px;
}
.TopSection .Title {
  font-size: 44px;
  font-weight: 200;
  color: white;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}
.WhatIsIt {
  background: #130070;
  background: linear-gradient(130deg, #130070 0%, #6d00b5 67%, #b800ee 100%);
  padding: 100px 0;
}
.Network {
  background: #5f62ef;
  background: linear-gradient(184deg, #5f62ef 40%, #424ac3 76%, #424ac3 100%);
  padding-top: 80px;
  position: relative;
}
.Network .arrows {
  position: absolute;
  left: 10%;
  top: 80px;
}
.Think {
  background: #4960f2;
  background: linear-gradient(90deg, #4960f2 58%, #162874 79%, #0a1440 100%);
  padding: 50px 0;
  position: relative;
}
.Think .rightImg {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}
.Coverage {
  display: flex;
  align-items: center;
}
.SuggestionItem {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  height: 100%;
}
.SuggestionItem img {
  max-width: 296px;
  margin: 0 auto;
  transition: all linear 0.12s;
}
.SuggestionItem .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
.SuggestionItem .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 63px;
  overflow: hidden;
}
.SuggestionItem .btnCommon {
  background-color: #4960f2;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 15px 30px;
}
.SuggestionItem:hover .btnCommon {
  opacity: 0.8;
}
.SuggestionItem:hover img {
  transform: scale(0.95);
}
.SuggestionsCarousel .owl-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 100%;
  height: 85px;
}
.SuggestionsCarousel .owl-nav button {
  position: absolute;
}
.SuggestionsCarousel .owl-nav button span {
  display: none;
}
.SuggestionsCarousel .owl-nav button:hover {
  background-color: transparent !important;
}
.SuggestionsCarousel .owl-nav .owl-prev {
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/5G/images/arrowLeft.png') !important;
  width: 71px;
  height: 74px;
  left: -80px;
}
.SuggestionsCarousel .owl-nav .owl-next {
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/5G/images/arrowRight.png') !important;
  width: 71px;
  height: 74px;
  right: -80px;
}
.viewAll {
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .SuggestionsCarousel .owl-nav {
    top: unset !important;
    transform: unset !important;
    width: 100%;
    height: 85px;
    bottom: -100px;
  }
  .SuggestionsCarousel .owl-nav .owl-prev {
    left: calc(50% - 90px);
  }
  .SuggestionsCarousel .owl-nav .owl-next {
    right: calc(50% - 90px);
  }
  .viewAll {
    margin-top: 130px;
  }
}
@media (max-width: 1200px) {
  .Think .rightImg {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .WhatIsIt {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 768px) {
  .Think {
    background: linear-gradient(90deg, #4960f2 0%, #162874 59%, #0a1440 100%);
  }
}
@media (max-width: 576px) {
  .MyLPs h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .MyLPs .f24 {
    font-size: 20px;
    line-height: 26px;
  }
  .MyLPs .f40 {
    font-size: 25px;
    line-height: 30px;
  }
  .MyLPs .f60 {
    font-size: 30px;
    line-height: 35px;
  }
  .TopSection {
    background-size: 170%;
    padding-top: 80%;
    padding-bottom: 10px;
  }
  .TopSection .Title {
    font-size: 34px;
  }
  .slider-container {
    padding: 0;
  }
  .viewAll {
    margin-top: 30px;
  }
}