/* Mobile */
@media screen and (max-width: 480px){
    .navbar-brand img{
        width: 70px;
    }
    .navbar-light .navbar-toggler{
        border: none !important;
        color: #fff !important;
        padding: 0 !important;
    }
    .navbar-toggler i{
        font-size: 25px;
    }
    .banner-section{
        background-image: none;
    }
    .banner-section h1{
        font-size: 25px;
    }
    .banner-section p{
        font-size: 15px;
    }
    .why-vst-section{
        padding: 0;
    }
    .event-section{
        padding: 0;
    }
    .form-group{
        width: 100%;
    }
    
    .navbar-collapse{
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #fff;
        width: 107%;
        position: absolute;
        left: -12px;
        top: 0;
        padding: 20px;
        height: 100vh;
    }
    .navbar-light .navbar-nav .nav-link{
        color: var(--dark-900) !important;
        border-bottom: 1px solid #E9E9E9;
        padding-bottom:15px !important;
        margin-bottom: 15px;
        font-size: 18px;
    }
     
    .banner-section{
        /*height: 80vh !important; */
    }
    
    .h-55{
        /*height:80vh !important;*/
    }
    .section-process .item::after {
        display: none;
      }
    .section-process .item-heading, .item-content{
        width: 100%;
      }
      /*.section{*/
      /*    padding:40px 0;*/
      /*}*/
      .learn-section .item{
          border-right:none;
      }
      .latest-innovation .item img {
    border-radius: 12px 12px 0 0 !important;
}
    
}

@media screen and (min-height: 999px) and (max-width: 1199px){
    .banner-section{
        height: 38vh !important;
    }
}
@media screen and (max-width: 599px) and (max-height: 799px){
    .banner-section{
        /*height: 100vh !important;*/
    }
}
@media screen and (max-width: 999px){
    .banner-section h1{
        font-size: 26px;
    }
    .banner-section p{
        font-size: 14px;
    }
    .btn{
        font-size: 14px;
    }
    .why-vst-section .counter-section .item{
        padding: 30px 12px;
    }
    .why-vst-section .counter-section .item h4{
        font-size: 12px;
    }
    .why-vst-section .counter-section .item h3{
        font-size: 25px;
    }
    .why-vst-section .why-vst-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .blog-section .item h3{
        font-size: 13px;
    }
    .blog-section .item p{
        font-size: 13px;
    }
}
    
/* Large Desktop */
@media screen and (min-width: 1599px){
     
    .banner-section{
        /*height: 70vh !important;*/
    }
    
}