@media only screen and (max-width:767px) {
    #order #nfnQuoteBtn {
        margin: 2px 0 0px !important;
        width: 50%;
        color: #fff !important;
        font-weight: normal;
    }
    .nfn__container .nfn__content .nfn__title {
        display: none;
    }
    .nfn__container .nfn__content {
        padding-top: 35px;
    }
    .nfn__container .nfn__content .nfn__actions {
        left: 0;
        position: fixed;
        bottom: 0;
        z-index: 5;
        background: #203d5b;
        width: 100%;
        padding: 15px 12px;
    }
    #logo {
        position: fixed;
        width: 100%;
    }
    .olark-launch-button.olark-chat-tab {
        right: 12px !important;
        box-shadow: 0 0 !important;
    }
    #olark-wrapper button.olark-launch-button {
        background-color: #203d5a !important;
    }
    #top-bar {
        display: none;
    }
    #site-navigation {
        top: 0 !important;
    }
   /* .height-wrapper {
        padding-top: 50px !important;
    }*/
    select#select-lang-page {
        height: 74px !important;
    }
    .language-change {
        float: left;
    }
    i.fa-phone {
        float: right;
        height: 74px;
        vertical-align: middle;
        color: #fff;
        font-size: 30px;
        padding: 23px 10px 0 0;
    }
    i.fa-phone+span {
        display: none;
    }
    .nfn__content .nfn__languages .nfn__label {
        text-align: left;
    }
    #logo {
        z-index: -1;
    }
    .nfn__trust-logos {
        margin: 0 auto !important;
        padding: 0 !important;
    }
    button#nfnQuoteBtn {
        margin: 2px 0 0px !important;
        /*background: #47acad;
        background-image: -moz-linear-gradient(top, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
        background-image: -webkit-linear-gradient(top, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
        background-image: linear-gradient(to bottom, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
        background: #47acad !important;*/
        color: #fff !important;
        text-decoration: none;
    }
    button#nfnOrderBtn {
        /*background: none !important;
        color: #47acad !important;
        text-decoration: underline;
        margin: 2px 0 0px !important;*/
        margin: 0 auto !important;
        width: 50%;
        color: #fff !important;
        font-weight: normal;
    }
    .hide-xs {
        display: none;
    }
    .show-xs {
        display: block;
    }
    .nav #logo {
        max-width: 100% !important;
    }
    .nfn__actions {
        padding: 13px 5px 5px 5px !important;
        text-align: center !important;
    }
    .nfn__actions a#quote {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-right: 4px;
        margin-bottom: 10px;
    }
    .nfn__actions a#quote button {
        margin: 0px !important;
    }
    .nfn__actions a#order {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        text-align: center;
        margin-left: 3px;
        margin-bottom: 10px;
    }
    .nfn__actions a#order button {
        width: 100%;
        text-decoration-line: none;
        text-decoration-style: initial;
        text-decoration-color: initial;
        font-weight: bold;
        background: rgb(255, 255, 255) !important;
        color: rgb(70, 171, 173) !important;
    }
    body.french .nfn__actions a#quote button,
    body.spanish .nfn__actions a#quote button,
    body.portuguese .nfn__actions a#quote button,
    body.french .nfn__actions a#order button,
    body.spanish .nfn__actions a#order button,
    body.portuguese .nfn__actions a#order button {
        font-size: 15px !important;
        padding: 5px;
        border-radius: 5px;
    }
    .nfn__actions a#quote,
    .nfn__actions a#order   {
        max-width: 48%;
    }
}