
@media screen and (max-width: 576px) {    
    .header .logo{
        width: 130px;
    }
    .header .list-row{
        display: none;
    }
   
    .header body .menu{
        padding: 0;
        position: initial;
    }
    .header .main_menu {
        position: absolute;
        background: #fff;
        top: 76px;
        left: 0;
        width: 100%;
        height: calc(100vh - 76px);
        overflow-y: auto;
    }
    .header .main_menu ul {
        margin-bottom: 0;
        padding: 0;
    }
    .mega_menu_demo_2 .mega_menu {
        width: 100%;
    }
    .mega_menu_item img.img-fluid{
        display: none;
    }
    .hero-5 .hero-5-title,
    .hero-5.asset-hero .hero-5-title {
        line-height: 36px;
        font-size: 26px;
    }
    .processs .list{
        display: block;
    }
    .processs .list li {
        width: 100%;
    }
    .my-sm-3{
        margin: 20px 0;
    }
     .hero-5.asset-hero p.clr-primary-10{
            margin-bottom: 30px;
     }
    .why-choose-wrapper {
        padding-right: 0;
    }
    .why-choose-wrapper .why-choose-wrapper-el-top {
        inset-block-start: 0;
        inset-inline-end: 0;
        width: 70px;
    }
    .px-sm-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    section.ratings .ecom-facts {
        border-right: none;
        margin-bottom: 20px;
    }
    section.how-work-section.corporate-finance-1 .tab-block .tabs.tabs-vertical {
        margin-bottom: 30px;
    }
    .graiient-2 .tab-block::after {
        width: 250px;
        opacity: 0.1;
        height: 250px;
        z-index: -1;
    }
    .tab-conntents{
        position: static; 
        margin-top: -200px;
    }
        .offer-card {
        min-height: 180px;
        margin-bottom: 30px;
    }
    h3.fw-extrabold.animate-line-3d {
        font-size: 30px;
    }
    .accordion-button:not(.collapsed)::after {
    margin-left: 20px;
}

}
@media screen and (min-width: 992px) and (max-width: 1400px) {
    .why-effective .offer-card{
        min-height: 268px;
    }
    .assets-serives .offer-card.height-3{
        min-height: 361px;
    } 
    .assets-serives .offer-card.height-2{
        min-height: 380px;
    }   
    .assets-serives .offer-card.height-1{
        min-height: 319px;
    }   

}