.banner_main {
position: relative;
}
.header .navbar {
	width: 100%;
}

.banner_tittle {
	padding-bottom: 5px;
}
.banner_tittle h1 {
	font-size:57px;
	color: #1d3175;
	font-family: 'Roboto-Black', 'DroidKufiBold';
    line-height: 60px;
}
.banner_tittle h1 span {
	font-size:57px;
	color: #0085cc;
	font-family: 'Roboto-Black', 'DroidKufiBold';
    line-height: 60px;
}
.banner_tittle p {
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
    padding-top: 10px;
}





.header.sticky {
	position: fixed;
	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: 5;
	transition: all ease 0.9s;
}
.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: #000;
	text-decoration: none;
	background-color: #ffce00 !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: 'Roboto-Bold', 'DroidKufiBold';
    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: '';
	left: -2px;
	top: 8px;
	border: none;
} */

.sticky .top_search_menu ul li a {
	color: #000;
}

.top_search_menu ul li a {
	display: flex;
	color: #fff;
	font-size: 14px;
}
.fntArabic {
	font-family: "DroidKufiRegular";
	margin-left: 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: '';
	left: -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: #184b92;
	border-radius: 25px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	margin-right: 10px;
	position: relative;
}

.top_phone_outr ul li {
	border-left: 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;
	right: -38px;
	top: -22px;
}
.mob_nav_crsl .owl-carousel .owl-nav button.owl-next {
	position: relative;
	left: -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-right: -2px;
}
.RlRhtArw {
	width: 14px;
	height: 14px;
	background: url(../images/slidearrow_rht.svg);
	background-size: contain;
	display: inline-block;
	margin-left: -2px;
}
.top_phone_outr .nav-links {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-size: 0;
}
.top_phone_outr .dropdown {
	position: relative;
	display: flex;
	border-left: solid #fff 1px;
	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-left: none;
}
.top_phone_outr .dropdown-content {
	display: none;
	position: absolute;
	top:32px;
	left: 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: darkmagenta;
	cursor: pointer;
}
 .top_phone_outr span:focus-visible {
 outline: 2px solid tomato;
 outline-offset: 4px;
 border-radius: 2px;
 color: darkmagenta;
 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: 'Roboto-Bold', 'DroidKufiBold';
	    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: 'Roboto-Bold', 'DroidKufiBold';
	margin:0;
	padding:0;
}



.top_search_menu .dropdown-menu {
    min-width:18rem;
    margin: 0px;
    padding: 0px;
	left: 0px;
	right: auto;
	border-radius:4px;
}

