/**************general header start***************/

.header {
    background-color: white;
    z-index: 10;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}

.header .navbar-collapse .nav-item:first-child {
    padding: 0 20px;
}

.header .navbar-collapse .nav-item {
    font-size: medium;
    font-weight: normal;
}

.header .navbar-collapse i {
    color: #ff6f62;
    padding-right: 5px;
    font-size: 18px;
}


/*************general header end*****************/


/******************Header1********************/

.header-1 .navbar-nav .nav-item {
    padding: 0px 12px;
}

.header-1 {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.header-1.active {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in;
}

.header-1 .navbar-toggler {
    position: fixed;
    right: 0;
    top: 10px;
    color:lightgray;
}

.header-1 .navbar-nav .nav-item .nav-link:not(.first-top-header .nav-link) {
    font-weight: 600;
    color: #ff6f62;
    font-size: 19px;
    /* text-shadow: .5px .5px .2px black; */
}

.header-1 .first-top-header .nav-link {
    font-size: 24px;
    font-weight: 600;
    color: #ff6f62;
}

@media only screen and (max-width: 1000px) {
    .header-1 {
        background-color: transparent;
        transition: all 0.2s ease-in-out;
    }
    .top-header>.navbar-collapse.show {
        background:white;
    }
    .header-1 .first-top-header .nav-link {
        font-size: 22px;
    }
}

.header-1 .navbar-nav .nav-item .nav-link:not(.first-top-header .nav-link):hover,
.header-1 .first-top-header .nav-link:hover {
    color: orangered;
}

.header-1 .first-top-header .dropdown-menu .dropdown-item {
    color: #ff6f62;
}

.header-1 .LoggedInfoDropdown .dropdown-toggle .font-weight-bold {
    font-weight: bold;
    color: #ff6f62;
    font-size: 22px;
}

.header-1 .LoggedInfoDropdown .dropdown-toggle::after {
    display: none;
}

.header-1 .LoggedInfoDropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: normal;
    padding: 8px;
}

.header-1 .LoggedInfoDropdown .dropdown-menu .dropdown-item i {
    color: #ff6f62;
    padding-right: 5px;
}

.header-1 .top-header .navbar-nav .nav-item a:hover {
    color: orangered;
}

.header-1 .mytravalylogo {
    min-height: 50px;
    min-width: 50px;
    /*margin: auto;*/
    display: block;
    /*-webkit-box-shadow: 0 8px 6px -6px black;*/
    /*-moz-box-shadow: 0 8px 6px -6px black;*/
    /*box-shadow: 0 8px 6px -6px black;*/
}

.header-1 .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    width: 240px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.header-1 .loogedInButtons {
    display: block;
    font-size: 20px;
}


/**************header 5****************/


/*header design*/

.header-5 header {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: inline-block;
    width: 100%;
}

.header-5 .navbar {
    background-color: white;
}

.header-5 .navbar-nav .nav-item {
    padding: 0px 5px;
}

.header-5 .navbar-nav .nav-link {
    color: gray;
    font-size: 16px;
    font-weight: 600;
}

.header-5 .collapse .mr-auto .nav-item .nav-link {
    color: black;
    display: block;
    outline: none;
    cursor: pointer;
}


/* search box */

.header-5 .has-search input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
    font-family: inherit;
    font-size: 16px;
    outline: none;
}

.header-5 .has-search input::-webkit-search-decoration,
.header-5 .has-search input::-webkit-search-cancel-button {
    display: none;
}

.header-5 .has-search input[type=search] {
    background: #ededed url(../png/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 5px 10px 5px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.header-5 .has-search input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #ff6f62;
    border: 1px solid #ff6f62;
    box-shadow: none;
}

.header-5 .has-search input:-moz-placeholder {
    color: #999;
}

.header-5 .has-search input::-webkit-input-placeholder {
    color: #999;
}

.header-5 .menu {
    color: black;
}

.header-5 .left {
    float: left;
    padding: 0% 3%;
}

.header-5 #logo {
    width: 50px;
    height: 50px;
}

.header-5 .butno {
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    border: 0px solid transparent;
    padding: .325rem .9rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    border-radius: .45rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #ff6f56;
    border-color: #ff6f56;
    display: inline-block;
    cursor: pointer;
    width: 101px;
    height: 38px;
}

.header-5 .LoggedInfoDropdown img {
    border: 3px solid #ff6f62;
}


/**************header 5****************/


/************** header 6 CSS Document *************/

.header-6 .navbar-collapse .mr-auto .ml-4 .txt1 {
    opacity: 0.6;
}

.header-6 .search-box {
    position: relative;
    float: right;
}

.header-6 .search-box input[type="text"]:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    border: 1px solid
}

.header-6 .search-box .icon-search {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.header-6 .butnn {
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: .325rem .7rem;
    border-radius: .45rem;
    background-color: #ff6f62;
    border-color: #ff6f62;
    cursor: pointer;
}


/***header7**/

.header7 .navbar-nav .nav-item {
    padding: 0px 10px;
    cursor: pointer;
}

.header7 .navbar-nav .nav-link {
    color: #ff6f62;
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    padding-top: 5px;
}

.header7 .firstchild {
    margin-right: 10%;
}

.header7 .hotelName .btn-light,
.header7 .hotelName .btn-light:focus {
    color: black;
    box-shadow:none;
    border: none;
    padding: 0;
    font-size: 22px !important;
    background-color: transparent !important;
}
.header7 .selectProperty{
    /*max-width: 220px;*/
    /*overflow: hidden;*/
    display:inline-flex;
}
.header7 .selectProperty h2{
    font-size: 23px !important;
    margin-right:5px;
}
@media only screen and (max-width: 800px) {
    .header7 .logo{
        height:30px;
        width:30px;
    }
    .header7 .selectProperty {
        display:block;
    }
    .header7 .selectProperty h2 {
        font-size: 12px !important;
    }
    .header7 .hotelName .btn-light,
    .header7 .hotelName .btn-light:focus {
        font-size: 14px !important;
    }
}

.header7 .bootstrap-select>.dropdown-toggle.bs-placeholder,
.header7 .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.header7 .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.header7 .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: black;
    padding-left: 0;
}

.header-8 .btn-danger {
    background-color: #ff6f62;
    color: white;
    font-weight: bold;
    border: none;
}

.header-8 .btn-link {
    color: #ff6f62;
}