@media only screen and (min-width: 200px) and (max-width: 767px) {
  
  .banner{
    margin-top: 0px;
  }
  .banner .logo{
    width: 200px;
    z-index: 9;
  }
  .banner iframe{
    width: 100%;
    height: auto;
  }
  .teacher{
    overflow: hidden;
    padding-bottom: 65px;
  }
  .teacher .nav-tabs{
    display: -webkit-box !important;
    overflow-x: scroll !important;
    -ms-flex-wrap: inherit !important;
    flex-wrap: inherit !important;
    overflow-y: hidden !important;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .teacher .teacher__box img{
    height:auto;
  }
  .teacher .teacher__box{
    margin: 0px 30px;
  }
  .teacher .owl-stage-outer::after{
    display: none;
  }
  .teacher .owl-stage-outer::before{
    display: none;
  }
  br {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .title-style-1 {
    margin-bottom: 30px;
  }
  .title-style-1 h3 {
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
  }
  .title-style-1 p {
    font-size: 18px;
  }
  .title-style-1 br {
    display: none;
  }
  .title-style-2 {
    margin-bottom: 30px;
  }
  .title-style-2 h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .title-style-2 p {
    font-size: 18px;
  }
  .title-style-3 {
    margin-bottom: 10px;
  }
  .title-style-3 h3 {
    font-size: 20px;
  }
  .testimonial {
    padding: 0px 0px 80px 0px;
  }
  .testimonial .testimonial__thumb img {
    margin: 20px auto 20px auto;
    height: 200px !important;
    width: auto !important;
  }
  .testimonial .testimonial__info p {
    font-size: 16px;
  }
  .testimonial .owl-stage-outer{
    padding-top: 0px;
  }
  .testimonial__item .quote{
    top: 100px;
    left: 15px;
  }
  .testimonial__item .testimonial__content {
    padding: 20px;
  }
  .testimonial__item .testimonial__content p{
    font-size: 17px;
    text-align: justify;
  }
  .faq {
    padding: 30px 0px;
  }
  .accordion{
    width: 100% !important;
  }
  .faq .accordion .accordion-body {
    padding: 10px 25px 20px 25px;
  }
  .faq .accordion .accordion-body p {
    font-size: 15px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 15px !important;
  }
  .faq .accordion .accordion-item .accordion-button {
    padding: 15px 25px 15px 15px !important;
    font-size: 15px;
    text-align: left;
  }
  footer .footer__area {
    padding-top: 30px;
  }
  footer .footer__logo {
    margin-bottom: 30px;
  }
  footer .footer__widget ul {
    margin-bottom: 20px;
  }
  footer .footer__widget ul li {
    margin-bottom: 0px;
  }
  footer .footer__widget h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  footer .footer__bottom__content {
    margin-top: 30px;
    display: block !important;
    text-align: center;
  }
  footer .footer__bottom__content p{
    margin-bottom: 20px;
  }
  footer .payment__partners__logo {
    float: inherit !important;
    text-align: center;
    margin-bottom: 20px;
    border: none;
  }
  footer .footer__social__icon {
    display: inherit !important;
    float: inherit !important;
    text-align: center;
  }
  .form__box {
    margin-top: 50px;
  }
  .signup__right__content .form__box {
    padding: 0;
    margin-top: 0px;
  }
  .footer__middle__content{
    display: table !important;
    text-align: center;
    margin: auto;
  }
  .footer__middle__content div{
    margin-bottom: 20px;
  }
  .footer__top__content{
    margin-bottom: 40px;
  }
  .about__class{
    margin-top: 0px;
  }
  .about__class .about-tabs .nav-link {
    position: relative;
    font-size: 14px;
    padding: 15px 30px;
  }
  .banner-box-content{
    top: 0;
    transform: inherit;
    left: inherit;
    position: relative;
    margin-top: -90px;
  }
  .banner-box-content h1{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
   }
   .banner-box-content h5{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
   }
   .banner-box-content h3{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 10px;
   }
   .banner-box-content p{
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 20px;
   }
   .about__class{
    margin-bottom: 0px;
   }
  .class__content__left iframe{
    height: auto;
    margin-bottom: 0px;
  }
  .class__content__left p{
    font-size: 12px;
  }
  .class__content__left h5{
    font-size: 12px;
  }
  .class__content__right{
    margin-top: 30px;
  }
  .class__content__right{
    padding: 10px;
  }
  .lesson__plan {
    margin-top: 0px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 10px;
  }
  .class__content__left{
    margin-top: 0px;
    padding: 10px;
  }
  .related__classes {
    padding-bottom: 120px;
  }
  .banner video{
    position: relative;
    top: 54px;
    left: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%);
    margin-bottom: 50px;
  }
  .navbar-nav{
    position: absolute;
    right: 30px;
    top: 0;
  }
  .lesson__plan .accordion .accordion-item{
    width: 100%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .teacher .teacher__box img {
    max-height: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer__area {
    padding-top: 30px;
  }
  footer .footer__logo {
    margin-bottom: 30px;
  }
  footer .footer__widget ul {
    margin-bottom: 20px;
  }
  footer .footer__widget ul li {
    margin-bottom: 0px;
  }
  footer .footer__widget h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  footer .footer__bottom__content {
    margin-top: 30px;
  }
  .teacher {
    overflow: hidden;
    padding-bottom: 65px;
  }
  .teacher .nav-tabs{
    display: -webkit-box !important;
    overflow-x: scroll !important;
    -ms-flex-wrap: inherit !important;
    flex-wrap: inherit !important;
    overflow-y: hidden !important;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .teacher .teacher__box{
    margin: 0px 10px;
  }
  .teacher .teacher__box img{
    max-height:inherit;
  }
  .testimonial__item .quote {
    position: absolute;
    top: 10%;
    left: 40px
  }
  .faq .accordion{
    width: 75% !important;
  }
  .footer__top__content{
    margin-bottom: 30px;
  }
  .about__class .about-tabs .nav-link {
    position: relative;
    font-size: 18px;
    padding: 15px 30px;
  }
  .banner-box-content{
    top: 70px;
    transform: inherit;
    left: inherit;
  }
  .banner-box-content h1{
    font-size:35px;
    line-height: 30px;
    margin-bottom: 20px;
   }
   .banner-box-content h5{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
   }
   .banner-box-content h3{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
   }
   .banner-box-content p{
    font-size: 14px;
    margin-bottom: 20px;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
   }
  .class__content__left iframe{
    height: 300px;
    margin-bottom: 0px;
  }
  .class__content__left p{
    font-size: 16px;
  }
  .class__content__left h5{
    font-size: 18px;
  }
  .class__content__right{
    margin-top: 30px;
  }
  .class__content__right{
    padding: 0;
  }
  .lesson__plan {
    margin-top: 30px;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .related__classes {
    padding-bottom: 120px;
  }
  .lesson__plan .accordion{
    width: 100% !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1160px) {
  .teacher .nav-tabs{
    display: -webkit-box !important;
    overflow-x: scroll !important;
    -ms-flex-wrap: inherit !important;
    flex-wrap: inherit !important;
    overflow-y: hidden !important;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .testimonial__item .testimonial__thumb img {
    width: 160px !important;
    height: 210px !important;
    border-radius: 25px;
    margin: 50px 0px 0px 150px;
  }
  .banner-box-content h1{
    font-size: 45px;
    line-height: 50px;
  }
  .lesson__plan {
    position: relative;
    margin-top: -400px;
    right: 0;
    margin-left: 20px;
    top: inherit;
  }
}
@media only screen and (min-width: 200px) and (max-width: 1100px) {
  .about__class .title-style-1 {
      margin: 0px 0px;
  }
  .banner-two{
    margin-bottom: 0px;
  }
}