li.hmlog {
    display: flex;
    align-items: center;
}
li.hmlog a{color: #0A1628 !important;}
ul.headerMenu li {
    padding:7px 15px;
	font-family:'Inter-LightBETA', 'DroidKufiRegular' !important;
        border: 1px solid #3d547b;
    border-radius: 12px;
}
ul.headerMenu li a{
   font-size: 14px;
   color: #0A1628 !important;
   text-decoration: none !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: #0A1628 !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/Ratesgate_logo.svg);
   width: 220px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sticky .headlogo {
    background: url(../images/Ratesgate_logo.svg);
      width: 220px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}
.country_flag img {
    width: 24px;
    margin-right: 3px;
    height: 17px;
}

.top_search_menu a.dropdown-item {
    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: 3;
}
.searchpanel_box {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #4E6896;
    padding: 20px;
    position: relative;
}
ul.hmsearchTabs {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 10px;
    margin: 0px;
    margin-left: 0;
    margin-bottom: 10px;
    justify-content: center;
}

ul.hmsearchTabs li a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 15px;
    border: 1px solid #4E6896;
    justify-content: center;
    border-radius: 16px;
    color: #0A1628;
    background-color: #fff;
    line-height: 17px;
    font-size: 14px;
    height: 55px;
}

ul.hmsearchTabs li a.active {
    background-color: #3D547B;
    color: #fff;
}
ul.hmsearchTabs li a.active  {
    color: #fff;
}
.hmFld01 {
    width: 22%;
    position: relative;
}
.hmcreatePackSearchFlds {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.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;
    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: #0A1628; }
button.hmPackSearchBtn {
    background: #FDB022;
    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: #0A1628;
    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: #0A1628 !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: #3D547B;
    color: #fff;
    font-size: 15px;
    border-radius: 12px;
}

.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: 43%;
    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: 'Inter-SemiBold', 'DroidKufiBold';
}
.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 #0A1628;
    padding: 15px;
    border-radius: 16px;
}
.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_Secure li {
    padding-bottom: 8px;
    position: relative;
    padding-right: 15px;
    padding-left: 0px
}
.social ul li img {
    width: 30px;
    height: 30px;
}
.foot_list {
    padding-right: 15px;
}
.footBottmDtls{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.footTerms {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #0A1628;
}
ul.footTerms a{
    color: #0A1628;
    font-size: 13px;
}
.foot_bottom p {
    color: #0A1628;
    font-size: 13px;
}
img.footLogo {
    height: 25px;
}
.langCurrency {
    font-size: 14px;
    padding: 15px !important;
    color: #0A1628;
}
.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;
    padding: 0px;
    margin:0px;
}
.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: 12px;
    padding: 5px;
    margin-bottom: 5px;
}
.hmlang ul.langFlex li.active {
    background-color: #0A1628;
    border: 1px solid #0A1628;
    margin-left: 0 !important;
}
.hmlang ul.langFlex li a {
    padding: 0;
    color: #0A1628 !important;
    display: block !important;
}
.hmlang ul.langFlex li.active a {
    padding: 0;
    color: #fff !important;
    display: block !important;
}

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

section.hm_advertiseBanner {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}
.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%;
}

.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 label {
    background: #ffffff;
    color: #0A1628;
}
.b2b_tab.tabs button.hmPackSearchBtn {
    width: 48%;
}

.b2b_tab.tabs .hmfixedDepartSearch .react-datepicker__month .react-datepicker__month-text {
    padding: 10px 10px;
    width: 70px;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 input[type="text"] {
    color: #0A1628 !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: #0A1628 !important;
 font-size: 14px;
}
.b2b_tab.tabs .hmcreatePackSearchFlds .hmFld01 select {
    color: #0A1628 !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: 'Inter-Bold', 'DroidKufiBold' !important;
}
a.btn.btn-primary.btn-sm.view-btn {
    width: auto;
    margin-right: 10px;
    font-size: 14px;
    background: #FDB022;
    color: #0A1628;
}
button.btn.btn-primary.btn-sm.duplicate-btn {
    width: auto;
    margin-right: 0;
    font-size: 14px;
    background: #FDB022;
    color: #0A1628;
}
#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: #FDB022;
    border: 0;
    color: #0A1628;
    border-radius: 16px;
    font-size: 17px;
}

