header{
  padding:0;
}

section{
  background:#F8FAFC;
}

#parentsPage .logo{
  display:inline-block;
}

#parentsPage .student-btn{
  font-size:16px;
  font-weight:600;
  color:#fff;
  border:1px solid white;
  padding:18px 30px;
  border-radius:10px;
  float:right;
  text-decoration:none;
  position:relative;
}

#parentsPage .student-btn::after{
  content: '';
  width:5px;
  height:8px;
  background:url('../images/parents/white-arrow.svg') 0 0 no-repeat;
  background-size:cover;
  position:absolute;
  right:10%;
  top:50%;
  transform: translate(-50%,-50%);
}

#parentsPage .promo-background{
  width:100%;
  height:auto;
  padding:45px 0;
  background: url('../images/parents/parents-promo.jpg'); 
  background-size:cover;
}

#parentsPage .promo-background .promo {
  width:60%;
  margin:200px auto;
  background:transparent;
  text-align:center;
}

#parentsPage .promo-background .promo h4 {
  font-size:48px;
  font-weight:700;
  margin-bottom:20px;
  color:#fff;
}

#parentsPage .promo-background .promo p {
  font-size:18px;
  line-height:30px;
  font-weight:400;
  color:#fff;
}

#parentsPage .btn-size{
  color:#fff;
  padding:18px 20px;
  border-radius: 10px;
  font-size:16px;
  line-height:16px;
  min-width:182px;
  margin:0 5px;
  font-weight:700;
}

#parentsPage .classic-btn {
  border:1px solid white;
}

.section-awards{
  margin-top:-92px;
}

#parentsPage .awards{
  color:#fff;
  position:relative;
  font-size:41px;
  font-weight:400;
  text-align:center;
  margin:0 auto;
  /* padding:32px 0; */
  background:url('../images/parents/awards-background.png') center center no-repeat;
  height:213px;
  display:flex;
  align-items: center;
  justify-content: center;
}

#parentsPage .awards b{
  font-weight:700;
}

#parentsPage .awards p {
  margin-top:-8px;
}

#parentsPage .platform .platform-img{
  position:relative;
  margin-bottom:156px;
}

#parentsPage .platform img{
  margin-top: 90px;
}

.platform .platform-second-image{
  position: absolute;
  left: 0;
  top: 30%;
  transform: translate(-20%,-30%);
}

.content-area{
  float:right;
}

.content-area h4{
  font-size:48px;
  font-weight:400;
  line-height:62px;
  color:#0B3F54;
  margin-bottom:30px;
}

.content-area h5{
  font-size:18px;
  line-height:30px;
  font-weight:700;
  background: linear-gradient(90deg, #05B1B7 0%, #00CDAC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom:30px;
}

.content-area ul li{
  font-size:18px;
  font-weight:400;
  line-height:30px;
  color:#0B3F54;
  margin-bottom:16px;
  padding-left:18px;
}

.content-area ul li::marker {
  content: url('../images/parents/checkbox.svg');
  width:24px;
  height:18px;
  line-height:18px;
}

#parentsPage .platform .icon-student-one{
  width:42px;
  height:42px;
  background:url('../images/parents/icon-one.svg') 0 0 no-repeat;
  position:absolute;
  left:45%;
  top:70px;
  background-size:cover;
  z-index:2;
}

#parentsPage .platform .icon-student-two{
  width:88px;
  height:88px;
  background:url('../images/parents/icon-second.svg') 0 0 no-repeat;
  position:absolute;
  left:10%;
  bottom:38px;
  background-size:cover;
  z-index:2;
}

#parentsPage .metarials {
  padding:120px 0;
  /* opacity:.4; */
  background: linear-gradient(90deg, #E9EAFF 0%, #BDF8EF 64.3%, rgba(247, 245, 198, 0.75) 91.95%);
}

#parentsPage .metarials .question{
  position: absolute;
  right: -60px;
  bottom: -40px;
}

#parentsPage .metarials .content-area{
  width:100%;
}

/* #parentsPage .metarials img.device{
  max-width:90%;
} */

#parentsPage .metarials img.question{
  max-width: 280px;
}

#parentsPage .price{
  padding:110px 0;
  color:#0B3F54;
}

#parentsPage .price h4{
  font-size:48px;
  line-height:62px;
  font-weight:400;
  margin-bottom:0;
  text-align:center;
}

#parentsPage .price .subtitle{
  font-size:18px;
  line-height:30px;
  margin-bottom:50px;
  display:block;
  text-align:center;
}

#parentsPage .price .price-table{
  padding:42px 0;
  margin-bottom: 40px;
  background: #EDF4F9;
  border-radius: 20px;
  display:flex;
  justify-content: center;
  margin:0 auto 40px;
}

#parentsPage .price .price-table .item{
  position:relative;
  text-align:center;
  margin:0 80px;
}

