
@media (max-width: 1499px) {
  #home {
    min-height: 100vh;
  }

  #home video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



@media (max-width: 1399px) {
  .faq .right .img-box-1 {
    width: 100%;
}

.faq .right .img-box-2 {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 0;
    right:  0;
    
}
.contact .contact-form {
  left: 0;
}
}

@media (max-width: 1383px) {
  .counter-section {
    gap: 10px;
   
  }
}

@media (max-width: 1199px) {
    .home .carousel-caption h1 {
        font-size: 40px;
      
    }
    .home .carousel-caption p {
        font-size: 18px;
      
      }
      .about .left{
        height: 400px;
      }
      .home h1 {
        font-size: 50px;
       
      }
      .banner {
        padding: 150px 0 100px 0;
    }
    .banner .content h1{
      font-size: 50px;
     }

     .footer .footer-content .footer-info{
      padding: 0;
     }
     .footer .footer-logo{
      margin-top: auto;
      margin-bottom:20px;
     }
    
    }
@media (max-width: 991px) {
  .faq .right{
    display: none;
  }
 
  .footer .footer-logo{
    padding: 0;
  }
  .footer .footer-newsletter{
    margin-bottom: 10px;
  }
  .navbar-collapse .nav-item{
    margin: auto;
  }
  .home .right{
    display: none;
  }
}

@media (max-width: 900px) {
  .gallery .main-box .box {
    flex: 1 1 calc(50% - 16px);
  }
}



@media (max-width: 600px) {
  .gallery-item {
    flex: 1 1 100%;
  }
  .home .content h1{
    font-size: 40px;
  }
  .home {
    padding: 80px 0 60px;
    top: 0;
  }
  #header{
    padding: 0 0px;  }
}

@media (max-width: 767px) {
  .contact .contact-form{
    position: static;
  }
  .cont-page-form {
  position: relative;
  height: fit-content;
}

}


@media (max-width: 787px) {

  
    .section{
        padding: 50px 0;
      }
    .home .carousel-caption h1 {
        font-size: 28px;
     
    }

    .home .carousel-caption p {
      display: none;


    }
    .about .content .list-item div{
        margin-bottom: 5px;
    }
    .about .content .list-item i{
        margin-right: 10px;
    }

    /* .counter {
      font-size: 26px;
      font-weight: bold;
      color:white;
    }
    .label {
      margin-top: 10px;
      font-size: 16px;
      color:black;
    } */

}

@media (max-width: 500px) {
  .gallery .main-box .box {
    flex: 1 1 100%;

  }
  .contact .icon-box a {
    padding: 8px 0;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }


.contact .form {
  padding: 10px;
}
.banner {
  padding: 100px 0 40px 0;
}
.contact-page .content i {
  font-size: 2.2rem;
  border-radius: 2px;
}
.contact-page .content h4 {

  font-size: 22px;
}
.contact-page .content p {

  font-size: 16px;
}
.contact-page .content i {
font-size: 2.2rem;
border-radius: 2px;
}
.contact-page .content h4 {

font-size: 22px;
}
.contact-page .content p {

font-size: 16px;
}
}

@media (max-width: 575px) {
  #home {
    min-height: 100vh;
  }
  .banner .content h1{
    font-size: 35px;
   }
}

@media (max-width: 480px) {
  .counter-box {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (max-width: 450px) {
  .about .left .img-box-1 {
    width: 100%;
   
}
.about .left .img-box-2 {
  width: 80%;

}
    .home .content h1 {
        font-size: 30px;
    }
}
@media (max-width: 360px) {
 
.about .left .img-box-2 {
  width: 80%;
  bottom: 15%;

}
}

