#header .left-side {
    width: 84%;
}
#navigation {
    float: right;
}
.homepage-5 .parallax-searchs.home17 {
    background: url(../images/ae-en-desktop-mar25.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: scroll !important;
    width: 100%;
    height: 85vh;
    position: relative;
    z-index: 99;
}
.main-search-top {
    border-radius: 1.6rem;
    margin: 0 auto;
    width: 550px;
    display: flex
}
.main-search-top button:first-child {
    border-radius: 1.6rem 0 0 1.6rem;
}
.main-search-top button:last-child {
    border-radius: 1.6rem;
}
.main-search-top button {
    border-left: .1rem solid #e3e3e3;
    border-right: .1rem solid #e3e3e3;
    background-color: #f7f7f7;
    background: #f7f7f7;
    cursor: pointer;
    padding: 4px 8px;
    align-items: center;
    color: #707070;
    display: flex;
    flex: 1 1;
    height: 32px;
    justify-content: center;
    position: relative;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    overflow: visible;
}
.main-search-top button.active,
.main-search-top button:hover,
.main-search-top button:focus,
.main-search-top button.focus {
    border-left: .1rem solid #ccc;
    background-color: #e7e5f4 !important;
    background: #e7e5f4 !important;
    color: #3a307f !important;
    font-weight: 600;
    line-height: 24px
}
.the-search .tab-content > .active {
    margin-top: 20px;
}
#hero-area {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-end;
}

/*
#hero-area .hero-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

#hero-area .hero-main {
    padding-bottom: 100px
}
.last-button {
    width: 109% !important;
    border-radius: 0 2.4rem 2.4rem 0 !important
}
.btn-yellow.last-button {
    background-color: #ea3934 !important;
    color: #fff
}
.homepage-5 .btn-yellow.last-button:hover {
    background-color: #97211e !important;
    background: #97211e !important;
    color: #fff
}
.homepage-5 .searchbox {
    border-radius: 2.4rem 0 0 2.4rem !important
}
.homepage-5 .rld-main-search {
    height: 50px;
    padding: 0 25px;
    border-radius: 5px;
    box-shadow: unset;
    border: 0;
    margin-top: 18px;
    border-radius: 2.4rem;
    margin-right: 0;
}
.rld-main-search .rld-single-input,
.rld-main-search .rld-single-select .single-select {
    margin-bottom: 0;
    border: 0
}
.the-search .rld-single-input input,
.the-search .rld-single-input input:focus,
.rld-main-search .rld-single-input:focus {
    border: 0;
    box-shadow: unset
}
.the-search .rld-single-input input {
    width: 365px;
    border: 0;
    margin-right: 5px;
}
.the-search .rld-main-search,
.the-search .rld-main-search .rld-single-select .single-select {
    margin-bottom: 0px;
    margin-right: 5px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}
.the-search .dropdown-filter span {
    width: 180px !important;
    padding: 15px 34px 15px 34px;
    border-radius: 8px;
    line-height: 47px;
    margin: 0 5px 0 6px;
    border: 1px solid #ebebeb;
    width: 150px;
    position: relative;
}
.the-search .explore__form-checkbox-list.full-filter.filter-block {
    right: 0;
    position: absolute;
    top: 50px;
    min-width: 280px
}
.homepage-5 .container-fluid.sd-f, .th-15 .container-fluid.sd-f, .homepage-1 .container-fluid.sd-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.second-footer {
    padding: 1.5rem 0;
    background: #303441;
    border-top: 1px solid rgba(245, 255, 255, 0.1);
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .container-header {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 600px) {
    .the-search .explore__form-checkbox-list.full-filter.filter-block {
        top: 65%;
    }
    .the-search .rld-main-search {
        flex-direction: column;
        height: 270px !important;
    }
    .the-search .rld-single-input input {
        width: 260px;
    }
    #hero-area .hero-main {
        padding-bottom: 10px
    }
    .homepage-5 .searchbox {
        border-radius: unset !important;
        margin-top: 15px
    }
    .last-button {
        width: 100% !important;
        border-radius: 2.4rem !important;
    }
    .main-search-top {
        width: 90%;
    }
    #logo img {
        margin-right: 20px;
        padding: 10px 0;
    }
    #logo {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        margin-top: 3px;
        width: 100%;
        text-align: right;
        left: 0;
        right: 0;
    }
    #header .left-side {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    #logo img {
        margin-right: 20px;
    }
}
