@media (min-width: 1200px) {
    header .selectize-control.single {
        line-height: 0;
    }
    header .selectize-input,
    header .selectize-control.single .selectize-input.input-active {
        background: transparent;
        box-shadow: none;
    }
    header .selectize-input {
        border: none;
        padding: 1.5px 0;
        box-shadow: none;
    }
    header .selectize-input.full {
        background-color: transparent;
    }
    header .selectize-control.single .selectize-input:after {
        display: none;
    }
    header .selectize-dropdown {
        border-radius: 0;
        border: none;
        background: #1f1f1f;
        color: #fff;
        font-weight: lighter;
        left: -13px !important;
        right: 0;
        width: unset !important;
    }
    header .selectize-dropdown-content {
        max-height: unset;
    }
    header .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
        font-size: 15px;
        line-height: 20px;
        padding: 8.5px 0 8.5px;
        text-align: center;
    }
    header .selectize-dropdown .active {
        background: #444444;
        color: #fff;
    }


    header {
        position: fixed;
        top: 0;
        left: 225px;
        right: 0;
        z-index: 2;
    }

    header > .bottom {
        background: rgba(0,0,0,0.20);
        box-shadow: none;
        padding-right: 195px;
        position: relative;
        /*transition: background .05s, transform .5s;*/
        transition: background 1s, transform .1s;
        height: 85px;
    }
    header > .bottom > form.quick-booking {
        position: unset;
        opacity: 1;
        width: auto;
        background: transparent;
        padding: 0;
        box-shadow: none;
        display: flex;
        align-items: center;
        height: 85px;
    }
    header > .bottom > form.quick-booking > ul {
        flex: 1;
        margin-right: 13px;
        margin-left: 30px;
    }
    header > .bottom > form.quick-booking > ul > li {
        float: left;
        width: 25%;
        padding-left: 17px;
    }
    header > .bottom > form.quick-booking > ul > li:last-of-type {
        border: none;
    }
    header > .bottom > form.quick-booking > ul > li > span {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        border: none;
        margin-bottom: 0;
    }
    header > .bottom > form.quick-booking > ul > li > span div.item,
    header > .bottom > form.quick-booking > ul > li > span input {
        font-size: 14px;
        padding-right: 0 !important;
        color: #fff;
        text-transform: capitalize;
        font-weight: normal;
        margin-left: 8.8px;
        letter-spacing: 1px;
        width: 100% !important;
    }
    header > .bottom > form.quick-booking > ul > li > span input::placeholder {
        color: #fff;
    }
    header > .bottom.scrolled > form.quick-booking > ul > li:last-of-type {
        border: none;
    }
    header > .bottom.scrolled > form.quick-booking > ul > li > span div.item,
    header > .bottom.scrolled > form.quick-booking > ul > li > span input {
        color: #333;
        font-weight: 600;
    }
    header > .bottom.scrolled > form.quick-booking > ul > li > span input::placeholder {
        color: #333;
    }


    header > .bottom > form.quick-booking > ul > li > .Zebra_DatePicker {
        top: 100% !important;
        left: 15px !important;
        margin-top: 16px;
    }

    header > .bottom > form.quick-booking > .input-email {
        width: 210px;
    }
    header > .bottom > form.quick-booking > .input-email > input {
        font-size: 15px;
        color: #fff;
        line-height: 20px;
        cursor: pointer;
        border: none;
    }
    header > .bottom > form.quick-booking > .input-email > input::placeholder {
        color: #fff;
    }
    header > .bottom.scrolled > form.quick-booking > ul > li > span > .icon {
        color: #333;
    }
    header > .bottom.scrolled > form.quick-booking > .input-email > input {
        color: #333;
    }
    header > .bottom.scrolled > form.quick-booking > .input-email > input::placeholder {
        color: #333;
    }

    header > .bottom > form.quick-booking > .book-now {

    }
    header > .bottom > form.quick-booking > .book-now {
        border: 1px solid #FFFFFF;
        background: transparent;
        width: 110px;
        font-size: 14px;
        color: #FFFFFF;
        margin: 0 10px;
        height: 38px;
        transition: all .15s;
    }
    header > .bottom > form.quick-booking > .book-now:hover {
        background: #fff;
        color: #333;
    }

    header > .bottom.scrolled {
        background: #fff;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.20);
    }
    header > .bottom .scrolled> form.quick-booking > .input-email > input {
        color: #333;
    }
    header > .bottom .scrolled> form.quick-booking > .input-email > input::placeholder {
        color: #999;
    }
    header > .bottom.scrolled > form.quick-booking > .book-now {
        background: #fff;
        color: #333;
        border-color: #333;
    }
    header > .bottom.scrolled > form.quick-booking > .book-now:hover {
        background: #333;
        color: #fff;
    }

    header > .bottom > .phone {
        background: transparent;
        height: 85px;
        line-height: 85px;
        width: 195px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        display: flex !important;
        justify-content: center;
    }
    header > .bottom.scrolled > .phone {
        color: #333;
    }
    header > .bottom > .phone > .icon {
        margin-right: 11px;
        margin-top: -3px;
    }
    header > .bottom > .phone > .icon:before {
        font-weight: 600;
    }
}
