@media only screen and (min-width: 769px) and (max-width: 991px) {
    .iconinput {
        border-radius: 25px 0px 0px 25px !important;

    }

    .search-drop {
        border-radius: 25px 25px 25px 25px !important;
        margin-bottom: 10px !important;
    }

    .iconinput {
        border-radius: 25px 0px 0px 25px !important;

    }

    .search-drop {
        border-radius: 25px 25px 25px 25px !important;
        margin-bottom: 10px !important;
    }

    .vpa-b-title {
        margin-top: 30vh !important;

    }

    .top-cities-vpa {
        margin-bottom: 15vh !important;
    }

    .title-home {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.2em;
        font-family: 'poppins';
    }

    .sub-title-home {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3em;
    }

    .banner-vpa .container {
        width: 100%;
    }

    .solutions {
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        background-color: #fff;
        height: 140px;
        color: #900a25;
        max-width: 250px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;

    }

    .service-name {
        padding-top: 12px;
        height: 75px;
        max-height: 95px;
        font-size: 14px;
        font-weight: 500;
        padding-left: 0px;
    }
    
.service-l-more {
    font-size: 12px;
    width: 150px;
    padding-top: 12px;
    padding-left: 0px;
}

}

@media (min-width:1367px) and (max-width:3000px) {
    
    .solutions {
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        background-color: #fff;
        height: 170px;
        color: #900a25;
        max-width: 300px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;

    }
}
@media (min-width:992px) and (max-width:1200px) {
    
    .solutions {
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        background-color: #fff;
        height: 170px;
        color: #900a25;
        max-width: 260px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;

    }
    
}