.MyLPs {
	
  color: #615174;
  overflow-x: hidden;
  background: #ffd1a0 url('https://support3.you.gr/you/redesign/landing_pages/2020_BackToSchool/images/HeaderBg1.jpg') center top no-repeat;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100% ;
}
.MyLPs h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
  /*span {
            background-color: white;
            padding: 0 15px 5px 15px;
        }*/
}
.MyLPs .btnCommon {
  font-size: 20px;
  font-weight: 400 !important;
  color: white;
  background-color: #395ff5;
  font-weight: lighter;
  border-radius: 15px;
  padding: 10px 45px;
  transition: all linear 0.2s;
}
.MyLPs .btnCommon:hover {
  opacity: 0.8;
  color: white;
  background-color: #395ff5;
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  height: 0 !important;
  overflow: hidden;
  display: block;
}
.MyLPs h2 {
  font-size: 78px;
  line-height: 80px;
  color: #395ff5;
  font-weight: 800;
}
.MyLPs .hashtag {
  font-size: 74px;
  line-height: 75px;
  color: #395ff5;
  font-weight: 300;
}
.MyLPs .f20 {
  font-size: 20px;
  line-height: 30px;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 40px;
}
.MyLPs .f36 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  margin-bottom: 0;
}
.MyLPs .f40 {
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 0;
}
.clrWhite {
  color: white !important;
}
.weight_bold {
  font-weight: 800;
}
.weight_light {
  font-weight: 300;
}
.HeaderTitleWrapper{
	margin-bottom:50px;
}
.HeaderTitle {
  margin-top: 200px;
}
.HoverTrigger:hover .btnCommon {
  opacity: 0.8;
}
.ProductWrapper {
  padding: 15px;
  margin-bottom: 20px;
}
.ProductContainer {
  text-align: center;
}
.ProductContainer .btnCommon {
  display: block !important;
  margin-top: 15px !important;
}
.ProductContainer:hover .ProductImg {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.27);
}
.ProductImg {
  overflow: hidden !important;
  background: #ffd1a0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.27);
  border-radius: 50px;
  transition: all linear 0.1s;
}
.ProductImg img {
  margin: 0 auto;
}
.ProductTitle {
  font-size: 29px;
  color: #395ff5;
  text-decoration: underline;
  margin-top: 20px;
  height: 66px;
  overflow: hidden;
}
.ProductPrice {
  font-size: 29px;
  color: black;
}
.ProductPrice span {
  font-weight: 900;
}
.TitlesWithLine {
  position: relative;
  display: block;
}
.TitlesWithLine span {
  background-color: #ffd1a0 !important;
  position: relative;
  padding-right: 10px;
}
.TitlesWithLine::before {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 0;
  background-color: #ffecd3;
  height: 12px;
  width: 100%;
}
.TitleImg {
  position: absolute;
  right: 0;
  bottom: -100px;
  max-width: 300px!important;
  z-index: 1;
}
.TitleImg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 500px !important;
}
.ProductImgwithSub {
  display: flex;
  background: #fd9e57;
  min-height: 400px;
  padding-left: 30px;
}
.ProductImgwithSub .ProductSubtitle {
  align-self: center;
  font-size: 45px;
  font-weight: 800;
  color: white;
  text-align: left !important;
  width: 50%;
  flex-grow: 0;
}
.ProductImgwithSub .ProductSubtitle span {
  font-size: 40px;
  display: block;
  margin-top: 20px;
}
.ProductImgwithSub .ProductSubtitle p {
  font-size: 36px;
  font-weight: 300;
}
.ProductImgwithSub img {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
}
.OfficeBg {
  background: #fcdab8 url('https://support3.you.gr/you/redesign/landing_pages/2020_BackToSchool/images/officeBg.png') center top no-repeat;
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.42);
  margin-top: 170px;
}
.OfficeBg h2 {
  margin-top: -130px;
  text-shadow: 8px 8px 0px #ffffff;
}
@media (max-width: 1400px) {
  .ProductImgwithSub .ProductSubtitle {
    font-size: 30px;
  }
  .ProductImgwithSub .ProductSubtitle span {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .MyLPs h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .MyLPs .hashtag {
    font-size: 50px;
    line-height: 50px;
    word-wrap: break-word;
  }
  .MyLPs .f40 {
    font-size: 28px;
    line-height: 38px;
  }
  .OfficeBg {
    background-size: 100%;
  }
  .OfficeBg h2 {
    margin-top: -130px;
    text-shadow: 8px 8px 0px #ffffff;
  }
}
@media (max-width: 991px) {
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 30px;
  }
  .HeaderTitleWrapper{
	margin-bottom:0;
}
  .ProductTitle {
    font-size: 22px;
    line-height: 25px;
    height: 52px;
  }
  .ProductPrice {
    font-size: 22px;
    margin-top: 10px;
  }
  .TitleImg {
    bottom: 0;
    max-width: 150px !important;
  }
  .TitleImg2 {
    max-width: 200px !important;
  }
}
@media (max-width: 768px) {
  .MyLPs {
    background-size: 800px;
  }
  .MyLPs h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .MyLPs .hashtag {
    font-size: 28px;
    line-height: 28px;
  }
  .MyLPs .f40 {
    font-size: 22px;
    line-height: 25px;
  }
  .HeaderTitle {
    margin-top: 80px;
  }
  .ProductImgwithSub {
    display: block;
    background: #fd9e57;
    min-height: unset;
    height: 350px;
    padding: 30px 10px;
  }
  .ProductImgwithSub .ProductSubtitle {
    font-size: 20px;
    font-weight: 800;
    color: white;
    text-align: center !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .ProductImgwithSub .ProductSubtitle span {
    font-size: 18px;
  }
  .ProductImgwithSub img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .MyLPs .f20 {
    font-size: 18px;
    line-height: 28px;
  }
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 35px;
  }
  .MyLPs .f36 {
    font-size: 29px;
    line-height: 39px;
  }
  .MyLPs .btnCommon {
    font-size: 18px;
  }
  .ProductWrapper {
    padding: 5px;
  }
  .ProductImg {
    border-radius: 20px;
  }
  .TitlesWithLine::before {
    content: unset;
  }
  .ProductImgwithSub {
    height: auto;
  }
  .ProductImgwithSub img {
    max-width: 250px!important;
    margin: 0 auto;
  }
  .OfficeBg {
    background-size: 100%;
    text-align: center;
  }
  .OfficeBg h2 {
    margin-top: -180px;
	text-shadow: 4px 4px 0px #ffffff;

  }
}