@media (max-width: 767px) {
    .vl-logo img {
        width: 100px;
    }
    .service9-box .service-box-thum {
        position: relative; 
    }
    .hero2 {
        padding: 130px 0px 50px;
    }
    .brands9 {
        padding: 50px 0px 50px;
    }
    .faq__img-wrap {
        position: relative;
        margin-top: 0px;
    }
    .about2 {
        padding: 50px 0px 50px;
    }
    .pricing-page-sec {
        padding: 50px 0px 70px;
    }
    .pack-btn {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 25px;
    }
    .pricing-flex {
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    .package-icon img {
        position: absolute;
        content: "";
        right: 0;
        bottom: 10px;
        width: 100px;
        height: 100px;
        top: auto;
        object-fit: contain;
    }
    .vl-footer-area1 .footer-bottom-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .vl-footer-logo img{
        margin-bottom: 20px;
    }
    .all-h4 {
        font-size: 20PX;
        line-height: 25PX;
    }
    .about2-check-list ul {
        display: grid;
        grid-template-columns: auto;
    }
  .about2 .ml-20, .mx-20 {
        margin-left: 0px;
    }
    .courses__item { 
        grid-template-columns: auto; 
    }
    .mobile-menu-btn{
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 15px;
    }
    .mobile-menu-btn a{
        width: 50%;
        text-align: center;
        display: inline-grid !important;
        align-items: center;
        margin: 0 !important;
        height: 50px;
    }
    .flx-dir{
        
flex-direction: column-reverse;
    }
    .faq__img{
        margin-top: 20px;
    }
     
.brands9-single {
    width: auto;
    margin: auto;
}
.choose2-images {
    margin-top: 20px;
}
.vl-header-area2.header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: #ffffff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.main-heading2 h1 {
    color: var(--vtc-text-title1);
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}
}