li.hmlog {
    display: flex;
    align-items: center;
}
li.hmlog a{color: #001326 !important;}
ul.headerMenu li {
    padding: 8px 15px;
    font-family: 'AvenirRegular', 'BukraRegular' !important;
    background: #fff;
    border-radius: 10px;
        min-height: 50px;
    display: flex;
    align-items: center;
}
ul.headerMenu li a{
   font-size: 14px;
   color: #004c97 !important;
   text-decoration: none !important;
       font-family: 'AvenirHeavy', 'BukraBold';
}
a.slashSpace {
    padding: 0 5px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease 0.9s;
     padding: 15px 0;
	color: #001326 !important;
 	width: 100%;
	transition: all ease 0.9s;
	position: relative;
    z-index: 9;
}
.headlogo {
    background: url(../images/Jazeera_logo.svg);
    width: 230px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none !important;
}
.sticky .headlogo {
    background: url(../images/Jazeera_logo.svg);
    width: 230px;
    height:60px;
    background-size: contain;
    background-repeat: no-repeat;
}
.country_flag img {
    width: 24px;
    margin-right: 0px;
    height: 17px;
}
li.nav-item.dropdown {
     
}
.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: 700px;
    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:150px;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1300px;
    min-width: 1300px;
    z-index: 0;*/
}
.searchpanel_box {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 6px 11px rgb(46 46 46 / 25%);
/*    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);*/
    width: 100%;
    border-radius: 24px;
    padding: 20px;
}
.search_area_topnav{
    display: flex;
    justify-content: center;
}
ul.hmsearchTabs {
    display: flex;
    align-items: center;
    padding: 2px;
    gap: 5px;
    margin: 0px;
    margin-left: 0;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 25px;
    width: fit-content;
    border: solid #c4d6ea 1px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}

ul.hmsearchTabs li a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    justify-content: center;
    border-bottom: none;
    color: #004c97;
    line-height: 17px;
    font-size: 17px;
    height: 42px;
     border-radius: 25px;
}

ul.hmsearchTabs li a.active {
    background-color: #004a97;
    color: #fff;
    border-radius: 24px;
}
.hmFld01 {
    width: 22%;
    position: relative;
}
.hmcreatePackSearchFlds {
    display: flex;
    gap: 15px;
    margin-top: 0;
}

