
/*------------------------------ New styles ---------------------------------------------*/

.header {
    height: auto;
    transition: .2s padding; 
}

.header.scroll {
    padding: 5px 0;
}

.table-responsive::after {
    top: 0px;
    left: 0px;
    background-color: transparent;
}

.banner__carousel .item img {
    height: 580px;
}

.banner__inner {
    padding-top: 145px;
}

.banner .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner__img {
    position: static;
    width: 60%;
}

.banner__content {
    width: 35%;
}

.banner__text {
    margin-bottom: 0;
}

.header.scroll .menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1199px) {

    .banner__carousel .item img {
        height: 500px;
    }

    .banner__inner {
        padding-top: 115px;
    }

}

@media screen and (max-width: 667px) {

    .call-form__col:nth-child(2) {
        order: 1;
    }

    .banner__inner {
        padding-top: 40px;
    }

    .banner__img {
        order: -1;
        width: 100%;
        margin-bottom: 30px;
    }

    .banner__content {
        width: 100%;
    }

}

@media screen and (max-width: 667px) {
    
    .banner__img {
        display: block;
    }
    
}