@charset "utf-8";

@media only screen and (max-width:1024px)
{
    .main-menu ul {
        background-color: #FFFFFF;
    }
    
    .logo {
        width: 250px;
        border-bottom: none;
    }
    
    .header-section {
        background-color: #FFFFFF;
    }

    .hover-touch-icon-lg {
      left:80%;
      top:80%;
    }    
    
    .hover-touch-icon-lg img {
        width:75% !important;
    } 
}

@media only screen and (max-width:1023px)
{
    .pricing-table ul {
        width: 100%;
    }
    
}