.head_user h2 {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto-Bold', 'DroidKufiBold';
	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: 20px;
}
.hmNewModel .nav-tabs {
    border-bottom: none;
}
.hmNewModel .nav-tabs .nav-item {
    margin-bottom: 0;
}
.hmNewModel li.nav-item {
    padding-right: 0;
}
.hmNewModel .nav-tabs .nav-item.show .nav-link, .hmNewModel .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #184b92;
    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;
    left: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;
}
.hmNewModel .modal-body {
    padding: 10px 20px 20px;
}
.hmLoginModal .radio {
    margin: 0 0 10px;
    padding-left: 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: #184b92;
    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-left: 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: #184b92;
    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:0px 5px 5px 0px;
}
a.goog_log {
    border-radius: 5px 0px 0px 5px;
}
.log-wth-social a i img{
    margin-left: 10px;
}
.log-wth-social a.face_book i img{
    margin-left: 0px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.hmcode {
    width: 30%;
}
.hmcode select.form-control {
    height: 40px !important;
    border-radius: 0px 5px 5px 0px;
    border-left: none;
}
.hmPhonenbr input.form-control {
    border-radius: 5px 0px 0px 5px;
}
.hmPhonenbr {
    width: 70%;
}
.hmLoginbtn {
    background: #184b92;
    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;
    left: 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;
    left: 10px;
    margin-top: 0px;
    pointer-events: none;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}













section.hm_umrahpack {
    padding: 40px 0 20px;
}
section.hm_umrahpack h1{font-size:35px; text-align: center;      color: #184b92; font-family: 'Roboto-Bold', 'DroidKufiBold';}
.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;
    position: relative;
}
.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-right: 20px;
}
.group {
    color: #184b92;
    border: 1px solid #184b92;
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 11px;
    line-height:21px;
    text-transform: uppercase;
       margin-left: 7px;
    margin-bottom: 5px;
}
.family {
    color: #c7397e;
    border: 1px solid #c7397e;
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
    margin-left: 10px;
}
.pack_Dtls p {
    font-size: 15px;
    color: #000;
     font-family: 'Roboto-Bold', 'DroidKufiBold';
     padding-bottom: 10px;
}
.pack_Dtls li {
    margin-left: 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_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;
    color: #000;
}
.hmspace{padding: 0 15px}
.hm_packPlace span{font-size: 15px}
.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: #ffce00;
    border-radius: 5px;
    padding:2px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    height: 22px;
}
.hmpackStar img{margin-left: 5px}
.hmsuperPrice {
    text-align: left;
}
.hmsuperPrice h3 {
    color: #329307;
    font-size: 15px;
}
.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: none;
    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: 14px;
    height: 15px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.addcart {
    background: #184b92;
    color: #fff;
    margin-left: 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-left: 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: #184b92;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    right: -7px;
    line-height: 18px;
}
li.cartbox {
    position: relative;
}
.hmUmrahPackPrice {
    text-align: left;
    padding-top: 10px;
    width: 100%;
}
.hmUmrahPackPrice h3 {
    color: #000;
    font-size:20px;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
}
.hmUmrahPackPrice p {
    font-size: 12px;
    margin-bottom: 0px;
}
.hmEnquiryBtn {
    background: #184b92;
    border: 1px solid #184b92;
    border-radius: 50px;
    padding: 8px 20px;
    cursor: pointer;
    width: 45%;
    text-align: center;
    color: #fff;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
}
.hmViewBookBtn {
    background: #ffce00;
    border: 1px solid #ffce00;
    border-radius: 50px;
    padding: 8px 20px;
    cursor: pointer;
    width: 45%;
    text-align: center;
    color: #000;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
}
.hmsoldOutBtn {
    background: #184b9217;
    width: 100%;
    border: 1px solid #184b92;
    border-radius: 50px;
    color: #000000;
    text-align: center;
    padding: 8px 20px;
     font-family: 'Roboto-Bold', 'DroidKufiBold';
}
.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: #184b92;
}


.hm_advertiseBanner .owl-theme .owl-dots .owl-dot.active span, .hm_advertiseBanner .owl-theme .owl-dots .owl-dot:hover span{background: #184b92;}

.hm_addbanner{
    width: 100%;
    height:250px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.hm_addbanner img{
    width: 100%;
    height:250px;
    border-radius: 10px;
}
.add_headings {
    color: #fff;
}
.add_headings p {
    margin-top: 0;
    margin-bottom: 0;
    color: #4bc0fc;
}
.add_headings h2 {
    font-size: 25px;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
    line-height: 30px;
}
.add_bdr {
    background: #4bc0fc;
    height: 85px;
    width: 4px;
    margin-left: 10px;
}
.add_listing {
    width: 48%;
}
.add_listing li {
    color: #fff;
    padding-left: 5px;
    font-size: 12px
}
.add_listing ul {
    padding-right: 0;
    padding-top: 10px;
}
p.addDate {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #4bc0fc;
    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: #184b92;
}



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: #184b92;
    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: 17px;
    font-family: 'Roboto-Bold', 'DroidKufiRegular' !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-right: 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: #184b92;
}


.hmtrendflsBox{position: relative;}
.hmtrendflsBox img{height: 360px; 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;
}
.trendfl_country {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto-Bold', 'DroidKufiRegular' !important;
}
.hmtrendflLeft{color: #fff}
.hmtrendflLeft p{margin-bottom: 0px; font-size: 12px;}
.hmtrendflLeft h2{margin-bottom: 0px; font-size: 17px; font-weight: 600}
.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: #184b92;
}



.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: 'Roboto-Bold', 'DroidKufiBold';
    font-size: 16px;
    padding: 10px 0 5px;
}
.reviewTick{
     background: url(../images/review_tick.png);
     width:16px;
     height: 16px;
     display: inline-block; 
     margin:0 10px 0 5px;
}
.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;
    right: -40px;
    top: 35%;
    background: url(../images/review_prev.png) !important;
     width:34px;
     height:30px;
}
.hmreview_carrousel button.owl-next{
    position: absolute;
    left: -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;
    color: #000;
}
.hm_whybest h1 span{font-size: 36px; font-weight: bold}
.hm_whybest h3 {
    font-size: 20px;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
    padding: 10px 0;
}
.hm_whybest p {
    margin-bottom: 0px;
    padding: 0 10px;
    font-size: 14px;
}



