@media screen and (max-width: 430px) {
    .top-header .btn {
        font-size: 8px;
    }

    .logo, .bars {
        height: 20px;
    }
}

@media screen and (max-width: 992px) {
    .footer{
        padding:14px;
    }
    .hero_card {
        background-color: #0000008f!important;
        width: 100% !important;
        border-radius: 12px!important;
        color: #dbdbdbde!important;
        text-align: center!important;
    }
    .img-wrapper1::before {
        left: 0px;
        top: 0px;
        -webkit-transition: .8s all ease;
        -o-transition: .8s all ease;
        transition: .8s all ease;
    }

    .img-wrapper1 {
        padding: 20px !important;
        transform: scale(0.9);
        -webkit-transition: .8s all ease;
        -o-transition: .8s all ease;
        transition: .8s all ease;
    }
    .lg-screen {
        display: none;
    }
    .sm-screen {
        display: block;
    }
    .carousel-cell{
        width: 50% !important;
    }
    .why .img-wrapper::before {
        left: 0px!important;
        top: 0px!important;
        -webkit-transition: .8s all ease;
        -o-transition: .8s all ease;
        transition: .8s all ease;
        padding: 20px;
    }
    .why .img-wrapper {
        padding: 20px!important;
        transform: scale(0.9);
        -webkit-transition: .8s all ease;
        -o-transition: .8s all ease;
        transition: .8s all ease;
    }
    .start-up {
        height: 100%;
    }

    .start-up-bg , .start-container {
        display:none;
    }

    .sm-screen {
        display: block;
    }

    .hero-color-img, .hero-color {
        display: none;
    }

    .hero-img {
        height: 50vh;
        width: 100%;
    }

    #position {
        position: absolute;
        left: 0% !important;
        height: 50vh;
        width: 100%;
        background-attachment: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero .offset-md-2 {
        margin-left: 0%;
    }

    .service_had {
        width: 100%;
        font-size: 26px;
    }

    .bg_section {
        height: auto !important;
    }

    .cont_section img {
        height: 200px;
    }
}

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

    /*#position {*/
    /*     top: 6%;*/
    /*}*/
}

@media screen and (min-width: 993px) {
    .lg-screen {
        display: block;
    }

    .sm-screen {
        display: none;
    }

}

@media screen and (min-width: 2200px) {
    #position {
        left: 25%;
    }
}
