@media only screen and (max-width:1347px) and (min-width:320px){
   
   
     /* dropdown  */
       
    .nav-buttons{
        display: none !important;
    }
     nav ul{
        display: none !important;
    }
    .icon{
        display: block;
    }
    header .container{
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-between ;
    }
    .header-contents{
        padding-top: 2rem;
        padding-left: .5rem;
        padding-right: 0rem;
        width: 90%;
        margin: 0 .5rem;
    }
    .home-page{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .home-text{
        align-items: center;
        padding: 0 1rem;
        justify-content: center;
        width: 100%;
    }
    .home-text h1{
        font-size: 1.5rem;
        width: 100%;
        
    }
    .home-text p{
        width: 100%;
        font-size: 1rem;
    }
    .home-textbtn{
        width: 52%;
        padding: .5rem .5rem;
        font-size: 1rem;
    }
    .home-imgs>div{
        margin-top: 10rem;
        width: 100%;
    }
    .home-badge{
        align-items: center;
        text-align: center;
        margin-left: 0rem;
    }

    .home-badge img{
        width: 43%;
    }
    
    .beaming{
        left: 0;
        width: 59%;
        top: -28% ;
    }
    .ic-bank{
        width: 25%;
        left: 35%;
        top: -100%;
    }
    .ic-save{
        left: -5%;
        width: 25%;
        top: 80%;
    }
    .ic-credit{
        left: -21%;
         top: -25%;
         width: 25%;
    }
    .ic-insurance{
        width: 25%;
        left: 70%;
        top: 80%;
    }
    .ic-pensions{
        width: 25%;
        left: 90%;
        top: -30%;
    }
    
    .benefits .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    .container{
        width: 95%;
    }
    .benefits-contents h2{
        width: 99%;
        margin-left: .5rem; 
        font-size: 2rem;
        line-height: normal;
        margin-bottom: 2rem; 
    }
    .benefits-contents p{
        width: 95%;
        margin-left: .6rem;
        font-weight: 400;
        font-size: 1.3rem;
    }
    .service-sect{
        padding: 30px 0px !important;
    }
    .bank-contents{
        flex-direction: column;
        justify-content: left;
        gap: 2rem;
    }
    .bc-text{
       max-width: 100%;
       text-align: left;
    }
    .ser1{
        font-size: .8rem;
    }
    .ser2{
        font-size:1.5rem;
    }
    .ser3{
        font-size: 1rem;
        line-height: 35px;
    }
    .ser4{
        font-size: 1rem;
    }
    .pay{
        width: 100%;
    }
    .payi {
        position: absolute;
        bottom: 95px;
        right: -10px;
        max-width: 60%;
    }
    .web-available img{
        display: none;
    }
    .meq{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .q{
        display: flex !important;
        width: 90%;
    }
    .web-text{
        font-size: 2.3rem;
    }
    .web-para{
        margin: 0;
        text-align: center;
        max-width: 100%;
        margin-bottom: 3rem;
        font-size:.95rem;
        line-height: auto;
    }
    .sign-img img{
        max-width: 100%;
    }
    .cont{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2.5rem;
    }
    .sign-text{
        max-width: 100%;
    }
    .sign-text h3{
        font-size: 1.9rem;
        text-align: center;
    }
    .sign-text p{
        font-size: 1rem;
        text-align: center;
    }
    .columnsm-content{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px;
    }

    .feet-badge img{
        width: 40%;
    }
    .feet-badge{
        align-items: center;   
        gap: 1.5rem;
        justify-content: center;
        margin-bottom: 1.5rem;

    }
    .fb1{
        margin-right: 1rem;
    }
}
