.why-chooses-us li {
    list-style: initial;
    padding-left: 0!important;
}
.why-chooses-us ul {
    padding-left: 20px;
}

.navbar-brand img {
    max-height: 90px;
}
.image-height img{
    max-height: 300px;
    margin: auto;
    display: flex;
}
.image-height p, .image-height h5 {
    text-align: center;
    margin-top: 15px;
}
.single-footer-widget img {
    max-height: 115px;
}
.locals a{
    text-align: left;
    display: flex;
}
.container-locals {
    max-width: 100%!important;
}
.locals {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .logo img {
        max-height: 56px;
    }
    footer .logo img {
        max-height: 120px;
    }
}
@media (max-width: 991px) {
    .mobile-nav nav .navbar-nav {
       height: auto;
    }
    .owl-next, .owl-prev {
        height: 45px;
        width: 45px;
        background: #ff8c00!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .owl-next:hover, .owl-prev:hover {
        background: #212529!important;
    }
    .owl-next:hover span, .owl-prev:hover span {
       color: white;
    }
    .owl-next span, .owl-prev span {
        padding-bottom: 5px;
        font-size: 45px;
        color: white;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}