.hm_appdownload_bg {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
}
.hm_appdownload_bg h2 {
    font-size: 20px;
    padding-bottom: 8px;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
    padding-top: 12px;
}
.hm_appdownload_bg p {
    font-size: 14px;
}

.downloadStore img {
    margin-bottom: 10px;
}
.downloadStore img:last-child {
    margin-bottom: 0px;
}
.downloadStore span{font-size:17px; font-weight: bold}
.hm_newsLetter input.form-control {
    height: 45px;
    border: 1px solid #ccc;
    margin-left: 0;
    border-radius: 50px;
    width: 100%;
    font-size: 14px;
    padding-left: 110px;
}
button.theme_button.hm_subscribeBtn {
    border: 1px solid #fff;
}
.hm_newsLetter h2 {
    padding-bottom: 10px;
}



section.hm_foot_seo {
    padding: 50px 0 10px;
}
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;
}
a.nav-link{ color: #373e43;}
section.hm_foot_seo button.btn.btn-link {
    position: absolute;
    top: 10px;
    left: 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: 'Roboto-Bold', 'DroidKufiBold'; padding-right:60px;}
.foot_seolisting h2 {
    font-size: 20px;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
    margin-bottom:25px;
    position: relative;
}
.foot_seolisting li:after {
    background: url(../images/foot_arrow.png);
    content: "";
    position: absolute;
    height: 8px;
    width: 6px;
    right: 0px;
    top: 7px;
}
.foot_seolisting a {
    color: #373e43;
    font-size: 14px;
    font-family: 'Roboto-Bold', 'DroidKufiRegular' !important;
}
.foot_seolisting li {
    padding-bottom: 8px;
    position: relative;
    padding-right: 15px;
}
.foot_seolisting h2:after {
    background-color: #184b92;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 3px;
    width: 35px;
    right: 0px;
}
.foot_seolisting h3 {
    font-size:16px;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
    margin-bottom:15px;
    position: relative;
}
.foot_seolisting h3:after {
    background-color: #184b92;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 3px;
    width: 35px;
    right: 0px;
}
.foot_seolisthead .nav-link.active.show{
	position: relative;
	color: #184b92 !important;
}
.foot_seolisthead .nav-link.active.show:after {
    background: url(../images/collpse_arrowgold.png);
    content: "";
    position: absolute;
    height: 8px;
    width: 10px;
    left: -15px;
    top: 12px;
    background-size: contain;
}
.top_search_menu a.dropdown-item span {
    color: #000 !important;
    font-size: 13px;
}


footer {
    background-color: #f3f8fb;
    padding:50px 0 0px;
    color: #000000;
}
.foot_list h2 {
    font-size: 17px;
    font-family: 'Roboto-Bold', 'DroidKufiBold';
    margin-bottom: 20px;
    position: relative;
    color: #184b92;
}
.foot_list li:after {
    background: url(../images/footer_whitearrow.png);
    content: "";
    position: absolute;
    height: 8px;
    width: 6px;
    right: 0px;
    top: 7px;
}
.foot_list a {
    color: #000;
    font-size: 14px;
    font-weight:500;
}
.foot_list li {
    padding-bottom: 8px;
    position: relative;
    padding-right: 15px;
}

.foot_pay li {
    padding-right: 0;
    padding-left: 10px;
}
p.foot_payText {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 15px;
    line-height: 17px;
}

 .social li{
    padding-bottom: 0px;
    position: relative;
    padding-left: 15px;
    padding-right: 0;
}
.social {
    padding-top:5px;
}
.foot_bottom {
    margin-top: 35px;
    padding-bottom: 15px;
    padding-top: 20px;
    background-color: #fff;
}
.foot_bottom p {
    margin-bottom: 0px;
    font-size: 12px;
}
section.hm_foot_seo.hm_footpackes {
    padding-top: 0px;
}
section.hm_foot_seo .card-body {
    padding: 1rem;
}
.hmDepartCityDate {
   font-size: 15px;
    color: #000;
}

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

.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-right: 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;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
.flight_tabs li a.active:after {
	border-radius: 50%;
	background-color: #184b92;
	border: solid #a77712 1px;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -9px;
}

.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) {
	display: none;
}
.hmStops [type="checkbox"]:checked + label, .hmStops [type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-right: 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;
	right: 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;
	right: 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: 99;
    right: auto;
    top: auto;
    padding: 0;
    width: auto;
    overflow: hidden;
}

