
@media(max-width:768px){

    
    *{
        box-sizing:border-box;
    }
    
    html,body{
        width:100%;
        max-width:100%;
        overflow-x:hidden;
    }
    .cz-header{
        height:58px;
        padding:0 12px;
    }

    .cz-logo a{
        font-size:21px;
    }

    .cz-desktop-menu{
        display:none;
    }

    .cz-menu-btn{
        display:block;
        border:0;
        background:rgba(255,255,255,0.18);
        color:#fff;
        font-size:22px;
        width:38px;
        height:35px;
        border-radius:6px;
        cursor:pointer;
        
    }

    .cz-overlay{
        display:none;
        position:fixed;
        inset:0;
        background:rgba(0,0,0,0.45);
        z-index:2000;
    }

    .cz-overlay.active{
        display:block;
    }
    .cz-mobile-menu{
    display:none;
}


    .cz-mobile-menu{
        display:block;
        position:fixed;
        top:0;
        right:-250px;
        width:240px;
        height:100vh;
        background:#fff;
        z-index:2001;
        transition:0.3s ease;
        box-shadow:-4px 0 18px rgba(0,0,0,0.22);
    }

    .cz-mobile-menu.active{
        right:0;
    }

    .cz-mobile-head{
        height:58px;
        padding:0 12px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        background:linear-gradient(90deg,#173a94,#1d439d);
        
    }

    .cz-mobile-logo{
        color:#fff;
        font-size:17px;
        font-weight:700;
    }
    
    .cz-mobile-logo img{
        height:34px;
        width:auto;
        border-radius:4px;
    }
    .mini-menu{
        margin-top: 50px;
    }
        
    
    .cz-close-btn{
        border:0;
        background:rgba(255,255,255,0.15);
        color:#fff;
        font-size:24px;
        width:32px;
        height:32px;
        line-height:28px;
        border-radius:5px;
        cursor:pointer;
    }
    

    .cz-mobile-menu a{
        display:flex;
        align-items:center;
        gap:9px;
        padding:7px 10px;
        color:#1f2937;
        text-decoration:none;
        font-size:14px;
        font-weight:500;
        border-bottom:1px solid #eef0f4;
        font-family:'Segoe UI',sans-serif;
        outline: none;
    }

    .cz-mobile-menu a i{
        color:#173a94;
        font-size:13px;
    }

    .cz-mobile-menu a:hover{
        background:#f3f6ff;
        color:#173a94;
    }
    
    .slider-section .hero-content{
        width:97%;
        max-width:97%;
    }

  .slider-section .sld-boxes h1{
        margin-top: 0px;
        font-size: 22px;
        margin-bottom: 0px;
      
    }
    .slider-section .hero-tagline{
        font-size: 12px;
        color: #dbeafe;
        font-weight: 500;
        font-family:'Segoe UI',sans-serif;
        margin-top: 5px;
    }
    
    
.hero-tagline:before,
.hero-tagline:after{
    content:'';
    display:inline-block;
    width:30px;
    height:2px;
    background:#ffb000;
    vertical-align:middle;
    margin:0 15px;
    font-weight: 500px;
    line-height: 1.7;
}
    

    
    .hero-buttons{
        margin-top:30px;
        display:flex;
        width: 100%;
        justify-content:center;
        gap:25px;
        flex-wrap:wrap;
    }

    .hero-btn{
        
        display:inline-block;
        border:0;
        color:#000;
        font-size:12px;
        width:150px;
        height:34px;
        border-radius:50px;
        cursor:pointer;
        line-height:16px;
        background: #ffc107;
        box-shadow:0 2px 8px rgba(0,0,0,0.5);
        
    }
    .hero-btn:last-child{
        background: #fff;
    }

    .hero-text{
        font-size:15px;
        line-height:1.5;
        color:#fff;
        width: 100%;
        
        font-family:'Segoe UI',sans-serif;
        font-weight: 500;
    }

    .cat-section .section-head h2{
        font-size:22px;
        font-weight:bold;
        margin:0;
    }
    .cat-mthr{
        width: 100%;
        
    }
    .cat-mthr .cat-card{
        width: 100%;
        outline: none;
        background:linear-gradient(180deg,#ffffff 0%,#f5f8ff 100%);
        border:1px solid #e6edfb;
        box-shadow:0 4px 14px rgba(15,47,134,0.07);
        border-radius:8px;
        transition:0.25s ease;
        height: 100px;
    }
    
.cat-mthr .cat-card i{
    font-size:28px;
    margin-bottom:14px;
}

.cat-mthr .cat-card span{
    font-size:10px;
   font-family:'Segoe UI',sans-serif;
}
    
.cat-mthr .row{
        margin-left:-5px;
        margin-right:-5px;
    }

    .cat-mthr .col-xs-4{
        padding-left:5px;
        padding-right:5px;
    }

    .cat-mthr .cat-card{
        height:70px;
        padding:14px 5px;
        margin-bottom:12px;
    }

    .cat-mthr .cat-card i{
        font-size:15px;
        margin-bottom:10px;
    }

    .cat-mthr .cat-card h4,
    .cat-card span{
        font-size:10px;
        line-height:1.3;
    }
    
    .metro-city-section .section-head h2{
        font-size: 22px;
    }
    
   
    
   .city-card{
        min-width:150px;
        font-family:'Segoe UI',sans-serif;
    }

    .city-card img{
         height:100px;
       
    }

    
    .cta-box{
        max-width:100%;
      
    }

    .cta-box h2{
        font-size:20px;
        font-weight:800;
        margin-bottom:15px;
    }

    .cta-box p{
        font-size:15px;
        line-height:1.8;
        color:#f1f1f1;
        margin-bottom:28px;
    }
    
    .cta-buttons{
        width: 100%;
        justify-content:center;
       
    }

    .cta-btn{
        width: 150px;
        height: 35px;
        padding: 0px;
        line-height: 35px;
        border-radius:50px;
        font-weight:700;
        text-decoration:none;
        font-size: 13px;
    }

    .cta-btn.primary{
        background:#ffcc00;
        color:#222;
    }

    .cta-btn.secondary{
        background:#fff;
        color:#1d3f91;
    }
    
    
    
.why-section{
    padding:70px 0;
    background:#f7f9fc;
}
.why-section   .section-head h2{
    font-size: 22px;
}
    .why-section   .section-head p{
        font-size: 12px;
    }

.why-grid{
    display:block;
    margin-top:40px;
}

.why-card{
    width: 90%;
    margin: auto;
    background:#fff;
    border-radius:10px;
    padding:15px;
    text-align:center;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
    transition:0.3s;
    margin-bottom: 25px;
}

.why-card:hover{
    transform:translateY(-5px);
}

.why-card i{
    font-size:42px;
    color:#1d3f91;
    margin-bottom:18px;
}

.why-card h3{
    font-size:16px;
    margin-bottom:12px;
    font-weight:700;
}

.why-card p{
    color:#666;
    line-height:1.5;
    font-family:'Segoe UI',sans-serif;
}


    .main-footer{
        width: 100%;
        background:#111827;
        color:#fff;
        padding-top:0px;
        height: 750px;
        text-align: center;
        position: relative;
    } 
    .main-footer .footer-box{
        width: 100%;
        font-family:'Segoe UI',sans-serif;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .main-footer .footer-box .footer-logo{
         border-radius: 10px; 
    }
    .main-footer .footer-box .footer-logo a img{
        border-radius: 10px;
    }
    .main-footer .footer-box ul{
        text-align: left;
        width: 100%;
        margin-left: 60px;
    }
    .main-footer .footer-box ul li a{
         font-family:'Segoe UI',sans-serif;
        font-size: 13px;
    }
    .footer-bottom{
        width: 100%;
        margin-top:px;
        padding:0px 0;
        background:rgba(0,0,0,5);
        text-align:center;
        height: 50px;
        line-height: 50px;
        position: absolute;
        bottom: 0px;
    }

    .footer-bottom p{
        margin:0;
        color:#cfd3dc;
        font-family:'Segoe UI',sans-serif;
    }
    

    .category-top-ads{
        background:#fff;
        margin-top: 20px;
    }
    
    .category-top-ads .col-md-6:last-child,
    .category-top-ads .ad-box:last-child{
        display:none;
    }

    .top-banner-box{
        width:100%;
        height:120px;
        overflow:hidden;
        border-radius:5px;
        margin-bottom:20px;

    }

    
.all-categories .section-head h2{
    font-size:24px;
    
}

.all-categories .section-head p{
    color:#666;
    padding:0px 10px;
    font-family:'Segoe UI',sans-serif;
    font-size: 13px;
}
    .all-categories a{
        outline: none;
    }



.all-categories .cat-card{
    width: 100%;
    background:#fff;
    padding:15px 10px;
    height: 90px;
    text-align:center;
    color:#222;
    float: left;
    outline: none;
    background:linear-gradient(180deg,#ffffff 0%,#f5f8ff 100%);
    border:1px solid #e6edfb;
    box-shadow:0 4px 14px rgba(15,47,134,0.07);
    border-radius:8px;
    transition:0.25s ease;
}


.all-categories .cat-card i{
    font-size:28px;
    margin-bottom:14px;
}

.all-categories .cat-card span{
    font-size:10px;
   font-family:'Segoe UI',sans-serif;
}
    
.all-categories .row{
        margin-left:-5px;
        margin-right:-5px;
    }

    .all-categories .col-xs-4{
        padding-left:5px;
        padding-right:5px;
    }

    .all-categories .cat-card{
        height:90px;
        padding:14px 5px;
        margin-bottom:12px;
    }
    .cat-card .cat-count{
        display:block;
        margin-top:6px;
        font-size:11px;
        color:#777;
    }

    .all-categories .cat-card i{
        font-size:15px;
        margin-bottom:10px;
    }

    .all-categories .cat-card h4,
    .cat-card span{
        font-size:10px;
        line-height:1.3;
    }
    
    
    
.all-categories .subcat-card{
   width: 100%;
   outline: none;
    
}
.all-categories .subcat-icon{
    width:38px;
    height:38px;
    min-width:38px;
    line-height: 38px;
    margin-right: 10px;
    
}

.all-categories .subcat-card h4{
    margin:0 0 5px;
    font-size:15px;
    font-weight:700;
    color:#222;
}
    
.listing-count{
    margin-left:auto;
    background:#f0f4ff;
    color:#1d3f91;
    padding:4px 10px;
    border-radius:3px;
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
    float: right;
    margin-top: 10px;
    
}
    
.listing-head-box{
    margin:10px 0;
    font-size:14px;
    color:#555;
    margin-top: 10px;
    font-family:'Segoe UI',sans-serif;
}  
 
.pgws-slds{
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
}

    .posts-bnrs{
        display: none;
    }
   
.lets-card-two{
    width: 95%;
    height: auto;
    margin: auto;
    margin-bottom: 100px;
}
.lets-card-two .card-headdings{
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    border-bottom: 1px solid grey;
}
.lets-card-two .card-headdings h3{
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    float: left;
}
.lets-card-two .card-headdings h3 a{
    font-size: 16px;
}
    .lets-card-two .card-headdings h3 a i{
        font-size: 13px;
    }
.lets-card-two .card-headdings input{
    height: 40px;
    width: 85%;
    padding-left: 5px;
    float: left;
    outline: none;
    border: 1px solid #ccc;
    border-right: none;
    font-family: 'Inter', sans-serif; 
    margin-top: 10px;
    margin-bottom: 20px;
}
.lets-card-two .card-headdings button{
    float: right;
    width: 15%;
    height: 40px;
    background: none;
    border: 1px solid #ccc;
    border-left: none;
    margin-top: 10px;
}

.lets-card-two .sngl-card .mtr-card .btm-contct .chat a{
    width:35%;
}
   
.lets-card-two .sngl-card .mtr-card .btm-contct .query{
    
    width: 40%;
   
}  
    

.login-wrapper{
    flex-direction:column;
    width:90%;
    margin: auto;
    border-radius: 0px;
}
.login-wrapper .left{
    display: none;
}
.login-wrapper .right{
    width:100%;
    padding:20px;
}
.sinup{
    margin-top: 0px;
    margin-bottom: 0px;
    
}

.lgn-body{
    height:80vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
    
    
.login-wrapper .right h3{
    margin-bottom:20px;
    font-weight:bold;
    font-family:'Segoe UI',sans-serif;
}
.login-wrapper .right .input-group{
    margin-top:20px;
    width: 100%;
    height: auto;
     font-family: lato;
}
.login-wrapper .checkbox{
    margin: 30px 0px;
    font-size: 13px;
}
.login-wrapper .checkbox input{
    margin-top: 0px;
}
.login-wrapper .right .input-group i{
    width: 15%;
    border-radius: 5px 0px 0px 5px;
    
}
.login-wrapper .right .input-group input{
     width:85%;
     border-radius: 0px 5px 5px 0px;
}
.login-wrapper .right .input-group button{
    width:100%;
    background:#0D2B45;
    
}
.login-wrapper .right  .extra-links{
    text-align: left;
    font-family: lato;
    margin-left: 50px;
    margin-top: 30px;
}
.login-wrapper  #responseMsg{
     transition: opacity 0.5s ease;
     opacity: 1;
}

.login-wrapper .right  .extra-links p a{
    text-decoration: none;
    outline: none;
}

    
.left-panel{
    width:100%;
    background:#0D2B45;
    background:whitesmoke;
    color:#0D2B45;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
}
.left-panel i{
    font-size:60px;
    margin-bottom:20px;
}
.left-panel h2{
    font-weight:bold;
    
}
.right-panel{
    width:100%;
    padding:20px;
    font-family:'Segoe UI',sans-serif;
    margin-top: 25px;
}

.right-panel .input-group{
    margin-top:20px;
    width: 100%;
    height: auto;
   
}
    
    
    
    
    
    
.right-panel .input-group i{
    color:#aaa;
    width: 50px;
    float: left;
    height: 40px;
    line-height: 40px;
    border:1px solid #ccc;
    text-align: center;
    border-right: none;
}
.right-panel .input-group input{
    width:80%;
    height: 40px;
    border:1px solid #ccc;
    border-radius:px;
    outline:none;
    border-left: none;
    font-family: lato;
}
.right-panel .input-group .fst-lnk{
    width: 50%;
    margin: 0px;
    font-family: lato;
    margin-top: px;
    float: left;
}
.right-panel .fst-lnk a{
    outline: none;
    text-decoration: none;
}
.right-panel .input-group .scn-lnk{
    float: right;
    margin-right:20px;
    font-family: lato;
}
.right-panel .input-group .scn-lnk button{
    height: 23px;
    font-size: 13px;
    border: 1px solid #ccc;
}
.right-panel .input-group .scn-lnk a{
    text-decoration: none;
}


.right-panel .input-group  .login-btn{
    width:95%;
    border:none;
    border-radius:3px;
    background:#0D2B45;
    color:#fff;
    height: 40px;
    font-size:15px;
    cursor:pointer;
    outline: none;
    margin-bottom: 20px;
}
.right-panel .login-btn:hover{
    background:#2e59d9;
}
.right-panel .extra-links{
    text-align: center;
    font-family: lato;
}    
    
    
    
    
    
    
    
    
    
    /*ye end*/
} 

