/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.menu {
        display: none;
    }
    .logo {
        text-align: center;
    }
    .mobilethings{
        display: block;
    }
    .inner-banner {
    padding: 25px 0;
    }
    .usericon {
    position: absolute !important;
    right: 9px !important;
    top: 30px !important;
}
    .listimg {
    height: 100px;
}
    .product-imgage {
    height: auto;
    }
    .hero-section {
    height: auto;
    }
    .usersidemenu {
    display: none;
}
    .menubar {
    position: absolute;
    top: 17px;
    }
    .sidemain img {
        height: 60px;
    }
    .hero-slider {
    height: auto;
}
.innerhero {
    padding: 50px 0;
}
.home-search input[type='text'] {
    margin-bottom: 15px;
}
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background: white;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 10;
        transition: ease-in 0.3s;
    }
    .closebtn{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .closebtn i{
        font-size: 40px;
    }
    .how-details h3 {
        margin-top: 20px;
    }
    .sidemain{
        height: 100px;
    }
    .sidemenu li{
        list-style: none;
        line-height: 35px;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #000000;
        padding-left: 30px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }
}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
	
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}