/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


  /* media for get in touch form start */
  @media (max-width: 600px) {
    .futuristic-contact-card {
        padding: 1rem;
    }
    .caa{
      margin: 1%!important;
    }
    .btn1{
      display:none!important;
    }
}

  /* media for get in touch end */
  @media only screen and (min-width: 960px) {
    .nevdrop {
        position: relative;
        right: 96vh!important;
        width: 100%;
        }
      }
    

/* media query for contact us form  */
      @media (max-width: 600px) {
        .custom-form-wrapper {
            padding: 20px;
        }
    
        .custom-input-field, .custom-select-field, .custom-textarea-field {
            padding: 10px;
        }
    
        .custom-submit-button {
            padding: 10px;
            font-size: 16px;
        }
    }
    /* media query for START navbar */
    @media (max-width: 991.98px) {
      .mega-menu {
          display: block;
          position: static;
          width: 100%;
      }
      .home2{
        display: none!important;
      }
 

  }
  @media (min-width: 992px) {
      .navbar-nav {
          margin-left: auto;
          margin-right: auto;
      }
  }
  /* mediA QUERY FOR END */

  /* whatsapp icon one the bootom fixed css start */
  @media (max-width: 768px) {
    .whatsapp-icon {
        width: 40px;
        height: 40px;
        bottom: 15px;
        left: 15px;
    }
    .home2{
      display: none;
    }
}

@media (max-width: 480px) {
    .whatsapp-icon {
        width: 30px;
        height: 30px;
        bottom: 10px;
        left: 10px;
    }
    .home2{
      display: none;
    }
   
}
  /* whatspp icon fixed on the bottom  css end */
  /* media for button 2 start */
  @media (max-width: 600px) {
    .btn2{
      width: 60%!important;
      font-size:7px!important;
      height: 2vh!important;
    }
    .brands{
      display: none!important;
    }
    .footer-responsive{
      text-align:center!important;
  }
    
}
   /* media for button 2 end */
   @media (max-width: 1000px) {
 .brands{
  display: none;
 
 }
 .home2{
  display: none;
}
.navbar-custom{
  background-color: rgb(226, 225, 220)!important;
}
.slogo{
  width:70%!important;
}

} 

   /* media for button 2 end */
   @media (min-width: 1000px) {
    .brandl {
       display: none!important;
    border: 1px solid red;
    }
   
    
}
 /*footer icon responsive start*/
@media (max-width: 600px) {
    .footer-image-center {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
.footer-responsive-icon{
    display: flex !important;
        justify-content: center !important;
        align-items: center !important;
}
    .image-container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .footer-image-center img {
        margin: 0 auto !important;
        display: block !important;
    }
}