#parentsPage .price .price-table .item::after{
  content: '';
  width:1px;
  height:98px;
  background:#C1CDD6;
  position:absolute;
  top:50%;
  right: -82px;
  transform: translateY(-50%);
}

#parentsPage .price .price-table .item:last-child::after{
  display: none;
}

#parentsPage .no-credit{
  font-size:13px;
  color:#05B1B7;
  padding:12px 13px;
  border:1px solid #05B1B7;
  border-radius: 10px;
  text-decoration:none;
  margin-bottom: 14px;
  display: inline-block;
  font-style: initial;
}

#parentsPage .free-trial{
  color:#0B3F54;
  font-size:20px;
  line-height:24px;
  font-weight:700;
}

#parentsPage .free-trial span{
  font-size:14px;
  color:#FF5024;
}

#parentsPage .product-name{
  font-weight:700;
  font-size:20px;
  color:#0B3F54;
  margin-bottom:12px;
}

#parentsPage .total-price{
  font-weight:700;
  font-size:34px;
  color:#FF5024;
}

#parentsPage .discount-price{
  font-weight:400;
  font-size:18px;
  color:#3C6576;
  text-decoration: line-through;
}

#parentsPage .price .orange-btn{
  display: block;
  margin: 0 auto;
  width: 176px;
  padding: 18px;
}

#parentsPage .table-title{
  padding: 0 80px;
  margin: 120px 0 40px 0;
}

#pricing table{
  background:white;
  border-radius:10px;
  box-shadow: 0px 40px 60px rgba(112, 144, 176, 0.1);
  margin-bottom:120px;
}

#pricing .table-custom thead tr th{
  padding:20px 32px;
}

#pricing table tr:nth-child(even) {
  background-color: #EDF4F9;
}

#parentsPage .parent-slider {
  margin-top: 40px;
}

#parentsPage .parent-slider .item{
  padding:30px;
  background: #FFFFFF;
  /* box-shadow: 0px 40px 60px rgba(112, 144, 176, 0.1); */
  border-radius: 20px;
  pointer-events: none;
}

#parentsPage .parent-slider .item .title{
  font-size:18px;
  font-weight:700;
  color:#0B3F54;
  line-height:initial;
  align-items: center;
}

#parentsPage .parent-slider .item .title .text{
  margin-left:15px;
}

#parentsPage .parent-slider .item .title .sub, .comment-parent{
  font-size:14px;
  font-weight:400;
  color:#607B96;
}

#parentsPage .uk-dotnav>*>*{
  background-color:transparent;
  border-color:#0B3F54;
}

#parentsPage .uk-dotnav>.uk-active>*{
  background-color:#0B3F54;
  border-color:#0B3F54;
}

#parentsPage .looking-for{
  padding:70px 0;
  color:#fff;
  background: #0B3F54;
}

#parentsPage .looking-for h5{
  color:#fff;
  font-size:48px;
  line-height:62px;
}

#parentsPage .looking-for p{
  font-size:18px;
  line-height:30px;
  margin-bottom:50px;
}
.mobile-trial{
  visibility: hidden;
  display:none;
}

.platform .content-area h5{
  padding-right: 40px;
}

/* media breakpoint */

