/* Mobile Oriented */
@media (max-width: 480px) {

    .btn-top {
        display: none !important;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .about-layout1 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .below-about-section1 {
        margin-bottom: 0px !important;
    }

    .card-car {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-car span {
        display: none;
    }

    footer .get-connected {
        display: none !important;
    }


    /* about page */
    .carousel-track-2 {
        animation: scroll 5s linear infinite;
        transition: transform 1s ease-in-out;
    }

    .feature-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .get-in-touch{
        display: none !important;
    }

    .contact-form-res{
        margin-top: 50px !important;
    }

}



/* Tablet Oriented */
@media (min-width: 481px) and (max-width: 991px) {
    .btn-top {
        display: none !important;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .about-layout1 {
        margin-top: 0px !important;
    }

    .card-car {
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .get-connected {
        display: none !important;
    }

    /* about */
    .feature-item {
        flex: 0 0 50%;
        max-width: 50%;
    }


    .get-in-touch{
        display: none !important;
    }

}

/* Desktop Oriented */
@media (min-width: 992px) {
    .btn-top {
        display: block !important;
    }

    footer .get-connected {
        display: none !important;
    }

}