/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .logo {
    margin-top: 0;
    text-align: center;
    }
    .menu, .menu2{
        display: none !important;
    }
    .mobile-things{
        display: block;
    }
    .headmenu {
        display: none !important;
    }
    .createcontent {
        padding: 10px 0;
        text-align: center;
    }
    .imgblock {
        height: 150px;
    }
    .menubar{
        position: absolute;
        top: 9px;
    }
    .innergrowth {
        background: rgba(0,0,0,0.5);
        height: 100%;
        padding: 30px 10px;
        width: 100%;
    }
    .boostbusiness {
        padding: 20px 0;
        text-align: center;
    }
    .thesolblock {
        background-color: white;
        border-radius: 6px;
        overflow: hidden;
        margin: 5px 0;
        height: 150px;
    }
    .whatsed {
        background-color: var(--primary-color);
        padding: 30px 10px;
        height: 100%;
        width: 100%;
    }
    .createblock {
        border-radius:4px;
        min-height: 210px;
        max-height: 210px;
    }
    .createcontent {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background-color: white;
        width: 300px;
        position: fixed;
        height: 100%;
        z-index: 5;
        left: -300px;
        top: 0;
        transition: ease-in-out 0.3s;
    }
    .innerside{
        height: 100px;
        background-color: white;
    }
    .menuitems ul li{
        list-style: none;
        height: 40px;
        line-height: 40px;
        margin-left: -35px;
    }
    .menuitems ul li a{
        text-decoration: none;
        color: #222;
        font-size: 20px;
        padding-left: 30px;
        letter-spacing: 1px;
    }
    .menuitems li:hover{
        background-color: #ebeaea;
    }
    .whycontent {
        margin-top: 40px;
    }
    .innerside img{
        height: 50px;
    }
   
    .heroslider {
        height: auto;
        overflow: hidden;
        padding: 50px 10px;
        text-align: center;
        padding-bottom: 0;
    }
    .topmenu {
        height: 65px;
    }
    .registernow {
        padding: 0px 0 !important;
    }
    .pricing .pblock {
        margin-bottom: 15px;
     }
    .faq {
        padding: 15px 0;
    }
    .pricing {
        padding: 15px 0;
    }
    .fblock{
        margin: 15px 0;
    }
    .footer {
        padding: 15px 0;
    }
    .logo img {
        height: 45px;
        margin-top: 10px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    
} 