.hmcreatePackSearchFlds .hmFld01 ::placeholder {
 color: #001326;
}
.hmpackCalIcon{position: relative;}
.hmpackCalIcon::before {
    background: url(../images/pack_hmCalIcon.svg);
    width:18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    left: 22px;
    top: 20px;
    content: '';
}
.pack_hmGuestIcon::before {
    background: url(../images/pack_hmGuestIcon.svg);
    width: 17px;
    height: 19px;
    background-size: contain;
    position: absolute;
    left: 25px;
    top: 20px;
    content: '';
}
.pack_hmDownArrow::before {
    background: url(../images/pack_hmDownArrow.svg);
    width: 13px;
    height: 8px;
    background-size: contain;
    position: absolute;
    right: 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 option { color: #001326; }
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;
    left: 0px;
    top: 100%;
    padding: 12px;
    width: 300px;
    color: #001326;
    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: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hmcreatePackSearchFlds .room-repeat ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hmcreatePackSearchFlds .room-repeat .form-group {
    margin-bottom: 5px;
    position: relative;
}
.hmcreatePackSearchFlds .room-repeat ul li label {
    font-size: 14px;
    position: relative !important;
    background: transparent !important;
    color: #001326 !important;
    left: 0 !important;
    top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0;
    line-height: 1.5;
}
.hmcreatePackSearchFlds .room-repeat select {
    width: 100%;
    font-size: 14px;
    color: #373e43;
    border: none;
    border-radius: 0;
    min-height: auto;
    padding: 0 12px;
    box-shadow: none;
}

.pack_hmDownArrowblack::before {
    background: url(../images/pack_hmDownArrow_black.svg);
    width: 11px;
    height: 7px;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 38px;
    content: '';
    background-repeat: no-repeat;
}
.psngr_applyBox button.btn.btn-block {
    background: #ffce00;
    color: #001326;
    font-size: 15px;
    border-radius: 50px;
	font-family: 'AvenirHeavy', 'BukraBold' !important;
	padding: 10px;
}

.hmcreatePackSearchFlds .psngerBox .close {
    color: #FFF;
    padding: 0;
    margin: 0;
    background-image: url(../images/close.svg);
    position: absolute;
    right: 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;
}
.hmsuperPrice h6 {
    font-size: 15px;
    color: #6f787e;
}
.hmsuperPrice h6 span{
    font-size: 15px;
    color: #d91036;
}
.hmholidayPack .caption {
    position: absolute;
    bottom:20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    font-family: 'AvenirHeavy', 'BukraBold';
}
.hmholidayPack::after {
    position: absolute;
    content: '';
    left: 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 #004a97;
    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;
}
.appDownloadDtls {
    width: 30%;
    border-right: 1px solid #ccc;
}
.hmqrcode img {
    margin-left: 0;
    border: 1px solid #ccc;
    width: 105px;
    height: 102px;
}
.downloadStore {
    width: 48%;
}
.hm_newsLetter {
    padding-left: 30px;
    width: 30%;
    padding-top: 25px;
}
.hm_newsLetter .form-group{
    display: flex;
    position: relative;
}
button.theme_button.hm_subscribeBtn {
    border: none;
    position: absolute;
    right: 3px;
    top: 2px;
}
.foot_arrow li:after {
    background: none;
    content: "";
    position: absolute;
    height: 8px;
    width: 6px;
    right: 0px;
    top: 7px;
}
.foot_Secure li {
    padding-bottom: 8px;
    position: relative;
    padding-right: 0;
    padding-left: 0px;
}
.foot_Secure li:after {
    display: none;
}
.social ul li img {
    width: 30px;
    height: 30px;
}
.foot_list {
    padding-right: 15px;
}
.footBottmDtls{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid #fff 1px;
    padding-top: 25px;
    padding-bottom: 15px;
}
ul.footTerms {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #818181;
}
ul.footTerms a{
    color: #fff;
    font-size: 14px;
}
.foot_bottom p {
    color: #fff;
    font-size: 14px;
}
img.footLogo {
    height: 60px;
}
.langCurrency {
    font-size: 14px;
    padding: 15px !important;
    color: #001326;
}
.langCurrency p {
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-family: 'AvenirBlack', 'BukraBold';
    font-size: 14px;
}
.hmlang ul.langFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
    margin:0px;
    gap:10px;
}
.hmlang ul.langFlex li {
	width: 44%;
	min-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #39434e;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}
.hmlang ul.langFlex li.active {
    background-color: #184b92;
    border: 1px solid #184b92;
    margin-left: 0 !important;
}
.hmlang ul.langFlex li a {
	width:100%;
     min-height: 40px;
    padding: 0;
    color: #001326 !important;
    border-radius: 10px;
    padding: 5px 20px;
    display: inline-flex;
    gap: 0;
	justify-content: center;
}
.hmlang ul.langFlex li.active a {
     min-height: 40px;
    padding: 0;
    color: #fff !important;
    border-radius: 10px;
    padding: 5px 20px;
    display: inline-flex;
    gap: 0;
}

section.hm_advertiseBanner .owl-nav {
    display: none;
}
.hmcode.hasDownArrow span.select2.select2-container.select2-container--default {
    width: 100% !important;
    border-right: 1px solid #b3c9e0;
}

section.hm_advertiseBanner {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ebf3ff;
}
.hm_newsLetter span#email-error {
    position: absolute;
    bottom: -20px;
    left: 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%;
}
.searchpanel_box .react-datepicker-popper {
    width: 550px;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 label {
    background: #ffffff;
    color: #004a97;
}
.b2b_tab.tabs button.hmPackSearchBtn {
    width: 48%;
}

.b2b_tab.tabs .hmfixedDepartSearch .react-datepicker__month .react-datepicker__month-text {
    padding: 10px 15px;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 input[type="text"] {
    color: #001326 !important;
    font-size: 14px;
}
.b2b_tab.tabs .react-datepicker__month-container {
    float: inherit;
}
.b2b_tab.tabs .react-datepicker {
    width: 100%;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 ::placeholder {
 color: #001326 !important;
 font-size: 14px;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 select {
    color: #001326 !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-left: 15px;
}
.b2b_recent_box .row {
    align-items: center;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
    font-family: 'AvenirHeavy', 'BukraBold' !important;
}
a.btn.btn-primary.btn-sm.view-btn {
    width: auto;
    margin-right: 10px;
    font-size: 14px;
    background: #ffce00;
    color: #001326;
}
button.btn.btn-primary.btn-sm.duplicate-btn {
    width: auto;
    margin-right: 0;
    font-size: 14px;
    background: #ffce00;
    color: #001326;
}
#customLength label {
    margin-bottom: 0;
}
#customSearch label {
    margin-bottom: 0;
}
#customLength label select {
    box-shadow: none;
}
.btn_grid {
    padding: 10px 0;
}
.formbtn_gradient {
    background-color: #ffce00;
    border: 0;
    color: #001326;
    border-radius: 50px;
    font-size: 17px;
}

ul.flight_tabs {
    padding: 0px;
    margin: 0px;
}
.searchpanel_box .flight_tabs_wrpr .flight_tabs li a:before {
    border-radius: 50%;
    background: #ffffff;
    border: solid #ccc 1px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.searchpanel_box .flight_tabs_wrpr .flight_tabs li a.active:after {
    border-radius: 50%;
    background-image: url(../images/newhm_CheckRound.png);
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    background-size: contain;
    background-color: transparent;
    border: none;
}
.searchpanel_box .flight_tabs_wrpr .flight_tabs li a {
    padding: 6px 22px;
    line-height: 18px;
    transition: all .3s;
    position: relative;
    font-size: 14px;
    color: #001326;
}
.searchpanel_box .flight_tabs_wrpr {
    margin-top: 0px;
    margin-bottom: 15px;
}
ul.hmsearchTabs li .hmnewflight_icon{
    background: url(../images/hmnew_flight_icon.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewflight_icon{
    background: url(../images/hmnew_flight_icon_active.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewhotel_icon{
    background: url(../images/hmnewhotel_icon.svg) no-repeat;
	width: 17px;
	height:17px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewhotel_icon{
    background: url(../images/hmnewhotel_icon_active.svg) no-repeat;
	width: 17px;
	height:17px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewdynamicPack_icon{
    background: url(../images/hmnewdynamicPack_icon.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewdynamicPack_icon{
    background: url(../images/hmnewdynamicPack_icon_active.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewstaticPack_icon{
    background: url(../images/hmnewstaticPack_icon.svg) no-repeat;
	width:21px;
	height:21px;
	display: inline-block;
	background-size: contain;
    background-position: center;
}
ul.hmsearchTabs li a.active .hmnewstaticPack_icon{
    background: url(../images/hmnewstaticPack_icon_active.svg) no-repeat;
	width:21px;
	height:21px;
	display: inline-block;
	background-size: contain;
    background-position: center;
}
ul.hmsearchTabs li .hmnewfixedPack_icon{
    background: url(../images/hmnewfixedPack_icon.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewfixedPack_icon{
    background: url(../images/hmnewfixedPack_icon_active.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewtransfer_icon{
    background: url(../images/hmnewtransfer_icon.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewtransfer_icon{
    background: url(../images/hmnewtransfer_icon_active.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewactivity_icon{
    background: url(../images/hmnewactivity_icon.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewactivity_icon{
    background: url(../images/hmnewactivity_icon_active.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}

.hmnewNonStops {
    width: 100%;
    display: flex;
    justify-content: end;
    position: relative;
}
p.hmcalday {
    margin-bottom: 10px;
    font-size: 14px;
}
.hmnewNonStops .hmcol_4.hmStops {
    display: flex;
    gap: 20px;
    align-items: center;
}
.agencyList.hm_behalf {
    position: relative;
    left: 0px;
    top: 10px;
}
.field_row.hmnewFldsBottm.hmflagentbookings .agencyList.hm_behalf {
    top: 0px;
    margin-right: 15px;
}
.field_row.hm_multycity {
    margin-bottom:20px;
}
.hm_nonstop.hm_padding.multicityNonStops {
    padding-top: 20px;
    padding-left: 10px;
}
.search_field_main .field_row.hm_multycity input {
    font-size: 20px;
}
.search_field_main .field_row.hm_multycity label {
    width: 100%;
    font-size: 14px;
    color: #001326;
    margin-bottom: 0;
}

.search_field_main .field_row.hm_multycity .form-group {
    margin-bottom: 5px;
    position: relative;
}
.field_clm_3.hmhtlnationality .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
.field_clm_3.hmhtlnationality .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: none;
    border-radius: 0px;
    background-color: transparent;
}
.search_field_main.hotel_search input {
    width: 100%;
    font-size: 25px;
}
.search_field_main.hotel_search .select2-container .select2-selection--single {
    height: 38px !important;
}
.search_field_main.hotel_search .field_clm_3.field_clm_3_psngr.HmHotelTravel {
    padding-right: 15px;
}
.search_field_main.hotel_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
    height: 38px !important;
}

.hmnewtransfersDates .transtime {
    font-size: 14px;
    width:75% !important;
    padding-left: 10px !important;
        position: relative;
    top: -4px;
}
.room-repeat ul li {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}
.room-repeat ul li select {
    border-bottom: 1px solid #ccc !important;
    padding-left: 10px;
    height: auto !important;
}
.room-repeat ul li select.form-control:focus {
    outline: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc !important;
}
.psngerBox .room-repeat .down_arrow:after {
    top: 6px;
    right: 8px;
}
.room-repeat .form-group.down_arrow {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.room-repeat ul li label {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    margin-bottom: 0px;
}
.room-repeat {
    border-bottom: none;
    padding-bottom: 0px;
}
.psngerBox .selectCabn select {
    border: 1px solid #ccc;
    padding-left:10px;
    font-size: 14px;
}
.psngerBox .selectCabn .down_arrow:after {
    top: 18px;
    right: 10px;
}
.psngerBox .selectCabn select.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #ccc !important;
}
.hmhtlAddrooms {
    margin-bottom: 20px;
}
.room-repeat.packageRoom h3 {
    margin-bottom: 10px;
}
.room-repeat.packageRoom{
    border-bottom: none;
}
.ui-datepicker-title span {
    font-size: 15px;
}
table.ui-datepicker-calendar th span {
    font-size: 12px;
}
footer ul {
    padding: 0;
    margin: 0px;
}
select option{
    font-size:14px;
    padding-left: 10px;
    font-family: 'AvenirRegular', 'BukraRegular';
}
.hmcreatePackSearchFlds .hmFld01.down_arrow label{
    padding-left: 10px;
}
.hmcreatePackSearchFlds .hmFld01.down_arrow p.hmcalday{
    padding-left: 10px;
}
.search_field_main .ui-datepicker th {
    font-family: 'AvenirHeavy', 'BukraBold' !important;
    font-size: 14px;
}
.search_field_main .ui-datepicker .ui-datepicker-prev, .search_field_main .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.search_field_main .ui-datepicker td {
    border: 0;
    padding: 0;
}
.search_field_main a.ui-state-default {
    padding:5px;
}


.selectCabn.dynamicPackCabin label {
    padding-left: 5px;
    margin-bottom: 0px;
}
.psngerBox .selectCabn.dynamicPackCabin .down_arrow:after {
    top: 38px;
    right: 10px;
}
.hmcreatePackSearchFlds .hmnewNonStops {
    display: flex;
    justify-content: start;
    margin-top:0px;
    width: auto;
}
.hmdynmicPackAddReturnFl {
    margin-top: 20px;
    gap: 30px;
}
.hmdynmicPackAddReturnFl label {
    display: inline-block;
    margin-bottom: 0px;
}
.specialOffersCarrousel .owl-nav {
    display: none;
}
.specialOffersCarrousel  .owl-dots .owl-dot.active span, .specialOffersCarrousel .owl-dots .owl-dot:hover span {
    background: #004a97;
}
.specilOferbtn{
    background: #004a97;
    border-radius: 10px;
    padding: 0 30px;
    height:40px;
    border: none;
    color: #fff;
    margin-top:10px;
    margin-left: 0;
    font-family: 'AvenirHeavy', 'BukraBold' !important;
    font-size: 17px;
}
.hmspecialOfermodal input.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 5px;
    margin-bottom: 15px;
}
ul.hmsearchTabs li {
     
}
.hmflnewfld input {
    border: none !important;
    height: 30px;
    padding: 0;
    background: transparent !important;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    color: #000000 !important;
    font-family: 'AvenirHeavy', 'BukraBold' !important;
     cursor: pointer;
}
.hmflnewfld input::placeholder{
    color: #000000 !important;
}
.hmflnewfld select {
    border: none !important;
    height: 30px;
    padding: 0;
    background: transparent !important;
    width: 100%;
    padding-left: 0;
    font-size: 17px;
    color: #000000 !important;
    font-family: 'AvenirHeavy', 'BukraBold' !important;
    cursor: pointer;
}
 
 
.hmflnewfld {
    
}
.hmflnewfld label {
 
    display: flex;
    width: max-content;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 14px;
    
     z-index: 1;
    color: #555659;
        line-height: 16px;
}
.banner_main {
    position: relative;
    min-height: 650px;
    background-image: url(../images/hm_banner01.jpg);
    background-size: cover;
    width: 100%;
        z-index: 5;
}

.search_hm_main {
    width: 100%;
}
.search_hm_main .field_clm_1 {
    width: 25%;
    position: relative;
}
.search_hm_main .hm_clndr_main {
    display: flex;
    position: relative;
    width: 30%;
    gap: 15px;
}
.search_hm_main .field_clm_3.field_clm_3_psngr.HmTravel {
    width: 20%;
}
.search_hm_main .form-group {
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #004a97;
    border-radius: 10px;
    height: 72px;
    padding: 15px;
    background: transparent !important;
    width: 100%;
    padding-left: 60px;
    font-size: 14px;
    color: #001326 !important;
}
.search_hm_main .down_arrow:after {
    background: url(../images/hmnew_down_arrow.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    content: '';
    right: 12px;
    top: 32px;
    pointer-events: none;
    background-size: contain;
}
.field_row.hmnewFldsBottm {
    align-items: center;
    margin-top: 12px;
}
.fldFrom:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewfromIcon.svg);
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 20px;
    left: 12px;
    background-size: contain;
}
.fldTo:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewToIcon.svg);
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 20px;
    left: 12px;
    background-size: contain;
}
.fldDepart:after {
    content: "";
    position: absolute;
    background: #e3f4fb url(../images/hmnew_dateIcon.svg);
    padding: 20px;
    width: 16px;
    height: 22px;
    z-index: 1;
    top: 15px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: inherit;
    background-position: center;
}
.fldReturn:after {
    content: "";
    position: absolute;
    background: #e3f4fb url(../images/hmnew_dateIcon.svg);
    padding: 20px;
    width: 16px;
    height: 22px;
    z-index: 1;
    top: 15px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: inherit;
    background-position: center;
}
.fldpassnger:after {
    content: "";
    position: absolute;
    background: #e3f4fb url(../images/hmnewpassangerIcon.svg);
    padding: 20px;
    width: 16px;
    height: 22px;
    z-index: 1;
    top: 15px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: inherit;
    background-position: center;
}
.hmnewLocIcon:after {
    content: "";
    position: absolute;
    background: #e3f4fb url(../images/hmnewLocIcon.svg);
    padding: 20px;
    width: 16px;
    height: 22px;
    z-index: 1;
    top: 15px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: inherit;
    background-position: center;
}
.hmnewflagIcon:after {
    content: "";
    position: absolute;
    background: #e3f4fb url(../images/hmnewFlag.svg);
    padding: 20px;
    width: 16px;
    height: 22px;
    z-index: 1;
    top: 15px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: inherit;
    background-position: center;
}
.hmnewCabinIcon:after {
    content: "";
    position: absolute;
    background: #e3f4fb  url(../images/hmnewCabinIcon.svg);
    padding: 20px;
    width: 16px;
    height: 22px;
    z-index: 1;
    top: 15px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: inherit;
    background-position: center;
}
.search_hm_main .field_row.hm_multycity .field_clm_3 {
    width: 30%;
}
.hmnewChangeArow {
    background-color: #ffce00;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -20px;
    top: 15px;
    z-index: 9;
}
.hmChangeArwicon{
    background: url(../images/hmnewChange_icon.svg);
    width:18px;
    height: 18px;
    background-size: contain;
}
.hmSearchIcon{
    background: url(../images/hmnewSearchArrow_icon.svg);
    width:16px;
    height:16px;
    background-size: contain;
    background-repeat: no-repeat;
}
.search_hm_main .searchBtn {
    width: -webkit-fill-available;
    width: -moz-available;
    background: #ffce00;
	border: 1px solid #004a97 !important;
    border-radius: 50px;
    padding: 0 30px;
    height: 72px;
    border: none;
    color: #1c1b1f;
    font-family: 'AvenirHeavy', 'BukraBold' !important;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse;
}
.field_clm_3.hmhtlnationality .select2-container--default .select2-selection--single .select2-selection__rendered{
    /* border: 1px solid #004a97 !important;
    border-radius: 10px;
    height: 60px !important;
    padding: 15px !important;
    background: transparent;
    width: 100% !important;
    padding-left: 40px !important;
    font-size: 14px;
    color: #001326;
    line-height: 30px;*/
    line-height: 30px;
    padding-left: 0;
    color: #000000 !important;
    font-family: 'AvenirHeavy', 'BukraBold' !important;
    font-size: 16px;
}
.transfers_panel .field_clm_3 {
    width:18%;
}
.transfers_panel .hm_clndr_main {
    width: 44%;
}
.transfers_panel .field_clm_3_psngr {
    width: 20% !important;
}
.hmnewtransfersDates {
    display: flex;
    gap: 10px;
}
.search_field_main.activity_search {
    width: 100%;
}
.search_field_main.activity_search .field_row {
    width: 100%;
}
.form-group.hmtransfersDate {
    width: 65% !important;
}
.hmnewtransfersDates select:focus {
    width: 35% !important;
    padding-left: 10px !important;
}
.hmnewtransfersDates.down_arrow:after {
    background: url(../images/down_arrow.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    content: '';
    right: 10px;
    top: 42px;
    pointer-events: none;
}
.hmnewtransfersDates.down_arrow:after{
    background: url(../images/hmnew_down_arrow.svg);
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    content: '';
    right: 12px;
    top: 42px;
    pointer-events: none;
    background-size: contain;
}
.TranfersPassbox .down_arrow:after{
    background: url(../images/hmnew_down_arrow.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    content: '';
    right:12px;
    top: 30px;
    pointer-events: none;
    background-size: contain;
}
.activityTrvelrsList .down_arrow:after{
    background: url(../images/hmnew_down_arrow.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    content: '';
    right:12px;
    top: 30px;
    pointer-events: none;
    background-size: contain;
}
.hmfixedDepartFlds .down_arrow:after{
    background: url(../images/hmnew_down_arrow.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    content: '';
    right:20px;
    top: 24px;
    pointer-events: none;
    background-size: contain;
}
.hmcreatePackSearchFlds.hmfixedDepartFlds {
    margin-top: 10px;
}
.hmcreatePackSearchFlds.hmnewDynamicPackSearch .field_row {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.hmcreatePackSearchFlds.hmnewDynamicPackSearch .field_row:last-child {
    margin-bottom: 0px;
}
.hmdynmicFld01 {
    position: relative;
    width: 28%;
    margin-bottom: 0;
    /* width: 100%; */
    border: 1px solid #004a97;
    border-radius: 10px;
    height: 72px;
    padding: 15px;
    background: transparent !important;
    /* width: 100%; */
    padding-left: 60px;
    font-size: 14px;
    color: #001326 !important;
}
.hmDynmicFldPlus {
    width: 10%;
}
.hmcreatePackSearchFlds.hmnewDynamicPackSearch .down_arrow:after{
    background: url(../images/hmnew_down_arrow.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    content: '';
    right:12px;
    top: 30px;
    pointer-events: none;
    background-size: contain;
}
.dynamicPlusIcon{
    background: url(../images/plus_btn.svg);
    width:45px;
    height:45px;
    display: inline-block;
    background-size: contain;
}
.dynamicMinusIcon{
    background: url(../images/minus_btn.svg);
    width:45px;
    height:45px;
    display: inline-block;
    background-size: contain;
}
.hmDynmicFldPlus {
    width: 10%;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top:7px;
}
.hmdy_fld_close {
    width: 11px;
    height: 12px;
    background: url(../images/close_fild_dy.svg);
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 20px;
    background-repeat: no-repeat;
}
.hmcreatePackSearchFlds.hmnewDynamicPackSearch {
    display: block;
}
.searchBtn {
    width: -webkit-fill-available;
    width: -moz-available;
    background: #ffce00;
	border: 1px solid #004a97 !important;
    border-radius: 50px;
    padding: 0 25px;
    height: 72px;
    border: none;
    color: #1c1b1f;
    font-family: 'AvenirHeavy', 'BukraBold' !important;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse;
}
.hmcreatePackSearchFlds.hmnewDynamicPackSearch .form-group {
    margin-bottom: 10px;
}
.flight_autocomplete.Dy_autoComplete .autocomplete-header h4 {
    font-size: 15px;
    color: #001326;
    opacity: 1;
}
.Dy_autoComplete a.dropdown-item {
    color: #373e43;
    opacity: initial;
}
.hmumrahpackBox .pack_Dtls ul.d-flex.align-items-center {
    margin: 0px;
    padding: 0px;
}
.hmumrahpackBox .pack_Dtls p {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    line-height: 22px;
}
.hmpackStar img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.hmumrahpackBox .hmpackStar {
    background: #ffce00;
    border-radius: 5px;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #001326;
    height: 21px;
    position: absolute;
    top: 8px;
    font-size: 14px;
        right: 8px;
}
.specialOffersCarrousel .item img {
    height: 260px;
    border-radius: 10px;
}
.b2b_tab.tabs .search_hm_main .field_clm_1 {
    width: 48%;
    position: relative;
}
.b2b_recent_box .col-lg-3.mb-2.position-relative.b2b_rcnt_down_arrow .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
.b2b_recent_box .select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    height: 40px !important;
}
.b2b_recent_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}


.b2b_section .hmdynmicFld01 {
    position: relative;
    width: 48%;
}
.b2b_section .hmnewDynamicPackSearch .react-datepicker-popper {
    width: 270px;
}
.b2b_section .Htl_New_RoomPicker {
    width: 340px;
    left: 0 !important;
}
.b2b_section .hmDynmicFldPlus{display: none;}
.b2b_section .search_field_main.activity_search .field_clm_3_activity {
    width: 100%;
    position: relative;
}
.b2b_section .search_field_main.activity_search .hm_clndr_main {
    width: 100%;
    display: flex;
}
.b2b_section .search_field_main.activity_search .field_clm_3 {
        width: 100% !important;
}
.b2b_section .search_hm_main.hotel_search .field_clm_3 {
        width: 100% !important;
    }
.b2b_section .search_hm_main.hotel_search .hm_clndr_main {
    width: 100%;
}
.b2b_section .search_hm_main.hotel_search .field_clm_3.hmhtlnationality {
    width: 100%;
    margin-bottom: 15px;
}
.b2b_section .transfers_panel .FilghtClass .field_clm_3 {
    width: 48%;
}

.hmcreatePackSearchFlds.hmnewDynamicPackSearch .hmflnewfld.hmnewflagIcon ul{
    overflow-x: hidden;
    padding:0;
    margin: 0;
}
.hmcreatePackSearchFlds.hmnewDynamicPackSearch .hmflnewfld.hmnewflagIcon ul li.dropdown-item {
    white-space: normal;
    font-size: 13px;
    padding: 5px 15px;
}

.searchpanel_box .hotel_search .field_clm_3{
        width: 20%;
}
.hm_clndr_main.hmnewDynamicPackCalendar .field_clm_2 {
    border: 1px solid #004a97;
    border-radius: 10px;
    height: 72px;
    padding: 15px;
    background: transparent !important;
    padding-left: 60px;
    font-size: 14px;
    color: #001326 !important;
    width: 45% !important;
    position: relative;
}
.hm_clndr_main.hmnewDynamicPackCalendar .ui-datepicker.ui-datepicker-multi {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: 65% !important;
}

.transfers_panel .form-group {
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #004a97;
    border-radius: 10px;
    height: 72px;
    padding: 15px;
    background: transparent !important;
    width: 100%;
    padding-left: 60px;
    font-size: 14px;
    color: #001326 !important;

}

.transfers_panel select:focus{
  
    height: 30px !important;
    padding: 0 !important;
    background: transparent;
    width: 75% !important;
    padding-left: 0 !important;
    font-size: 14px;
    color: #001326;
    border: none !important;
    padding-left: 10px !important;
}

.activity_panel .form-group {
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #004a97;
    border-radius: 10px;
    height: 72px;
    padding: 15px;
    background: transparent !important;
    width: 100%;
    padding-left: 60px;
    font-size: 14px;
    color: #001326 !important;

}

.DynamiCDate{
    width:40%;
}

.TransfersSrch .search_field_main {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px;
}

.BannerDeals h3{
    font-family: 'AvenirRegular', 'BukraRegular';
    color: #002e46;
    font-size: 26px;
    margin: 0;
    line-height: 40px;
}
.BannerDeals h2{
    font-family: 'AvenirHeavy', 'BukraBold';
    color: #004c97;
    font-size: 32px;
    margin: 0;
    line-height: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bnr_deal_price span{
    font-family: 'AvenirHeavy', 'BukraBold';
    color: #004c97;
    font-size: 32px;
    margin: 0;
    line-height: 40px;
    padding-right: 5px;
}
.Deal_arrow{
    background: url(../images/deal_arrow.svg);
    width: 40px;
    height: 40px;
        display: inline-flex;
}
.BannerDeals .BnrAds_carrousel {
    padding-bottom: 80px;
     
}

.BannerDeals .owl-theme .owl-dots, .owl-theme .owl-nav{
    text-align: left;
    position: absolute;
    top: -40px;
}

.BannerDeals .owl-nav{
    display: none;
}

.BannerDeals .owl-theme .owl-dots .owl-dot.active span, .BannerDeals .owl-theme .owl-dots .owl-dot:hover span {
    background: #004a97;
}
.BannerDeals .owl-theme .owl-dots .owl-dot span{
    background: #41b4e6;
    margin: 5px 5px;
    width: 12px;
    height: 12px;
}
.BannerDeals{
    padding-top: 30px;
}

.loginIcon_hm{
    background: url(../images/login_home_icon.svg);
    width: 35px;
    height: 35px;
    display: inline-flex;
}
span.dropC {
    line-height: 16px;
}
.headerMenu .dropdown-toggle::after{
    top: 0;
}
.dynamicCalender{
    display: flex;
    width: 100%;
}
.dyClnder_speration {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000000 !important;
    font-family: 'AvenirHeavy', 'BukraBold' !important;
}
.GroupTDayNight {
    display: flex;
    justify-content: end;
}

.GroupTDayNight span:first-child {
    width: 24px;
    height: 24px;
    background: #000;
    border: solid #fff 1px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 00;
}
.GroupTDayNight span:last-child {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.DayN_List_flx{
    display: flex;
    gap: 15px;
}
.fxd_crsl_date {
    color: #6f787e;
    font-size: 15px;
}
.fxd_crsl_Seat {
    color: red;
    font-size: 14px;
}
.form-control:focus{
    box-shadow: none !important;
}
.dynamicCalender .hmflnewfld {
    width: 100%;
}
span.hmdySpace {
    padding: 0 10px;
}
.dynamicCalender .react-datepicker-popper{
    transform: translate(0px, 71px) !important;
}

.searchpanel_box .Htl_New_RoomPicker{
    top: 75px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #004a97;
}
.owl-theme .owl-dots .owl-dot span{
     background: #41b4e6;
         margin: 5px 5px;

}
.hmflnewfld.hmnewflagIcon span.flag {
    left: 0px !important;
}
.hmflnewfld.hmnewflagIcon input.form-control {
    padding-left: 22px !important;
}

.hmflnewfld.hmnewCabinIcon select{padding-left: 10px;}
.hmflnewfld.hmnewCabinIcon label{padding-left: 10px;}
.hmdynmicFld01.down_arrow.hmcabinclassdrop {
    padding-left: 50px;
}