ul.flight_tabs {
    padding: 0px;
    margin: 0px;
}
.searchpanel_box .flight_tabs_wrpr .flight_tabs li a:before {
    border-radius: 50%;
    background: #0b1628;
    border: solid #4E6896 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-color: #3D547B !important;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    background-size: contain;
    border: 1px solid #4E6896;
}
.searchpanel_box .flight_tabs_wrpr .flight_tabs li a {
    padding: 6px 22px;
    line-height: 18px;
    transition: all .3s;
    position: relative;
    font-size: 14px;
    color: #fff;
}
.searchpanel_box .flight_tabs_wrpr {
    margin-top: 0px;
    margin-bottom: 5px;
}
ul.hmsearchTabs li .hmnewflight_icon{
    background: url(../images/hmnew_flight_icon.svg) no-repeat;
	width: 24px;
	height:20px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewflight_icon{
    background: url(../images/hmnew_flight_icon_active.svg) no-repeat;
	width: 24px;
	height:20px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewhotel_icon{
    background: url(../images/hmnewhotel_icon.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewhotel_icon{
    background: url(../images/hmnewhotel_icon_active.svg) no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewdynamicPack_icon{
    background: url(../images/hmnewdynamicPack_icon.svg) no-repeat;
	width: 25px;
	height:25px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewdynamicPack_icon{
    background: url(../images/hmnewdynamicPack_icon_active.svg) no-repeat;
	width: 25px;
	height:25px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewstaticPack_icon{
    background: url(../images/hmnewstaticPack_icon.svg) no-repeat;
	width:25px;
	height:25px;
	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:25px;
	height:25px;
	display: inline-block;
	background-size: contain;
    background-position: center;
}
ul.hmsearchTabs li .hmnewfixedPack_icon{
    background: url(../images/hmnewfixedPack_icon.svg) no-repeat;
	width: 25px;
	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: 25px;
	height:21px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewtransfer_icon{
    background: url(../images/hmnewtransfer_icon.svg) no-repeat;
	width: 22px;
	height:22px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewtransfer_icon{
    background: url(../images/hmnewtransfer_icon_active.svg) no-repeat;
	width: 22px;
	height:22px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li .hmnewactivity_icon{
    background: url(../images/hmnewactivity_icon.svg) no-repeat;
	width: 22px;
	height:19px;
	display: inline-block;
	background-size: contain;
}
ul.hmsearchTabs li a.active .hmnewactivity_icon{
    background: url(../images/hmnewactivity_icon_active.svg) no-repeat;
	width: 22px;
	height:19px;
	display: inline-block;
	background-size: contain;
}

.hmnewNonStops {
    display: flex;
    align-items: baseline;
    position: relative;
}
p.hmcalday {
    margin-bottom: 10px;
    font-size: 14px;
}
.hmmultinewAgent {
    position: relative;
    width: 80%;
}
.hmnewNonStops .hmcol_4.hmStops {
    display: flex;
    gap: 20px;
    align-items: center;
}
.agencyList.hm_behalf {
    position: initial;
    margin: 10px 0;
}
.field_row.hmnewFldsBottm.hmflagentbookings .agencyList.hm_behalf {
    top: 0px;
    margin-right: 15px;
}
.field_row.hm_multycity {
    margin-bottom:0;
}
.hm_nonstop.hm_padding.multicityNonStops {
    padding-top: 40px;
    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: #0A1628;
    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;
    top: 100% !important;
}
.field_clm_3.hmhtlnationality .select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.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:35% !important;
    padding-left: 10px !important;
    color: #fff !important;
}
.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;
    border-radius: 12px;
}
.psngerBox .selectCabn .down_arrow:after {
    top: 15px;
    right: 10px;
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
}
.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: 11px;
}
footer ul {
    padding: 0;
    margin: 0px;
}
select option{
    font-size:14px;
    padding-left: 10px;
    font-family: 'Inter-Regular', 'DroidKufiRegular';
    color:#0A1628 !important;
}
.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: 'Inter-Bold', 'DroidKufiBold' !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: 16px;
}
.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: #FDB022;
}
.specilOferbtn{
    background: #FDB022;
    border-radius: 10px;
    padding: 0 30px;
    height:40px;
    border: none;
    color: #0A1628;
    margin-top:10px;
    margin-left: 0;
    font-family: 'Inter-Bold', 'DroidKufiBold' !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 {
    width: 160px;
}
.hmflnewfld input {
    border: 1px solid #4E6896;
    border-radius: 16px;
    height: 60px;
    padding: 15px;
    background: transparent !important;
    width: 100%;
    padding-left: 40px;
    padding-right: 25px;
    font-size:14px;
    color: #fff;
}
.hmflnewfld input:focus {
    border: 1px solid #4E6896;
    border-radius: 16px;
    height: 60px;
    padding: 15px;
    background: transparent;
    width: 100%;
    padding-left: 40px;
    font-size:14px;
}
.hmflnewfld select {
    border: 1px solid #4E6896 !important;
    border-radius: 16px;
    height: 60px !important;
    padding: 15px !important;
    background: transparent !important;
    width: 100% !important;
    padding-left: 40px !important;
    font-size:14px;
    color: #fff;
}
.hmflnewfld select:focus {
    border: 1px solid #4E6896 !important;
    border-radius: 16px;
    height: 60px !important;
    padding: 15px !important;
    background: transparent;
    width: 100% !important;
    padding-left: 40px !important;
    font-size:14px;
    color: #fff;
}
.hmflnewfld {
    position: relative;
}
.hmflnewfld label {
    display: flex;
    width: max-content;
    padding: 0px 7px;
    font-size: 13px;
    font-family: 'Inter-SemiBold', 'DroidKufiBold' !important;
    z-index: 1;
    color: #fff;
}
.banner_main {
    position: relative;
    min-height:870px;
    background-image: url(../images/hm_banner01.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}
.banner_main.banner_main_multicity {
    min-height: 1150px;
}
.search_hm_main {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
div#HMultiCityShow .search_hm_main {
    flex-wrap: wrap;
}
.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%;
}
.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: 52px;
    pointer-events: none;
    background-size: contain;
}
.field_row.hmnewFldsBottm {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.fldFrom:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewfromIcon.svg);
    width: 20px;
    height: 17px;
    z-index: 1;
    top: 47px;
    left: 12px;
    background-size: contain;
}
.fldTo:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewToIcon.svg);
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 44px;
    left: 12px;
    background-size: contain;
}
.fldDepart:after {
    content: "";
    position: absolute;
    background: url(../images/hmnew_dateIcon.svg);
    width:18px;
    height: 20px;
    z-index: 1;
    top: 47px;
    left: 12px;
    background-size: contain;
}
.fldReturn:after {
    content: "";
    position: absolute;
    background: url(../images/hmnew_dateIcon.svg);
    width: 18px;
    height: 20px;
    z-index: 1;
    top: 47px;
    left: 12px;
    background-size: contain;
}
.fldpassnger:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewpassangerIcon.svg);
    width:17px;
    height: 20px;
    z-index: 1;
    top: 46px;
    left: 12px;
    background-size: contain;
}
.hmnewLocIcon:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewLocIcon.svg);
    width: 16px;
    height: 22px;
    z-index: 1;
    top: 47px;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hmnewflagIcon:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewFlag.svg);
    width: 18px;
    height: 25px;
    z-index: 1;
    top: 48px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hmnewCabinIcon:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewCabinIcon.svg);
    width:25px;
    height: 25px;
    z-index: 1;
    top: 44px;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.search_hm_main .field_row.hm_multycity .field_clm_3 {
    width: 30%;
}
.hmnewChangeArow {
    background-color: #3D547B;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -20px;
    top: 40px;
    z-index: 9;
    border: 1px solid #4E6896;
}
.hmChangeArwicon{
    background: url(../images/hmnewChange_icon.svg);
    width:18px;
    height: 18px;
    background-size: contain;
}
.hmSearchIcon{
    background: url(../images/hmnewSearch_icon.svg);
    width:22px;
    height:22px;
    background-size: contain;
    background-repeat: no-repeat;
}
.search_hm_main .searchBtn {
    width: -webkit-fill-available;
    width: -moz-available;
    background: #FDB022;
    border-radius: 16px;
    padding: 0 25px;
    height: 60px;
    border: none;
    color: #0A1628;
    font-family: 'Inter-Bold', 'DroidKufiBold' !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.field_clm_3.hmhtlnationality .select2-container--default .select2-selection--single .select2-selection__rendered{
    border: 1px solid #4E6896 !important;
    border-radius: 10px;
    height: 60px !important;
    padding: 15px !important;
    background: transparent;
    width: 100% !important;
    padding-left: 40px !important;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.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%;
    flex-wrap: wrap;
}
.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: 11px;
    height: 5px;
    display: inline-block;
    position: absolute;
    content: '';
    right: 10px;
    top: 47px;
    pointer-events: none;
}
.hmnewtransfersDates.down_arrow:after{
    background: url(../images/hmnew_down_arrow.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    content: '';
    right: 12px;
    top: 47px;
    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:25px;
    top: 47px;
    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:20px;
    top: 47px;
    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: 50px;
    pointer-events: none;
    background-size: contain;
}
.hmcreatePackSearchFlds.hmfixedDepartFlds {
    margin-top: 10px;
    flex-wrap: wrap;
}
.hmcreatePackSearchFlds.hmnewDynamicPackSearch .field_row {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
}
.hmdynmicFld01 {
    position: relative;
    width: 19%;
}
.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:20px;
    top:48px;
    pointer-events: none;
    background-size: contain;
}
.hmcreatePackSearchFlds .hmFld02 {
    margin-top: 27px;
}
.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;
}

