:root {
  --greentLight: #16a085;
  --greentLightAlt: #1abc9c;
}

@media (max-width: 1280px) {

}


@media (max-width: 1024px) {
 
  .menu-tabs>ul>li>a {
    padding: 30px 10px;
  }
  
}


@media screen and (max-width: 1024px) and (min-width: 992px) {
 
  .home-slider, .home-slider .owl-stage-outer, .home-slider .owl-stage, .home-slider .owl-item, .home-slider .item {
    height: 80vh;
  }
  .box-requests {
    width: 400px;
  }
  .box-requests .title {
    margin-bottom: 0rem;
    font-size: 12px;
  }
  .selectric .label, .box-requests form .form-control,
  .box-requests form label {
    font-size: 13px;
  }
  .home-slider .item .item-txt {
    width: 400px;
  }
  .home-slider .item .item-txt h2 {
    font-size: 1.5rem;
  }
  .home-slider .item .item-txt p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  
  .page-pricing .container, .page-pricing .container-md, .page-pricing .container-sm {
    /* max-width: 960px; */
  }
  .menu-tabs>ul>li>a {
    font-size: 13px;
  }

  .home-slider, .home-slider .owl-stage-outer, .home-slider .owl-stage, .home-slider .owl-item, .home-slider .item {
    height: 400px;
  }
  .box-requests {
    position: static;
    transform: translate(0);
    width: 80%;
    margin: 3rem auto;
    padding: 1rem;
  }
  .box-requests .title {
    position: static;
    transform: translate(0);
    margin: auto;
    margin-bottom: 2rem;
  }
  .home-slider .item .item-txt {
    transform: translateY(-50%);
    width: 80%;
    text-align: center !important;
  }
  .home-slider .owl-nav {
    lefT: 50%;
    transform: translateX(-50%);
  }

  .item-program .img {
    height: 250px;
  }

  .item-whyus {
    padding-top: 3rem;
  }

  .items-pricing > .d-flex {
    flex-wrap: wrap;
  }
  .item-price {
    max-width: calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    margin-bottom: 1.5rem;
  }
  .btn-request-price {
    width: 100px;
    font-size: 12px;
  }

} /* 991px */

@media (max-width: 767px) {
  .close-menu,
  .btn__mobile {
    display: block;
  }
  .close-menu {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .btn__mobile {
    background-color: #fff;
    color: var(--greentLight);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 1rem;
    border-radius: 5px;
  }
  .menu-tabs {
    padding-top: 2rem;
    position: absolute;
    top: 0;
    left: -250px;
    background-color: #fff;
    height: 100vh;
    width: 250px;
    transition: 0.3s;
  }
  .menu-tabs.show {
    left: 0;
  }
  .menu-tabs>ul {
    display: block !important;
  }
  .menu-tabs>ul li {
    display: block;
  }
  .menu-tabs>ul li a {
    display: block;
    padding: .5rem;
    color: #333;
  }

  .programe-details {
    border-bottom: 1px solid #bbb;
    padding-bottom: 1rem;
  }
  .contact-us-form-request.box-requests {
    margin-top: 3rem;
  }

  .home-slider, .home-slider .owl-stage-outer, .home-slider .owl-stage, .home-slider .owl-item, .home-slider .item {
    /*height: 250px;*/
    height: 400px;
  }
  .home-slider.owl-carousel .owl-item .img-slide,
  .home-slider.owl-carousel .owl-item .img-slide img {
    height: 100%;
  }
  .home-slider .item .item-txt h2 {
    font-size: 1.2rem;
  }
  .home-slider .item .item-txt p {
    font-size: 12px;
  }

  .sec-quran {
    padding: 2rem 1rem;
  }
  .item-program .img img,
  .item-program .img {
    height: auto;
  }

  .item-whyus {
    padding-top: 6rem;
    margin-bottom: 6rem;
  }
  .item-whyus .img {
    width: 40%;
    top: -70px;
    padding: .5rem;
  }
  .blr {
    width: 30%;
  }

  .txt-about {
    margin-top: 2rem;
  }
  .breadcrumb-page {
    padding: 5rem 0 2rem 0;
  }

  .slides-program .gallery-top .swiper-slide {
    height: 165px;
  }
  .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    width: 40px;
    height: 40px;
  }
  .slides-program .gallery-thumbs .swiper-slide {
    height: 50px;
  }

  .item-course .img img {
    width: 100%;
  }
  .breadcrumb-page strong {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .item-price {
    max-width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .title-pricing {
    font-size: 1.5rem;
    display: block;
  }

  .page-contact .box-contact {
    max-width: 100%;
    padding: 1rem;
    margin-top: 0 !important;
  }
  .inf-contact {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
  }
  
    .wedget-footer .logo-footer {
        height: 150px;
        margin: auto;
        display: block;
    }
    
    .brand-logo img {
        max-height: 80px;
        position: static;
    }

} /* 767px */

@media (max-width: 575px) {
  
  .box-pricing {
    padding: 0 2rem;
  }
  .item-price {
    max-width: calc(100% / 1);
    flex: 0 0 calc(100% / 1);
  }
  
    .btn-hlep-chat {
        bottom: 20px;
    }
    
    .box-requests .title {
        font-size: 1rem;
        padding: 0.8rem .5rem;
        width: 100%;
    }

}

@media (max-width: 500px) {
  

}

@media (max-width: 375px) {
  

}


@media (max-width: 360px) {
  
 
}
