.contact-form input{
    outline: none;
    width: 100%;
    border: none;
}
.slide img{
    opacity: 0.8 !important;

}
.banner-mob{
    display: block;
  
}
@media screen and (min-width:768px) {
    .banner-lap{
        display: block;
        
    
}
.banner-mob{
    display: none;
}
}
/* @media screen and (min-width:820px) {
.contact-section-text{
    left: 17% !important;
}
    
} */
@media screen and (max-width:480px) {
    .slide  .banner-mob img{
opacity: 1 !important;
    }
    
}