@media(max-width: 1200px){

}
@media(max-width: 912px){
    .bottom-footer-box{
        justify-content: start;
        margin: 10px 0;
    }
}
@media(max-width: 992px){
    .menu-design{
        display: none;
    }
    .open-menu{
        display: block;
    }
    .open-menu i{
        color: var(--dark-blue);
        font-size: 30px;
    }
    .mobile-menu.active{
        left: 0;
    }
    .google-map iframe{
        margin-left: 0;
    }
    .contact-form-design{
        padding: 20px;
    }
    .vision-card1::after, 
    .vision-card2::after{
        display: none;
    }
    .about-image{
        margin-top: 20px;
    }
}
@media(max-width: 820px){
    .bottom-footer-box{
        justify-content: start;
        margin: 10px 0;
    }
    .hero-content .hero-head h1{
        font-size: 43px;
    }
}
@media(max-width: 768px){
    .footer-link-box{
        margin-top: 15px;
    }
    .our-product.second{
        display: none;
    }
    .bottom-footer-design{
        margin-top: 10px;
    }
    .bottom-footer-box{
        display: flex;
        align-items: start;
        justify-content: start;
        margin: 10px 0;
    }
    .social-box{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: self-start;
    }
    .social-box-second{
        margin-bottom: 10px;
    }
    .footer-link-second{
        margin-top: 0;
    }
    .footer-link-box-second{
        margin: 0;
    }
    .vertical-chair ul#myTab{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: row !important;
    }
    .vertical-chair{
        width: 300px;
        overflow: hidden;
        overflow-x: scroll;
        height: 100%;
    }
    .chair-slider .slick-prev{
        left: 0;
    }
    .chair-slider .slick-next{
        right: 0;
    }
    .logo-design img{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .about-image::after{
        top: -20px;
    }
    .chair-head h2{
        text-align: center;
    }
    .chair-image{
        margin-top: 15px;
    }
    .chair-image img{
        border-radius: var(--border-radius);
    }
    
    .hero-content .hero-head h1{
        font-size: 40px;
    }
    .wide-heading h2{
        font-size: 30px;
    }
    .about-content .about-heading h2{
        font-size: 30px;
    }
    .managment-content .managment-head h2{
        font-size: 30px;
    }
    .metro-content .metro-head h2{
        font-size: 30px;
    }
    .metro-ss-image{
        margin-top: 15px;
    }
    .specification .nav-tabs{
        background: transparent;
    }
    .specification .nav-tabs .nav-link{
        margin: 10px 0;
    }
}
@media (max-width: 560px){
    .header-menu.sticky{
        top: 0;
        background: var(--white);
        box-shadow: var(--dark-shadow);
    }
    .header-menu.sticky .wide-mentop-menu{
        border-radius: 0;
        box-shadow: none;
    }
    .managment-content{
        padding: 20px;
    }
    .specific-box{
        flex-direction: column;
        align-items: start;
    }
    .event-container{
        columns: unset;
    }
}
@media(max-width: 480px){
    .chair-main-head h1{
        font-size: 40px;
    }
    .chair-second,
    .chair-second1{
        display: none;
    }
    .product-img{
        border-radius: 8px 8px 0 0;
    }
    .product-img{
        border-radius: 8px 8px 0 0;
    }
    .products-table{
        border-radius: 0 0 8px 8px;
    }
    .banner{
        padding: 60px 20px;
        height: 370px;
    }
}