li.hmlog {
    display: flex;
    align-items: center;
}
li.hmlog a{color: #000 !important;}
ul.headerMenu li {
    padding: 10px 20px;
	font-family:'Roboto-Light', 'DroidKufiRegular' !important;
}
ul.headerMenu li a{
   font-size: 14px;
   color: #000 !important;
}
a.slashSpace {
    padding: 0 5px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease 0.9s;
    background: #fff;
    padding: 15px 0;
	color: #000 !important;
	box-shadow: 0px 1px 2px 0px rgb(255 255 255 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
	width: 100%;
	transition: all ease 0.9s;
	position: relative;
    z-index: 9;
}
.headlogo {
    background: url(../images/logo.png);
    width: 164px;
    height: 51px;
}
.sticky .headlogo {
    background: url(../images/logo.png);
    width: 164px;
    height: 51px;
}
.country_flag img {
    width: 24px;
    margin-left: 3px;
    height: 17px;
}
li.nav-item.dropdown {
    padding-left: 0px;
}
.top_search_menu a.dropdown-item {
    border-bottom: 1px solid #cccccc8a;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
    padding-left: 7px;
    padding-right: 7px;
}
.banner_main .carousel-inner img {
    height: 750px;
    background-position: center;
    background-size: cover;
}
.banner_main .carousel-control-next, .banner_main .carousel-control-prev {
    width: 5%;
}
.banner_main .carousel-control-next-icon, .banner_main .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.search_are_outer {
    padding-top: 0;
    position: absolute;
    top:auto;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    min-width: 1200px;
     z-index: 3;
}
.search_area {
    background: #184b92;
    width: 100%;
    border-radius: 15px;
    margin-top: 40px;
}
ul.hmsearchTabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #4bc0fc;
    padding: 20px 25px 15px;
}
ul.hmsearchTabs li a{color: #fff; font-size: 17px;font-family: 'Roboto-Bold', 'DroidKufiBold';}
ul.hmsearchTabs li{padding-left: 35px;}
.searchpanel_box {
    padding: 25px;
}
a.tab-links.active {
    border-bottom: 3px solid #ffce00;
    padding-bottom: 16px;
}
.hmFld01 {
    width: 22%;
    position: relative;
    border: 1px solid #4bc0fc;
    border-radius: 10px;
    height: 65px;
}
.hmcreatePackSearchFlds {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hmcreatePackSearchFlds .hmFld01 label {
    position: absolute;
    right: 15px;
    top: -12px;
    background: #184b92;
    color: #fff;
    padding: 0 10px;
    z-index: 1;
    width: auto;
}
.hmcreatePackSearchFlds .hmFld01 input[type="text"] {
    background: transparent;
    border: none;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding-right: 50px;
}
.hmcreatePackSearchFlds .hmFld01 ::placeholder {
 color: #fff;
}
.hmpackCalIcon{position: relative;}
.hmpackCalIcon::before {
    background: url(../images/pack_hmCalIcon.svg);
    width:18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 22px;
    top: 20px;
    content: '';
}
.pack_hmGuestIcon::before {
    background: url(../images/pack_hmGuestIcon.svg);
    width: 17px;
    height: 19px;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 20px;
    content: '';
}
.pack_hmDownArrow::before {
    background: url(../images/pack_hmDownArrow.svg);
    width: 13px;
    height: 8px;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 28px;
    content: '';
}
.hmpackSearchIcon {
    background: url(../images/pack_hmSearchIcon.svg);
    width: 31px;
    height: 31px;
    background-size: contain;
    display: inline-block;
    background-position: center;
}
.hmcreatePackSearchFlds .hmFld01 select {
    background: transparent;
    border: none;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding-right: 25px;
}
.hmcreatePackSearchFlds .hmFld01 select:focus {
    border: none !important;
    box-shadow: none;
}
.hmcreatePackSearchFlds .hmFld01 select option { color: black; }
button.hmPackSearchBtn {
    background: #ffce00;
    padding: 10px;
    border-radius: 10px;
    width: 8%;
    text-align: center;
    height: 65px;
    line-height: 65px;
    border: none;
    outline: none;
}
.hmcreatePackSearchFlds .psngerBox {
    margin-top: 5px;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    right: 0px;
    top: 100%;
    padding: 12px;
    width: 300px;
    color: #000000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 5%);
    border: solid #cccccc 1px;
}
.hmcreatePackSearchFlds .room-repeat {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.hmcreatePackSearchFlds .room-repeat h3 {
    font-size: 16px;
    color: #000000;
    margin:0;
}
.hmcreatePackSearchFlds .room-repeat ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hmcreatePackSearchFlds .room-repeat ul li {
    margin-bottom: 5px;
    width: 48%;
}
.hmcreatePackSearchFlds .room-repeat .form-group {
    margin-bottom: 5px;
    position: relative;
}
.hmcreatePackSearchFlds .room-repeat ul li label {
    font-size: 12px;
    position: relative !important;
    background: transparent !important;
    color: #000 !important;
    right: 0 !important;
    top: 0px !important;
    padding: 0px !important;
    margin-bottom: 2px;
}
.hmcreatePackSearchFlds .room-repeat select {
    width: 100%;
    font-size: 14px;
    color: #373e43;
    border: solid #cccccc 1px;
    border-radius: 5px;
    min-height: 40px;
    padding: 0 12px;
    box-shadow: none;
}
.hmcreatePackSearchFlds .room-repeat  select:focus {
    border: 1px solid #ccc !important;
    box-shadow: none;
}
.pack_hmDownArrowblack::before {
    background: url(../images/pack_hmDownArrow_black.svg);
    width: 11px;
    height: 7px;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 38px;
    content: '';
    background-repeat: no-repeat;
}
.psngr_applyBox button.btn.btn-block {
    background: #ffce00;
    color: #000;
    font-size: 15px;
    border-radius: 50px;
}
.hmcreatePackSearchFlds .psngerBox span.addRoom {
    color: #184b92;
    font-size: 12px;
    background: transparent;
    padding: 0px;
    cursor: pointer;
}
span.removeRoom {
    color: #0085cc;
    font-size: 12px;
    cursor: pointer;
}
.hmcreatePackSearchFlds .psngerBox .close {
    color: #FFF;
    padding: 0;
    margin: 0;
    background-image: url(../images/close.svg);
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    opacity: 1;
    font-size: 25px;
    font-weight: normal;
    background-size: contain;
}

.hmcreatePackSearchFlds.hmfixedDepartFlds .hmFld01 {
    width: 45%;
    position: relative;
    border: 1px solid #4bc0fc;
    border-radius: 10px;
    height: 65px;
}
.hmsuperPrice h6 {
    font-size: 15px;
    color: #6f787e;
}
.hmsuperPrice h6 span{
    font-size: 15px;
    color: #d91036;
}
.hmholidayPack .caption {
    position: absolute;
    bottom:20px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    font-family: 'Roboto-SemiBold', 'DroidKufiBold';
}
.hmholidayPack::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-image: url(../images/holdays_shadeBg.png);
    height: 140px;
}
.hmholidayPack img{height: 355px;}
.hmholidayPack {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.hm_whybest img {
    width: 80px;
    height: 80px;
    border: 1px solid #184b92;
    padding: 15px;
    border-radius: 50px;
}
.hmAppbrdr {
    border-radius: 10px;
    border: 1px solid #ccc;
    display: flex;
    height: 180px;
}
.appbg {
    background-image: url(../images/app_download.png);
    height: 260px;
    width: 455px;
    display: inline-block;
    position: relative;
    top: -79px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.appDownloadDtls {
    width: 30%;
    border-left: 1px solid #ccc;
}
.hmqrcode img {
    margin-right: 0;
    border: 1px solid #ccc;
    width: 105px;
    height: 102px;
}
.downloadStore {
    width: 48%;
}
.hm_newsLetter {
    padding-right: 30px;
    width: 30%;
    padding-top: 25px;
}
.hm_newsLetter .form-group{
    display: flex;
    position: relative;
}
button.theme_button.hm_subscribeBtn {
    border: none;
    position: absolute;
    left: 3px;
    top: 2px;
}
.foot_arrow li:after {
    background: url(../images/foot_arrow.png);
    content: "";
    position: absolute;
    height: 8px;
    width: 6px;
    left: 0px;
    top: 7px;
}
.foot_Secure li {
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
    padding-right: 0px
}
.social ul li img {
    width: 30px;
    height: 30px;
}
.foot_list {
    padding-left: 15px;
}
.footBottmDtls{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.footTerms {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #818181;
}
ul.footTerms a{
    color: #818181;
    font-size: 13px;
}
.foot_bottom p {
    color: #818181;
    font-size: 13px;
}
img.footLogo {
    height: 40px;
}
.langCurrency {
    font-size: 14px;
    padding: 15px !important;
    color: #000;
}
.langCurrency p {
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.hmlang ul.langFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hmlang ul.langFlex li {
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
    background-color: #fff;
    color: #39434e;
    width: 44%;
    margin-top: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}
.hmlang ul.langFlex li.active {
    background-color: #184b92;
    border: 1px solid #184b92;
    margin-right: 0 !important;
}
.hmlang ul.langFlex li a {
    padding: 0;
    color: #000 !important;
    display: block !important;
}
.hmlang ul.langFlex li.active a {
    padding: 0;
    color: #fff !important;
    display: block !important;
}

.hmcreatePackSearchFlds .form-control:focus {
    border: none !important;
}
section.hm_advertiseBanner .owl-nav {
    display: none;
}
.hmcode.hasDownArrow span.select2.select2-container.select2-container--default {
    width: 100% !important;
    border-left: 1px solid #ccc;
}
.hmcode.hasDownArrow .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
}
section.hm_advertiseBanner {
    padding-top: 20px;
}
.hm_newsLetter span#email-error {
    position: absolute;
    bottom: -20px;
    right: 10px;
}
.top_search_menu.nav_mobHide.b2b_head_rht ul li {
    padding-right: 10px;
}
.b2b_tab.tabs .hmFld01.hmpackCalIcon {
    margin-bottom: 10px;
}
.b2b_tab.tabs .hmFld01.pack_hmGuestIcon {
    margin-bottom: 10px;
}
.b2b_tab.tabs .hmcreatePackSearchFlds {
    flex-wrap: wrap;
    gap:15px;
}
.b2b_tab.tabs .hmFld01 {
    width: 48%;
    border: 1px solid #184b92;
}
.react-datepicker-popper {
    width: 100%;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 label {
    background: #ffffff;
    color: #184b92;
}
.b2b_tab.tabs button.hmPackSearchBtn {
    width: 48%;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 input[type="text"] {
    color: #000000 !important;
    font-size: 14px;
}
.b2b_tab.tabs .react-datepicker__month-container {
    float: inherit;
}
.b2b_tab.tabs .react-datepicker {
    width: 100%;
}
.b2b_tab.tabs .hmfixedDepartSearch .react-datepicker__month .react-datepicker__month-text {
    padding: 10px 15px;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 ::placeholder {
 color: #000 !important;
 font-size: 14px;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 select {
    color: #000000 !important;
    font-size: 14px;
}
.b2b_tab.tabs .pack_hmDownArrow::before {
    background: url(../images/b2bpack_hmDownArrow.svg);
    background-size: contain;
}
.b2b_tab.tabs .pack_hmGuestIcon::before {
    background: url(../images/b2bpack_hmGuestIcon.svg);
    background-size: contain;
}
.b2b_tab.tabs .hmpackCalIcon::before {
    background: url(../images/b2bpack_hmCalIcon.svg);
    background-size: contain;
}
table#jazeeraRecentTable {
    width: 100% !important;
}
.top_search_menu.nav_mobHide.b2b_head_rht ul {
    gap: 20px;
}
.b2b_tab.tabs .select2-container {
    width: 100% !important;
}
#customLength {
    width: 100%;
}
#customSearch {
    width: 100%;
}
#customSearch input[type="search"] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    padding-right: 15px;
}
.b2b_recent_box .row {
    align-items: center;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
    font-family: 'Roboto-Bold', 'DroidKufiBold' !important;
}
a.btn.btn-primary.btn-sm.view-btn {
    width: auto;
    margin-left: 10px;
    font-size: 14px;
    background: #ffce00;
    color: #000;
}
button.btn.btn-primary.btn-sm.duplicate-btn {
    width: auto;
    margin-left: 0;
    font-size: 14px;
    background: #ffce00;
    color: #000;
}
#customLength label {
    margin-bottom: 0;
}
#customSearch label {
    margin-bottom: 0;
}
#customLength label select {
    box-shadow: none;
}