.header_container {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.contentRender_name_plugins_common_header {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.17);
    background-color: #fff;
}

.header-section {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
}

.header-section .top-nav-cont {
    /* padding: 5px 20px 20px; */
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 90px;
    /* align-items: flex-end; */
    position:relative;
    /* transition: padding 1s ease-in-out; */
}
/* @media(min-width:1025px){
    .header-section.sticky .top-nav-cont {
        padding: 5px 20px 20px;
    }
} */

.header-section .top-nav-cont .mobilenav {
    display: block;
    width: 100%;
    position: relative;
}

.header-section .mobilenav .mobile-collapsed-menu-logo {
    text-align: center;
}

.header-section .header-left {
    max-width: 270px;
    flex-basis: 15%;
    flex-grow: 1;
    display: none;
}

.header-section .header-left .logo {
    height: 80px;
}

.header-section .logo a {
    display: inline-block;
    max-width: 270px;
    white-space: nowrap;
}

.header-section .logo img {
    height: 45px;
    width: auto;
}

@media(min-width: 641px) {
    .header-section .logo img {
        height: 65px;
    }
}


.header-section .logo .tagline {
    display: none;
}

.header-section .header-right {
    width: calc(100% - 270px);
    flex-basis: 15%;
    flex-grow: 1;
    display: none;
    margin-left: 20px;
}

.header-section .header-right-secondary {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.header-section.sticky .header-right-secondary {
    transform: translateY(-50px);
}
.header-section .header-right-bottom {
    display: flex;
}

.header-section .header-right-bottom .header-bottom-nav,
.header-section .header-right-bottom .header-bottom-tb-search {
    flex: 1 1 auto;
}

.header-section .header-right-bottom .header-bottom-nav {
    flex-direction: column;
}

.header-section .header-right-bottom .header-bottom-tb-search {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-section .header-right-secondary .callout {
    padding: 0;
}

.header-section .header-right-secondary .tripadvisor {
    display: none;
}

@media(min-width: 1025px) {
    .header-section .top-nav-cont .mobilenav {
        display: none;
    }
    .header-section .top-nav-cont {
        height: 135px;
    }
    .header-section .logo img {
        height: 60px;
    }
    /* .header-section .logo img {
        height: 75px;
    } */
    /* .header-section .header-left .logo,
    .header-section .logo img {
        transition: height 1s ease-in-out;
    } */
    /* .header-section.sticky .header-left .logo,
    .header-section.sticky .logo img {
        height:60px;
        transition: height 1s ease-in-out;
    } */

    .header-section .logo .tagline {
        display: inline-block;
    }

    .header-section .header-left,
    .header-section .header-right {
        display: block;
        margin-top: 50px;
    }

    .header-section .header-left {
        margin-bottom: 25px;
    }

    .header-section .header-bottom-tb-search .tripItems:hover {
        transform: translateY(-2px);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        background-color: #fafafa;
    }

    .header_container {
        position: relative;
        width: 100%;
        z-index: 10;
    }
}




