.f-tabs label {
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400; 
    position: absolute;
    padding-left: 12px;
}
.f-tabs input{
    width: 100%;
}
.tp-banner-container {
   overflow: unset;
}
.smbox.roombases,
.smbox.datenight {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.smbox.roombases> div,
.smbox.datenight> div{
    width: 100%;
    position: relative;
} 
.duration-field-RUH {
    background-color: #fff;
    padding-left: 5px;
    height: 54px;
    padding: 15px 8px 0 40px;
    font-size: 14px;
    color: #333;
    background-image: url(/content/images/night-icon.png), url(/content/images/greyArrow.png);
    background-position: left 13px bottom 11px, right 15px top 25px;
    background-repeat: no-repeat, no-repeat;
    cursor: pointer;
    line-height: 33px;
}
.boardbasis-field-RUH {
    background-color: transparent;
    padding-left: 5px;
    height: 54px;
    padding: 15px 8px 0 15px;
    font-size: 14px;
    color: #333;
    background-image: url(/content/images/greyArrow.png);
    background-position: right 15px top 25px;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.datenight .fdate input {
    background-image: url(/content/images/date-icon.png);
    background-repeat: no-repeat;
    background-position: left 13px bottom 11px;
    padding-left: 40px;
}
.roombases input#totalpersonH {
    background-image: url(/content/images/room.png), url(/content/images/greyArrow.png);
    background-position: left 13px bottom 11px, right 15px top 25px;
    background-repeat: no-repeat, no-repeat;
    padding: 15px 30px 0 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor:pointer;
}

/*Room Select*/
.hotelguestdrop {
    position: absolute;
    display: none;
    width: 370px;
    background: #fff;
    box-shadow: 0 12px 26px 0 rgba(0, 0, 0,0.6);
    border-radius: 4px;
    top: 55px;
    left: 0;
    padding: 0 20px;
    z-index: 1;
}
.hotelguestdrop:before {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -18px;
    left: 110px;
}
.hotelguestdrop h3 {
    border-radius:30px;
    display:inline-block;
    color:#fff;
    padding:5px 11px;
    font-size:12px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:0;
    margin-top:11px;
    background:var(--skyBlue);
}
.smbox.roombases {
    position: relative;
}
.hotelguestdrop .btsmoreroom button {
    display: block;
    width: 33%;
    font-size: 16px;
    padding: 6px 30px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 40px;
    background:var(--blueBg); 
    border: none;
    margin-left: 34%;
    margin-top: 7px;
    cursor: pointer;
}
body .hotelguestdrop .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
}
.hotelguestdrop .box label {
    font-size: 14px;
    font-weight:400;
    margin:0;
    color: #181818;
}
.hotelguestdrop .box label small {
    font-size:11px
}
.hotelguestdrop .box .bunch {
    display: flex;
    align-items: center;
    width: auto;
}
.hotelguestdrop .box .bunch input {
    width:40px;
    text-align:center;
    font-size:20px;
    border:0;
    color:#000;
    padding:0;
}
.hotelguestdrop .box .bunch span {
    background: var(--blueBg);
    width: 24px;
    height: 24px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    padding-top: 1px;
    padding-left: 2px;
}
.btsmoreroom {
    text-align:right;
    padding-top:10px;
    padding-bottom:20px
}
.btsmoreroom a {
    color:#000;
    font-weight:500;
    font-size:13px;
    margin-left:10px;
    font-weight:bold;
    text-decoration:underline;
}
.btsmoreroom a#btnRemoveRoom {
    color: red
}
.search-index-page .tabRow {
    display: none;
}
.TB_mainhead .search-index-page .tabRow {
    display: flex;
}
.search-index-page #flightTab, .search-index-page #holidayTab {
    background: var(--blueBg);
    padding: 10px 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: flex;
    padding: 5px 15px;
    align-items: center;
}
.search-index-page #holidayTab i,
.search-index-page #flightTab i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-right:8px;
}
.search-index-page #holidayTab {
    top: 72px;
    font-size: 14px;
}
.search-index-page #flightTab.active,
.search-index-page #holidayTab.active {
    background: var(--skyBlue) !important;
}
.search-visit> div.active i.fa.fa-plane{
    color: #fff;
}
.basisbox ul.ruhdrodw, .tnight ul.ruhdrodw {
    position: absolute;
    right: 0;
    background: rgb(255, 255, 255);
    width: 227px;
    top: 54px;
    z-index: 1;
    height: 200px;
    overflow-y: auto;
    border: solid 1px #ededed;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0,0.4);
}
.basisbox ul.ruhdrodw li,
.tnight ul.ruhdrodw li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3px 8px;
    color: #000;
    cursor: pointer;
}
.basisbox ul.ruhdrodw li.active,
.tnight ul.ruhdrodw li.active {
    background: var(--blueBg);
    color: #fff;
}
#formHotelSearch .searchbtnhome {
    position: inherit;
    width: 100%;
    position: inherit;
    transform: none;
}
.searchbtnhome #btnSearchHotels {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    border: none;
    line-height: 1.5rem;
    padding: 0.625rem 1rem;
    width: 100%;
    height: 100%;
    background: var(--skyBlue);
    max-width:200px;
}
div#holidayTab img {
    width: 18px;
    margin-top: 2px;
    float: none;
    position: static;
    height: auto;
    margin-right: 8px;
}
.errorMsg:before{
    content: ' ';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #921115;
    position: absolute;
    top: -5px;
}
.errorMsg {
    position: absolute;
    left: 0;
    top: 60px;
    background: #921115;
    z-index: 9999999;
    font-size: 13px;
    color: #fff;
    padding: 3px 15px;
}
i.fa.fa-times-circle.demo-label {
    position: absolute;
    top: 0px;
    right: 11px;
    color: #a09999;
    z-index: 1111;
    font-size:18px;
}
.searchSec {
    position: relative;
}
.new-year-flights img {
    height: 488px;
}
.hotelguestdrop h3 + a {
    color: #f00;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    text-decoration:underline;
}
.f-tabs {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 5px;
}
.f-tabs .arrivalBox {
    width: 40%;
    display: flex;
    position:relative;
}
.f-tabs .arrivalBox .From {
    width: 50%;
}
.f-tabs .datenight {
    width: 30%;
}
.f-tabs .roombases {
    width: 30%;
}
#txtHolidayOriginCode,
#txtHolidayDestCode {
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    background-color:transparent;
}
.f-tabs .arrivalBox .From::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ccc;
    right: 6px;
    top: 33%;
}
.f-tabs .hotelguestdrop label {
    position:inherit;
}