@media screen and (max-width: 992px){
    .header-top-info .pull-right{
        float: left !important;
    }
    .header-main .header-address {
        margin-left: 0; 
        margin-bottom: 5px;
    }
    .header-main .header-main-phone {
        margin-left: 0;
        margin-bottom: 5px;
    }
    h2{
        font-size: 26px;
    }
    .found-cars-cloned{
        display: none;
    }
    .why-choice-hyundai .row {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .icon-box {
        padding-left: 0 !important;
        margin-left: 0 !important;
        text-align: center;
        margin-bottom: 20px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }
    .icon-box .icon {
        display: inline-block;
        float: none;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        min-height: 54px;
        margin-right: 27px;
    }
    .owl-nav .owl-prev{
        left: 0;
    }
    
    .owl-nav .owl-next{
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    #footer{
        padding: 20px 0;
    }
    .sppb-carousel-extended-nav-control .nav-control.next-control {
        margin-right: 0;
    }
    .sppb-carousel-extended-nav-control .nav-control.prev-control {
        float: left;
        margin-left: 0;
    }
}

@media screen and (max-width:510px){
    
}

@media screen and (max-width: 420px) {

}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}