@media (max-width: 576px) {
  #parentsPage .promo-background .promo{
    width:100%;
    margin:120px 0 60px 0;
  }
  #parentsPage .promo-background .promo h4, #parentsPage .promo-background .promo p{
    text-align:left;
  }
  #parentsPage .promo-background .promo h4{
    font-size:28px;
  }
  /* #parentsPage .platform .platform-img{
    display:none;
  } */
  #parentsPage .promo-buttons{
    display:flex;
  }
  #parentsPage .btn-size{
    font-size:15px;
  }
  #parentsPage .promo-background{
    padding:0 0 45px 0;
  }
  #parentsPage .head{
    position: fixed;
    z-index: 2;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  #parentsPage .student-btn {
    color:var(--dark-green);
    position:relative;
  }
  #parentsPage .student-btn::after{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    background: url(../images/arrow-down.svg) 0 0 no-repeat;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  #parentsPage .awards{
    height:282px;
    background:url('../images/parents/mobile-awards.png') 0 0 no-repeat;
    position:relative;
    background-size:contain;
  }
  #parentsPage .awards p{
    /* width: 300px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 38%;
    left: 50%; */
    font-size:36px;
    padding:0 40px;
    margin-top:-10px;
  }
  #parentsPage .awards p span{
    font-weight:bold;
  }
  .platform{
    margin-top: -20px;
    padding-bottom: 80px;
  }

  .platform .content-area{
    padding:0 15px;
  }

  .platform .content-area h4{
    font-size:36px;
    line-height:44px;
  }
  .platform .icon-student-one, .platform .icon-student-two{
    display:none;
  }
  #parentsPage .platform img{
    margin-top: 0;
    max-width: fit-content;
    object-fit: cover;
    width: 150%;
  }
  #parentsPage .platform .platform-img2{
    content: '';
    width: 278px;
    height: 340px;
    position: absolute;
    bottom: -88px;
    left: initial;
    right: 33%;
    background: url(../images/parents/platform-example.png) 0 0 no-repeat;
    background-size:contain;
  }
  .metarials .metarial-flex{
    display:flex;
    flex-direction:column-reverse;
  }
  .metarials .content-area h4{
    font-size: 36px;
    line-height: 44px;
  }
  #parentsPage .metarials img.device{
    max-width: 170%;
    margin-left: -108%;
    margin-top: 50px;
  }
  #parentsPage .metarials .question {
    position: absolute;
    left: 40px;
    top: 51%;
    transform: translateY(-50%);
    max-width: 350px!important;
  }
  #parentsPage .metarials{
    padding: 80px 0 0 0;
  }
  #parentsPage .price .price-table{
    flex-direction: column;
    padding:0 15px;
  }
  #parentsPage .price .price-table .item{
    padding:22px 0;
    border-bottom:1px solid #C1CDD6;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #parentsPage .price .price-table .item:last-child{
    border:none;
  }
  .mobile-row{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .discount-price{
    margin-right:10px;
  }
  #parentsPage .product-name{
    margin-bottom:0;
  }
  #parentsPage .total-price{
    font-size:24px;
  }
  #parentsPage .discount-price{
    font-size: 12px;
  }
  .free-trial-text{
    display: flex;
    margin: 0;
  }
  .mobile-trial{
    visibility: visible;
    display:block;
  }
  #parentsPage .price h4{
    font-size: 36px;
    line-height: 44px;
    padding:0 15px;
    text-align:left;
  }
  .scroll{
    position:relative;
    overflow-x:scroll;
  }
  #pricing table{
    margin-top:15px!important;
  }
  .uk-slider-items li {
    width: calc(100% - 15px);
    margin-right: 15px;
  }
  .uk-dotnav{
    display:none;
  }
  #parentsPage .price{
    padding: 145px 0;
  }
  .price .uk-slider{
    padding-bottom:0;
  }
  #parentsPage .looking-for{
    position:relative;
  }
  #parentsPage .looking-for::after{
    content: '';
    width:80px;
    height:78px;
    background:url('../images/parents/looking-for-after.svg') 0 0 no-repeat;
    background-size:cover;
    position:absolute;
    right:14%;
    top:-39px;
  }
  #parentsPage .looking-for h5{
    font-size:36px;
    line-height:43px;
  }
  #parentsPage .btn-size{
    min-width:146px;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .footer-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-right: 0!important;
    text-align: center;
  }
  .links{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  footer a, footer p{
    display: block;
    text-align: center;
  }
  .bottom-text{
    text-align: center;
    margin-top: 15px;
  }
  .flex-mobile-column{
    flex-direction: column!important;
  }
  .platform .content-area h5{
    padding-right:0;
  }
  #parentsPage .promo-background{
    background-position: calc(100% - 61%) center;
  }
  .first-row-trial{
    height: 90px;
    display: flex;
    align-items: flex-end;
  }
  #parentsPage .price .subtitle{
    text-align:left;
    margin-top:20px;
    margin-bottom: 30px;
  }
  #parentsPage .price h4{
    padding: 0 15px 0 0;
  }
  .platform .platform-second-image{
    max-width: 61%!important;
    left: 14%;
    top: 55%;
  }
}

@media (max-width: 390px) {
  #parentsPage .awards p{
    /* transform: translate(-50%, -50%);
    top: 34%; */
    font-size:32px;
    margin-top: -33px;
  }
  #parentsPage .price .price-table .item{
    margin: 0;
  }
}


@media (min-width: 576px) and (max-width: 820px) {
  .platform{
    padding: 70px 0 70px 20px;
  }
  #parentsPage .platform .icon-student-two{
    right:10%;
    left:initial;
  }
  #parentsPage .price .price-table .item::after{
    right: -20px;
  }
  #parentsPage .looking-for .orange-btn{
    margin-bottom: 15px;
  }
  #parentsPage .price .price-table .item{
    margin: 0;
  }
  
 }


@media (min-width: 769px) and (max-width: 1024px) { 
  .platform{
    padding: 70px 0 70px 20px;
  }
  #parentsPage .platform .icon-student-two{
    right:10%;
    left:initial;
  }
  #parentsPage .price .price-table .item::after{
    right: -30px;
    transform: translate(-50%,-50%);
  }
  #parentsPage .platform .icon-student-two{
    display:none;
  }
}


@media (min-width: 1200px) { }


@media (min-width:1024) and (max-width: 1400px) { 
  .platform .content{
    padding-left:40px;
  }
  .platform-second-image{
    max-width:61%!important;
  }
  #parentsPage .platform img{
    margin-top:0;
  }
}


