.desktop {
    display: flex !important;;
}

.mobile {
    display: none !important;;
}

.d-md-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.align-items-center {
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}

header {
    background: #1C4C3E;
    height: 100px;
    padding: 25px 43px;
    overflow: hidden;
    box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.06);
}

header .wrapper {
    max-width: 1320px;
    padding: 0 12px;
    width: 100%;
    margin: 0 auto;
}

.justify-content-end {
    justify-content: flex-end!important;
}

header a {
    font-family: Raleway-Bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

header a.active, header a:hover, header a:focus {
    color: #B39874
}

a.book-online {
    width: 129px;
    height: 43px;
    border-radius: 10px;
    background: #B39874;
    font-family: Raleway-Bold;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

a.book-online.large {
    width: 256px;
    height: 52px;
    border-radius: 14px;
    font-family: Montserrat-Bold;
    margin: 0 auto;
}

a.book-online:hover {
    color: #224e4b !important;
}

header .line {
    width: 1px;
    height: 57px;
    background: #e8e8e8;
}

header .line.left-padding {
    margin-left: 43px;
}

header .line.right-padding {
    margin-right: 43px;
}

@media (max-width: 790px) {
    .desktop {
        display: none !important;;
    }

    .mobile {
        display: flex !important;;
    }

    header {
        height: 70px;
        padding: 0 20px;
        margin-bottom: -1px;
    }
}
