@media screen and (max-width: 991px) {
    .carousel-inner img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home_banner_wrap {
        max-height: 420px;
    }
    .carousel-caption h3 {
        font-size: 1.4rem;
        margin: 0;
    }
}

@media screen and (max-width: 560px) {
    .carousel-caption {
        width: 95%;
        margin: auto;
        right: 0px;
        left: 0px;
        text-align: center;
    }
    .sh-lt,
    .sh-rt {
        max-width: 60px;
    }
    .footer_wrap .copyrights p {
        margin: 0;
        font-size: 13px;
        color: #fff;
        display: grid;
        justify-content: center;
        text-align: center;
    }
    .footer_wrap .social_icons {
       margin: 15px 0px;
        justify-content: center;
    }
    .footer_wrap .copyrights p a { margin-left: 0px; margin-top: 7px;}
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .feetowner_wrap,
    .garage_wrap {
        overflow-x: hidden;
    }
    .safe-hard {
        position: relative;
        top: -80px;
    }
    .table thead th,
    .jsgrid .jsgrid-table thead th {
        font-size: 11px !important;
    }
    .contactmb {
        grid-template-columns: 117px auto !important;
    }
    .profile-mb {
        display: grid;
        grid-template-columns: 1fr;
    }
}