.banner_main {
	background: #06402a;
	background-repeat: repeat-x;
	/*background-size: cover;*/
	width: 100%;
	min-height:730px;
	padding-bottom: 20px;
	margin-bottom:30px;
	position: relative;

}
.seo_header_banner  {
	/* background: url(../images/banner_img_seo.jpg); */
	background-repeat: repeat-x;
	background-size: cover;
	width: 100%;
	min-height:730px;
	padding-bottom: 20px;
	margin-bottom:30px;
	position: relative;
}
.header .navbar {
	padding-top: 10px;
	padding-bottom: 0;
	width: 100%;
	display: inline-block;
}
.search_are_outer {
	padding-top: 270px;
	position:relative;
}
.banner_tittle {
	padding-bottom: 35px;
}
.banner_tittle h1 {
	font-size: 35px;
	color: #fff;
	text-shadow: 2px 0px 3px rgba(0,0,0,0.6);
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	/*text-transform:uppercase;*/
}
.banner_tittle p {
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.search_area {
}
.search_area_topnav {
}
.search_area_topnav ul {
	display: flex;
	justify-content: center;
	position: relative;
	top: 25px;
}
.search_area_topnav ul li {
	display: inline-block;
	margin: 0 8px;
}
.search_area_topnav ul li a {
	color: #373e43;
	font-size: 14px;
	background: #FFF;
	border: solid #FFF 1px;
	padding: 10px 30px;
	border-radius: 15px;
	box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 21%);
	display: flex;
	align-items: center;
	min-height: 57px;
}

.search_area_topnav ul li a.active {
	background: #287b52;
	color: #FFF;
}
.search_area_bottomnav ul {
	display: flex;
	justify-content: center;
	position: relative;
	padding-top: 30px;
}
.search_area_bottomnav ul li {
	display: inline-block;
	margin: 0 15px;
}

.search_area_bottomnav ul li:first-child {
	margin-left: 0;
}
.search_area_bottomnav ul li:last-child {
	margin-right: 0;
}
.search_area_bottomnav ul li a {
    color: #373e43;
    font-size: 13px;
    background: #FFF;
    border: solid #FFF 1px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 21%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 118px;
    min-height: 92px;
}
.search_area_bottomnav ul li a.active {
	background: #287b52;
	color: #FFF;
}
.search_area_bottomnav ul li a.active .transfers_icon {
	background: url(../images/transfers_icon_active.png);
}
.search_area_bottomnav ul li a.active .insurance_icon{
	background: url(../images/insurance_icon_active.png);
}
.search_area_bottomnav ul li a.active .activities_icon{
	background: url(../images/activities_icon_active.png);
}
.search_area_bottomnav ul li a.active .visa_icon{
	background: url(../images/visa_icon_active.png);
}
.search_area_bottomnav ul li a.active .train_icon{
	background: url(../images/train-icon_active.png);
}
.search_area_bottomnav ul li a.active .groupbooking_icon{
	background: url(../images/group_booking_icon_active.png);
}


