
/* responsive img wathi move up dowin*/
@media(max-width: 1199px) {
    .home-section .home-img {
        text-align: center;
    }
    .home-section .home-img img {
        position: relative;
        top: auto;
        left: auto;
    }
}



@media(max-width: 991px) {
    .header {
        padding: 5px 0;
    }
    .header .navbar-nav {
        background-color: #ffffff;
    }
    .header .navbar-light .navbar-toggler {
        background-color: #ffffff;
        padding: 0;
        height: 35px;
        width: 45px;
        border: none;
    }
    .header .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    .header .navbar-light .navbar-toggler-icon {
        background-image: none;
        height: 2px;
        width: 24px;
        position: relative;
    }
    .header .navbar-light .navbar-toggler-icon::before {
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        top: -6px;
    }
    .header .navbar-light .navbar-toggler-icon::after {
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 6px;
    }
    .home-section .home-img {
        margin-bottom: 40px;
    }
    .home-section {
        padding: 150px 0 150px;
    }
}

@media(max-width: 767px){
    .home-section .home-content h1 {
        font-size: 40px;
        line-height: 44px;
    }
}


@media(max-width: 575px){
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .newsletter-section .newsletter-form .btn span {
        display: none;
    }
}