
@media(max-width:768px){

    
*{
    box-sizing:border-box;
}

html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}
    
    
.flpg-slds{
    width: 100%;
    height: 250px;
    margin-top: 0px;
    border: 1px solid #ccc;
}
.flpg-slds img{
    width: 100%;
    height: 100%;
    
}    
    
    
    
    
.abt-shop{
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 50px;
}
.abt-shop .shop-content{
    width: 100%;
    margin-bottom: 50px;
}
.abt-shop .shop-content h4{
    font-weight: bold;
    font-family: roboto;
    margin-bottom: 5px;
}
.abt-shop .shop-content p{
    font-family: calibri;
    margin-top: 10px;
}
.abt-shop .shop-chld{
    width: 100%;
    height: auto;
    
}
.abt-shop .shop-chld h3{
    font-weight: bold;
    font-family: roboto;
    font-size: 18px;
    margin-left: 0px;
    margin-bottom: 15px;
}
.abt-shop .shop-chld ul{
    list-style: none;
    margin-left: -40px;
}
.abt-shop .shop-chld ul li{
    font-family: calibri;
    margin-bottom: 5px;
    font-size: 14px;
}
    
.gal-qry{
    width: 100%;
    height: auto;
    margin-top: 25px;
    background-color:whitesmoke;
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    
}    
    
 .gal-qry .img-gal{
    width: 100%;
    float: none;
    height: 200px;
    margin-right: 0px;
    margin-top: 50px;
    
}

.gal-qry .frm-colmn{
    margin-top: 80px;
}
    
.gal-qry .frm-colmn .frm-grp{
    width: 100%;
   
}

.gal-qry .frm-colmn .frm-grp input{
    width: 100%;
 
}
.gal-qry .frm-colmn .frm-grp textarea{
    width: 100%;
 
}
    
.cnct-colmn .cmp-addr{
    margin-bottom: 30px;
    
}    
    

.cnct-colmn .cmp-conct{
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: roboto;
}
.cnct-colmn .cmp-conct p{
    margin-top: 10px;
}

.cnct-colmn iframe{
    height: 200px;
}   
    
    
.light-footer{
    margin-top: 50px;
    width: 100%;
    height: 60px;
    background-color: #000;
    line-height: 0px;
    text-align: center;
    color: #fff;
    position: relative;

}

.light-footer .container{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0px;
}
.light-footer .container p{
    margin-top: 10px;
    line-height: 20px;
}
    
    .top-mn{
        display: none;
    }
    
    /*ye end*/
} 

