@media (min-width: 992px) {
.header-top {
top: -100px;
}
.navbar.extended .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
    .navbar-brand img {
        height: 45px;
        width: auto;
    }
    .navbar .container {
    max-width: 90%;
}
    
    .language-select.phone a {
        font-size: 20px!important;
    } 
    
    .hero-slider-wrapper {
    position: relative;
    min-height: auto!important;
    }
    .process-wrapper.line [class*="col-"]:after {
    border-top: none;
    }
    
}

@media (max-width: 991.98px) {
.navbar .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
    .navbar-brand img {
        height: 30px;
        width: auto;
    } 
    .language-select.phone a {
        font-size: 17px!important;
    } 
    .language-select.phone {
        width: 150px;
    }
    .hero-slider-wrapper {
    position: relative;
    min-height: auto!important;
}

@media (max-width: 571px) {
.navbar-brand img {
    height: 25px;
    width: auto;
}
.mt-sm-14 {
    margin-top: 4.5rem !important;
}
    .w-xs-60 {
        width: 60%!important;
            height:auto;
    }
    .hero-slider-wrapper .hero-slider .owl-slide {
    background-position: 50% center;
}
    .language-select.phone a {
        font-size: 20px!important;
    } 
    .language-select.phone {
        width: auto;
    }
    .modal-body {
    padding: 1.2rem;
}
    .navbar-brand.w-100 {
        width: auto!important;
    }
    .hero-slider-wrapper {
    position: relative;
    min-height: auto!important;
}
}



@media (max-width: 350px) {
.navbar-brand img {
    height: 20px;
    width: auto;
}
    .language-select.phone a {
        font-size: 15px!important;
    } 
}
    .navbar-brand.w-100 {
        width: auto!important;
    }
}


@media (max-width: 991.98px) {
.navbar-expand-sm .navbar-nav {
    flex-direction: column;
}
    .navbar-expand-sm .navbar-collapse {
    display: initial!important;
}
    .navbar-collapse img {
        height: 40px;
        width: auto;
    }
}

footer.bg-dark .link-body {
    color: #a7a7a7;
}

.hero-slider-wrapper .hero-slider .owl-slide {
    height: auto;
}

ul.icon-list a:hover {
    color: #60697b;
}