@media (max-width: 373px) {
    .mb-xs-5 {
        margin-bottom: 20px;
    }

}
@media (max-width:767px){
    .solution{
        margin-top: 1rem !important;
    }
}
@media (max-width: 991px) {
    .mt-200 {
        margin-top: 10rem;
        padding-top: 4rem;
    }

    header {
        clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
    }

    header h1 {
        font-size: 40px;
        line-height: 48px;
    }

    header p {
        line-height: 30px;
    }

    .about-us h2 {
        margin-top: 2rem;
        font-size: 36px;
        line-height: 42px;
    }

    .about-us .box {
        text-align: center;
    }

    .about-us .box img {
        margin-bottom: 15px;
    }

    .about-us .box .col-lg-3 {
        justify-content: center !important;

    }

    .help-area {
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .help-area h2 {
        font-size: 36px;
    }

    .help-area .mt--2 {
        margin-top: 0 !important;
    }

    .help-area .mt-5,
    .help-area .mt-4 {
        margin-top: 0 !important;
    }

    .help-area .box {
        margin-top: 2rem;
    }

    .productList .justify-content-end {
        justify-content: start !important;
        margin-top: 1rem;
    }

    .team-area {
        clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    .team-area .mt-8 {
        margin-top: 2rem;
    }

    .mt-20 {
        margin-top: 8rem;
    }

    .contactForm {
        margin-top: 2rem;
    }

    .navbar-collapse {
        position: absolute;
        top: 80px;
        width: 100%;
        background: #1b063e;
        border-radius: 10px;
        z-index: 99;
    }

    .product-navbar .navbar-collapse {
        top: 10px !important;
        position: relative !important;

    }

    #first {
        order: 1;
    }

    #second {
        order: 2;

    }

    .product-detail {
        margin-top: 50px !;
        text-align: center;
    }

    .product-detail h1 {
        margin-top: 40px !important;
        font-size: 30px !important;
    }

    .product-detail h3 {
        font-size: 20px !important;
    }

    .product-detail p {
        font-size: 18px !important;
    }


    .dropdown .dropdown-menu {

        position: relative;
        background: #1b063e !important;
        color: white !important;
        text-align: start;
        border: 0;
    }

    .dropdown-item {
        color: #fff !important;
    }

    .dropdown-item:focus {
        background-color: #1b063e;
    }

    .about--us h2 {
        margin-top: 4rem;
    }

    

    .product-detail #second {
        justify-content: center;
        display: flex;
    }

    .comingsoon h2 {
        font-size: 50px;
    }
   
}