.menu-link {
    display: none;
}
 
.nav-toggle {
    display: none;
}
 
.only-mobile {
    display: none;
}
 
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
 
    .header {
        padding-bottom: 0 !important;
    }
 
    .only-desktop {
        display: none;
    }
 
    .only-mobile {
        display: block;
    }
 
    .nav-toggle {
        display: block;
    }
 
 
    div.header div.logo {
        height: 60px;
        float: left;
    }
 
    div.header div.link {
        float: right;
        text-align: right;
    }
 
    div.header div.link a {
        float: right;
        background: #5ab65a;
        color: white;
        padding: 10px 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
        cursor: pointer;
        margin-top: 5px;
    }
 
    p.logo img {
        width: 140px;
        float: left;
        padding-bottom: 30px;
    }
 
    nav {
        display: none;
    }
 
    nav ul li a {
        display: inline !important;
        float: right;
        text-decoration: none;
        color: white;
        background-color: #161066;
        width: 70%;
        text-align: center;
        position: relative;
    }
 
}
 
@media (max-width: 800px) {
 
    .header {
        padding-bottom: 0 !important;
    }
 
    .only-desktop {
        display: none;
    }
 
    .only-mobile {
        display: block;
    }
 
    div.main {
        width: 650px;
    }
    #top-img {
        display: none;
    }
    #newsletter p {
        padding-right: 0;
    }
    .input-text, select {
        width: 90%;
    }
    ul.steps li {
        margin-bottom: 14px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
        padding: 10px;
    }
}
 
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
 
    .header {
        padding-bottom: 0 !important;
    }
 
    .only-desktop {
        display: none;
    }
 
    .nav-toggle {
        display: block;
    }
 
    .only-mobile {
        display: block;
    }
 
    div.header div.logo {
        height: 60px;
        float: left;
    }
 
    div.header div.link {
        float: right;
        text-align: right;
    }
 
    div.header div.link a {
        float: right;
        background: #5ab65a;
        color: white;
        padding: 10px 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
        cursor: pointer;
        margin-top: 5px;
    }
 
    p.logo img {
        width: 140px;
        float: left;
        padding-bottom: 30px;
    }
 
    nav {
        display: none;
    }
 
    nav ul li a {
        display: inline !important;
        float: right;
        text-decoration: none;
        color: white;
        background-color: #161066;
        width: 90%;
        text-align: center;
        position: relative;
    }
}