/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.home-img img {
        height: 300px;
    }
    body{
        overflow-x: hidden;
    }
    .mobilethings{
        display: block;
    }
    .menubar i {
        position: absolute;
        font-size: 38px;
        top: 10px;
        left: 12px !important;
        cursor: pointer;
    }
    .moblogo img{
        height: 50px;
    }
    .moblogo{
        height: 100px;
        background-color: #eee;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobmenus li{
        margin-left: 0px;
        list-style: none;
        line-height: 45px;
    }
    .mobmenus li a{
        color: #222;
        padding-left: 50px;
        font-weight: 600;
        font-size: 20px;
        text-decoration: none;
    }
    .mobmenus li:hover{
        color: #222;
        background-color: #eee;
    }
    .sidemenu {
        background: #fff;
        position: fixed;
        width: 380px;
        border-right: solid 1px #eee;
        height: 100%;
        top: 0;
        left: -380px;
        z-index: 999;
        transition: ease-in-out 0.3s;
    }
    .home-img:before {
        border-radius: 20px;
    }
    .menusection {
        display: none;
    }
    .topmenu-section {
        padding: 10px !important;
        border-radius: 6px;
        margin: 15px 0;
        height: 60px;
        margin-bottom: 50px;
    }
    .logo img {
        height: 40px;
    }
    .logo {
        text-align: center;
        margin-top: -17px;
    }
    .whyus {
        padding: 35px 0;
    }
    .howitworks {
        padding: 20px 0;
    }
    .network {
    padding: 10px 0;
}
    .become {
        text-align: center;
        padding: 50px 0;
        background-color: #edf2f1;
    }
    .become p {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .homesection {
        padding: 10px 30px;
        height: auto;
        padding-bottom: 75px;
        width: 100%;
        overflow-x: hidden;
    }
    .home-content h2 {
        font-size: 50px !important;
    }
 .home-content h5 {
    font-size: 20px;
    font-weight: 300;
    color: #222;
    letter-spacing: 1px;
    margin-top: 15px;
    opacity: 0.8 !important;
}
.home-content h2 {
    font-size: var(--clamp36) !important;
    font-weight: 400;
    color: #222;
}
.home-content {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 80px;
}
.whyblock {
    margin-bottom: 15px;
}
.howblock {
    margin-bottom: 15px;
    text-align: center;
}
.networkblock {
    background-color: #f2f3f5;
    padding: 15px 10px;
    text-align: center;
    height: auto;
    padding-top: 15px;
    margin-bottom: 10px;
}
}
/* 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) {
	
}