.trial_bar_button {
  vertical-align: text-bottom;
  height: 36px;
}
.under_header_text {
  font-size: 40px;
  line-height: 1;
  margin-right: 5px;
}

.button_radius {
  box-shadow: inset 0 0 0 2px #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.my_teacher_video {
  /* background: url(https://media.nbeego.com/uploads/system/malay-landing/4_VIDEO.jpg) no-repeat; */
  background: url(https://media.nbeego.com/uploads/system/my-landing/4_landing%20page_video.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -1px !important;
}


/* .subject_grid .row {
  padding-top: 15px;
  padding-bottom: 15px;
} */

.subject_grid .row {
  padding: 8px;
}

.subject_grid .col {
  padding: 0 8px;
}


.my_free_trial_kiri {
  max-width: 536px;
  margin-right: 10%;
}

.get_free_trial_button_button {
  font-size: 19px;
}

.get_free_trial_img {
  width: 119%;
  max-width: unset;
}

.heading_font {
  line-height: 1;
  font-size: 75px;
}

.free_trial_desc_inner.mb-4 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}








/* TESTIMONY ----------------------------------------------------- */
.my_testymony .bg img {
  border: 1px solid #ddd;
  border-radius: 5px;
}



.my_testymony .slick .item .bg{
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
	transition:.3s;
	margin:0 -24px;
	/* opacity:.2; */
	-webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
}

.my_testymony .bg img {
  max-width: 100%;
}

.my_testymony .slick .slick-list {
	padding: 20px 0!important;
	/* padding-top:20px!important;
	padding-bottom:20px!important; */
}

.my_testymony .slick .slick-center .bg {
	opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.my_testymony .slick-slide {
    outline: none;
    opacity: .7;
}

.my_testymony .slick-current {
  opacity: 1;
}

.my_testymony .slick-prev,
.my_testymony .slick-next {
	position: absolute;
    top: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #111;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    opacity: .6;
    line-height: 30px;
    cursor: pointer;
}
.my_testymony .slick-prev {
    left: 2%;
    padding-right: 3px;
}
.my_testymony .slick-next {
    right: 2%;
    padding-left: 3px;
}

.t_slider_inner .slick-list,
.t_slider_inner .slick-track {
    height: 100%;
}


/* SHAH */
.my_testymony, .my_testymony * {
  max-width: unset;
  overflow: unset;
}

/* TESTIMONY ----------------------------------------------------- */


@media only screen and (max-width: 1020px){
  .my_free_trial_kiri {
    margin-right: 0;
  }
}

@media only screen and (min-width: 600px){
  .my_testymony .slick-prev, .my_testymony .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 600px){
  .under_header_text {
    margin-right: 0;
    display: block;
    margin-bottom: 7px;
  }
  .trial_bar_text_item {
    display: block !important;
  }
  .heading_font {
    font-size: 52px;
  }
  .get_free_trial_img {
    margin-top: 0 !important;
  }
  .subject_grid .row {
    padding: 5px;
  }
  
  .subject_grid .col {
    padding: 0 5px;
  }
  .my_testymony .slick-current {
      width: 100%;
  }

  .my_testymony .slick-current * {
      max-width: 100%;
  }

  .my_testymony .slick-current .bg {
    margin: 0 !important;
    padding: 0 5px;
  }
}