.field_clm_search {
    margin-top: 28px;
}
.search_field_main.activity_search .field_clm_search {
    margin-top: 25px;
}
.searchBtn {
    width: -webkit-fill-available;
    width: -moz-available;
    background: #FDB022;
    border-radius: 16px;
    padding: 0 25px;
    height: 60px;
    border: none;
    color: #0A1628;
    font-family: 'Inter-Bold', 'DroidKufiBold' !important;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.hmcreatePackSearchFlds.hmnewDynamicPackSearch .form-group {
    margin-bottom: 0 !important;
}
.flight_autocomplete.Dy_autoComplete .autocomplete-header h4 {
    font-size: 15px;
    color: #0A1628;
    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: 15px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.hmpackStar img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.hmumrahpackBox .hmpackStar {
    background: #d56900;
    border-radius: 5px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 21px;
    position: absolute;
    top: 8px;
    font-size: 14px;
}
.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;
}
.pax_couponMain.newHomeDicounts {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.pax_couponMain.newHomeDicounts .coupon_wrap.mt-4 {
    margin-top: 20px !important;
    width: 40%;
}
.pax_couponMain.newHomeDicounts .fieldWrap {
    position: relative;
    width: 80%;
}
.pax_couponMain.newHomeDicounts .coupon_wrap .fieldWrap .form-control {
    background:transparent;
    margin-right: 0;
    flex: 3;
    max-width: 90%;
    height: 45px;
    border-radius: 16px 0 0 16px;
    font-size: 14px;
    border: 1px solid #4E6896;
    padding-left: 15px;
    color: #fff !important;
}
.pax_couponMain.newHomeDicounts .ApplyButton {
    background: #4E6896;
    padding: 8px 28px;
    border-radius: 0 16px 16px 0;
    color: #fff;
}
.field_row.hm_multycity {
    flex-wrap: wrap;
}
.hm_nonstop.hm_padding.multicityNonStops .hmcol_4.hmStops {
    display: flex;
    align-items: baseline;
    gap: 10px;
    width: 100%;
}
.hm_nonstop.hm_padding.multicityNonStops .hmcol_4.hmStops .agencyList.hm_behalf {
    top: 0;
}
.transfers_panel .form-group {
    margin-bottom: 0;
}
.search_field_main.activity_search .form-group {
    margin-bottom: 0;
}
.search_hm_main.hotel_search .field_row {
    flex-wrap: wrap;
}
.search_hm_main.hotel_search .field_row {
    width: 100%;
}
.search_hm_main.hotel_search .field_clm_3.hmhtlnationality {
    width:18%;
}
.search_hm_main.hotel_search .hm_clndr_main {
    display: flex;
    position: relative;
    width: 25%;
    gap: 10px;
}
.search_hm_main.hotel_search .field_clm_search {
    margin-top: 28px;
}
.search_hm_main.hotel_search .field_clm_3.field_clm_3_psngr.HmHotelTravel {
    width: 18%;
}

.activityhomeProv {
    margin-top: 15px;
}
.pax_couponMain.newHomeDicounts .head_txt {
    font-size: 15px;
    font-family: 'Inter-Bold', 'DroidKufiRegular' !important;
    color: #fff;
    line-height: 15px;
    padding-bottom: 10px;
}


.b2b_section .pax_couponMain.newHomeDicounts {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    margin-top: 20px;
}
.b2b_section .pax_couponMain.newHomeDicounts .coupon_wrap.mt-4 {
    margin-top: 15px !important;
    width: 100%;
    margin-bottom: 20px;
}

.banner_main::after {
content: "";
position: absolute;
width: 100%;
height: 150px;
left: 0px;
bottom: 0px;
background: url(../images/curve-bottom.png) no-repeat center bottom;
z-index: 3;
pointer-events: none;
}



.b2b_section .hmflnewfld label {
    color: #0A1628;
}
.b2b_section .hmflnewfld input {
    border: 1px solid #4E6896;
    color: #0A1628;
    padding-left: 35px;
    padding-right: 10px;
}
.b2b_section .hmflnewfld select {
    border: 1px solid #4E6896 !important;
    color: #0A1628;
}
.b2b_section .pax_couponMain.newHomeDicounts .head_txt {
    color: #0A1628;
}
.b2b_section .fldDepart:after {
    background: url(../images/hmnew_dateIcon_dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 45px;
}
.b2b_section .hmnewLocIcon:after {
    background: url(../images/hmnewLocIcon_dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 45px;
}
.b2b_section .fldpassnger:after {
    background: url(../images/hmnewpassangerIcon_dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 45px;
}
.b2b_section .hmcreatePackSearchFlds.hmnewDynamicPackSearch .down_arrow:after {
    background: url(../images/b2b_hmnew_down_arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    top: 51px !important;
    width: 12px;
    height: 7px;
}
.b2b_section .down_arrow:after {
    background: url(../images/b2b_hmnew_down_arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    top: 51px !important;
    width: 12px;
    height: 7px;
}
.b2b_section .searchBtn{color: #0A1628 !important;}
.b2b_section .field_clm_3.hmhtlnationality .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #4E6896 !important;
    border-radius: 10px;
    height: 60px !important;
    padding: 15px !important;
    background: transparent;
    width: 100% !important;
    padding-left: 40px !important;
    font-size: 14px;
    color: #0A1628;
    line-height: 30px;
}
.b2b_section .hmnewflagIcon:after {
    content: "";
    position: absolute;
    background: url(../images/hmnewFlag_dark.svg);
    width: 18px;
    height: 25px;
    z-index: 1;
    top: 44px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.b2b_section .search_hm_main.hotel_search .hm_clndr_main {
    display: flex;
    position: relative;
    width: 50%;
    gap: 10px;
}
.b2b_section .search_hm_main.hotel_search .field_clm_search {
    margin-top: 0;
}
.b2b_section .hmStops [type="checkbox"]:checked + label, .b2b_section .hmStops [type="checkbox"]:not(:checked) + label {
    color: #0A1628;
}
.b2b_section .field_clm_3_activity {
    width: 100%;
    position: relative;
}
.b2b_section .search_field_main.activity_search .hm_clndr_main {
    width: 100%;
}

.b2b_section .fldReturn:after {
    background: url(../images/hmnew_dateIcon_dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.b2b_section .hmnewCabinIcon:after {
    background: url(../images/hmnewCabinIcon_dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.b2b_section .hmnewtransfersDates .transtime {
    color: #0A1628 !important;
}
.b2b_section .b2b_wallet_icon {
    background: url(../images/wallet_b_b.png) no-repeat;
    width: 34px;
    height: 33px;
    background-size: contain;
    margin-bottom: 10px;
}
.b2b_section .b2b_wallet_lft h3 {
    font-size: 16px;
    color: #0A1628;
    font-family: 'Inter-Bold', 'DroidKufiBold' !important;
}
.b2b_section .field_clm_search {
    margin-top: 0;
}
.b2b_section .transfers_panel .field_clm_search {
    margin-top: 24px;
}
.b2b_section .hmcreatePackSearchFlds .hmFld02 {
    margin-top: 10px;
}
.b2b_section .foot_bottom {
    background-color: #eaeaea;
}
.b2b_section .hmcreatePackSearchFlds.hmnewDynamicPackSearch .hmFld02 {
    margin-top:24px;
}
.b2b_section .FilghtClass .search_hm_main .field_clm_1 {
    width: 48%;
    position: relative;
}
.b2b_section .FilghtClass .search_hm_main .hm_clndr_main {
    width: 98%;
    display: flex;
}
.b2b_section .FilghtClass .search_hm_main .field_clm_3.field_clm_3_psngr.HmTravel{
    width: 48%;
    position: relative;
}
.b2b_section .FilghtClass .search_hm_main .field_clm_search {
    margin-top: 28px;
    width: 48%;
}
.b2b_section .FilghtClass .search_hm_main .fldFrom:after {
    background: url(../images/hmnewfromIcon_dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.b2b_section .FilghtClass .search_hm_main .fldTo:after {
    background: url(../images/hmnewToIcon_dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.hotel_panel .field_clm_3.field_clm_6.b2b_hld_flx {
    width: 100%;
}
.hotel_panel .agencyList.hm_behalf {
    margin-top: 10px;
    margin-bottom: 10px;
    position: inherit;
    top: 0px;
}
.hotel_panel .behalfSelectedAgencyName {
    top: 35px;
}