/*-------------- media section ---------------*/
@media (max-width: 768px) {
  .whydtl-box:hover {
    transform: none;
    box-shadow: none;
  }
}
@media screen and (max-width:991px) and (min-width: 577px) {
  .socialbox{ text-align: center; float: unset; }
  .woocommerce div.product div.images .flex-control-thumbs{ margin: 10px 0 0 0; }
  .contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"], .contact-box .wpcf7 textarea{ width: 100% !important; }
  #sidebar aside{ margin-bottom: 11%; }
}

@media screen and (max-width: 1250px){
  .headerbar, .side-navigation, .side-navigation ul ul li, .current_page_item{ display: block; }
  .headerbar:focus,.hamburger:focus{ outline: none; }
  .hamburger i:before {line-height: 0;color: #000000;text-align: right;}
  .main-header .side-navigation { display: none }
  .side-navigation,.side-navigation li { padding: 0; }
  .side-navigation ul ul li a{ border: 0; }
  #sidebar1 { height: 100%; width: 0; position: fixed; z-index: 9999999; top: 0; left: 0; overflow-x: hidden; transition: .5s; }
  .side-navigation ul li ul, .side-navigation ul li ul ul { display: none; }
  .side-navigation ul ul,.side-navigation ul ul li { background: var(--transparent) !important; }
  .side-navigation ul ul { position: static; width: 100%; box-shadow: none; }
  .side-navigation ul ul li{ padding-left: 15px; }
  .side-navigation ul.sub-menu li a:before{ content: none; }
  .side-navigation ul>li.menu-item-has-children>a:after{ margin-top: 0; }
	iframe { height: auto; }

}


 /* ----------------------- Custom Responsive ------------------ */

 @media (max-width: 991.98px) {
  .apply-inner-wrapper .row,.whywe-inner-wrapper .row {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    gap: 35px;
  }
}

@media (max-width: 767.98px) {
  .apply-inner-wrapper .row,.whywe-inner-wrapper .row {
    grid-template-columns: 1fr; /* 1 column on mobile */
    gap: 35px;
  }
  h4.lrn-feat-head {
    line-height: 22px;
  }
  h2.exper-hd{
    font-size: 30px;
    line-height: 40px;
  }
  img.lrn-left-img{
    display: none;
  }
  span.ex-ic-no svg.custom-learn-icon {
    width: 85%;
  }
  p.schrl-txt{
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    img.lrn-left-img {
      width: 60%;
      margin: auto;
  }
  .lern-img-box{
    position: static;
  }
  a.cat-inn-hd{
    font-size: 16px;
  }
}
@media screen and (min-width:1024px) and (max-width:1200px) {
  i.tbr-envlop, i.tbr-clock {
      font-size: 10px;
  }
  .whywe-inner-wrapper .row{
    gap: 20px;
  }
  .event-title a{
    font-size: 15px;
  }
  .event-title{
    padding: 0px !important;
  }
  h4.event-date{
    font-size: 40px;
  }
  p.event-duratn, p.event-loctn{
    font-size: 12px;
  }
  .event-text p{
    font-size: 15px;
    line-height: unset;
  }
  h2.sclr-hd,h3.sports-title{
    font-size: 28px;
  }
  .sports-detail{
    padding: 0px !important;
  }
  p.sports-text{
    font-size: 12px;
    line-height: unset;
    padding: 0px !important;
  }
  a.sprts-btn.btn{
    font-size: 14px;
  }
  a.cat-inn-hd{
    font-size: 14px;
  }
  .testimonials-content-scroll {
    max-height: 282px;
  }
}
@media screen and (min-width:1260px) and (max-width:1500px){ 
    .lern-img-box {
      position: absolute;
      bottom: 0;
      left: 0%;
      right: 50%;
  }
  .whywe-inner-wrapper .row{
    gap: 40px;
  }
  p.event-duratn, p.event-loctn{
    font-size: 14px;
  }
  .event-title a{
    font-size: 22px;
  }
  h4.event-date{
    font-size: 60px;
  }
  h2.sclr-hd{
    font-size: 31px;
  }
  a.cat-inn-hd{
    font-size: 13px;
  }
}

@media screen and (min-width: 1010px) and (max-width:1250px) {

  section { background-size: cover; background-repeat: no-repeat; padding: 30px 0; }
}

@media screen and (min-width: 660px) and (max-width:1000px){

  section { padding: 30px 0; }


}

@media screen and (max-width:650px){

  section { padding: 30px 0; }

  /* Slider */

}

@media screen and (max-width:380px) {
 
}
