@media only screen and (min-width: 768px) {

    body,
    html {
        overflow-x: hidden;
    }

    #strip {
        height: 65px;
        line-height: 65px;
    }

    #logo img {
        width: 50px;
        margin-left: 100px;
    }

    #rent {
        font-weight: bold;
        margin-left: 15px;
        font-family: abel;
        font-size: 20px;
    }

    #rahisi {
        font-family: lato;
        font-size: 20px;
    }

    #menu-items {
        list-style: none;
        display: inline;
        right: 0px;
        position: absolute;
        top: 2px;
    }

    #menu-items li {
        float: right;
        margin-right: 50px;
        font-family: lato, abel;
        font-weight: bold;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.6);
    }

    #menu-items li a {
        color: rgba(0, 0, 0, 0.6);
    }

    #menu-items li a:hover {
        text-decoration: none;
    }

    #menu-items li a#mysignin {
        background-color: #ff5f5f;
        color: #fff;
        padding: 12px 25px;
        height: 46px;
        border-radius: 100px !important;
        font-size: 14px;
    }

    #menu-icon {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #mycallout {
        text-align: left;
        padding-left: 118px;
    }

    #myheading {
        color: #3d67fb;
        font-family: "Fredoka One";
        font-size: 35px;
        margin-top: 110px;
    }

    #mysubheader {
        font-family: Abel;
        color: rgba(0, 0, 0, 0.6);
        font-size: 19px;
        font-weight: bold;
        margin-top: 20px;
    }

    #signup {
        font-family: lato;
        margin-top: 20px;
        font-weight: bold;
    }

    #phone {
        width: 80%;
        padding-top: 30px;
    }

    #laptop {
        position: absolute;
        right: -37%;
        top: 70px;
        width: 650px;
        width: 143%;
        height: 72%;
    }

    .mybody {
        min-height: 500px;
        background: #0a4b78;
        background: #eff3f7;
        margin-top: 100px;
    }

    #why {
        margin: 0 auto;
        width: 400px;
        font-size: 50px;
        font-family: "Fredoka One";
        border-bottom: 2px solid;
        margin-bottom: 50px;
    }

    .w {
        padding-bottom: 50px;
    }

    .why-icon img {
        width: 100px;
    }

    .why-icon {
        float: left;
    }

    .why-text {
        margin-left: 150px;
    }

    .why-text-header {
        font-weight: bold;
        font-family: lato;
        font-size: 18px;
    }

    .why-text-subheader {
        padding-top: 10px;
    }

    #startnow {
        width: 320px;
        margin: 0 auto;
        font-size: 50px;
        font-family: "Fredoka One";
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .start-image {
        width: 80%;
    }

    .start-image img {
        width: 80%;
    }

    #start {
        margin-left: 80px;
    }

    .step {
        padding-left: 120px;
        padding-bottom: 20px;
        font-size: 30px;
        color: crimson;
        font-family: abel;
    }

    .step-desc {
        padding-bottom: 18px;
        font-family: lato;
        font-size: 18px;
    }

    .s1 {
        padding-left: 101px;
    }

    .s2 {
        padding-left: 71px;
    }

    .s3 {
        padding-left: 88px;
    }

    #pricing-banner {
        width: 170px;
        margin: 0 auto;
        font-size: 40px;
        font-family: "Fredoka One";
        margin-top: 30px;
        margin-bottom: 5px;
    }

    #try {
        text-align: center;
        font-family: abel, lato;
        margin-bottom: 20px;
        font-size: 19px;
    }

    .item {
        min-height: 500px;
        border-radius: 20px;
        padding: 30px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
            rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
        position: relative;
        overflow: hidden;
    }

    .item:before {
        content: "";
        width: 400px;
        height: 400px;
        position: absolute;
        right: 30px;
        top: -200px;
        border-radius: 200px;
        z-index: 0;
    }

    .item4:before {
        background-color: #ff5b5a;
    }

    .product {
        position: relative;
        color: white;
        font-family: lato;
        font-size: 16px;
        text-align: center;
        margin-bottom: 60px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .item_image {
        width: 64px;
        height: 64px;
        margin: 20px auto 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 3;
    }

    .item_image:before {
        content: "";
        position: absolute;
        background-color: rgba(255, 255, 255, 0.2);
        width: 150px;
        height: 150px;
        border-radius: 75px;
        z-index: 0;
    }

    .item_image:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 60px;
        background-color: #ffffff;
    }

    .item_image img {
        position: relative;
        z-index: 3;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .features {
        margin-top: -30px;
    }

    .features td {
        padding-right: 20px;
        padding-bottom: 5px;
    }

    .features td {
        font-family: lato;
    }

    .features td:nth-child(2) {
        font-weight: bold;
    }

    .prices {
        margin-top: 20px;
    }

    .item_price {
        font-weight: bold;
        font-family: lato;
        font-size: 16px;
        padding-bottom: 5px;
    }

    .item_signup {
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        font-family: lato;
        color: white;
        font-size: 13px;
        padding: 10px;
        border-radius: 10px;
        text-transform: uppercase;
    }

    .item4_signup {
        background: #ff5b5a;
    }

    a.link {
        color: white;
    }

    .link:hover {
        text-decoration: none;
    }

    .item1:before {
        background-color: #7e9bff;
    }

    .item1_signup {
        background: #7e9bff;
    }

    .faq-banner {
        margin: 0 auto;
        font-size: 40px;
        font-family: "Fredoka One";
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    #myfooter {
        margin-bottom: 50px;
        font-family: lato;
        margin-top: 50px;
    }

    #myleft {
        float: left;
    }

    #footer-logo {
        width: 50px;
        margin-left: -10px;
    }

    #accounts-block {
        float: left;
        padding-left: 125px;
    }

    #myright {
        float: right;
    }

    #chatus {
        padding-top: 10px;
        border-bottom: 1px solid;
        cursor: pointer;
        display: inline-block;
    }
} 