.home-landing-banner {
    padding: 30px 0;
    position: relative;
    clear: both;
    overflow: hidden;
}

.home-landing-banner .banner-left {
    position: relative;
    float: left
}

.home-landing-banner .banner-right {
    position: relative;
    float: right
}

.home-landing-banner .left-one {
    padding: 0 0
}


.home-landing-banner:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 30% 10%;
    background-size: cover;
    opacity: .17
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%)
}

.home-banner-btns-desktop {
    display: block !important;
}

.home-banner-btns-mobile {
    display: none
}

.home-banner-btns-mobile .row-box {
    padding-left: 10px;
    padding-right: 10px
}


.home-custom-container {
    width: 80%;
    max-width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

@media (max-width: 2400px) {
    .home-custom-container {
        width:85%;
        max-width: 85%
    }
}

@media (max-width: 1600px) {
    .home-custom-container {
        width:90%;
        max-width: 90%
    }
}

@media (max-width: 1440px) {
    .home-custom-container {
        width:100%;
        max-width: 100%
    }

    .home-landing-banner .banner-left {
        -ms-flex:0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .home-landing-banner .banner-right {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (max-width: 1200px) {
    .home-custom-container {
        width:100%;
        max-width: 100%;
    }

    .home-landing-banner .banner-left {
        -ms-flex:0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .home-landing-banner .banner-right {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .home-landing-banner h1 {
        position: relative;
        color: #fff;
        padding-bottom: 15px;
        line-height: 35px;
        font-size: 24px
    }

    .search-big-box {
        background: #fff;
        min-width: 100%;
        min-height: 54px
    }

    .search-big-box .form-control {
        min-height: 30px;
        font-size: 15px
    }

    .search-iconbig {
        min-height: 37px;
        font-size: 14px;
        padding: 6px;
        width: 42px;
        height: 39px
    }

    .search-iconbig i {
        position: relative;
        font-size: 16px;
        left: 1px
    }
}

@media (max-width: 1150px) {
    .home-landing-banner .banner-left {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .home-landing-banner .banner-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 992px) {
    .navbar-toggle-header {
        margin-top: 66px;
    }
    .home-custom-container {
        width:100%;
        max-width: 100%
    }

    .home-landing-banner .banner-left {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .home-landing-banner .banner-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2px
    }

    .search-big-box {
        margin-bottom: 6px
    }

    .home-banner-btns-desktop {
        display: none !important;
    }

    .home-banner-btns-mobile {
        display: block;
        margin-top: 0
    }

    .home-carousel {
        display: none
    }

}

