header.header {
    position: fixed;
    z-index: 3;
    top: 0;
    transition: all ease .4s;
}

header.header.fixeds {
    background: #111;
}

header.header.fixeds span.elementor-divider-separator {
    border-top-color: #111 !important;
}

.dsearchbar {
    font-family: "Neue Montreal", sans-serif;
}

.dsearchbar form.hostaway-search-form {
    margin: 0;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field {
    margin: 0;
    position: relative;
    z-index: 0;
    width: 290px;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field:last-child {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    border: 0;
    bottom: -5px;
    width: 319px;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field label {
    font-family: "Neue Montreal", Sans-serif;
    z-index: 1;
    font-size: 22px;
    font-weight: 400;
    display: block;
    color: #0D0D0D;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 15px 0;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field select, .dsearchbar form.hostaway-search-form .hostaway-search-form__field input {
    border-radius: 0;
    font-size: 19px;
    padding: 0;
    font-family: "Neue Montreal", sans-serif;
    position: relative;
    top: 7px;
    border: 1px solid #0D0D0D;
    height: 60px;
    font-weight: 400;
    border-radius: 100px;
    background: none;
    padding: 0 30px;
    appearance: none;
    -webkit-appearance: none;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field span.select2-selection.select2-selection--single {
    border: 0;
    background: none;
    padding: 0;
    height: auto;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field span.select2-selection.select2-selection--single span.select2-selection__arrow {
    display: none;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field:last-child button.hostaway-search-form__btn.hostaway-btn.hostaway-btn_orange {
    background: #E95952;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 0;
    border-radius: 100px;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__fields {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field:last-child button.hostaway-search-form__btn.hostaway-btn.hostaway-btn_orange:hover {
    background: #F4C0AF;
    color: #000;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field select:focus, .dsearchbar form.hostaway-search-form .hostaway-search-form__field input:focus {
    outline: none;
    box-shadow: none;
}

.dsearchbar form.hostaway-search-form .hostaway-search-form__field select {
    background: url('https://wordpress-1490744-5711599.cloudwaysapps.com/wp-content/uploads/2024/02/Vector-3.svg');
    background-position: 90% 50%;
    background-repeat: no-repeat;
}
.dsearchbar form.hostaway-search-form .hostaway-search-form__field:nth-child(2) {
    width: 339px;
}