.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;
}

.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: 0px 5px 5px 0px;
}
select.transtime {
    width: 35%;
    padding: 0 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-left: none;
    border-radius: 5px 0px 0px 5px;
}
.transfers_panel span.calendar_icon {
    position: relative;
    width: 65%;
}
.transfers_panel .FilghtClass .calendar_icon:after {
    background: url(../images/calendar_icon.png);
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    content: '';
    left: 10px;
    top: 11px;
    pointer-events: none;
}


/*dynamic search*/
.dypackNationlity {
    width: 28%;
    position: relative;
    margin-left: 30px;
}
.dypackcabinClass {
    width: 20%;
    position: relative;
}
.dyPackSearchTop {
    padding-top: 30px;
}
.dyPackSearchTop label{padding-right: 10px}
.dyPackSearchTop .down_arrow:after {
    top: 18px;
}
.dyPackSearchTop .form-control {
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    background-color: #fff;
    padding-left: 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 search*/




/*seo start*/
.seo_nw_contentArea {
	padding: 25px 0;
}
.seo_nw_box01 {
	display: flex;
}
.seo_nw_box01 h2 {
	font-size: 22px;
	font-family: 'Roboto-Bold', 'DroidKufiBold';
	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-right: 20px;
}
.seo_nw_box01_Rht_pic img {
	width: 100%;
	height: 400px;
	border-radius: 20px;
}
.seo_nw_box01 a.ReadMore {
	background-color: #184b92;
	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: 'Roboto-Bold', 'DroidKufiBold';
	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: 'Roboto-Bold', 'DroidKufiBold';
	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: 'Roboto-Bold', 'DroidKufiBold';
	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: 'Roboto-Bold', 'DroidKufiBold';
	height: 50px;
	cursor: pointer;
	border-radius: 5px;
}
.umrah_thm_list {
	padding: 25px 0;
}
.umrah_thm_list h2 {
	font-size: 22px;
	font-family: 'Roboto-Bold', 'DroidKufiBold';
	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: 'Roboto-Bold', 'DroidKufiBold';
	padding-top: 10px;
}
.seoDiffSlide {
	padding: 30px 0;
}
.seoDiffSlide h2 {
	font-size: 28px;
	text-align: center;
	font-family: 'Roboto-Bold', 'DroidKufiBold';
	margin-bottom: 30px;
	position: relative;
}

.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 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: 'Roboto-Bold', 'DroidKufiBold';
	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: 'Roboto-Bold', 'DroidKufiBold';
	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: 'Roboto-Bold', 'DroidKufiBold';
	cursor: pointer;
	padding: 20px 20px;
	width: 100%;
	border: none;
	text-align: right;
	outline: none;
	font-size: 18px;
	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-right-radius: 3px;

	border-top-left-radius: 3px;
	color: #111111;
}
.faq_main .col:after {
	content: "\ ";
	color: #000000;
	font-family: 'Roboto-Bold', 'DroidKufiBold';
	float: right;
	margin-right: 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: 'Roboto-Bold', 'DroidKufiBold';
	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: 'Roboto-Bold', 'DroidKufiBold';
	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 end*/ 
 
.seo_aboutlanding{
	background:#e6e7e9;
	padding:30px 0;
}
.seoAbt h2{
    font-size: 35px;
    font-family: 'Muli';
    font-family: 'Roboto-Bold', 'DroidKufiBold';
    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: 'Roboto-Bold', 'DroidKufiBold';
    line-height: 44px;
    margin-bottom: 0;
} 

.SEO_banner_tittle{
	padding-bottom:25px;
}

.SEO_banner_tittle h1{
	text-transform:uppercase;
	line-height: 40px;
}
.SEO_banner_tittle p{
	font-style: italic;
}
.seo_Recomended_Htl_clm2 h2{
	padding:10px 0;
	font-size:20px;
	color: #373e43;
	line-height:22px;
	font-weight:bold;
}
.seo_Recomended_Htl_clm2 h3{
	padding:10px 0;
	font-size:18px;
	color: #373e43;
	line-height:22px;
	font-weight:bold;
}
.seo_Recomended_Htl_clm2 p{
	padding:10px 0;
	font-size:14px;
	color: #373e43;
	line-height:24px;
}
.seo_Recomended_Htl_clm2 ul li{
	padding-right:15px;
	position:relative;
}

.seo_Recomended_Htl_clm2 ul li:before{
	content:'';
	position:absolute;
	right:0;
	top:10px;
	width:5px;
	height:5px;
	background:#8d8d8d;
	border-radius:15px;
}
.seo_Recomended_Htl_clm2 ul li a{
	color:#108690 !important;
}
.seo_recomended_tble_sec{
	padding:20px 0;
}
.seo_Recomended_Htl_clm2{
	padding-top:30px;
	padding-bottom:30px;
}


.seo_flyadeal_tittle h1{
	display: flex;
    align-items: center;
    gap: 15px;
}
ul.seo_Recomended_list_none  li{
	padding-right:0;
}
 ul.seo_Recomended_list_none  li:before{
	display:none;
}



.seo_halal_pckBsd_bnr{
	border-radius: 15px;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.seo_destination_main.seo_halal_pckBsd_bnr{
	padding-bottom: 0px;
}

.seo_halal_pckBsdBtn {
    width: 100%;
    display: flex;
}
.seo_halal_pckBsdBtn a {
    background: #184b92;
    border: 1px solid #184b92;
    border-radius: 5px;
    padding: 8px 20px;
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    position: absolute;
    left: 15px;
    bottom: -10px;
	z-index: 1;
}




/*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) {
	.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%;}
	.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: 50%;}
     select.transtime {width: 50%;}

.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-left: 0;}
.dypackcabinClass { width: 100%; position: relative;}
.dyPackSearchTop { padding-top: 10px;}
.dypackSearchText {display: flex;justify-content: start;padding-top: 5px;}
.dyPackSearchArea .search_field_rht { width: 100%;}
.dyPackSearchTop .down_arrow:after {top: 48px;}
.search_field_main .form-group { margin-bottom: 10px;}
}
/*media end*/



 





.b2b_section .search_radio ul {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
.b2b_section .search_radio ul li {
    margin-right: 20px;
}

.b2b_section .search_radio [type="radio"]:checked, .b2b_section .search_radio [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.b2b_section .search_radio [type="radio"]:checked + label, .b2b_section .search_radio [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left:10px;
	cursor: pointer;
	line-height: 22px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.b2b_section .search_radio [type="radio"]:checked + label:before, .b2b_section .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;
}
.b2b_section .search_radio [type="radio"]:checked + label:after, .b2b_section .search_radio [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #184b92;
	border: solid #184b92 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.b2b_section .search_radio [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.b2b_section .search_radio [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.b2b_section .search_field_main {
	display: flex;
}
.b2b_section .search_field_main .form-group {
	margin-bottom: 5px;
	position: relative;
}
.b2b_section .modify_nationality  select{
	height: inherit !important;
}

.b2b_section .search_field_main label {
	width: 100%;
	font-size: 14px;
	color: #373e43;
	margin-bottom: 5px;
}
.b2b_section .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;
}
.b2b_section .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;
}
.b2b_section input::placeholder {
  opacity: 0.9;
  color: #373e43;
}
.b2b_section .search_field_main input:focus, select:focus {
	border: solid #ffce00 1px;
	box-shadow: 0px 1px 8px 2px rgb(0 0 0 / 15%);
}
.b2b_section .search_field_main input::-webkit-input-placeholder { /* Edge */
 color: #373e43;
}
.b2b_section .search_field_main input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #373e43;
}
.b2b_section .search_field_main input::placeholder {
 color: #373e43;
}
.b2b_section .search_field_lft {
	width: 88%;
}
.b2b_section .search_field_rht {
	width: 12%;
}
.b2b_section .field_row {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}
.b2b_section .field_clm_3 {
	width: 33%;
	margin: 0 8px;
	position: relative;
}
.b2b_section .field_clm_2 {
	width: 16%;
	margin: 0 8px;
	position: relative;
}
.b2b_section .hm_clndr_main{
/*	display: contents;
	position:relative;*/
	display: flex;
    position: relative;
    width: 30%;
}

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

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

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

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

.b2b_section .hm_multycity{
	width: 100%;
}
.b2b_section .field_clm_3_psngr input {
	padding-right: 25px;
}



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


.b2b_section .field_clm_search {
	width: 100%;
	position: relative;
}
.b2b_section .calendar_icon:after {
	background: url(../images/calendar_icon.png);
	width: 14px;
	height: 16px;
	display: inline-block;
	position: absolute;
	content: '';
	left: 10px;
	top: 37px;
	pointer-events: none;
}
.b2b_section .adult_icon:after {
	background: url(../images/adult_icon.png);
	width: 15px;
	height: 16px;
	display: inline-block;
	position: absolute;
	content: '';
	left: 10px;
	top: 37px;
	pointer-events: none;
}
.b2b_section .down_arrow:after {
	background: url(../images/down_arrow.png);
	width: 11px;
	height: 5px;
	display: inline-block;
	position: absolute;
	content: '';
	left: 10px;
	top: 44px !important;
	pointer-events: none;
}
.b2b_section .location_icon:after {
	background: url(../images/hm_location.svg);
	background-size: contain;
    width: 11px;
    height: 15px;
	display: inline-block;
	position: absolute;
	content: '';
	left: 10px;
	top: 37px;
	pointer-events: none;
}
.b2b_section .searchBtn {
	width: -webkit-fill-available;
	width: -moz-available;
	background: #ffce00;
	border-radius: 5px;
	padding: 0 30px;
	height: 40px;
	border: none;
	color: #000;
	margin-top: 25px;
	margin-left: 10px;
}
.b2b_section .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;
}
.b2b_section .psngerBox .close {
	color: #FFF;
	padding: 0;
	margin: 0;
	background-image: url(../images/close.svg);
	position: absolute;
	left: -10px;
	top: -10px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	opacity: 1;
	font-size: 25px;
	font-weight: normal;
	background-size: contain;
	display:block;
}
.b2b_section .room-repeat {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	padding-top: 0px;
}
.b2b_section .room-repeat h3 {
	font-size: 16px;
	color: #373e43;
	margin: 0 0 8px 0;
}
.b2b_section .room-repeat ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b2b_section .room-repeat ul li {
	margin-bottom: 5px;
	width: 48%;
}
.b2b_section .room-repeat p {
	margin-bottom: 5px;
	font-size: 12px;
}
.b2b_section .plus-minus-button {
	width: 25px;
	height: 25px;
	color: #000;
	padding: 0;
	background: #ffce00;
	margin: 0;
	font-size: 18px;
	line-height: 17px;
	border: none;
}
.b2b_section .room-repeat .psnrs_travel {
	width: 30px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
}
.b2b_section .addRoom {
    background: #184b92 !important;
    color: #fff !important;
    font-size: 14px;
    padding: 5px 10px !important;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
}
.b2b_section span.removeRoom {
	font-size: 13px;
	background: #184b92;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
	text-decoration: none !important;
	cursor: pointer;
}
.b2b_section span.removeRoomPackage {
	font-size: 13px;
	background: #184b92;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
	text-decoration: none !important;
	cursor: pointer;
}
.b2b_section .psngr_applyBox button {
	background: #ffce00;
	text-align: center;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
	border: none;
}
.b2b_section .psngr_applyBox {
    margin-top: 15px;
}
.b2b_section .umrah_pckg_srch [type="radio"]:checked + label:after {
    width: 100%;
    height: 33px;
    border-radius: 4px;
    border: 0;
}
.b2b_section .fxd_nw_Search {
    padding-right: 0;
}
.b2b_section .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    width: 0;
    min-width: 30px;
    border: none !important;
    box-shadow: none;
    width: 100%;
}
.b2b_section .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-ka7ti6-MuiAutocomplete-root .MuiOutlinedInput-root {
    padding-left: 25px;
    padding-right: 10px !important;
}
table#jazeeraRecentTable th:before{display: none;}
table#jazeeraRecentTable th:after{display: none;}