.search_area_bottomnav ul li a span:first-child {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search_area_bottomnav ul li a span {
	min-height: 18px;
}
.umrah_staicpackage_panel{
	padding-top:10px;
}

.static_icon {
    background: url(../images/static_icon.svg);
    width: 38px;
    height: 38px;
    display: inline-block;
    background-size: contain;
     -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav ul li a.active span .static_icon {
    background: url(../images/static_icon_active.svg);
    width: 38px;
    height: 38px;
    display: inline-block;
    background-size: contain;
     -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav li a:hover .static_icon{ -webkit-transform: rotateY(180deg);}
.transfers_icon {
	background: url(../images/transfers_icon.png);
	width: 44px;
	height: 36px;
	display: inline-block;
	 -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav li a:hover .transfers_icon{ -webkit-transform: rotateY(180deg);}
.insurance_icon {
	background: url(../images/insurance_icon.png);
	width: 35px;
	height: 41px;
	display: inline-block;
	 -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav li a:hover .insurance_icon{ -webkit-transform: rotateY(180deg);}
.activities_icon {
	background: url(../images/activities_icon.png);
	width: 38px;
	height: 26px;
	display: inline-block;
	 -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav li a:hover .activities_icon{ -webkit-transform: rotateY(180deg);}
.visa_icon {
	background: url(../images/visa_icon.png);
	width: 27px;
	height: 33px;
	display: inline-block;
	 -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav li a:hover .visa_icon{ -webkit-transform: rotateY(180deg);}
.bus_icon {
	background: url(../images/bus_icon.png);
	width: 36px;
	height: 38px;
	display: inline-block;
	 -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav li a:hover .bus_icon{ -webkit-transform: rotateY(180deg);}
.train_icon {
	background: url(../images/train_icon.png);
	width: 33px;
	height: 45px;
	display: inline-block;
	 -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav li a:hover .train_icon{ -webkit-transform: rotateY(180deg);}
.searchpanel_box {
	background: #FFF;
	border-radius: 20px;
	padding: 20px;
	padding-top: 10px;
	box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 21%);
	position: relative;
	margin-bottom:10px;
}

.groupbooking_icon {
	background: url(../images/group_booking_icon.png);
	width: 58px;
	height: 38px;
	display: inline-block;
	 -webkit-transition: .5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
}
.search_area_bottomnav li a:hover .groupbooking_icon{ -webkit-transform: rotateY(180deg);}





.umrah_package_icon {
	background: url(../images/umrah_package_icon.png);
	width: 22px;
	height: 23px;
	display: inline-block;
	margin-right: 8px;
}
.search_area_topnav ul li a.active .umrah_package_icon {
	background: url(../images/umrah_package_active_icon.png);
	width: 22px;
	height: 23px;
}
.hotel_icon {
	background: url(../images/hotel_icon.png);
	width: 28px;
	height: 21px;
	display: inline-block;
	margin-right: 8px;
}
.search_area_topnav ul li a.active .hotel_icon {
	background: url(../images/hotel_active_icon.png);
	width: 28px;
	height: 21px;
}
.flight_icon {
	background: url(../images/flight_icon.png);
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-right: 8px;
}
.search_area_topnav ul li a.active .flight_icon {
	background: url(../images/flight_active_icon.png);
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-right: 8px;
}

.insurance_top_icon {
	background: url(../images/insurance_top.png);
	width: 26px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
}
.search_area_topnav ul li a.active .insurance_top_icon {
	background: url(../images/insurance_top_active.png);
	width: 26px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
}


.design_package_icon {
    background: url(../images/design_Package.svg);
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
    background-size: contain;
}
.search_area_topnav ul li a.active .design_package_icon {
    background: url(../images/design_PackageWhite.svg);
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
    background-size: contain;
}

.static_packageSrch_icon {
    background: url(../images/static_srch_icon.svg);
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
    background-size: contain;
}

.search_area_topnav ul li a.active .static_packageSrch_icon {
    background: url(../images/static_srch_icon_active.svg);
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
    background-size: contain;
}

.search_radio ul {
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search_radio ul li {
	margin-right: 20px;
}
.search_radio [type="radio"]:checked, .search_radio [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.search_radio [type="radio"]:checked + label, .search_radio [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #373e43;
	font-size: 14px;
	margin: 0;
}
.search_radio [type="radio"]:checked + label:before, .search_radio [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #cfcfcf;
	border-radius: 100%;
	background: #fff;
}
.search_radio [type="radio"]:checked + label:after, .search_radio [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #287b52;
	border: solid #a77712 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search_radio [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.search_radio [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.search_field_main {
	display: flex;
}
.search_field_main .form-group {
	margin-bottom: 5px;
	position: relative;
}
.modify_nationality  select{
	height: inherit !important;
}

.search_field_main label {
	width: 100%;
	font-size: 14px;
	color: #373e43;
	margin-bottom: 5px;
}
.search_field_main select {
	width: 100%;
	font-size: 14px;
	color: #373e43;
	border: solid #cccccc 1px;
	border-radius: 5px;
	min-height: 40px;
	padding: 0 12px;
	box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 5%);
	height: 60px;
}
.search_field_main input{
	width: 100%;
	font-size: 14px;
	color: #373e43;
	border: solid #cccccc 1px;
	border-radius: 5px;
	min-height: 40px;
	padding: 0 12px;
	box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 5%);
	cursor:pointer;
}
input::placeholder {
  opacity: 0.9;
  color: #373e43;
}
.search_field_main input:focus, select:focus {
	border: solid #287b52 1px;
	box-shadow: 0px 1px 8px 2px rgb(0 0 0 / 15%);
}
.search_field_main input::-webkit-input-placeholder { /* Edge */
 color: #373e43;
}
.search_field_main input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #373e43;
}
 .search_field_main input::placeholder {
 color: #373e43;
}
.search_field_lft {
	width: 88%;
}
.search_field_rht {
	width: 12%;
}
.field_row {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}
.field_clm_3 {
	width: 33%;
	margin: 0 8px;
	position: relative;
}
.field_clm_2 {
	width: 16%;
	margin: 0 8px;
	position: relative;
}
.hm_clndr_main{
/*	display: contents;
	position:relative;*/
	display: flex;
    position: relative;
    width: 30%;
}

.hm_clndr_main .field_clm_2 {
    width: 50% !important;
}

.FilghtClass .field_clm_3{
	width: 24%;
}
.FilghtClass .field_clm_2{
	width: 12%;
}
.FilghtClass .field_clm_3_psngr{
	width: 20%;
}

.FilghtClass .hm_multycity .field_clm_3{
	width: 30%;
}
.FilghtClass .hm_multycity .field_clm_2{
	width: 15%;
	position:relative;
}
.hm_multycity .hm_nonstop {
	padding-top:0px;
}

.hm_multycity .field_clm_3_psngr {
	width: 15% !important;
}

.hm_multycity. field_passenger_sec{
	width: 30%;
}
.field_clm_3_psngr input {
	padding-right: 25px;
}



.field_clm_3_psngr {
    align-items: center;
    display: flex;
    padding: 0 5px;
}
button.modifyplusBtn   {
    border: none;
    background: none;
}
.plusBtn {
    background: url(../images/plus_btn.svg) no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
}
.minusBtn {
    background: url(../images/minus_btn.svg) no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
}


.field_clm_search {
	width: 100%;
	position: relative;
}
.calendar_icon:after {
	background: url(../images/calendar_icon.png);
	width: 14px;
	height: 16px;
	display: inline-block;
	position: absolute;
	content: '';
	right: 10px;
	top: 37px;
	pointer-events: none;
}
.adult_icon:after {
	background: url(../images/adult_icon.png);
	width: 15px;
	height: 16px;
	display: inline-block;
	position: absolute;
	content: '';
	right: 10px;
	top: 37px;
	pointer-events: none;
}
.down_arrow:after {
	background: url(../images/down_arrow.png);
	width: 11px;
	height: 5px;
	display: inline-block;
	position: absolute;
	content: '';
	right: 10px;
	top: 44px;
	pointer-events: none;
}
.location_icon:after {
	background: url(../images/hm_location.svg);
	background-size: contain;
    width: 11px;
    height: 15px;
	display: inline-block;
	position: absolute;
	content: '';
	right: 10px;
	top: 37px;
	pointer-events: none;
}
.searchBtn {
	width: -webkit-fill-available;
	width: -moz-available;
	background: #287b52;
	border-radius: 5px;
	padding: 0 30px;
	height: 40px;
	border: none;
	color: #fff;
	margin-top: 25px;
	margin-left: 10px;
}
.psngerBox {
	margin-top: -10px;
	position: absolute;
	z-index: 99;
	background: #ffffff;
	left: 0px;
	top: 115%;
	padding: 12px;
	width: 100%;
	color: #2e3738;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 5%);
	border: solid #cccccc 1px;
}
.psngerBox .close {
	color: #FFF;
	padding: 0;
	margin: 0;
	background-image: url(../images/close.svg);
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	opacity: 1;
	font-size: 25px;
	font-weight: normal;
	background-size: contain;
	display:block;
}
.room-repeat {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	padding-top: 0px;
}
.room-repeat h3 {
	font-size: 16px;
	color: #373e43;
	margin: 0 0 8px 0;
}
.room-repeat ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.room-repeat ul li {
	margin-bottom: 5px;
	width: 48%;
}
.room-repeat p {
	margin-bottom: 5px;
	font-size: 12px;
}
.plus-minus-button {
	width: 25px;
	height: 25px;
	color: #fff;
	padding: 0;
	background: #287b52;
	margin: 0;
	font-size: 18px;
	line-height: 17px;
	border: none;
}
.room-repeat .psnrs_travel {
	width: 30px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
}
.addRoom {
	font-size: 14px;
	color: #373e43 !important;
	text-decoration: none !important;
	cursor: pointer;
}
.removeRoom {
	font-size: 14px;
	color: #287b52 !important;
	text-decoration: none !important;
	cursor: pointer;
}
.psngr_applyBox button {
	background: #287b52;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	border-radius: 5px;
	border: none;
}
.top_head {
	display: flex;
}
.top_menu_sec ul {
}
.top_menu_sec ul li {
	display: inline-block;
}
.top_menu_sec ul li a {
	color: #fff;
	margin: 0 10px;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all ease 0.6s;
}
.header.sticky {
	position: fixed !important;
	background-color: #fff !important;
	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%;
	z-index:100;
	transition: all ease 0.6s;
	/*padding-bottom: 10px;*/
}
.header.sticky .top_menu_sec ul li a {
	color: red;
}
.header.sticky .nav__link {
	color: red;
}
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-light .navbar-brand {
	color: #2196F3;
	padding-top: 0;
    padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #1ebdc2;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	padding-top:10px;
	padding-bottom:10px;
	transition: 0.3s;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #287b52 !important;
}
.sm-menu {
	border-radius: 0px;
	border: 0px;
	top:95%;
	box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
	color: #3c3c3c;
	font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #2196F3;
}
.navbar-toggler {
	outline: none !important;
}
.navbar-tog {
	color: #1ebdc2;
}
.megamenu-li {
	position: static;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
.megamenu h6 {
	margin-left: 21px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
    padding-bottom: 5px;
    font-size: 16px;
}
.megamenu i {
	width: 20px;
}
.sticky .navbar-light .navbar-nav .nav-link {
	color: #000;
	/*padding-top: 0;*/
}
.sticky .dropdown-toggle::after {
	background: url(../images/down_arrow_black.png);
	width: 11px;
	height: 5px;
	display: inline-block;
	position: relative;
	content: '';
	right: -2px;
	top: 8px;
	border: none;
}
.sticky .headlogo {
    background: url(../images/logo_black.svg);
    width: 298px;
    height: 52px;
    margin-top: -40px;
	background-size: cover;
}
.sticky .top_search_menu ul li a {
	color: #000;
}
.top_search_menu ul {
}
.top_search_menu ul li {
	display: inline-block;
}
.top_search_menu ul li a {
	display: flex;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
}
.fntArabic {
	font-family: "DroidKufiRegular";
	margin-right: 5px;
}
span.country_flag {
	margin-right: 5px;
	margin-left: 5px;
}
.dropdown-toggle::after {
	background: url(../images/down_arrow_white.png);
	width: 11px;
	height: 5px;
	display: inline-block;
	position: relative;
	content: '';
	right: -2px;
	top: 8px;
	border: none;
}
.top_nav_section .navbar-nav {
	width: 100%;
	display: flex;
	justify-content: center;
}
.top_nav_section .dropdown-toggle::after {
	top: 3px;
}
.top_phone_outr {
	/*background: #287b52;*/
	border-radius: 25px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	margin-left: 10px;
	position: relative;
}
.top_phone_outr ul {
}
.top_phone_outr ul li {
	border-right: solid #FFF 1px;
	height: 38px;
}
.top_phone {
	background: url(../images/phone_top.png);
	width: 14px;
	height: 24px;
	display: inline-block;
}
.top_user {
	background: url(../images/login_top.png);
	width: 25px;
	height: 21px;
	display: inline-block;
}
.top_phone_outr nav {
	padding: 50px;
	text-align: center;
}
.mob_nav_crsl {
	margin: 0 25px;
	margin-bottom: 15px;
	display: none;
}
.mobile_navigation_list {
	color: #373e43;
	font-size: 14px;
	background: #FFF;
	border: solid #FFF 1px;
	padding: 10px 10px;
	border-radius: 15px;
	box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 21%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	text-align: center;
}
.mob_nav_crsl .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: -2;
}
.mob_nav_crsl .owl-nav {
	z-index: -2;
}
.mob_nav_crsl .owl-carousel .owl-nav button.owl-prev {
	position: relative;
	left: -38px;
	top: -22px;
}
.mob_nav_crsl .owl-carousel .owl-nav button.owl-next {
	position: relative;
	right: -38px;
	top: -22px;
}
.RL_arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid #FFF 1px;
	background: #fff;
	line-height: 28px;
}
.mob_nav_crsl .owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}
.RlLftArw {
	width: 14px;
	height: 14px;
	background: url(../images/slidearrow_lft.svg);
	background-size: contain;
	display: inline-block;
	margin-left: -2px;
}
.RlRhtArw {
	width: 14px;
	height: 14px;
	background: url(../images/slidearrow_rht.svg);
	background-size: contain;
	display: inline-block;
	margin-right: -2px;
}
.top_phone_outr .nav-links {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-size: 14px;
	gap:10px;
}
.top_phone_outr .dropdown {
	position: relative;
	display: flex;
	border-right: solid #fff 0px;
	padding-right: 12px;
	padding-left: 12px;
}
.top_search_menu ul {
    display: flex;
    align-items: center;
}
.top_phone_outr .dropdown span{
	padding: 7px 0px;
}
span.phon_icon img {
    height: 19px;
}
span.log_icon img {
    height: 18px;
}
.top_phone_outr .dropdown:last-child {
	border-right: none;
}
.top_phone_outr .dropdown-content {
	display: none;
	position: absolute;
	top:32px;
	right: 0px;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 15px;
	min-width: 250px;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
	padding: 12px 12px;
	z-index: 1;
}
.top_phone_outr .dropdown:hover .dropdown-content {
	display: block;
}
.top_phone_outr a {
	display: flex;
	flex-direction: column;
	padding: 8px;
	text-decoration: none;
	color: #333 !important;
}

.top_phone_outr span:hover {
	color: #333 !important;
	cursor: pointer;
}
 .top_phone_outr span:focus-visible {
 outline: 2px solid tomato;
 outline-offset: 4px;
 border-radius: 2px;
 color: #333 !important;
 transition: 200ms ease-out;
}
.head_phone {
	display: inline-block;
}
.head_phone h2 {
	font-size: 14px;
	color: #373e43;
}
.head_phone p {
	font-size: 18px;
	color: #373e43;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	    margin: 0;
		padding-bottom:10px;
}
.head_phone_clm2 {
	display: inline-block;
}
.head_phone_clm2 h2 {
	font-size: 14px;
	color: #373e43;
    padding-bottom: 5px;
}
.head_phone_clm2 p {
	font-size: 14px;
	color: #373e43;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	margin:0;
	padding:0;
}
.head_phone_clm2 p a{
	padding-left: 0 !important;
}
.country_flag img {
    width: 20px;
    margin-right:3px;
    height: 14px;
    margin-top: 2px;
}


.headlogo{
	background:url(../images/logo_white.svg);
	width:298px;
	height:52px;
	 margin-top: -40px;
	 background-size: cover;
}
.top_search_menu .dropdown-menu {
    min-width: 14rem;
    margin: 0px;
    padding: 0px;
}
.top_search_menu  a.dropdown-item {
    border-bottom: 1px solid #cccccc8a;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.head_user{
}

.head_user h2 {
	font-size: 16px;
	color: #000;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	border-bottom:solid #CCC 1px;
	padding-bottom:10px;
}

.head_user p {
	font-size: 16px;
	color: #000;
	display:flex;
	padding-top:5px;
	margin:0;
	padding-bottom:0;
}





.navbar-light .navbar-toggler-icon {
	background: url(../images/menu.svg) no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
}
.sticky .navbar-light .navbar-toggler-icon {
	background: url(../images/menu_dark.svg) no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
}

.navbar-light .navbar-toggler{
	border:none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 10px;
}
.megamenu {
    width: 62%;
    /*left: 19%;*/
	left: 50%;
    transform: translate(-50%, -1%);
}

   .nav_mobShow{ display:none;}
   .nav_mobHide{ display:block;}

.modal-content {

    border-radius:10px;
}
.modal-header {
    border-bottom: none;
    padding:10px 20px;
}
.hmNewModel .nav-tabs {
    border-bottom: none;
}
.hmNewModel .nav-tabs .nav-item {
    margin-bottom: 0;
}
.hmNewModel li.nav-item {
    padding-left: 0;
}
.hmNewModel .nav-tabs .nav-item.show .nav-link, .hmNewModel .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color:#287b52;
    border-color: transparent;
}
.hmNewModel .nav-tabs .nav-link {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background: #14153430;
    margin-right: 10px;
    color: #454d5a;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    background-image: url(../images/close.svg);
    position: absolute;
    right:5px;
    top:5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    opacity: 1;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: contain;
	z-index: 1;
}
.hmNewModel .modal-body {
    padding: 10px 20px 20px;
}
.hmLoginModal .radio {
    margin: 0 0 10px;
    padding-right: 30px;
}
.hmLoginModal .radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.hmLoginModal label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #454d5a;
    font-size: 16px;
    cursor: pointer;
}
.hmLoginModal .radio input[type=radio]:checked + .radio-label:before {
    background-color:#287b52;
    box-shadow: none;
}
.hmLoginModal .radio input[type=radio] + .radio-label:before {
    content: "";
    border: 1px solid #cfcfcf;
	background: #fff;
    border-radius: 100%;

    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.hmLoginModal .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 20px;
    color: #454d5a;
    background-color: #fff;
    background-clip: padding-box;
       border: solid #cccccc 1px;
	       box-shadow: 1px 5px 8px 0px rgb(0 0 0 / 5%);
    border-radius:5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height:40px;
}
span.hmforgot {
    color: #454d5a;
    font-size: 13px;
    padding-top: 10px;
    cursor: pointer;
}
.hmregister {
    background: #287b52;
    padding: 5px 10px;
    border-radius:5px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}
.log-wth-social {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
}
.log-wth-social p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #232323;
}
.soc-bt_wrp {
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.log-wth-social p{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #232323;
}
.log-wth-social a{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height:44px;
    font-size: 13px;
    border: 1px solid #666666;
    color: #232323;
    align-items: center;
}
.log-wth-social a.face_book{
    border: 1px solid #3b5998;
    background-color: #3b5998;
    color: #fff;
    border-radius:5px 0 0 5px;
}
a.goog_log {
    border-radius: 0px 5px 5px 0;
}
.log-wth-social a i img{
    margin-right: 10px;
}
.log-wth-social a.face_book i img{
    margin-right: 0px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.hmcode {
    width: 30%;
}
.hmcode select.form-control {
    height: 40px !important;
    border-radius: 5px 0 0 5px;
    border-right: none;
}
.hmPhonenbr input.form-control {
    border-radius: 0px 5px 5px 0;
}
.hmPhonenbr {
    width: 70%;
}
.hmLoginbtn {
    background: #287b52;
    padding: 5px 20px;
    margin-top: 5px;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}
.hasDownArrow::after {
    position: absolute;
    width: 7px;
    height: 6px;
    background-image: url(../images/downArrow.svg);
    content: "";
     top: 16px;
    right: 10px;
    margin-top: 0px;
    pointer-events: none;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
}

.hasDownArrow::after {
    position: absolute;
    width: 11px;
    height: 5px;
    background-image: url(../images/down_arrow_black.png);
    content: "";
    top: 16px;
    right: 10px;
    margin-top: 0px;
    pointer-events: none;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}













section.hm_umrahpack {
    padding: 30px 0;
	padding-top:15px;
}
section.hm_umrahpack h1{font-size:30px; text-align: center;  font-family: 'Muli'; font-family: 'MontserratBold', 'DroidKufiBold' !important;}
.hmpack_head {
    text-align: center;
    margin-bottom:20px;
}
.hmumrahpackBox {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
    overflow: hidden;
    background-color: #fff;
}
.pack_thumb {
    width: 30%;
}
.pack_thumb img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.hm_packpadd {
    padding: 20px 20px 10px;
}
.pack_Dtls {
    width: 70%;
    padding-left: 20px;
	text-align:left;
}
.group {
    color: #d56900;
    border: 1px solid #d56900;
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
    margin-right: 10px;
}
.family {
    color: #c7397e;
    border: 1px solid #c7397e;
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
    margin-right: 10px;
}
.pack_Dtls p {
    font-size: 13px;
    color: #373e43;
     font-family: 'MontserratBold', 'DroidKufiBold' !important;
}
.pack_Dtls li {
    margin-right: 15px;
}
.pack_fl{
	background: url(../images/pack_flight_icon.svg) center;
	width: 15px;
	height: 15px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}
.pack_htl{
	background: url(../images/pack_hotel_icon.svg) center;
	width: 23px;
	height: 23px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}
.pack_proces{
	background: url(../images/pack_process.svg) center;
	width: 16px;
	height: 16px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}
.pack_activity{
	background: url(../images/pack_activity.svg) center;
	width: 17px;
	height: 14px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}
.pack_visa{
	background: url(../images/pack_visa.svg) center;
	width: 16px;
	height: 15px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}
.hm_umrahpack .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-bottom: 20px;
    width: 101%;
}
.hm_packPlace {
    margin: 0px 20px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
	min-height: 30px;
}
.hmspace{padding: 0 15px}
.hm_packPlace span{font-size: 14px}
.hmpackcity {
    padding: 0 20px 10px;
    justify-content: space-between;
    align-items: center;
}
.packDaysbox {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
}
.packnumber {
    background: #000;
    color: #fff;
    padding: 5px 5px;
    line-height: 20px;
    font-size: 14px;
}
.packdays{
    color: #000;
    padding: 5px 5px;
    line-height: 20px;
    font-size: 14px;
}
.hmpackPriceBox {
    background: #f0f7fb;
    padding: 20px;
    border-top: 1px solid #ccc;
}
.hmpackStar {
    background: #d56900;
    border-radius: 5px;
    padding:2px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 22px;
}
.hmpackStar img{margin-right: 5px}
.hmsuperPrice {
    text-align: right;
}
.hmsuperPrice h3 {
    color: #329307;
    font-size: 14px;
}
.hmsuperPrice p {
    color: #6f787e;
    font-size: 14px;
    margin-bottom: 0px;
}
.hmsuperPrice p span {
    color: #d91036;
    font-size: 14px;
    margin-bottom: 0px;
}
.hmpackShare {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.packRsltShare {
    display: flex;
    align-items: center;
}
span.shareBtn {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 8px;
    font-size: 12px;
    background: #fff;
    height: 22px;
    display: flex;
    align-items: center;
}
.shareIcon {
    background: url(../images/hmShare_icon.png) center;
    width: 12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.addcart {
    background: #E66F51;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 12px;
    height: 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.cartIcon {
    background: url(../images/cart_icon.svg) center;
    width: 14px;
    height: 14px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.menuCart_icon{
    background: url(../images/menu_cart_icon.svg) center;
    width:22px;
    height:22px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
span.cartCount {
    position: absolute;
    top: -12px;
    background: #e66f51;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    left: -7px;
    line-height: 18px;
}
li.cartbox {
    position: relative;
}
.hmUmrahPackPrice {
    text-align: right;
    padding-top: 10px;
}
.hmUmrahPackPrice h3 {
    color: #373e43;
    font-size:18px;
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
}
.hmUmrahPackPrice h3 span {
	padding-left:2px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
}
.hmUmrahPackPrice p {
    font-size: 12px;
    margin-bottom: 0px;
}
.hmEnquiryBtn {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 20px;
    cursor: pointer;
    width: 45%;
    text-align: center;
}
.hmViewBookBtn {
    background: #287b52;
    border: 1px solid #287b52;
    border-radius: 5px;
    padding: 8px 20px;
    cursor: pointer;
    width: 45%;
    text-align: center;
    color: #fff;
}
.hmsoldOutBtn {
    background: #fff3e8;
    width: 100%;
    border: 1px solid #d56900;
    border-radius: 5px;
    color: #d56900;
    text-align: center;
    padding: 8px 20px;
}
.hmumrah_carrousel .owl-nav {
    display: none;
}
.hmumrah_carrousel  .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #c4c4c4;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
.hmumrah_carrousel .owl-dots .owl-dot.active span, .hmumrah_carrousel .owl-dots .owl-dot:hover span {
    background: #287b52;
}




.hm_addbanner {
    background: url(../images/hm_addbanner.png) center;
    width: 100%;
    height: 250px;
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 15px;
}
.add_headings {
    color: #fff;
}
.add_headings p {
    margin-top: 0;
    margin-bottom: 0;
    color: #cea241;
}
.add_headings h2 {
    font-size: 25px;
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
    line-height: 30px;
}
.add_bdr {
    background: #287b52;
    height: 85px;
    width: 4px;
    margin-right: 10px;
}
.add_listing {
    width: 48%;
}
.add_listing li {
    color: #fff;
    padding-right: 5px;
    font-size: 12px
}
.add_listing ul {
    padding-left: 0;
    padding-top: 10px;
}
p.addDate {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #cea241;
    font-size: 14px;
}




.hmUmrahPackPrice.custPackagePrice {
    padding-top: 0;
}
.hmCustEnquiryBtn {
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #373e43;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
}
.custPackage_carrousel .owl-nav {
    display: none;
}
.custPackage_carrousel  .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #c4c4c4;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
.custPackage_carrousel .owl-dots .owl-dot.active span, .custPackage_carrousel .owl-dots .owl-dot:hover span {
    background: #287b52;
}



section.hm_umrahpack.hm_trendingHtl {
    padding: 0px;
}
.hm_trendingHtl .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.hm_trendingHtl .nav-tabs .nav-item.show .nav-link, .hm_trendingHtl .nav-tabs .nav-link.active {
    color: #287b52;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.hm_trendingHtl .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
}
.hm_trendingHtl a.nav-link {
    color: #373e43;
}
.hm_trendingHtl .nav-link {
    display: block;
    padding: 10px 20px;
}
.hm_trendingHtl .nav-tabs .nav-item {
    margin-bottom: -1px;
    padding-left: 20px;
}
.hmHtlStar{background-image:url(../images/hmhtl_star.svg);background-size:contain;background-repeat:no-repeat;background-position:center;width:73px;height:111px;display:inline-block}
.fivestar{background-position:0 0;width:65px;height:12px;background-size:cover}
.fourstar {
    background-position: 0 -14px;
    width: 65px;
    height: 12px;
    background-size: cover;
}
.threestar{background-position:0 -27px;width:65px;height:12px;background-size:cover}
.twostar{background-position:0 -42px;width:65px;height:12px;background-size:cover}
.onestar{background-position:0 -56px;width:65px;height:12px;background-size:cover}
.zerostar{background-position:0 -70px;width:65px;height:12px;background-size:cover}
.trendingHotel_carrousel .owl-nav {
    display: none;
}
.trendingHotel_carrousel  .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #c4c4c4;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
.trendingHotel_carrousel .owl-dots .owl-dot.active span, .trendingHotel_carrousel .owl-dots .owl-dot:hover span {
    background: #287b52;
}


.hmtrendflsBox{position: relative;}
.hmtrendflsBox img{height: 250px; border-radius: 10px;}
.hmtrendflDtls {
    position: absolute;
    height:110px;
    background: url(../images/hmtrendfl_bgshade.png);
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    z-index: 1;
    padding: 20px;
   background-position: bottom;
}
.fldoublearrow{
     background: url(../images/hmfl_roundtriparrow.png);
     width:19px;
     height: 20px;
     display: inline-block;
     margin:0 10px;
}
.flsinglearrow{
     background: url(../images/hmfl_onewaytriparrow.png);
     width:19px;
     height: 20px;
     display: inline-block;
     margin:0 10px;
}
.trendfl_country {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-family: 'MontserratMedium', 'DroidKufiRegular' !important;
}
.hmtrendflLeft{color: #fff}
.hmtrendflLeft p{margin-bottom: 0px; font-size: 12px;}
.hmtrendflLeft h2{margin-bottom: 0px; font-size: 17px; font-family: 'MontserratBold', 'DroidKufiBold' !important;}
.hmtrendflRight button img{width: 14px; height: 10px;}
.hmtrendflRight .theme_button{height:40px}

.trendingFl_carrousel .owl-nav {
    display: none;
}
.trendingFl_carrousel  .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #c4c4c4;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
.trendingFl_carrousel .owl-dots .owl-dot.active span, .trendingFl_carrousel .owl-dots .owl-dot:hover span {
    background: #287b52;
}



.hm_custReview {
    background: #f8f9fa;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.reviw_starrating span img{width: 18px !important; height: 18px;}
.reviw_starrating span{padding-right: 3px}
.hm_custReview h2 {
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
    font-size: 16px;
    padding: 10px 0 5px;
}
.reviewTick{
     background: url(../images/review_tick.png);
     width:16px;
     height: 16px;
     display: inline-block;
     margin:0 5px 0 10px;
}
.reviw_starrating {
    align-items: center;
}
.trustpilot p{font-size: 13px;margin-bottom: 0px}
.trustpilot p span{text-decoration: underline;}
.hm_review .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}
.hmreview_carrousel .owl-dots {
    display: none;
}
.hmreview_carrousel  button.owl-prev {
    position: absolute;
    left: -40px;
    top: 35%;
    background: url(../images/review_prev.png) !important;
     width:34px;
     height:30px;
}
.hmreview_carrousel button.owl-next{
    position: absolute;
    right: -40px;
    top: 35%;
     background: url(../images/review_next.png) !important;
     width:34px;
     height:30px;
}
.hmreview_carrousel .owl-theme .owl-nav {
    margin-top: 0;
}
.hmreview_carrousel button.owl-next span{display: none;}
.hmreview_carrousel  button.owl-prev span{display: none;}


section.hm_whybest {
    padding-bottom: 40px;
}
.hm_whybest h1 {
    font-size: 20px;
    padding-bottom: 25px;
}
.hm_whybest h1 span{font-size: 36px; font-weight: bold}
.hm_whybest h3 {
    font-size: 20px;
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
    padding: 10px 0;
}
.hm_whybest p {
    margin-bottom: 0px;
    padding: 0 10px;
    font-size: 14px;
}



.hm_appdownload_bg {
    background: url(../images/appdownload_bg.jpg);
    width: 100%;
    height: 420px;
    display: inline-block;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
	margin-bottom: 25px;
    background-position: right;
}
.hm_appdownload_bg h2 {
    font-size: 25px;
    font-family: 'MontserratMedium', 'DroidKufiRegular' !important;
}
.hm_appdownload_bg p {
    font-size: 14px;
}
.hmqrcode img {
    margin-right: 25px;
}
.downloadStore img{margin-right: 10px}
.downloadStore span{font-size:17px; font-weight: bold}
.hm_newsLetter input.form-control {
    height: 45px;
    border: none;
    margin-right: 10px;
    border-radius: 6px;
    width: 100%;
    font-size: 13px;
}
button.theme_button.hm_subscribeBtn {
    border: 1px solid #fff;
}
.hm_newsLetter h2 {
    padding-bottom: 10px;
}
.hm_newsLetter .form-group {
    width: 20%;
}



section.hm_foot_seo {
    padding: 50px 0 10px;
	padding-top:25px;
}
section.hm_foot_seo .nav-pills .nav-link.active, section.hm_foot_seo .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
}
section.hm_foot_seo .nav-pills .nav-link {
    border-radius: 0;
}
section.hm_foot_seo .nav-link {
    display: block;
    padding: 0;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
}
a.nav-link{ color: #373e43;}
section.hm_foot_seo button.btn.btn-link {
    position: absolute;
    top: 10px;
    right: 0px;
}
section.hm_foot_seo .card-header {
    padding: 20px 0;
    margin-bottom: 0;
    background-color: #fbfbfb;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
section.hm_foot_seo .card {
    border: none;
    margin-bottom: 20px;
    background: transparent;
}
.foot_seolisthead li{font-size:18px; font-family: 'MontserratBold', 'DroidKufiBold' !important; padding-right:60px;}
.foot_seolisting h2 {
    font-size: 20px;
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
    margin-bottom:25px;
    position: relative;
}
.foot_seolisting li:after {
    background: url(../images/foot_arrow.png);
    content: "";
    position: absolute;
    height: 8px;
    width: 6px;
    left: 0px;
    top: 7px;
}
.foot_seolisting a {
    color: #373e43;
    font-size: 14px;
    font-family: 'MontserratMedium', 'DroidKufiRegular' !important;
}
.foot_seolisting li {
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
}
.foot_seolisting h2:after {
    background-color:#cea241;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 3px;
    width: 35px;
    left: 0px;
}
.foot_seolisting h3 {
    font-size:16px;
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
    margin-bottom:15px;
    position: relative;
}
.foot_seolisting h3:after {
    background-color:#cea241;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 3px;
    width: 35px;
    left: 0px;
}
.foot_seolisthead .nav-link.active.show{
	position: relative;
	color: #cea241 !important;
}
.foot_seolisthead .nav-link.active.show:after {
    background: url(../images/collpse_arrowgold.png);
    content: "";
    position: absolute;
    height: 8px;
    width: 10px;
    right: -15px;
    top: 12px;
    background-size: contain;
}
.top_search_menu a.dropdown-item span {
    color: #000 !important;
    font-size: 13px;
}


footer {
    background-color:#287b52;
    padding: 30px 0 10px;
    color: #fff;
    margin-top: 40px;
}
.foot_list h2 {
    font-size: 20px;
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
    margin-bottom:25px;
    position: relative;
    color: #fff;
}
.foot_list li:after {
    background: url(../images/footer_whitearrow.png);
    content: "";
    position: absolute;
    height: 8px;
    width: 6px;
    left: 0px;
    top: 7px;
}
.foot_list a {
    color: #fff;
    font-size: 14px;
    font-weight:500;
    cursor: pointer;
}
.foot_list li {
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
}
.foot_list h2:after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 3px;
    width: 35px;
    left: 0px;
}
.foot_pay li:after{display: none;}
.foot_pay li {
    padding-left: 0;
    padding-right: 10px;
	align-items: center;
    display: flex;
}
p.foot_payText {
    font-size: 12px;
    padding-top: 5px;
}
.social li:after{display: none;}

 .social li{
    padding-bottom: 0px;
    position: relative;
    padding-left: 0;
    padding-right: 15px;
}
.social {
    padding-top: 20px;
}
.foot_bottom {
    border-top: 1px solid #ffffff59;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.foot_bottom p {
    margin-bottom: 0px;
    font-size: 12px;
}
section.hm_foot_seo.hm_footpackes {
    padding-top: 30px;
}
section.hm_foot_seo .card-body {
    padding: 1rem;
}
.hmDepartCityDate {
    flex-wrap: wrap;
    display: flex;
}

.helpicon {
	background: url(../images/support.svg);
	width:30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	background-size: contain;
}
.phoneicon {
	background: url(../images/phone.svg);
	width:30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	background-size: contain;
}
.watsappicon {
	background: url(../images/whatsapp.svg);
	width:30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	background-size: contain;
}
.mobileApp_Download{display: none;}
.room-repeat ul li label{font-size:12px}
a.viewMore {
    color: #cea241;
}

.flight_panel {
    padding-top: 10px;
}

.flight_tabs_wrpr {
	margin-top: 0px;
	margin-bottom: 8px;
}
.flight_tabs li a {
	padding: 6px 22px;
	line-height: 18px;
	transition: all .3s;
	position: relative;
	font-size: 14px;
	color: #000000;
	padding-left: 30px;
}
.flight_tabs li a:before {
/*	border-radius: 50%;
	background: #ffffff;
	border: solid #cecfcf 1px;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;*/
}
.flight_tabs li a.active:after {
/*	border-radius: 50%;
	background-color:#287b52;
	border: solid #a77712 1px;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -9px;*/
}
.flight_tabs li a{
	color: #ffffff;
    background: #b3b3b3;
    border-radius: 4px;
	margin-right:5px;
	 padding: 6px 10px;
}
.flight_tabs li a.active {
    background: #287b52;
    border-radius: 5px;
    color: #fff;
     padding: 6px 10px;
    margin: 0px;
	margin-right:5px;
}

.hm_nonstop label {
	border: none;
	padding: 0 15px !important;
	font-size: 14px;
}


.hm_nonstop{ position:relative;}

.hmStops [type="checkbox"]:checked, .hmStops [type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.hmStops [type="checkbox"]:checked + label, .hmStops [type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-left: 34px !important;
	padding-top: 0px;
	cursor: pointer;
	line-height: 25px;
	display: inline-block;
	color: #373e43;
	font-weight: normal;
	margin-right: 10px;
	padding-bottom: 0px !important;
	margin-top: 5px;
	margin-bottom:0;
    width: auto;
}
.hmStops [type="checkbox"]:checked + label:before, .hmStops [type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url(../images/hm_nonstop.svg) no-repeat 0px 0px;
}
.hmStops [type="checkbox"]:checked + label:after, .hmStops [type="checkbox"]:not(:checked) + label:after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/hm_nonstop.svg) no-repeat -28px 0px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hmStops [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.hmStops [type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.disable {
    opacity: .3;
    pointer-events: none;
}

.calenderNonMoveBox{
    margin-top: 0;
    position: absolute;
    z-index: 5;
    left: 8px;
    top: 90px;
    padding: 0;
    width: auto;
}
.calenderNonMoveBox1{
    margin-top: 0;
    position: absolute;
    z-index: 5;
    left: auto;
    top: auto;
    padding: 0;
    width: auto;
}
.daterangepicker{
    display: flex !important;
}
.litepicker{
   /*position: static !important;*/
   height:270px;
}
.hotel_search{
	padding-top:15px;
}
.activity_search{
	padding-top:15px;
}
.field_clm_3_activity {
    width: 50%;
    margin: 0 8px;
    position: relative;
}
.insurance_panel {
    padding-top: 15px;
}

.hm_addbanner_after {
    background: rgb(0 0 0 / 50%);
    width: fit-content;
    padding: 10px 20px;
    height: 100%;
	border-radius: 10px;
}

.search_field_rht .field_clm_search .loader-sm {
    padding-top: 30px;
}

.hm_col_03.HmTravel span.AirpCity{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchpanel_box .search_field_main input{
	 height: 60px;
}
.searchpanel_box .FilghtClass .field_clm_3{
	width: 25%;
	padding: 0;
}
.searchpanel_box .FilghtClass .form-group{
	 width: 100%;

}

.searchpanel_box .select2-container .select2-selection--single{
	height: 60px;
}
.searchpanel_box .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 60px;
}
.searchpanel_box .searchBtn{
	height: 60px;
}
.searchpanel_box .calendar_icon:after{
	top: 47px;
}
.searchpanel_box .adult_icon:after{
	top: 47px;
}
.searchpanel_box .down_arrow:after{
	top: 54px;
}
.searchpanel_box .location_icon:after{
	top: 47px;
}
.multi_clnder{
}
.room-repeat .down_arrow:after{
	top: 42px !important;
}


.transfers_panel .FilghtClass .field_clm_3 {
    width:20%;
}
.transpickupLoc {
    position: relative;
}
.transfers_panel .field_row {
    align-items: baseline;
}
.transfers_panel .FilghtClass .field_clm_2 {
    width: 20%;
}
input.transdate {
    width: 100%;
    border-radius: 5px 0 0 5px;
}
select.transtime {
    width: 45%;
    padding: 0 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.transfers_panel span.calendar_icon {
    position: relative;
    width: 55%;
}

.transfers_panel span.calendar_icon{
	width: 60%;
}
.transfers_panel select.transtime{
	width: 40%;
}

.transfers_panel .FilghtClass .calendar_icon:after {
    background: url(../images/calendar_icon.png);
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    content: '';
    right: 15px;
    top: 22px;
    pointer-events: none;
}
.pck_bkng_modal .modal-dialog{
	max-width: 400px;
}
.pck_bkng_modal .modal-footer{
	border-top:0;
	padding-top: 8px;
}
.pck_bkng_modal .modal-body{
	padding-top:15px;
	padding-bottom: 8px;
	display: flex;
}
.pck_bkng_modal .sucess_icon{
	background: url(../images/success_g_icon.svg) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	background-size: contain;
	margin-right: 8px;
}
.pck_bkng_modal .close_icon{
	background: url(../images/failed_r_icon.svg) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	background-size: contain;
	margin-right: 8px;
}

.transfers_panel .hm_clndr_main{
	width: 36%;
}







/*dynamic search*/
.dypackNationlity .select2-container {
    width: 80% !important;
}
.dypackNationlity {
    width: 28%;
    position: relative;
    margin-right: 30px;
}
.dypackcabinClass {
    width: 20%;
    position: relative;
}
.dyPackSearchTop {
    padding-top: 30px;
}
.dyPackSearchTop label {
    padding-right: 10px;
    width: auto;
    margin-bottom: 0px;
}
.dyPackSearchTop .down_arrow:after {
    top:20px;
}
.dyPackSearchTop .form-control {
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    background-color: #fff;
    padding-right: 30px;
}
.dyPackSearchArea .field_clm_3 {
    width:50%;
    margin: 0 8px;
    position: relative;
}
.dyPackSearchArea .search_field_rht {
    width:35%;
}
.dyPackSearchArea .search_field_lft {
    width: 65%;
}
.dyPackSearchTop .form-group {
    margin-bottom: 0;
}
.dypackSearchText {
    display: flex;
    justify-content: end;
}
.dypackSearchText a{color: #373e43; text-decoration: underline;padding-left: 3px}

.dynamic_package_panel.package_search .select2-container .select2-selection--single {
    height: 45px;
}
.dynamic_package_panel.package_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
select#seating_class_package {
    height: 45px;
}
/*dynamic search*/


.pckg_rslt_modal .ant-modal-close{
	padding: 0;
    margin: 0;
    background-image: url(../images/close.svg);
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    opacity: 1;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.pckg_rslt_modal .ant-modal-close:hover{
	color: #fff;
}



/*seo start*/
.seo_nw_contentArea {
	padding: 25px 0;
}
.seo_nw_contentArea table{
	margin: 10px 0;
}
.seo_nw_contentArea td {
	border: solid #ccc 1px;
    padding: 10px 20px;
}
.seo_recomended_tble_sec table {
    margin: 10px 0;
}
.seo_recomended_tble_sec td {
    border: solid #ccc 1px;
    padding: 10px 20px;
}
div:has(.table-1  ) {
    /* display: block; */ /* block changed to table due to SEO read more: #15599 - point 4  */
    display: table;
}
.seo_nw_box01 {
	display: flex;
}
.seo_nw_box01 h2 {
	font-size: 22px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	margin-bottom: 15px;
	position: relative;
}
.seo_nw_box01 p {
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 15px;
	position: relative;
}
.seo_nw_box01_Lft {
	width: 75%;
}
.seo_nw_box01_Rht {
	width: 25%;
}
.seo_nw_box01_Rht_pic {
	margin-left: 20px;
}
.seo_nw_box01_Rht_pic img {
	width: 100%;
	height: 400px;
	border-radius: 20px;
}
.seo_nw_box01 a.ReadMore {
	background-color:#287b52;
	cursor: pointer;
	width: fit-content;
	padding: 12px 20px;
	font-size: 14px;
	margin-top: 5px;
	line-height: 26px;
	margin-bottom: 5px;
	text-align: center;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	height: 50px;
	cursor: pointer;
	color: #ffffff !important;
	border-radius: 5px;
}
.seo_nw_box03 {
	display: flex;
	background: #e6e7e9;
	padding: 25px 0;
}
.seo_nw_box03 h2 {
	font-size: 28px;
	text-align: center;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	margin-bottom: 15px;
	position: relative;
}
.seo_nw_box03_dvd {
	width: 100%;
	display: flex;
	gap: 50px;
}
.seo_nw_box03_dvd_clm {
	width: 50%;
}
.seo_nw_box03_dvd_clm h3 {
	font-size: 22px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	margin-bottom: 10px;
	position: relative;
}
.seo_nw_box03_dvd_clm p {
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 15px;
	position: relative;
}
.seo_nw_box03_dvd a.ReadMore {
	background-color: #fff;
	color: #373e43 !important;
	cursor: pointer;
	width: fit-content;
	padding: 12px 20px;
	font-size: 14px;
	margin-top: 5px;
	line-height: 26px;
	margin-bottom: 5px;
	text-align: center;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	height: 50px;
	cursor: pointer;
	border-radius: 5px;
}
.umrah_thm_list {
	padding: 25px 0;
}
.umrah_thm_list h2 {
	font-size: 22px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	margin-bottom: 20px;
	position: relative;
}
.umrah_thm_list ul {
	display: flex;
	gap: 40px;
}
.umrah_thm_list ul li {
	background: #e8f4ed;
	border-radius: 10px;
	min-height: 155px;
	display: flex;
	flex-direction: column;
	width: 20%;
	align-items: center;
	justify-content: center;
}
.umrah_thm_list ul li i {
	display: block;
	height: 58px;
}
.umrah_thm_list ul li span {
	color: #008a45;
	font-size: 16px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	padding-top: 10px;
}
.seoDiffSlide {
	padding: 30px 0;
}
.seoDiffSlide h2 {
	font-size: 28px;
	text-align: center;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	margin-bottom: 30px;
	position: relative;
}
.hm_whybest_new {
}
.hmSeoDtls {
	position: absolute;
	height: 110px;
	background: linear-gradient(to bottom, rgba(0,138,69,0) 0%, rgba(0,138,69,0.77) 50%, rgba(0,138,69,0.65) 100%);
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	z-index: 1;
	padding: 20px;
	background-position: bottom;
}
.hmSeoDtls h2 {
	font-size: 22px;
	margin-bottom: 0;
}
.why_listbox {
}
.why_listbox ul {
	display: flex;
	gap: 20px;
	padding-top: 15px;
}
.why_listbox ul li {
	width: 30%;
	text-align: center;
}
.why_listbox ul li p {
	padding: 0;
	margin: 0;
}
.why_listbox ul li h2 {
	font-size: 20px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.why_listbox ul li i {
	width: 30px;
	height: 30px;
	display: inline-block;
}
.faqsec {
	padding: 25px 0;
}
.faqsec h2 {
	font-size: 30px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	line-height: 32px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 35px;
	position: relative;
}
.faqsec .box {
	background: #e6e7e9;
	border-radius: 10px;
	margin-bottom: 10px;
}
.faq_main .col {
	background-color: transparent;
	color: #000000;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	cursor: pointer;
	padding: 20px 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 0px solid #101010;
	transition: all 0.3 ease-in-out;
}
.faq_main .active, .faq_main .col:hover {
	background-color: transparent;
	border-top-left-radius: 3px;

	border-top-right-radius: 3px;
	color: #111111;
}
.faq_main .col:after {
	content: "\ ";
	color: #000000;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	float: right;
	margin-left: 5px;
	background: url(../images/down_arw.svg);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 5px;
	position: relative;
}
.faq_main .active:after {
	content: "\ ";
	background: url(../images/up_arw.svg);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 5px;
	position: relative;
}
.faq_main .content {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	transition: max-height 0.2s ease-out;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: justify;
	transition : all 0.6s ease-in-out;
	object-fit: cover;
}
.faq_main .content p {
	padding-bottom: 15px;
}
.seo_Testimonials {
	background: #e6e7e9;
	padding: 25px 0;
}
.seo_Testimonials h2 {
	font-size: 30px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	line-height: 32px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
}
.testi_box {
	width: 100%;
	min-height: 200px;
	background: #fff;
	border-radius: 10px;
	margin-top: 60px;
	text-align: center;
	padding: 30px;
	padding-top: 50px;
}
.testi_box h3 {
	font-size: 18px;
	font-family: 'MontserratBold', 'DroidKufiBold' !important;
	text-align: center;
	margin-bottom: 10px;
}
.testi_pic {
	width: 85px;
	height: 85px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -10%);
	top: 20px;
}
.testi_pic img {
	border-radius: 10px;
}
.seo_aboutlanding{
	background:#e6e7e9;
	padding:30px 0;
}
.seoAbt h2{
    font-size: 35px;
    font-family: 'Muli';
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
    line-height: 44px;
    margin-bottom: 18px;
}
.seoAbt p{
    font-size: 14px;
    padding-bottom: 18px;
}
.seo_aboutlanding .box{
	background:#cdd0d6;
}

.seo_land_twoFaq .faq_main .col{
	font-size: 15px;
}
.seo_land_twoFaq h2 {
    font-size: 30px;
    font-family: 'Muli';
    font-family: 'MontserratBold', 'DroidKufiBold' !important;
    line-height: 44px;
    margin-bottom: 0;
}
.umrah_thm_list a.ReadMore{
	color: #008c40 !important;
    font-size: 13px;
    text-decoration: underline;
    padding-top: 10px;
}

/*seo end*/

.hotel_search .location_icon input{padding-right: 25px;}


/*new header start*/
.new_head_phone{
    background: #287b52;
    border-radius: 4px;
    align-items: center;
    padding: 4px 10px !important;
}
span.new_hd_number{
    color: #fff;
    font-size: 13px;
    padding: 0 !important;
    padding-left: 5px !important;
}
.new_head_phone span.phon_icon{
	padding:0 !important;
}
.new_head_phone span:hover{
	 color: #fff !important;
}
.new_head_phone i.phon_icon img {
    height: 19px;
    top: -2px;
    position: relative;
}
.new_hd_dwnarw {
    width: 11px;
    height: 24px;
    margin-left: 8px;
}

.new_head_login{
	background: #fff;
    border-radius: 4px;
    align-items: center;
    padding: 4px 10px !important;
	border: solid 1px #287b52;
	border-right: solid 1px #287b52 !important;
}

.new_head_login span{
    padding: 0px 0 !important;
    font-size: 14px;
    line-height: 24px;
}
.inner_header .new_head_login{
	border: solid 1px #287b52;
    border-right: solid 1px #287b52 !important;

}
.inner_header .new_head_login span{
	color:#000 !important;
}

.new_head_login_mob{
	    background: #287b52;
    border-radius: 4px;
    align-items: center;
    padding: 4px 10px !important;
}
.new_head_login_mob span {
    padding: 0px 0 !important;
    font-size: 14px;
    line-height: 24px;
	color:#fff;
}
.new_head_login_mob span:hover{
	color:#fff;
}


/*new header end*/



.new_menu_tab{
	width:100%;
	border-bottom:solid #ccc 1px;
     display: flex;
    align-items: center;
	margin-bottom: 5px;
}

a.Nw_nav_item {
    display: flex;
    align-items: center;
	justify-content: center;
    color: #000;
	height:50px;
}
.new_menu_tab .owl-prev{
	position: absolute;
    left: -10px;
	top: -10px;
}

.new_menu_tab .owl-next{
	position: absolute;
    right: -10px;
	top: -10px;
}

.new_menu_tab .owl-theme .owl-nav{
	margin-top: 0px !important;
	top: -35px;
    position: relative;
 }

.new_menu_tab .owl-carousel .owl-stage-outer{
/*	margin-left:50px !important;
	margin-right: 50px !important;*/
/*	justify-content: center;
    display: flex;*/
}

.RL_arrow{
	 border-radius: 0%;
}

.nav_lft_arw {
    width: 17px;
    height: 14px;
    background: url(../images/nav_lft_arw.svg);
    background-size: contain;
    display: inline-block;
    margin-left: -2px;
}
.nav_rht_arw {
    width: 17px;
    height: 14px;
    background: url(../images/nav_rht_arw.svg);
    background-size: contain;
    display: inline-block;
    margin-left: -2px;
}

/*new baner_ads start*/
.bnr_ads_main {
	width: 100%;
	display: flex;
	justify-content: end;
	position: relative;
}
.bnr_ads {
	background: #fff;
	border-radius: 25px;
	padding: 20px 30px;
	padding: 20px 30px;
	width: 470px;
	position: absolute;
	top: -140px;
}
.bnr_ads_clm1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0px;
}
.bnr_ads_clm1_dvd {
	width: auto;
	display: flex;
	flex-direction: column;
}
.bnr_ads_clm1_dvd span {
	font-size: 22px;
	color: #cea141;
	line-height: 33px;
}
.bnr_ads_clm2_dvd {
	width: 100%;
}
.bnr_ads_clm2_dvd span {
	font-size: 32px;
	color: #cea141;
	/* font-family: 'MontserratBold', 'DroidKufiBold' !important; */
	line-height: 36px;
	font-family: 'MuliExtraBold' !important;
}
.bnr_ads_clm2 {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 25px;
}
.bnr_ads_clm3_dvd {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.bnr_ads_clm3_dvd {
	width: 50%;
}
.bnr_ads_clm3_dvd span {
	font-size: 36px;
	color: #cea141;
	/* font-family: 'MontserratBold', 'DroidKufiBold' !important; */
	line-height: 36px;
	font-family: 'MuliExtraBold' !important;
}
.bnr_ad_line:before {
	content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #282727;
    left: 3px;
}
/*new baner_ads end*/

.new_menu_tab .umrah_package_icon {
    background: url(../images/umrah_package_icon.png);
    width: 22px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center left;
}
.new_menu_tab .flight_icon {
    background: url(../images/flight_icon.png);
    width: 26px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center left;
}
.new_menu_tab .hotel_icon {
    background: url(../images/hotel_icon.png);
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
    background-repeat: no-repeat;
	background-position: center left;
}
.new_menu_tab .transfers_icon {
    background: url(../images/transfers_icon.png);
	width: 28px;
    height: 28px;
    display: inline-block;
      position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 8px;
}
.new_menu_tab .insurance_icon {
    background: url(../images/insurance_icon.png);
    width: 20px;
    height: 28px;
    display: inline-block;
      position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 8px;
}
.new_menu_tab .activities_icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 8px;
}
.new_menu_tab .visa_icon {
    background: url(../images/visa_icon.png);
    width: 20px;
    height: 28px;
    display: inline-block;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 8px;
}
.new_menu_tab .train_icon {
    background: url(../images/train_icon.png);
	width: 19px;
    height: 28px;
    display: inline-block;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 8px;
}
.new_menu_tab .groupbooking_icon {
    background: url(../images/group_booking_icon.png);
    width: 36px;
    height: 28px;
    display: inline-block;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 8px;
}

.Nw_nav_item.active:before  {
	content:'';
	position:absolute;
	width:100%;
	background:#287b52;
	height:4px;
	bottom:0;
}



/*media start*/

@media (min-width: 1401px) and (max-width: 1800px) {
	.megamenu {
		width: max-content;
		max-width: 1200px !important;
 	   left: 50% !important;
       transform: translate(-50%, -1%) !important;
	}
}

@media (min-width: 1201px) and (max-width: 1400px) {
	.megamenu {
		width: 88% !important;
 	   left: 50% !important;
       transform: translate(-50%, -1%) !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.megamenu {
    width: 98% !important;
 	left: 50% !important;
    transform: translate(-50%, -1%) !important;
}

}

@media only screen and (max-width: 767px) {
	.phon_icon{width: 11px;}
	.nav_mobShow .top_phone_outr{ padding-left:0}
	.nav_mobShow .hdphone .dropdown-content{left: 0px;}
	.FilghtClass .field_clm_3{ width:100%;}
	.hm_clndr_main {display: flex;width: 100%;}
	.FilghtClass .field_clm_2{width: 50%;}
	.hotel_search .field_clm_2{width: 50%;}
	.FilghtClass .hm_multycity .field_clm_3{width: 100%;}
	.FilghtClass .hm_multycity .field_clm_2{width: 50%;}

	.searchpanel_box .FilghtClass .field_clm_3{width: 100%;padding: 0;}
	.hm_multycity .hm_nonstop{padding-top: 2px;}
     .transfers_panel .FilghtClass .field_clm_3 {width: 100%;}
    .transfers_panel .FilghtClass .hm_clndr_main { flex-wrap: wrap;}
	.transfers_panel .FilghtClass .search_field_main .form-group {width: 100%;}
	.transfers_panel .FilghtClass .field_clm_2 {width: 100%;}
	.transfers_panel span.calendar_icon {width: 60%;}
     select.transtime {width: 50%;}
	.transfers_panel .hm_clndr_main{ width:100%;}
	.transfers_panel .hm_clndr_main .field_clm_2{ width:100% !important;}

.dyPackSearchArea .field_clm_3 {width: 100%;}
.dyPackSearchArea .search_field_lft { width: 100%;}
.dyPackSearchTop .form-group { margin-bottom:10px; flex-wrap: wrap;}
.dypackNationlity {width: 100%; position: relative; margin-right: 0;}
.dypackcabinClass { width: 100%; position: relative;}
.dyPackSearchTop { padding-top: 10px;}
.dypackSearchText {display: flex;justify-content: start;padding-top: 5px;flex-direction: column;}
.dyPackSearchArea .search_field_rht { width: 100%;}
.dyPackSearchTop .down_arrow:after {top: 48px; flex-direction: column;}
.search_field_main .form-group { margin-bottom: 10px;}
.dynamic_package_panel .select2-container{width: 100%!important;}
.dynamic_package_panel .down_arrow:after{ top: 48px;}
section.hm_advertiseBanner {
    display: block;
}
}
/*media end*/




 li.nav-item.dropdown.megamenu-li.dmenu.show .dropdown-toggle::after  {
    background: url(../images/down_arrow_black.png);
    transform: rotate(180deg);
}
li.nav-item.dmenu.dropdown.show .dropdown-toggle::after  {
    background: url(../images/down_arrow_black.png);
    transform: rotate(180deg);
}
.field_clm_3.field_clm_3_psngr.HmTravel input{
    cursor: pointer;
}
select {
    cursor: pointer;
}
select option {
    cursor: pointer;
}

.b2b_hld_flx{
	display: flex;
}
.removeRoomPackage {
    font-size: 14px;
    color: #373e43 !important;
    text-decoration: none !important;
    cursor: pointer;
}
.field_clm_3.field_clm_6.ml-0.b2b_hld_flx {
    width: 100%;
    margin-top: 10px;
}
.top_phone_outr .log_logot {
	padding-left:2px !important;
}
.Fl_tooltip_custom{
	width: max-content;
     background: #2d314a;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}


  .slideshow,
.slideshow:after {
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.slideshow:after {
    content: '';
}
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: right;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite;
    -moz-animation: imageAnimation 36s linear infinite;
    -o-animation: imageAnimation 36s linear infinite;
    -ms-animation: imageAnimation 36s linear infinite;
    animation: imageAnimation 36s linear infinite;
}
.slideshow li div {
    z-index: 0;
    position: absolute;
    top: 25%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite;
    -moz-animation: titleAnimation 36s linear infinite;
    -o-animation: titleAnimation 36s linear infinite;
    -ms-animation: titleAnimation 36s linear infinite;
    animation: titleAnimation 36s linear infinite;
}
.slideshow li div h3 {
      font-family: 'Muli', 'DroidKufiRegular' !important;
  text-transform: capitalize;
  font-size: 40px;
  font-family: 'MontserratBold', 'DroidKufiBold' !important;
  padding: 0;
  line-height: 42px;
    color: rgba(255,255,255, 0.8);
}
.slideshow li div h4 {
     font-family: 'Muli', 'DroidKufiRegular' !important;
  text-transform: capitalize;
  font-size: 30px;
  padding: 0;
  line-height: 42px;
    color: rgba(255,255,255, 0.8);
}

.slideshow li:nth-child(1) span { background-image: url(https://24.media.tumblr.com/6ddffd6a6036f61a1f2b1744bad77730/tumblr_mzgz9vJ1CK1st5lhmo1_1280.jpg) }
.slideshow li:nth-child(2) span {
    background-image: url(https://25.media.tumblr.com/aff8a8a33156a0eda844140764fd4359/tumblr_mzgz3tBAAU1st5lhmo1_1280.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: url('https://24.media.tumblr.com/f87b54bbce49e59debf7606662f54862/tumblr_n0hpxxDOJ91st5lhmo1_1280.jpg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    background-image: url(https://24.media.tumblr.com/0df0b55a4615378cf593241bad80a7da/tumblr_n0hpwpZrVc1st5lhmo1_1280.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
    background-image: url(https://24.media.tumblr.com/b94dbb2a392198d5cc39c19959598229/tumblr_n0hpthN8VH1st5lhmo1_1280.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
    background-image: url(https://31.media.tumblr.com/67d222ee577fc35faca83f0e08efc48e/tumblr_mzzqt7wyEU1st5lhmo1_1280.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */


/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        -moz-transform: scale(10);
    }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -o-transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        -o-transform: scale(10);
    }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    8% {
        opacity: 1;
        transform: translateY(0px);
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        transform: scale(10);
    }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */

.no-cssanimations .slideshow li span{
    opacity: 1;
}
.slideshow_one.slideshow li span{
	opacity: 0.9 !important;
	animation: none !important;
}





.app_download_phone {
	background: url(../images/app_download_phone.png);
	width: 271px;
    height: 408px;
    display: inline-block;
    background-size: contain;
    top: -38px;
    position: absolute;
    left: 25%;
}
#islamichalalpackage .fxd_dpartstar .hmpackStar{
	right: -15px;
    top: -15px;
}
#islamichalalpackage .fxd_dpartstar{
	padding-top: 12px;
}

#islamichalalpackage .fxd_dpartstar{
	position: relative;
    padding-top: 12px;
    flex-wrap: wrap;
    gap: 5px;
}
#islamichalalpackage .group{
	margin-right: 0px;
}
#islamichalalpackage .owl-nav{
	display:none;
}

.month-picker td.month-picker-next a.ui-button{
	border: 1px solid #287b52 !important;
    background: #287b52 !important;
}
.month-picker td.month-picker-previous a.ui-button{
	border: 1px solid #287b52 !important;
    background: #287b52 !important;
}
.month-picker .month-picker-title{
	position:relative;
}

.month-picker .month-picker-title .ui-widget:after{
    content: '';
    position: absolute;
    right: 9px;
    top: 10px;
    width: 10px;
    height: 5px;
    background: url(../images/down_arrow.png);
    display: inline-block;
    background-size: contain;
}

.login_drop_section.dropdown-menu{
    right: 0;
    left: auto;
    padding: 10px;
}
.login_drop_sectionMobBtn{
    width: fit-content;
     margin: auto;
 }
.mob_contct .top_phone_outr{
    margin: 0 auto;

}
.mob_New_comnt.mob_contct{
    border: none;
    padding-bottom: 0;
}

li.mob_New_comnt{
    border-top:none ;

}
.login_drop_section  a.dropdown-item{
    display: flex ;
    align-items: center;
    gap: 10px;
    padding: 10px 10px !important;
}

.user_icon_menu{
    background: url(../images/user_icon_menu.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.myBooking_icon_menu{
    background: url(../images/mybooking_icon_menu.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.myIdeas_icon_menu{
    background: url(../images/myideas_icon_menu.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.addTravel_icon_menu{
    background: url(../images/addtraveller_icon_menu.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.Password_icon_menu{
    background: url(../images/password_icon_menu.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.logout_icon_menu{
    background: url(../images/logout_icon_menu.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.mob_New_comnt2 .dropdown-item{
    display: flex !important;
    align-items: center;
    gap: 10px;
}


.login_drop_section a.dropdown-item:hover span{
    color: #fff !important;
}

.login_drop_section a.dropdown-item:hover .user_icon_menu{
    background: url(../images/user_icon_menu_active.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}

.login_drop_section a.dropdown-item:hover .myBooking_icon_menu{
    background: url(../images/mybooking_icon_menu_active.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.login_drop_section a.dropdown-item:hover .myIdeas_icon_menu{
    background: url(../images/myideas_icon_menu_active.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.login_drop_section a.dropdown-item:hover .addTravel_icon_menu{
    background: url(../images/addtraveller_icon_menu_active.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.login_drop_section a.dropdown-item:hover .Password_icon_menu{
    background: url(../images/password_icon_menu_active.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}
.login_drop_section a.dropdown-item:hover .logout_icon_menu{
    background: url(../images/logout_icon_menu_active.svg);
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
}

 

.seoHalal_pckg .hmumrahpackBox {
    height: 402px;
    overflow-y: auto;
}
.seoHalal_pckg .hmumrahpackBox::-webkit-scrollbar-track {
	 border-radius:25px;
 	background-color: #ecf0f4;
}
.seoHalal_pckg .hmumrahpackBox::-webkit-scrollbar {
 	width:4px;
	background-color: #ecf0f4;
}
.seoHalal_pckg .hmumrahpackBox::-webkit-scrollbar-thumb {
 	border-radius:25px;
 	background: #7c8a99;
	height:4px;
}
.seoHalal_pckg .seo_viewall {
	top: -50px;
	right: 15px;
	border-radius: 6px;
	padding: 12px 25px;
}

.calenderNonMoveBox .ui-icon-circle-triangle-w {
    background-position: -80px -190px;
}

.calenderNonMoveBox .ui-icon-circle-triangle-e {
    background-position: -48px -190px;
}

.calenderNonMoveBox .ui-widget .ui-widget{
	font-size: 13px;
}
.chat-iframe-wrap {
    max-height: 490px !important;
}










