.theme_button {
	background: #D4B83D;
	border-radius: 7px;
	color: #000;
	font-size: 14px;
	padding: 10px 20px;
	border: none;
	font-weight: 500
}
.full_overlay {
	background-color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
	color: #fff;
	display: none;
}
div#sidebar {
	display: none;
}
.sticky-top {
	z-index: 99;
}
/* Login Case */
.side_pocket {
	width: 428px;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	right: -428px;
	transition: all ease 0.2s;
	background-color: #fff;
}
.vistor_btn {
	padding: 5px 15px;
	border-radius: 10px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	color: #333;
	cursor: pointer;
}
.vistor_btn:hover {
	background: #D4B83D;
	color: #000 !important;
}
.show_menu .side_pocket {
	right: 0;
}
.show_menu body {
	overflow: hidden;
}
.show_menu .dim_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
.pocket_frame {
	padding: 15px 24px;
	color: #4b4b4b;
}
.frame_height {
	overflow-y: auto;
	height: 100%;
}
.actions_bin {
	display: flex;
	justify-content: start;
}
.user_info {
	background-color: #000;
	padding: 20px;
	color: #fff;
	margin-top: 15px;
	border-radius: 15px;
}
.user_info h4 {
	font-size: 25px;
}
.user_info h5 {
	font-size: 18px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
}
.user_info p {
	margin-top: 15px;
}
.join_text {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
}
.pocket_violetBtn, .pocket_violetBtn:hover {
	background-color: #D4B83D;
	color: #fff;
	padding: 5px 8px;
	font-size: 12px;
	border-radius: 10px;
}
.user_enroll {
	font-size: 20px;
	margin-top: 25px;
	text-align: center;
}
.field_carton {
	width: 100%;
	margin-top: 25px;
}
.field_carton .nav {
	position: relative !important;
	background-color: #fff !important;
	padding: 0 !important;
}
.field_carton .nav-tabs .nav-item.show .nav-link, .field_carton .nav-tabs .nav-link.active {
	border: 0;
	border-bottom: 2px solid #D4B83D !important;
}
.formGrid {
	padding-top: 25px;
}
.formbtn_gradient {
	background-color: #D4B83D;
	border: 0;
	color: #000;
	border-radius: 10px;
	font-size: 17px;
}
.btn_grid {
	padding: 10px 0;
}
.boundary_marge {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
}
.boundary_marge_record {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}
.pocket_blueBtn, .pocket_blueBtn:hover {
	color: #D4B83D;
}
.field_carton .nav-tabs .nav-link:focus, .field_carton .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.orSignup {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	position: relative;
}
.orSignup::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #D4B83D;
}
.orMsg {
	width: 40px;
	height: 40px;
	border: 1px solid #D4B83D;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	font-size: 16px;
	background-color: #fff;
	position: relative;
	z-index: 99;
	line-height: 36px;
}
.media_login {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.field_carton .form-control {
	height: 42px !important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
}
.field_carton select.form-control:not([size]):not([multiple]) {
	height: 42px !important;
	border: 1px solid #ccc !important;
	border-radius: 10px;
}
.field_carton .nav-tabs .nav-link {
	display: inline-flex;
	align-items: center;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.field_carton .nav-tabs .nav-link img {
	height: 17px;
	margin-right: 7px;
}
.form_phone {
	display: flex;
}
.hmcode {
	width: 35%;
}
.hasDownArrow::after {
	position: absolute;
	width: 7px;
	height: 6px;
	background-image: url(../images/arrow_down.svg);
	content: "";
	top: 17px;
	right: 12px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.hasUpArrow::after {
	position: absolute;
	width: 7px;
	height: 6px;
	background-image: url(../images/arrow_up.svg);
	content: "";
	top: 20px;
	right: 12px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.Field_Arrow::after {
	position: absolute;
	width: 7px;
	height: 6px;
	background-image: url(../images/arrow_down.svg);
	content: "";
	top: 48px;
	right: 12px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.hmPhonenbr {
	width: 65%;
}
.form_phone select.form-control {
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-radius-topRight: 0px !important;
	-moz-border-radius-bottomRight: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.form_phone input.form-control {
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px;
	border-left: 0px !important;
}
.reg_with_us {
	width: 100%;
}
.login_view {
	width: 100%;
}
.gridpadRight {
	padding-right: 60px;
}
.left_carton_white {
	border: 1px solid #ccc;
	padding: 15px 24px;
	color: #4b4b4b;
	box-shadow: -2px 5px 23px -6px rgba(0,0,0,0.36);
	-webkit-box-shadow: -2px 5px 23px -6px rgba(0,0,0,0.36);
	-moz-box-shadow: -2px 5px 23px -6px rgba(0,0,0,0.36);
}
.right_carton_white {
	display: flex;
	justify-content: center;
}
.content_inner {
	width: 75%;
}
.reg_icon1 img {
	height: 176px;
	margin-top: 50px;
}
.text_note1 {
	font-size: 25px;
	color: #0086cd;
	margin-top: 50px;
}
.text_note2 {
	font-size: 17px;
	line-height: 30px;
	margin-top: 15px;
}
.fgt_pswdIn {
	background-color: #fff;
	padding: 20px;
	color: #333;
	margin-top: 15px;
	text-align: center;
}
.fgt_pswdIn h4 {
	font-size: 25px;
}
.fgt_pswdIn h5 {
	font-size: 20px;
}
.fgt_pswdIn p {
	margin-top: 15px;
}
.fgtpswd_contact {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
}
.pocket_frame input, .pocket_frame select {
	width: 100%;
	font-size: 14px;
	color: #0E1B2E;
	border: solid #cccccc 1px;
	border-radius: 10px;
	min-height: 40px;
	padding: 0 12px;
}
.pocket_frame input:focus, select:focus {
	border: solid #D4B83D 1px !important;
}
/* Login Case ends */

.innerSubHeads h2 {
	font-size: 20px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	color: #fff;
}
section.innerSubHeads {
	background: #0E1B2E;
	padding: 20px 0;
}
.MinHeight {
	min-height: 600px;
}
.trvelrsList h4 {
	font-size: 16px;
	color: #4a4a4a;
	margin: 0 0 5px 0;
	font-family: 'Geist-Medium', 'DroidKufiRegular' !important;
}
.trvelrsList .travelersRHalf {
	padding-top: 5px;
}
.trvelrsList .travelersLHalf p {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 0 0;
	line-height: 18px;
}
.trvelrsList .travelersLHalf p span {
	font-size: 12px;
	opacity: .8;
	display: block;
}
.trvelrsList .psnrs_travel {
	width: 30px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.trvelrsList .psnrs_travel {
	width: 30px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.plus-minus-button {
	width: 25px;
	height: 25px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	border: none;
	background: url(../images/plus_button.svg);
    background-position: bottom;
    display: inline-block;
    background-size: contain;
}
.minus-minus-button {
	width: 25px;
	height: 25px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	border: none;
	background: url(../images/minus_button.svg);
    background-position: bottom;
    display: inline-block;
    background-size: contain;
}

.trvelrsList .traveller_rows {
	padding: 5px 0px;
	border-bottom: solid 1px #e0e0e0;
}
.selectCabn {
	margin: 5px 0;
	position: relative;
}
.selectCabn .down_arrow:after {
	top: 18px;
}
.SideModalnew {
}
.SideModalnew.modal-dialog {
	width: 500px !important;
}
.SideModalnew .btn-position {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.SideModalnew.modal.right.fade.in .modal-dialog {
	right: 0 !important;
	transform: translateX(-50%);
}
.SideModalnew.modal.right .modal-content {
	height: 100%;
	border-radius: 0;
}
.SideModalnew.modal.right .modal-body {
	overflow-y: auto;
	overflow-x: hidden;
	padding:10px 25px;
}
.SideModalnew.modal.right .modal-dialog {
	width:750px;
	max-width:750px;
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.SideModalnew.modal.right.fade.in .modal-dialog {
	transform: translateX(0%);
}
.SideModalnew.modal.right.fade .modal-dialog {
	right: 0px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.SideModalnew.modal.right .modal-header::after {
	content: "";
	display: inline-block;
}
.SideModalnew.modal.right .close {
	text-shadow: none;
	opacity: 1;
	color: #ff4d4d;
	font-size: 26px;
	z-index: 4;
}

.sideModalSmall.modal.right .modal-dialog {
	width:550px;
	max-width:550px;
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
/*  form-control  */

.SideModalnew.form-control {
	border-radius: 0;
	box-shadow: none
}
.SideModalnew.form-control:focus {
	box-shadow: none
}
/*  Button  */

.SideModalnew.SideModalnew.btn {
	border-radius: 0
}
.SideModalnew.modal.right .close {
	background: url(../images/close_modal.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	opacity: 1;
	font-size: 0;
}
.SideModalnew.modal.right .slideModalClos button {
    background: url(../images/close_modal.svg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: navajowhite;
    font-size: 0px;
    margin:10px;
}
section.ContentArea {
	padding-top: 30px;
	min-height: 650px;
}
/*Progressive starts*/
.newProgressBar {
	border: 3px solid #213d49;
	border-radius: 0px;
	height: 28px;
	padding: 0;
	margin: 15px 0
}
.progress-bar {
	float: left;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-align: center;
	background-color: #D4B83D;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	overflow: hidden;
}
.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.filterCol {
	flex: 0 0 26%;
	max-width: 26%;
	padding: 0 15px;
}
.resultCol {
	padding-left: 15px;
	flex: 0 0 74%;
	max-width: 74%;
	padding-right: 15px;
}
@keyframes placeHolderShimmer {
0% {
background-position:-468px 0
}
100% {
background-position:468px 0
}
}
.animated-background {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
	background-size: 800px 104px;
	height: 145px;
	position: relative;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 10px
}
.background-masker {
	background: #fff;
	position: absolute
}
.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom {
	top: -10px;
	left: 65px;
	right: 0;
	height: 10px
}
.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right {
	top: 0;
	left: 65px;
	height: 18px;
	width: 20px
}
.background-masker.header-bottom {
	top: 18px;
	height: 12px
}
.background-masker.subheader-left, .background-masker.subheader-right {
	top: 18px;
	height: 12px
}
.background-masker.header-right, .background-masker.subheader-right, .place_one, .place_two, .place_three, .place_four, .place_five, .place_six {
	width: auto;
	left: 300px;
	right: 0
}
.background-masker.subheader-right {
	left: 230px
}
.background-masker.subheader-bottom {
	top: 30px;
	height: 10px
}
.background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end {
	top: 40px;
	left: 0;
	right: 0;
	height: 6px
}
.background-masker.content-top {
	height: 20px
}
.background-masker.content-first-end, .background-masker.content-second-end, .background-masker.content-third-end {
	width: auto;
	left: 380px;
	right: 0;
	top: 60px;
	height: 8px
}
.background-masker.content-second-line {
	top: 68px
}
.background-masker.content-second-end {
	left: 420px;
	top: 74px
}
.background-masker.content-third-line {
	top: 82px
}
.background-masker.content-third-end {
	left: 300px;
	top: 88px
}
.place_one {
	left: 0;
	top: 40px;
	height: 16px
}
.place_two {
	left: 148px;
	top: 56px;
	height: 15px;
	width: 1%
}
.place_three {
	left: 0;
	top: 70px;
	height: 10px
}
.place_four {
	left: 0;
	top: 100px;
	height: 10px
}
.place_five {
	left: 0;
	top: 133px;
	height: 16px
}
.place_six {
	left: 0;
	top: 40px;
	height: 16px
}
.resultProgres {
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 35px;
}
.resultProgres h5 {
	font-size: 16px;
	color: #213d49;
	font-weight: 400;
}
.progressort {
	height: 50px
}
.resultprogresmain .result_block_left {
	float: left
}
.resultprogresmain .result_block_right {
	float: left
}
.result_block_right .timeline-item {
	background: #fff;
	padding: 12px 0;
	margin: 0 auto;
	max-width: 100%;
	min-height: 150px;
	margin-bottom: 15px
}
.resultprogresmain .result_block_left {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 25px
}
.resultprogresmain .result_block_left {
	float: left
}
.result_block_left {
	width: 100%;
	float: left;
	min-height: 215px;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 28px -2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 28px -2px rgba(0,0,0,0.08);
	box-shadow: 0 0 28px -2px rgba(0,0,0,0.08)
}
.timeline-item {
	background: #fff;
	padding: 15px 15px 15px;
	margin: 0 auto;
	max-width: 100%;
	min-height: 150px;
	margin-bottom: 15px;
	border-radius: 10px;
}
.progress {
	border-radius: 10px;
	height: 20px;
	background-color: #0E1B2E;
}
/*Progressive ends*/


/*----------inline loader-----*/
.loader-lg {
	width: 70px;
	height: 70px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
}
.loader-lg-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.loader-lg-dot:before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.loader-lg-dot:nth-child(1) {
	animation-delay: -1.1s;
}
.loader-lg-dot:nth-child(2) {
	animation-delay: -1.0s;
}
.loader-lg-dot:nth-child(3) {
	animation-delay: -0.9s;
}
.loader-lg-dot:nth-child(4) {
	animation-delay: -0.8s;
}
.loader-lg-dot:nth-child(5) {
	animation-delay: -0.7s;
}
.loader-lg-dot:nth-child(6) {
	animation-delay: -0.6s;
}
.loader-lg-dot:nth-child(1):before {
	animation-delay: -1.1s;
}
.loader-lg-dot:nth-child(2):before {
	animation-delay: -1.0s;
}
.loader-lg-dot:nth-child(3):before {
	animation-delay: -0.9s;
}
.loader-lg-dot:nth-child(4):before {
	animation-delay: -0.8s;
}
.loader-lg-dot:nth-child(5):before {
	animation-delay: -0.7s;
}
.loader-lg-dot:nth-child(6):before {
	animation-delay: -0.6s;
}
 @keyframes sk-chase {
 100% {
transform: rotate(360deg);
}
}
 @keyframes sk-chase-dot {
 80%, 100% {
transform: rotate(360deg);
}
}
 @keyframes sk-chase-dot-before {
 50% {
 transform: scale(0.4);
}
100%, 0% {
 transform: scale(1.0);
}
}
.loader-sm {
	width: 60px;
	text-align: center;
	display: inline-block;
}
.loader-sm > div {
	width: 12px;
	height: 12px;
	background-color: #D4B83D;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader-sm .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader-sm .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1.0);
 transform: scale(1.0);
}
}
/*----------inline loader end-----*/


/*seo start*/
.seo_banner_outer {
	padding-top: 80px;
	padding-bottom: 90px;
}
.seo_banner_main {
	background: url(../images/seobanner_img.jpg);
	background-size: cover;
	width: 100%;
	/* min-height: 730px; */
	padding-bottom: 30px;
}
.seobanner_tittle {
	padding-bottom: 5px;
	text-align: center;
}
.seobanner_tittle h1 {
	font-size: 35px;
	color: #fff;
	text-shadow: 2px 0px 3px rgba(0,0,0,0.6);
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	text-transform: uppercase;
}
.seobanner_tittle p {
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.seo_entrance_content {
	padding: 30px 0;
}
.seo_entrance_content .wrapper {
	width: 100%;
	top: -70px;
	position: relative;
}
.seo_entrance_content .tabs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: none;
	position: relative;
}
.seo_entrance_content .tab {
	width: 130px;
	height: 115px;
	border-radius: 12px;
	padding: 12px 20px;
	cursor: pointer;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff;
	margin: 0 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #0E1B2E;
	font-size: 14px;
}
.seo_entrance_content .tab.active {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #d4b83d;
}
/*.seo_entrance_content .tab:first-child {
  margin-left:0;
}*/

.seo_entrance_content .active {
	display: block;
}
.seo_entrance_content .tab-content {
}
.seo_entrance_content .tab-content-item {
	display: none;
	max-width: 100%;
	padding-top: 30px;
}
.seo_entrance_content .tab-content-item.active {
	display: block;
}
.seo_entrance_content .tab span {
	line-height: 16px;
	padding-top: 12px;
	font-size: 14px;
}
.entrance_umrah_icon {
	background: url(../images/entrance_umrah_icon.svg);
	width: 34px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .entrance_umrah_icon {
	background: url(../images/entrance_umrah_icon_active.svg);
	width: 34px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.travel_access_icon {
	background: url(../images/travel_access_icon.svg);
	width: 38px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .travel_access_icon {
	background: url(../images/travel_access_icon_active.svg);
	width: 38px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.miqat_icon {
	background: url(../images/miqat.svg);
	width: 38px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .miqat_icon {
	background: url(../images/miqat_active.svg);
	width: 38px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.ihram_icon {
	background: url(../images/ihram.svg);
	width: 32px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .ihram_icon {
	background: url(../images/ihram_active.svg);
	width: 32px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.sanctuary_icon {
	background: url(../images/sanctuary_icon.svg);
	width: 32px;
	height: 33px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .sanctuary_icon {
	background: url(../images/sanctuary_icon_active.svg);
	width: 32px;
	height: 33px;
	display: inline-block;
	background-size: contain;
}
.tawaf_icon {
	background: url(../images/tawaf_icon.svg);
	width: 32px;
	height: 33px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .tawaf_icon {
	background: url(../images/tawaf_icon_active.svg);
	width: 32px;
	height: 33px;
	display: inline-block;
	background-size: contain;
}

.sai_icon {
	background: url(../images/sai_icon.svg);
	width: 38px;
	height: 44px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .sai_icon {
	background: url(../images/sai_icon_active.svg);
	width: 38px;
	height: 44px;
	display: inline-block;
	background-size: contain;
}


.grandmsq_icon {
	background: url(../images/grand_mosq_icon.svg);
	width: 38px;
	height: 38px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .grandmsq_icon {
	background: url(../images/grand_mosq_icon_active.svg);
	width: 38px;
	height: 38px;
	display: inline-block;
	background-size: contain;
}

.grandmsqservice_icon {
	background: url(../images/grand_mosqservice_icon.svg);
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .grandmsqservice_icon {
	background: url(../images/grand_mosqservice_icon_active.svg);
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: contain;
}

.attractions_icon {
	background: url(../images/attractions_icon.svg);
	width: 38px;
	height: 36px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .attractions_icon {
	background: url(../images/attractions_icon_active.svg);
	width: 38px;
	height: 36px;
	display: inline-block;
	background-size: contain;
}

.holisite_icon {
	background: url(../images/holisite_icon.svg);
	width: 43px;
	height: 38px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .holisite_icon {
	background: url(../images/holisite_icon_active.svg);
	width: 43px;
	height: 38px;
	display: inline-block;
	background-size: contain;
}

.accommodation_icon {
	background: url(../images/accommodation.svg);
	width: 37px;
	height: 38px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .accommodation_icon {
	background: url(../images/accommodation_active.svg);
	width: 37px;
	height: 38px;
	display: inline-block;
	background-size: contain;
}
.shopping_icon {
	background: url(../images/shopping.svg);
	width: 40px;
	height: 31px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .shopping_icon {
	background: url(../images/shopping_active.svg);
	width: 40px;
	height: 31px;
	display: inline-block;
	background-size: contain;
}

.restaurants_icon {
	background: url(../images/restaurants.svg);
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .restaurants_icon {
	background: url(../images/restaurants_active.svg);
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: contain;
}

.gettingmakah_icon {
	background: url(../images/travel_access_icon.svg);
	width: 38px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}
.seo_entrance_content .tab.active .gettingmakah_icon {
	background: url(../images/travel_access_icon_active.svg);
	width: 38px;
	height: 37px;
	display: inline-block;
	background-size: contain;
}



.entrance_umrah_tab #accordion .card-header {
	margin-bottom: 0px;
}
.entrance_umrah_tab #accordion .accordion-title {
	position: relative;
	display: block;
	padding: 15px 20px;
	width: 100%;
	border-radius: 6px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	display: block;
	background: #fff;
	border-radius: 6px;
	text-align: left;
}
.entrance_umrah_tab #accordion .accordion-title i {
	position: absolute;
	width: 40px;
	height: 100%;
	right: 5px;
	top: 25px;
	background: url(../images/arrow_down.svg) no-repeat;
	color: #000;
	font-weight: normal;
	margin-left: auto;
	font-size: 24px;
	line-height: 1;
	padding-left: 20px;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-size: contain;
}
.entrance_umrah_tab #accordion .accordion-title:hover {
}
.entrance_umrah_tab #accordion .accordion-title:hover i {
	border-right: 1px solid #fff;
}
.entrance_umrah_tab #accordion .accordion-body {
	padding: 15px 20px;
}
.entrance_umrah_content_pic img {
    border-radius: 20px;
    width: 100%;
    height: 200px;
}
.entrance_umrah_contentarea {
}
.entrance_umrah_contentarea_colum {
	padding-bottom: 10px;
}
.entrance_umrah_contentarea_colum h3 {
	font-size: 17px;
	color: #0E1B2E;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	margin-bottom: 5px;
}
.entrance_umrah_contentarea_colum p {
	font-size: 14px;
	color: #0E1B2E;
	font-weight: normal;
}
.entrance_umrah_contentarea_colum ul.list {
}
.entrance_umrah_contentarea_colum ul.list li {
	font-size: 14px;
	color: #0E1B2E;
}
.entrance_umrah_tab #accordion .accordion-body ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.entrance_umrah_tab #accordion .accordion-body li {
	padding-left: 18px;
	padding-bottom: 10px;
	position: relative;
	list-style: none;
}
.entrance_umrah_tab #accordion .accordion-body li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	background: url(../images/bullet.png) no-repeat;
	width: 7px;
	height: 7px;
}
.entrance_umrah_tab .accordion-title span {
	color: #0E1B2E;
	font-size: 18px;
}
.entrance_umrah_tab span:hover {
	text-decoration: none;
}
.entrance_umrah_tab .btn-link:hover {
	color: #333;
	text-decoration: none;
}
.entrance_umrah_tab .btn:focus {
	box-shadow: none;
	outline: none;
	text-decoration: none;
}
.entrance_umrah_tab .card {
	border: solid #cacaca 1px !important;
	margin-bottom: 10px;
}
button.seoBtn {
	cursor: pointer;
	color: #fff;
	outline: none;
	font-size: 14px;
	padding: 5px 25px;
	border: 1px solid #D4B83D;
	font-weight: 700;
	line-height: 30px;
	display: inherit;
}
.seo_grand_banner_main {
	background: url(../images/seo_grand_banner_img.jpg);
	background-size: cover;
	width: 100%;
	/* min-height: 730px; */
	padding-bottom: 30px;
}
a.theme_button.mb-2 {
    color: #fff;
}
.seo_grand_carousel {
	padding: 15px 0;
	padding-bottom: 50px;
	color: #fff !important;
	font-family: 'Muli', 'DroidKufiRegular' !important;
}
.seo_grand_carousel span {
	color: #fff !important;
	font-family: 'Muli', 'DroidKufiRegular' !important;
}
.seo_grand_carousel li {
	color: #fff !important;
	font-family: 'Muli', 'DroidKufiRegular' !important;
}
.seo_grand_carousel .owl-stage {
	position: relative;
}
.seo_grand_carousel .owl-item {
	padding: 50px 40px;
	width: auto;
	background: rgb(38,71,84);
	background: linear-gradient(0deg, rgba(38,71,84,1) 0%, rgba(16,134,144,1) 100%);
	min-height: 550px;
}
.seo_grand_carousel .owl-item img {
	border-radius: 12px;
	border: solid #FFF 2px;
}
.seo_grand_carousel .owl-item h3 {
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	color: #fff !important;
	padding-bottom: 15px;
}
.seo_grand_carousel .owl-item p {
	color: #fff !important;
	padding-bottom: 15px;
}
.seo_grand_carousel .owl-item:nth-child(even) {
}
.seo_grand_carousel .owl-nav img:nth-child(1) {
	width: 50px;
}
.seo_grand_carousel .owl-prev, .seo_grand_carousel .owl-next {
	position: absolute;
	transition: 0.5s;
	top: 50%;
	opacity: 0.7;
}


.seo_grand_carousel .owl-prev {
	left: 15px;
}
.seo_grand_carousel .owl-next {
	right: 15px;
}
.seo_grand_carousel .owl-next span {
	font-size: 0;
}
.seo_grand_carousel .owl-prev span {
	font-size: 0;
}
.seo_grand_carousel .owl-prev:hover, .seo_grand_carousel .owl-next:hover {

	opacity: 0.9;
}
.seo_grand_carousel .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	padding: 5px 5px 2px 5px;
	border-radius: 20px;
	opacity: 0.7;
}
.seo_grand_carousel .owl-dot:hover span {
	background: lightyellow!important;
}
.seo_grand_carousel .owl-dot .active span {
	background: lightgreen !important;
}
.seo_grand_carousel .owl-item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-radius: 20px;
}
.seo_grand_content {
}
.seo_grand_content .tabs {
	position: relative;
	top: -90px;
}
.seo_grand_content .tab-content-item {
	display: none;
	max-width: 100%;
	padding-top: 50px;
}
.seo_grand_content .wrapper {
	width: 100%;
	top: 0px;
	position: relative;
}
.seo_grand_carousel .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.seo_grand_contentarea_colum {
	padding-bottom: 10px;
}
.seo_grand_contentarea_colum h3 {
	font-size: 22px;
	color: #0E1B2E;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	margin-top: 15px;
	margin-bottom: 5px;
}
.seo_grand_contentarea_colum p {
	font-size: 14px;
	color: #0E1B2E;
	font-weight: normal;
}
.form-control.textarea_hight {
	height: 80px !important;
}
.SideModalnew label {
	margin-bottom: 5px;
}
.SideModalnew .form-group {
	margin-bottom: 10px;
}
.seo_grand_carousel .owl-next {
	width: 50px;
	height: 42px;
	background: url(../images/seo_arrow.svg) !important;
	background-size: contain !important;
	opacity: 1;
}
.seo_grand_carousel .owl-next img {
	display: none;
}
.seo_grand_carousel .owl-prev {
	width: 50px;
	height: 42px;
	background: url(../images/seo_arrow.svg) !important;
	background-size: contain !important;
	opacity: 1;
	transform: scaleX(-1);
}
.seo_grand_carousel .owl-prev img {
	display: none;
}

.grand_seo_slide {
	background-color: #fff;
	border: solid #cacaca 1px;
	overflow: hidden;
	border-radius: 12px;
	padding-bottom: 10px;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
}
.grand_seo_slide_content {
	padding: 15px;
	padding-top: 0;
	height: 60px;
	overflow: hidden;
}
.grand_seo_slide_hd {
	padding: 5px 15px;
}
.grand_seo_slide_hd h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #0E1B2E;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
}
a.grand_seo_readmore {
	padding: 15px;
	display: inline-block;
	color: #d4b83d !important;
}
.grand_seo_slide_img {
	height: 229px;
}
.grand_seo_slide_img img {
	height: 100%;
}
.grand_seo_slide_main h2 {
	font-size: 22px;
	color: #0E1B2E;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	margin-top: 25px;
	margin-bottom: 15px;
}
.grand_seo_slide_main .owl-nav {
	display: none;
}
.grand_seo_slide_main .owl-dots {
	padding-top: 20px;
}
.grand_seo_slide_main .owl-dot span {
	width: 8px !important;
	height: 8px !important;
	margin: 0 5px !important;
}
.grand_seo_slide_main .owl-dot.active span {
	background: #d4b83d !important;
}
.grand_seo_slide_main .owl-theme .owl-dots .owl-dot.active span, .grand_seo_slide_main .owl-theme .owl-dots .owl-dot:hover span {
	background: #d4b83d !important;
}
.seo_grand_carousel .owl-dots {
	display: none;
}
.seo_grand_contentarea_colum .owl-controls {
	position: relative;
	width: 15%;
	margin: 0 auto;
}
.seo_hotel_slidemain {
}
.seoslide_hotels {
	background-color: transparent;
	border: solid #fff 4px;
	overflow: hidden;
	border-radius: 12px;
	margin-left: 150px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.seo_hotel_slide {
	padding-top: 80px;
	background: url(../images/seo_hotel_bg.jpg) no-repeat top;
}
.cafecaption {
	position: absolute;
	left: 0;
	width: 30%;
	height: 250px;
	z-index: 8;
	bottom: -80px;
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	border: solid #cacaca 1px;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
}
.seocafe_slide_img {
	height: 400px;
}
.seocafe_slide_img img {
	height: 100%;
}
.seo_hotel_slide .owl-stage-outer {
	padding-bottom: 100px;
}
.seo_hotel_slidemain h2 {
	font-size: 22px;
	color: #0E1B2E;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	margin-top: 25px;
	margin-bottom: 15px;
}
.cafe_slide_content {
	padding: 15px;
	padding-top: 0;
	height: 75px;
	overflow: hidden;
}
.seo_hotel_slide {
}
.seo_hotel_slide .owl-next {
	width: 50px;
	height: 42px;
	background: url(../images/seo_arrow.svg) !important;
	background-size: contain !important;
	opacity: 1;
}
.seo_hotel_slide .owl-prev {
	width: 50px;
	height: 42px;
	background: url(../images/seo_arrow.svg) !important;
	background-size: contain !important;
	opacity: 1;
	transform: scaleX(-1);
}
.seo_grand_carousel .owl-nav {
	position: relative;
	margin: 0 auto;
	width: 15%;
}
.seo_hotel_slide .owl-nav.disabled {
	display: inherit !important;
	top: -90px;
	position: relative;
	left: 22px;
}
.seo_hotel_slide .owl-nav {
	text-align: left;
	bottom: 30px;
    left: 20px;
    position: absolute;
}
.seo_hotel_slide .cafe_slide_content{
	padding: 15px 15px;
}
.seo_hotel_slide .bestdealsSlideDtls{
	padding:0 0;
}


.seo_hotel_slide .owl-nav button.owl-next span {
	font-size: 0;
}
.seo_hotel_slide .owl-nav button.owl-prev span {
	font-size: 0;
}
.seobanner_tittle p span{
    background: #000;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 5px;;
}



.offers_banner_main {
    background: url(../images/offer_banner.jpg);
    background-size: cover;
    width: 100%;
    /* min-height: 730px; */
    padding-bottom: 30px;
}

.offers_tab{
	justify-content: center !important;

}
.offers_tab .tab{
	margin-left:0;
	margin-right: 16px;
}






.offers_tab_list ul{
	    display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

}
.offers_tab_list ul li{
	width:23%;
	margin:10px 0px;
}

 .offerslist_page .grand_seo_slide_content{
	font-size: 13px;
}


 .offerslist_page  .grand_seo_slide_hd{
	 padding-top:12px;
 }

 .flight_ofr_icon {
    background: url(../images/flight_ofr_icon.svg);
    width: 33px;
    height: 33px;
    display: inline-block;
    background-size: contain;
}

.seo_entrance_content .tab.active .flight_ofr_icon {
    background: url(../images/flight_ofr_icon_active.svg);
    width: 33px;
    height: 33px;
    display: inline-block;
    background-size: contain;
}

 .uniqe_ofr_icon {
    background: url(../images/unique_offers_icon.svg);
    width: 37px;
    height: 37px;
    display: inline-block;
    background-size: contain;
}

.seo_entrance_content .tab.active .uniqe_ofr_icon {
    background: url(../images/unique_offers_icon_active.svg);
    width: 37px;
    height: 37px;
    display: inline-block;
    background-size: contain;
}

 .offers_ofr_icon {
    background: url(../images/offer.svg);
    width: 37px;
    height: 37px;
    display: inline-block;
    background-size: contain;
}

.seo_entrance_content .tab.active .offers_ofr_icon {
    background: url(../images/offer_active.svg);
    width: 37px;
    height: 37px;
    display: inline-block;
    background-size: contain;
}

.menuBtn_main{
	border-top:solid #dee2e6 1px;
	padding-top:10px;
}

.menuBtn{
   width: auto;
    background: #108690;
    border-radius: 10px;
    padding: 0 30px;
    height: 40px;
    border: none;
    color: #fff;
	font-size:14px;
    margin-top: 0px;
    margin-left: 10px;
}
.seo_dtls_caption .cafe_slide_content{
	height: 80px;
}
/*seo end*/

/*seo destination start*/
.seo_destination_main {
	background: url(../images/seo_destination_banner.jpg);
	background-size: cover;
	width: 100%;
	/* min-height: 730px; */
	padding-bottom: 30px;
}
.seo_destinatio_tittle {
	padding-bottom: 5px;
	text-align: left;
}
.seo_destination_content {
	width: 100%;
	padding-top: 15px;
}
.seo_destination_menu {
}
.seo_destination_menu ul {
	width: 100%;
	border-bottom: solid #cccccc 1px;
	display: flex;
	justify-content: space-between;
}
.seo_destination_menu ul li {
	display: inline-block;
}
.seo_destination_menu ul li a {
	display: inline-block;
	color: #0E1B2E;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	padding: 15px 10px;
}
.seo_destination_menu ul li a.active {
	border-bottom: solid #d4b83d 2px;
	color: #d4b83d;
}
.seo_destination_menu ul li a:hover {
	border-bottom: solid #d4b83d 2px;
	color: #d4b83d;
}
.seo_destinatio_tittle p span {
	background: #fccf14;
	color: #000000;
	border-radius: 12px;
	padding: 2px 6px;
	font-size: 13px;
}
.seo_map_bnr_main {
	display: flex;
	align-items: center;
}
.seo_map_bnr {
	padding-right: 10px !important;
}
.seo_map_bnr img {
	border-right: solid #fff 1px;
	padding-right: 10px;
}
.seo_map_bnr i {
	padding-left: 5px;
	color: #000000;
}
.seo_destination_tab {
	padding: 30px 0;
}
.seo_destination_tab #exTab3 .nav-pills > li > a {
	font-size: 18px;
	width: 100%;
	min-height: 110px;
	display: inline-block;
	background-color: #fff;
	border: solid #cacaca 1px;
	overflow: hidden;
	border-radius: 20px;
	padding: 15px;
	color: #000;
	text-align: left;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
}
.seo_destination_tab #exTab3 .nav-pills > li > a h3 {
	font-size: 18px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	text-align: left;
	padding-bottom: 8px;
}
.seo_destination_tab #exTab3 .nav-pills > li > a p {
	font-size: 14px;
	text-align: left;
}
.seo_dst_main {
	display: flex;
}
.seo_dst_main_pic {
	width: 25%;
}
.seo_dst_main_pic img {
	border-radius: 10px;
}
.seo_dst_main_content {
	width: 75%;
	padding-left: 12px;
	line-height: 18px;
}
.seo_destination_tab #exTab3 .nav-pills > li > a.active {
	background: #d4b83d;
	color: #FFF;
}
.seo_destination_tab #exTab3 .tab-content {
	padding : 5px 15px;
}
.seo_destination_tab .nav-pills>li+li {
	margin-left: 0px !important;
}
.seo_destination_tab #exTab3 .nav-pills > li > a > i {
	display: block;
	font-size: 55px;
	margin-bottom: 15px;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.seo_destination_tab #exTab3 .nav-pills > li > a:hover i {
	-webkit-transform: scale(1.1, 1.1) rotate(360deg);
	-moz-transform: scale(1.1, 1.1) rotate(360deg);
	-o-transform: scale(1.1, 1.1) rotate(360deg);
	transform: scale(1.1, 1.1) rotate(360deg);
}
.seo_destination_tab .nav>li>a:hover, .seo_destination_tab .nav>li>a:focus {
	background-color: inherit;
}
.seo_destination_tab #exTab3 .tab-content {
	background-color: inherit;
}
.seo_destination_tab .tab-pane {
	padding: 5px 0px;
	padding-top: 25px;
	text-align: left;
}
.seo_destination_tab .tab-pane h3 {
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	font-size: 24px;
	padding-bottom: 5px;
}
.seo_destination_button {
	margin-top: 15px;
}
.seo_viewall_main {
	position: relative;
}
.seo_viewall {
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 5;
}
.ViewAllBtn_New{
	top: 10px;
}
.seo_destination_slide {
	padding-top: 80px;
	background: url(../images/seo_destination_bg.jpg) no-repeat top;
}
.seo_hotel_slide {
}
.seo_destination_box {
	background: #d4b83d;
	border-radius: 20px;

	align-items: center;
	padding: 50px;
	margin: 20px 0;
	min-height:420px;
}
.seo_destination_box h2 {
	font-size: 26px;
	color: #fff;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.seo_destination_box p {
	font-size: 14px;
	color: #fff;
}
.seo_destination_box_list {
}
.seo_destination_box_pic {
	width: 330px;
	height: 310px;
 	position: absolute;
	left: -90px;
	border-radius: 12px;
	overflow: hidden;
}
.seo_destination_box_pic img{
	height: 310px;
	width: 100%;
}

.seo_destination_box_list ul {
	padding-top: 25px;
}
.seo_destination_box_list ul li {
	display: inline-block;
	color: #FFF;
	text-align: center;
	margin-right: 40px;
	cursor: pointer;
}
.seo_destination_box_list ul li span {
	display: block;
}
.seo_map_icon {
	background: url(../images/seo_mapview.svg);
	width: 38px;
	height: 36px;
	display: inline-block;
	background-size: contain;
}
.seo_visit_icon {
	background: url(../images/seo_visit.svg);
	width: 36px;
	height: 36px;
	display: inline-block;
	background-size: contain;
}
.seo_wear_icon {
	background: url(../images/seo_wear.svg);
	width: 36px;
	height: 36px;
	display: inline-block;
	background-size: contain;
}
.seo_transportation_icon {
	background: url(../images/seo_transportation.svg);
	width: 43px;
	height: 36px;
	display: inline-block;
	background-size: contain;
}
.seo_regulation_icon {
	background: url(../images/seo_regulation.svg);
	width: 30px;
	height: 36px;
	display: inline-block;
	background-size: contain;
}


.seo_destinationdtls_main {
	background: url(../images/seo_destinationdtls_banner.jpg);
	background-size: cover;
	width: 100%;
	/* min-height: 730px; */
	padding-bottom: 30px;
}
.seo_desti_dtls_content{
	padding:15px 0;
	padding-top:40px;
}

.seo_desti_dtls_contentbox{
}
.seo_desti_dtls_contentbox p{
	font-size:14px;
	color:#0E1B2E;
}

.seo_desti_dtls_pic{
	background:url(../images/seo_riyad_dtsl_pic1.jpg);
	width:100%;
	border-radius:10px;
	margin-top:35px;
	margin-bottom:20px;
	position:relative;
}
.seo_desti_dtls_pic h2{
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	bottom:25px;
	left:25px;
}
.seo_desti_dtls_pic_outr {
	border-radius:10px;
	height: 490px;
	background: linear-gradient(180deg, rgba(2,1,1,0) 0%, rgba(2,1,1,1) 100%);

}
#waersec, #transportationsec, #regulationssec {
    width: 100%;
}

.seo_umrah_categories .AirlineTab li{
	width: fit-content;
}
.seo_umrah_categories .TopAirline ul li{

}
.seo_umrah_categories .TopAirline ul li i {
    height: 45px;
    display: inline-block;
}
.seo_umrah_categories .TopAirline ul li i img {
    height: 100%;
}

.seo_umrah_categories .TopAirline ul li span{
	display:block;
	color:#008a45;
	font-size:14px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
}

.seo_umrah_Origins .AirlineTab li{
	width: fit-content;
}

/*seo destination end*/


/*offer details start*/
.offer_details{
	padding:25px 0;
}
.offer_details .wrapper {
    width: 100%;
    top: 0px;
    position: relative;
}
.offer_details .destcommonBox {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
}
.quick_look_box_wrap {
    width: 100%;
    display: flex;
     justify-content: space-between;
}
.quick_look_box_wrap .boxes {
    width: 32%;
    height: 92px;
    padding: 10px;
    padding-left: 24px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.quick_look_box_wrap .boxes img {
    margin-right: 15px;
}
.quick_look_box_wrap .boxes p {
    color: #0E1B2E;
    font-size: 16px;
    font-weight:bold;
}
.quick_look_box_wrap .boxes span {
    color: #d4b83d;
    font-size: 14px;
}

.offer_details .OfferFlightBox {
    background-color: #fff;
    border: solid #cccccc 1px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
    padding: 30px 20px;
    margin-bottom: 25px;
}
.offer_details .OfferFlightBox h4 {
    font-size: 18px;
	color: #0E1B2E;
   font-weight:bold;
    margin-bottom: 10px;
    width: 100%;
}
.offer_details .OfferFlightBox p {
	font-size:14px;
}
.offer_details .offer_list {
    padding-left:  0px;
}
.offer_details .offer_list li {
    padding-left: 20px;
    padding-bottom: 7px;
    line-height: 28px;
	position:relative;
}
.offer_details .offer_list li:before{
	position:absolute;
	content:'';
	background:url(../images/slidearrow_rht.svg);
	width: 10px;
    height: 10px;
	margin-right:5px;
    background-size: contain;
    display: inline-block;
	left: 0;
    top: 10px;
}
/*offer details end*/

/*topairlines start*/
.AirlineTab {
    width: 100%;
    border-bottom: 2px solid #D4B83D;
}

.AirlineTab li {
    width: 160px;
    background: #D4B83D;
    color: #000;
    padding: 12px 15px;
     border-radius: 5px 5px 0 0;
    font-size: 14px;
    text-align: center;
}
.ShowAllAirline {
    width: 100%;
    padding-top: 10px;
}
.ShowAirlineDiv {
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
    padding-top: 10px;
}
.ShowAirlineDiv span {
    color: #155ea2;
}
.ShowAllAirline ul {
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
}
.ShowAllAirline ul li {
	display: inline-block;
    padding: 2px 7px;
    font-size: 12px;
    background: #fff;
    margin-right: 2px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 10px;
}
.ShowAllAirline ul li a{color: #2b3042}
.TopAirline ul li {
    width: 100%;
    padding: 10px 0;
    padding-right: 0;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    color: #2b3042;
    font-size: 14px;
    display: inline-block;
	border: 1px solid #ccc;
    border-bottom: 2px solid #D4B83D !important;
    border-radius: 10px;
}
 .seo_top_airlinesec .owl-nav {
    top: inherit;
    bottom: 0;
    position: relative;
    width: 11%;
    margin: 0 auto;

}
.seo_top_airlinesec .owl-theme .owl-nav [class*='owl-'] {
    color: #e7e8ec;
    font-size: 1px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    border-radius: 0;
    border: none;

}
.seo_top_airlinesec .owl-prev {
    background-image: url(../images/seo_arrow.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
	background-size:contain !important;
    width: 50px!important;
	height:40px;
    left: 0px!important;
    position: absolute;
	transform: rotate(180deg);
}
.seo_top_airlinesec .owl-next {
    background-image: url(../images/seo_arrow.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
	background-size:contain !important;
    width: 50px!important;
	height:40px;
     position: absolute!important;
    right: 0px!important;
}

/*topairlines end*/


.no_result {
    border: 1px solid #ccc;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
    background: #FFF;
    min-height: 222px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    margin-bottom: 42px;
    padding: 15px;
	margin: 10px 0;
}
.no_result_package {
    background: url(../images/no_result_package.svg) center;
    display: inline-block;
    width: 74px;
    height: 74px;
    margin-bottom: 5px;
    background-size: cover;
}
.no_result h4 {
    font-weight:bold;
    font-size: 18px;
    margin-bottom: 2px;
}
.no_result p{
	font-size:13px;
}
.no_resultBtn {
    padding: 10px 25px;
}
.error {
    color: red;
    font-size: 12px;
}
.form-control:focus {
    border-color: #D4B83D;
    box-shadow: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    background: transparent;
}
.ui-datepicker .ui-datepicker-next span{
	background:url(../images/calender_flght_right.svg) no-repeat center;
    width: 16px;
    height: 18px;
    background-size: contain;
}
.ui-datepicker .ui-datepicker-prev span{
	background:url(../images/calender_flght_right.svg) no-repeat center;
    width: 16px;
    height: 18px;
    background-size: contain;
	transform: scaleX(-1);
}
.ui-state-hover, .ui-widget-content {
	background: transparent;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover{
    background: transparent !important;
	border: none !important;
}



table.ui-datepicker-calendar {
    border: none;
}

.btn-primary {
    color: #fff;
    background-color: #D4B83D;
    border-color: #D4B83D;
}
.btn-primary:hover {
    color: #fff;
    background-color: #D4B83D;
    border-color: #D4B83D;
}
.btn-primary:active {
    color: #fff;
    background-color: #D4B83D;
    border-color: #D4B83D;
}
.btn-primary:focus {
    color: #fff;
    background-color: #D4B83D;
    border-color: #D4B83D;
}

.form-control:focus {
    border: solid #D4B83D 1px !important;
}

.metrixBox.active {
    border: 2px solid #D4B83D;
}
.filterDuration .box1.active {
    color: #000;
    border: 1px solid #D4B83D;
    background: #D4B83D;
}

.airlineMetrix .rec-pagination {
    display: none;
}
button.rec-arrow-right{
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    font-size: 13px;
    background-color: #fff;
    color: #6d6a6a;
    box-shadow: rgb(51, 51, 51) 0px 0px 2px 0px;
    border-radius: 50%;
    border: none;
    padding: 0px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    align-self: center;
    cursor: pointer;
    outline: none;
}
button.rec-arrow-right:hover:enabled, button.rec-arrow-right:focus:enabled {
    color: rgb(255, 255, 255);
    background-color: rgb(206 162 65);
    box-shadow: rgb(51, 51, 51) 0px 0px 2px 0px;
}

button.rec-arrow-left{
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    font-size: 13px;
    background-color: #fff;
    color: #6d6a6a;
    box-shadow: rgb(51, 51, 51) 0px 0px 2px 0px;
    border-radius: 50%;
    border: none;
    padding: 0px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    align-self: center;
    cursor: pointer;
    outline: none;
}
button.rec-arrow-left:hover:enabled, button.rec-arrow-left:focus:enabled {
    color: rgb(255, 255, 255);
    background-color: rgb(206 162 65);
    box-shadow: rgb(51, 51, 51) 0px 0px 2px 0px;
}
.airlineMetrix .rec-item-wrapper{display: block;}


a.dropdown-item span {
    display: block;
    font-size: 12px;
    color: #a19f9f;
}
a.dropdown-item span:hover {
     color: #fff !important;
}

.dropdown-item span:focus, .dropdown-item span:hover {
    color: #fff !important;

}
.dropdown-item span:focus, .dropdown-item:hover span {
	 color: #fff !important;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
    border-bottom: solid #f1f1f1 1px;
    padding: 0.25rem 1.5rem;
    padding-left: 20px;
    padding: 8px 10px;
    white-space: normal;
}
.dropdown-item:last-child{
	border-bottom:none;
}
.megamenu h6{
	margin-left: 8px;
}
.clearBtn {
    font-size: 0;
    background: url(../images/close_modal.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 38px;
    position: absolute;
    right: 25px;
    cursor: pointer;
    background-size: contain;

}
label.fl_search_field1.htlSearchFld1 .clearBtn {
    font-size: 0;
    background: url(../images/close_modal.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 18px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    background-size: contain;
}
.hmflSerfld01 .autocomplete-input-container .clearBtn {
    font-size: 0;
    background: url(../images/close_modal.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 18px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    background-size: contain;
}
.psngerBox .clearBtn {
    font-size: 0;
    background: url(../images/close_modal.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 38px;
    position: absolute;
    right: 25px;
    cursor: pointer;
    background-size: contain;
	display:block;

}

.viewMore span {
    cursor: pointer;
    text-transform: capitalize;
}

.SideModalnew .select2-container .select2-selection--single{
	height:42px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border: 1px solid #ccc !important;
}












/*media start*/
@media (min-width: 768px) and (max-width: 991px) {
	.seo_grand_content .tabs{ position:inherit;    top: auto;justify-content: flex-start;}
	.seo_entrance_content .tab{ margin-bottom:15px;}
	.seo_grand_content .tab-content-item{padding-top: 0px;}
	.seo_grand_carousel img{ height:300px;}
	.seo_grand_carousel .owl-nav{width: 25%;}

}


@media (min-width: 320px) and (max-width: 767px) {
.seo_entrance_content .wrapper {
	max-width: 100%;
	top:inherit;
}
.seo_entrance_content .tabs {
	justify-content: center;
	top: inherit;
}
.seo_entrance_content .tab {
	margin-bottom: 10px;
}
.entrance_umrah_content_pic img {
	margin-bottom: 20px;
}
.seo_grand_content .tabs {
	position: inherit !important;
}
.seo_grand_carousel .owl-nav {
	width: 8%;
}
.seo_grand_carousel .owl-item {
	padding: 20px 20px;
}
.seo_grand_carousel .owl-item img {
	height: 200px;
}
.seo_grand_content .tab-content-item {
	padding-top: 20px;
}
.grand_seo_slide_content {
	padding: 0;
}
a.grand_seo_readmore {
	padding-left: 0;
}
.seoslide_hotels {
	margin-left: 0;
}
.cafecaption {
	width: 100%;
}
.offers_tab{
	justify-content: center !important;
}
.offers_tab_list ul li{
	width: 100%;
}
.grand_seo_slide_img img{
	width:100%;
}
.offers_tab .tab {
    margin-left: 10px;
    margin-right: 10px;
}
.offers_tab_list{
	margin: 0 15px;
}
.quick_look_box_wrap{
	flex-wrap: wrap;
}
.quick_look_box_wrap .boxes{
	width:100%;
	margin-bottom: 10px;
}
.seotopairline .owl-nav{width: 72%;}

}
/*media end*/

.form-control:focus {
    border: solid #D4B83D 1px !important;
}
.select2-container {
    width: 100% !important;
}
li.FlightRoutLi a {
    color: #2b3042;
}
.ant-btn-primary, .ant-btn-primary:hover, .ant-btn-primary:active {
	background: #D4B83D !important;
    border-radius: 7px;
    color: #000;
    font-size: 14px;
    padding:0px 20px;
    border: none;
    font-family: 'Geist-Medium', 'DroidKufiRegular' !important;
}

.close_pdng{
	padding-right: 25px !important;
}
.clander_hiden_class{
	position: absolute;
	left:0;
	box-shadow:none !important;
	background-color:transparent;
}
.clander_md_hiden_class{
	position: relative;
	left:0;
}
.VisaFullPage .add_visaNationality .formgroup.hasDownArrow.position-relative {
    width: 40%;
    margin-left: 20px;
}

/*.brandFareScrol{height:250px;overflow:hidden;overflow-y:scroll;}
.brandFareScrol::-webkit-scrollbar-track{border-radius:50px;background-color:#f5f5f5}
.brandFareScrol::-webkit-scrollbar{width:7px;background-color:#f5f5f5}
.brandFareScrol::-webkit-scrollbar-thumb{border-radius:50px;background:#666666;}*/
.noMeals p {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
}
.noMeals {
    margin-bottom:10px;
}
.opacity {
    opacity: 0.4;
}

.top_nav_section .dropdown-item{
	 white-space: inherit;
}
.megamenu{
	overflow-y:auto;
	height:400px;
}
.megamenu::-webkit-scrollbar-track{border-radius:50px;background-color:#f5f5f5}
.megamenu::-webkit-scrollbar{width:7px;background-color:#f5f5f5}
.megamenu::-webkit-scrollbar-thumb{border-radius:50px;background:#666666;}


body.overflowhidden {
    overflow: hidden;
}
.dropdown-menu.show {
    display: block !important;
}


.calenderflight .ui-datepicker.ui-datepicker-multi{
	width: 45em !important;
	border-radius: 10px;
    top: -5px !important;
    left: 0px !important;
	padding:5px;
}
.calenderflight .ui-datepicker-title{
	font-weight: 700;
    font-size: 14px;
	font-family: 'Geist-Medium', 'DroidKufiRegular' !important;
}
.calenderflight .ui-datepicker-year{
	font-family: 'Geist-Medium', 'DroidKufiRegular' !important;
    font-weight: normal;
}
.calenderflight .ui-datepicker th{
	font-size: 12px;
    font-weight: normal;
    color: #9e9e9e;
}


.calenderflight .ui-state-default, .calenderflight .ui-widget-content .ui-state-default{
	height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: normal;
    font-size: 14px;
	border-radius: 10px;
}
.calenderflight .ui-datepicker th{
	padding-top: 15px;
}

.flight_autocomplete.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    max-height: 300px !important;
    overflow-y: scroll;
	z-index: 2;
	width: 685px !important;
	left:0 !important;
}
.flight_autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar-track{border-radius:50px;background-color:#f5f5f5}
.flight_autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar{width:7px;background-color:#f5f5f5}
.flight_autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar-thumb{border-radius:50px;background:#666666;}


.pckg_rslt_modal {
    width: 850px !important;
    top: 30px !important;
}
.pckg_pax_modal .modal-dialog{
	width: 850px !important;
	max-width: 850px !important;
}
.pckg_pax_modal_arrow .hasDownArrow::after{
	top: 45px;
}

.mybookTabCont a.page-link.page-link--current {
    background: #D4B83D;
    color: #000;
}
.entrance_umrah_tab a{color: #000}

.triger-div{
	position:absolute;
	left:0px;
	top:-250px;
	height:5px;
	width:100%;
}

.agencyList.agencyDisabled {
    cursor: not-allowed;
    opacity: .5;
}
.hmb2bagencyList .agencyList.agencyDisabled  [type="checkbox"]:checked + label, .hmb2bagencyList .agencyList.agencyDisabled  [type="checkbox"]:not(:checked) + label {
    cursor: not-allowed;
}
.agencyList.hm_behalf.agencyDisabled  [type="checkbox"]:checked + label, .agencyList.hm_behalf.agencyDisabled  [type="checkbox"]:not(:checked) + label {
    cursor: not-allowed;
}
.top_phone_outr .vistor_btn:hover{background:#fff;color: #000 !important;}





.bnr_slide_new_sec{
	position: relative;
	display: contents;

}
.bnr_slide_new_sec .item{
	position: relative;
	width: 100%;

}

.bnr_slide_new_sec .bnr_ads {
    background: #fff;
    border-radius: 25px;
    padding: 25px 30px;
    width: fit-content;
    position: absolute;
    top: 200px;
    right: 190px;
}


.bnr_slide_new_sec .slider {
    width: 100%;
    /*max-width: 100vw;*/
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
}
.bnr_slide_new_sec .list {
	 /* width: 100% !important;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
     display:flex;
    width: max-content;
    transition: 1s;
}
.bnr_slide_new_sec .list img{
	width:auto;
    /*width: 100%;
    max-width: 100vw;*/
    height: 100%;
    /*object-fit: cover;*/
}
.bnr_slide_new_sec .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.bnr_slide_new_sec .buttons button {
    width: 50px;
    height: 50px;
    border-radius: 505;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	display: none;
}
.bnr_slide_new_sec .dots{
    position: absolute;
    bottom: 2px;
    color: #fff;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    transition: 1s;
}
.bnr_slide_new_sec .dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #95b3a7;
    margin: 5px 8px;
    border-radius: 20px;
}
.bnr_slide_new_sec .dots li.active {
    width: 10px;
	background-color: #fff;
}

.hmrecentSearchBox{
	display: flex; align-items: center; flex-wrap: wrap;
}
.recentlist {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 7px 10px;
    text-align: center;
    margin-left: 15px;
    line-height: 18px;
	cursor: pointer;
	margin-top: 5px;
}
.recentlist h4{font-size: 14px;}
.recentlist p{font-size: 12px;}
.recentText {
    color: #fff;
    font-size: 14px;
}






/*new loading progress*/

.DynamicContentArea:has(.newloadingPatern) {
	padding-top:0;
}
.loadingbg{background-color: #e2eaf4;}
.newloadingPatern {
    background: url(../images/loaderpaternbg.svg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100%;
    min-height: 900px;
    background-repeat: no-repeat;
	padding-top:25px;
}
.newloadingPaternRmove {
	background:none;
}
.laoderLogo {
    justify-content: space-around;
    display: flex;
    padding: 40px 0;
	display:none;
}
.laoderLogo img {
    width: 280px;
}
.loaderJourneyDtls .calendar_icon_dy {
    width: 14px;
    height: 16px;
    background: url(../images/calendar_icon_dy.png);
    display: inline-block;
    margin-right: 5px;
}
.loaderJourneyDtls .night_icon_dy {
    width: 14px;
    height: 14px;
    background: url(../images/night_icon_dy.svg);
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}
.loaderJourneyDtls{
	justify-content: space-around;
    display: flex;
}
.loaderJourneyDtls .search_area_top_clndr_dy {
    background: #fff;
    padding: 18px 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
	right: inherit;
    position: inherit;
}
.loaderJourneyDtls .search_area_top_clndrDate_dy {
    display: flex;
    align-items: center;
}
.loaderJourneyDtls .search_area_top_night_dy {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.loadpassIcon{
    width: 14px;
    height: 14px;
    background: url(../images/register_icon.svg);
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}
.loaderJourneyDtls .loadPassngerslist {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.loaderJourneyDtls .loadPassngerslist p span{
	font-size: 14px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
}
.loaderJourneyDtls .search_area_top_clndrDate_dy p span{
	font-size: 14px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
}
.loaderJourneyDtls .search_area_top_night_dy p span{
	font-size: 14px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
}
.destBoxes{
	justify-content: space-between;
	display: flex;
	position: relative;
	margin-bottom: 100px;
}
.destBoxes:after {
    content: "";
    position: absolute;
    bottom: -42px;
    background-image: url(../images/load_dotesBg.svg);
    background-size: contain;
    width: 88%;
    left: 0;
    height: 5px;
    margin-left: 90px;
    z-index: 0;
}
.loadDest01{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
	width: 230px;
	position: relative;
}
.loadDest01:after {
    position: absolute;
    content: "";
    bottom: -15px;
    z-index: 9;
    width: 22px;
    height: 15px;
    background: url(../images/destBoxArrow.png);
    left: 45%;
}
.loadDest01 img{
	width:230px;
	height: 155px;
	border-radius: 10px 10px 0 0;
}
.loadDestinations {
    margin-top: 50px;
}
.loaddestDtls {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.loaddestDtls p.NoNights{
	font-family: 'Geist-Medium', 'DroidKufiRegular' !important;
    color: #000;
}
.loaddestDtls h3 {
    font-size: 17px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	color: #000;
}
.loaddestDtls h4 {
    font-size: 14px;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
	color: #000;
}
.loaddestDtls p {
    font-size: 14px;
	font-family: 'Geist-Medium', 'DroidKufiRegular' !important;
	color: #828c94;
}
.loaddestpics{position: relative;}
.loadhtlIcon {
    width: 45px;
    height: 45px;
    background: url(../images/loader_htlIcon.svg);
    display: inline-block;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.loadStart {
    position: absolute;
    bottom: -50px;
    left: 35%;
    background: #D4B83D;
    color: #000;
    padding: 3px 15px;
    border-radius: 20px;
	z-index: 1;
}
.loadDote {
    position: absolute;
    bottom: -50px;
    left: 45%;
    background: #D4B83D;
    border-radius: 50%;
    width: 20px;
    height: 20px;
	z-index: 1;
}
.loadStart.loadend {
    left: 38%;
}
.loadprogresDote{
	border-radius: 50%;
	background-color: #000;
	width: 5px;
	height: 5px;
	width: 100%;
}
.loaddoteFlight {
    width: 24px;
    height: 23px;
    background: url(../images/load_flightIcon.svg);
    display: inline-block;
    background-size: contain;
    position: absolute;
    bottom: -51px;
    right: -45%;
    background-repeat: no-repeat;
    z-index: 9;
}
.newloadProgressBar {
    background-color: #fff;
    height: 20px;
    border-radius: 20px;
	position:relative;
}
.loadAddbanner {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-top: 50px;
	margin-bottom: 30px;
}
.loadAddbanner img {
    border-radius: 20px;
    width: 100%;
    height: 268px;
}

.newloadProgressBar .progress {
    border-radius: 20px;
    height: 30px;
    background-color: #ffffff;
}
.newloadProgressBar .progress-bar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-align: left;
    background-color: #D4B83D;
    overflow: hidden;
    padding-left: 10px;
	white-space: nowrap;
}
.newloadProgressBar .progress-bar.active, .newloadProgressBar .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.loadFlIcon {
    width: 61px;
    height: 61px;
    background: url(../images/loaderFlightIcon.png);
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 35%;
	margin-left: -50px;
}
.loadHotelIcon {
    width: 61px;
    height: 61px;
    background: url(../images/loaderHotelIcon.png);
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 35%;
	margin-left: -50px;
}
.loadActivityIcon {
    width: 61px;
    height: 61px;
    background: url(../images/loaderactivityIcon.png);
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 35%;
	margin-left: -50px;
}
.loadTrandferIcon {
    width: 61px;
    height: 61px;
    background: url(../images/loadertransferIcon.png);
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 35%;
	margin-left: -50px;
}

.loadMainDotes ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.loadMainDotes ul li{
	background-color: #fff;
	width:18px;
	height: 18px;
	border-radius: 50%;
	margin-right: 10px;
}
.loadMainDotes ul li.active{
	background-color: #D4B83D;
	width:18px;
	height: 18px;
	border-radius: 50%;
}
.loadhotelBox {
	width:100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.loadhtlPic{width: 40%;}
.loadhtlPic img{width: 100%; height:580px; border-radius: 20px;}
.loadhtlDtls {
    width: 60%;
    padding-left: 30px;
	padding-right: 30px;
	height:580px;
    overflow-y: scroll;
}
.loadhtlDtls::-webkit-scrollbar-track {
  border-radius:25px;
  background-color: #ecf0f4;
}

.loadhtlDtls::-webkit-scrollbar {
  width:6px;
  background-color: #ecf0f4;
}

.loadhtlDtls::-webkit-scrollbar-thumb {
  border-radius:25px;
  background: #7c8a99;
  height:4px;
}
.loadhtlDtls p {
    font-size: 14px;
    padding-bottom: 15px;
}
.loadhtlDtls h2 {
    font-size: 24px;
    color: #0E1B2E;
    font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
    padding-bottom: 5px;
}
.custEditIcon{
	width:45px;
    height: 45px;
    background: url(../images/custmiseEditIcon.svg);
    display: inline-block;
    background-size: contain;
}
.custEditDetails h1{
	font-size: 24px;
	color: #D4B83D;
	font-family: 'Geist-Bold', 'DroidKufiRegular' !important;
}
.custEditDetails p{
	font-size: 16px;
	color: #494949;
}
.custmizseModal {
    display: flex;
	align-items: center;
}
.custEdit {
    margin-right: 10px;
}
.custmModal_edit .modal-dialog {
    max-width: 1150px;
}

.newloadingPatern .rec-carousel-wrapper{
	position: relative;
}
.newloadingPatern .rec-pagination{
    top: 5px;
    position: absolute;
}
.newloadingPatern .rec-dot {
    width: 18px;
    height: 18px;
}
.newloadingPatern .rec-dot_active{
	background-color: #D4B83D !important;
	width: 18px;
    height: 18px;
}
.NewLoader_second{
	top:50px;
}


@media only screen and (max-width:1366px) {
	.destBoxes:after {
		width: 85%;
	}
	.loaddoteFlight {
		right: -25%;
	}
}


@media only screen and (max-width:767px) {
.custmizseModal {
align-items: flex-start;
}
.custEditDetails h1 {
font-size: 16px;
}
.custEditDetails p {
font-size: 13px;
}
.loadhtlDtls {
width: 100%;
padding-left: 0;
padding-top: 0px;
 margin-top: 20px;
 height: 280px;
}
.loadhtlPic img {
width: 100%;
height: 200px;
}
.loadhtlPic {
width: 100%;
}
.loaderJourneyDtls {
flex-wrap: wrap;
}
.loaderJourneyDtls .search_area_top_clndr_dy {
flex-wrap: wrap;
}
.loadDestinations {
margin-top: 30px;
margin-left: 20px;
flex-flow: column;
display: flex;
}
.destBoxes {
margin-bottom:30px;
flex-wrap: wrap;
padding-left: 60px;
order: 2;
margin-top: 45px;
}
.loadFlIcon{
	margin-left: -25px;
}
.newloadProgressBar{
	order: 1;
}
.loadStart {
bottom: auto;
left: -88px;
top: -3px;
}
.loaddoteFlight {
bottom: auto;
right: auto;
transform: rotate(90deg);
}
.loaddoteFlight {
left: -67px;
}
.loadDest01:after {
bottom: auto;
left: -19px;
top: 45%;
transform: rotate(90deg);
}
.loadStart.loadend {
left: -80px;
bottom: -10px;
top: auto;
}
.destBoxes:after {
left: 0;
left: 0;
height: 98%;
margin-left: 0px;
z-index: 0;
width: 5%;
bottom: auto;
}
.loadDest01 {
margin-bottom: 30px;
}
.loadDote {
bottom: auto;
left: -65px;
top: 45%;
}

.loadAddbanner img {
border-radius: 20px;
width: 100%;
height: auto;

}
.loadAddbanner {
margin-top: 0px;
margin-bottom: 20px;
order: 3;
}
.loadhtlDtls h2{
	font-size: 18px;
}
.loadhtlDtls p{
	font-size: 13px;
}
.newloadingPatern .rec-slider-container{
	margin:0;
}
}

/*new loading progress*/


.pxPhone .css-hlgwow {
    padding: 0 0 0 5px !important;
}
.css-1xc3v61-indicatorContainer {
    padding: 0px !important;
    padding-right: 5px !important;
}

.form-control[readonly] {
    background-color: #ffffff;
}




.currency_menu_content{display:none;position:absolute;top:59px;background:#fff;min-width:15rem;-webkit-box-shadow:0 3px 12px rgba(0,0,0,0.01);-moz-box-shadow:0 3px 12px rgba(0,0,0,0.01);box-shadow:0 3px 12px rgba(0,0,0,0.01);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;z-index:1;overflow:hidden}
.currency_menu_content a.dropdown-item{padding:7px 15px;border-bottom:1px solid #f1f1f1;font-size:13px;text-transform:none}
.currency_menu_content a.dropdown-item:hover{background:#f4f4f4;border-bottom:1px solid #f4f4f4;color:var(--textFont)}
.currency_menu_content a.dropdown-item:last-child{border-radius:0 0 5px 5px;border:0}
a.dropdown-item .country_flag img{width:20px;height:15px}
span.country_flag{margin-right:5px}
.currency_menu_content.show{display:block}
.container{max-width:1250px}
.overflow-hidden{overflow:hidden!important}
b,strong{font-family:'Geist-Bold' ,'DroidKufiBold' !important}
select{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;text-indent:1px}
select::-ms-expand{display:none}
input[type=text]::-ms-clear{display:none}
input:focus{outline:none}
button:focus,select:focus{outline:none}
a{transition:all ease .5s;-o-transition:all ease .5s;-webkit-transition:all ease .5s;color:#4a494a}
a:focus,a:active,a:visited,a:hover{text-decoration:none}
a:hover{color:#D4B83D}
*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
p{margin-top:0;margin-bottom:0}
ul,ol{margin:0;padding:0;list-style:none}
strong{font-weight:400}
button:focus{outline:0}
button{cursor:pointer}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0;font-weight:400;line-height:1.2}
html{-webkit-tap-highlight-color:rgba(0,0,0,0)}
img{vertical-align:middle;max-width:100%;height:auto}
.clear{clear:both}
.btn.focus,.btn:focus{outline:0;box-shadow:none}
.hmSearchBox .form-control::-webkit-input-placeholder{color:#000}
.hmSearchBox .form-control:-ms-input-placeholder{color:#000}
.hmSearchBox .form-control::placeholder{color:#000}
.hmflSerfld01 input::placeholder{color:#000}
.textright{text-align:right}
.refundable{color:#00B430;font-size:14px}
.nonrefundable{color:#ea1c2d;font-size:14px}
.refundablewithcharge{color:#00a445;font-size:14px}
.no_padding{padding-right:0;padding-left:0}
.no_paddingR{padding-right:0}
.no_paddingL{padding-left:0}
.dir_default{direction:ltr}
.txtalign_default{text-align:left}
.theme_color{color:#438cca}
.min_Height{min-height:650px}
.error_color{color:#e62828}
.refund_color{color:#6cac07!important}
.non_refund_color{color:#ff221d!important}
.cursor_default{cursor:pointer}
.bgWhite{background-color:#fff}
.bgBlue{background-color:#a7cbe3;padding:15px 0}
.minHeight{min-height:550px}
.no_wrap_text{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}
.postnRel_common{position:relative}
.color15{color:#1359a0}
.colorRed{color:red}
.pad-r-0{padding-right:0!important}
input.form-control,select.form-control{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-moz-transition:none;-webkit-transition:none; font-size: 14px;}
input.form-control:focus,select.form-control:focus{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-moz-transition:none;-webkit-transition:none;font-size: 14px;}
.table-responsive .table{max-width:none;-webkit-overflow-scrolling:touch!important}
.container{position:relative}

header.themeHeader {
    height: auto;
    position: relative;
    width: 100%;
    padding: 10px 0;
	background: #e3f0ff;
}
.hmlogo img {
    height:70px;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
}
a.navbar-brand.left-logo.d-flex.justify-content-center.hmlogo {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 0;
}
ul.navbar-nav.ml-auto.homeNav {
    gap:20px;
	align-items: center;
}
a.nav-link.arabicfontIOS {
    padding: 0px !important;
    margin: 0px !important;
}
ul.navbar-nav.homeNav a.nav-link {
    color: #000;
    font-size: 14px;
    font-family:'Geist-Medium' ,'DroidKufiRegular' !important;
}
li.nav-item.hmLoginBtn {
    background: #d4b83d;
    border-radius: 30px;
    padding: 1px 10px;
    font-family:'Geist-SemiBold' ,'DroidKufiRegular' !important;
}
li.nav-item.hmLoginBtn a.nav-link{ font-family:'Geist-SemiBold' ,'DroidKufiRegular' !important;}
li.nav-item.hmlangBtn {
    border: 1px solid #0E1B2E;
    border-radius: 30px;
    padding:5px 10px 5px;
    position: relative;
}
a.nav-link.arabicfontIOS {
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 15px;
}
i.langGlob{
    background-image: url(../images/hm_language.svg);
    height:20px;
    width: 20px;
    background-size: contain;
    display: inline-block;
}
i.hmdownArrow {
    background-image: url(../images/hmDownArrow.svg);
    height: 8px;
    width: 13px;
    background-size: contain;
    display: inline-block;
}
a.currency_menu {padding-right: 0px !important;}
.dropdown-toggle::after {
    background-image: url(../images/hmDownArrow.svg);
    height: 8px;
    width: 12px;
    background-size: contain;
    border: none;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 2px;
}
li.nav-item.dropdown .dropdown-toggle::after {
    right: 0px;
    top: 0px;
    border: none;
}
ul.navbar-nav.ml-auto.homeNav .dropdown-menu {
    min-width: max-content;
    padding: 0px;
	overflow: hidden;
}
ul.navbar-nav.ml-auto.homeNav .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    justify-content: flex-start;
}
ul.navbar-nav.ml-auto.homeNav .dropdown-item.active, ul.navbar-nav.ml-auto.homeNav .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d4b83d;
}

header.sticky {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0 4px 8px 0 #95959530;
    z-index: 99;
    position: fixed;
    height: auto;
    top:0px;
	padding:10px 0;
	width: 100%;
}
header.inner_header.sticky {
    position: fixed;
}
header.sticky ul.hdMybooks a{color:#000}

.topmenu{display:flex;align-items:center;justify-content:end;width:83%}
ul.hdMybooks a{color:#fff}
ul.hdLoginCurency li{background:#ffffffd6;padding:7px 15px;border:1px solid #D4B83D;margin-left:10px;border-radius:5px;position:relative}
ul.hdLoginCurency a{color:#000!important}
i.currency_img img{width:22px;margin-right:5px}
.currency_menu img{margin-right:5px;height:14px;width:18px;display:inline-block;margin-top:-1px}
.sticky .main_nav ul li a{color:#000}
.SideModalnew.modal-dialog{width:500px!important}
.SideModalnew .btn-position{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}
.SideModalnew.modal.right.fade.in .modal-dialog{right:0!important;transform:translateX(-50%)}
.SideModalnew.modal.right .modal-content{height:100%;border-radius:0}
.SideModalnew.modal.right .modal-body{overflow-y:scroll;overflow-x:hidden;padding:15px 25px}
.SideModalnew.modal.right .modal-body::-webkit-scrollbar-track{border-radius:50px;background-color:#f5f5f5}
.SideModalnew.modal.right .modal-body::-webkit-scrollbar{width:6px;background-color:#f5f5f5}
.SideModalnew.modal.right .modal-body::-webkit-scrollbar-thumb{border-radius:50px;background:#666}
.SideModalnew.modal.right .modal-dialog{width:500px;position:fixed;margin:auto;height:100%;-webkit-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}
.SideModalnew.modal.right.fade.in .modal-dialog{transform:translateX(0%)}
.SideModalnew.modal.right.fade .modal-dialog{right:0;-webkit-transition:opacity .3s linear,right .3s ease-out;-moz-transition:opacity .3s linear,right .3s ease-out;-o-transition:opacity .3s linear,right .3s ease-out;transition:opacity .3s linear,right .3s ease-out}
.SideModalnew.modal.right .modal-header{padding:0;min-height:50px;position:relative;border-bottom:none}
.SideModalnew.modal.right .modal-header::after{content:"";display:inline-block}
.SideModalnew.modal.right .close{font-size:0}
.SideModalnew.form-control{border-radius:0;box-shadow:none}
.SideModalnew.form-control:focus{box-shadow:none}
.SideModalnew.SideModalnew.btn{border-radius:0}
.SideModalnew.modal.right .close{background:url(../images/close_modal.svg) no-repeat;background-size:contain;width:30px;height:30px;display:inline-block;position:absolute;top:10px;left:10px;opacity:1;font-size:0}
.menuLinks .dropdown-menu{min-width:22rem;border-radius:0;margin-top:0;padding:15px 15px 10px;top:16px!important;right:0;left:auto}
.langCurrency p{margin:0 0 10px;border-bottom:1px solid #ccc;padding-bottom:10px}
.headnav .menuLinks ul{display:flex;justify-content:end;align-items:center}
ul.langFlex li.active{background-color:#fff;border:1px solid #0dc1ff;margin-left:0!important;border-radius:5px}
ul.langFlex li{padding:5px 20px!important}
ul.langFlex li a{display:block;padding:5px 20px!important;color:#000!important}
ul.langFlex li.active a{color:#0dc1ff}
ul.langFlex li{text-align:center;border:1px solid #ccc;flex:1;margin-right:10px;background-color:#ccc;color:#39434e;border-radius:5px}
.langCurrency p{margin:0 0 10px;border-bottom:1px solid #ccc;padding-bottom:10px;font-size:14px}
.headnav .menuLinks ul{display:flex;justify-content:end;align-items:center}
ul.langFlex{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
ul.currencyFlex li{border:1px solid #ccc;width:48%;margin-right:5px;margin-bottom:10px;background-color:#ccc;color:#39434e;margin-left:0!important;padding:5px!important;border-radius:5px}
ul.currencyFlex li:nth-child( even ){margin-right:0}
ul.currencyFlex li a{padding:0;color:#000!important;display:inherit!important;font-size:13px!important}
ul.currencyFlex li a span{color:#000!important;font-size:13px!important}
ul.currencyFlex li.active{background-color:#fff;border:1px solid #0dc1ff;padding:5px;border-radius:5px}
.menuLinks .country_flag img{width:24px;height:14px;margin:0}
.header_container{padding-left:70px;padding-right:70px}
.side_pocket{width:428px;height:100%;position:fixed;top:0;z-index:9999;right:-428px;transition:all ease .2s;background-color:#fff}
.vistor_btn{padding:5px 15px;border-radius:5px;font-family:'Geist-SemiBold' ,'DroidKufiRegular' !important;color:#333;cursor:pointer}
.vistor_btn:hover{background:#D4B83D;color:#fff!important}
.show_menu .side_pocket{right:0}
.show_menu body{overflow:hidden}
.show_menu .dim_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:100}
.pocket_frame{padding:15px 24px;color:#4b4b4b}
.frame_height{overflow-y:auto;height:100%}
.actions_bin{display:flex;justify-content:flex-end}
.user_info{background-color:#0E1B2E;padding:20px;color:#fff;margin-top:25px;border-radius:15px}
.user_info h4{font-size:20px}
.user_info h5{font-size:18px;font-family:'Geist-SemiBold' ,'DroidKufiRegular' !important}
.user_info p{margin-top:15px;font-size:14px}
.join_text{text-align:center;margin-top:20px;font-size:20px}
.pocket_violetBtn,.pocket_violetBtn:hover{background-color:#D4B83D;color:#fff;padding:5px 8px;font-size:12px;border-radius:5px}
.user_enroll{font-size:20px;margin-top:25px;text-align:center;color:#000}
.field_carton{width:100%;margin-top:25px}
.field_carton .nav{position:relative!important;background-color:#fff!important;padding:0!important}
.field_carton .nav-tabs .nav-item.show .nav-link,.field_carton .nav-tabs .nav-link.active{border:0;border-bottom:2px solid #D4B83D!important}
.formGrid{padding-top:25px}
.formbtn_gradient{background-color:#D4B83D;border:0;color:#fff;border-radius:5px;font-size:17px}
.btn_grid{padding:10px 0}
.boundary_marge{margin-top:20px;text-align:center;font-size:15px}
.boundary_marge_record{margin-top:20px;text-align:center;font-size:12px}
.pocket_blueBtn,.pocket_blueBtn:hover{color:#D4B83D}
.field_carton .nav-tabs .nav-link:focus,.field_carton .nav-tabs .nav-link:hover{border-color:transparent}
.orSignup{margin-top:20px;display:flex;justify-content:center;position:relative}
.orSignup::after{content:'';position:absolute;top:20px;left:0;width:100%;height:1px;background-color:#000}
.orMsg{width:40px;height:40px;border:1px solid #000;color: #000;display:flex;border-radius:50%;justify-content:center;font-size:15px;background-color:#fff;position:relative;z-index:99;line-height:36px}
.media_login{display:flex;justify-content:space-around;margin-top:20px}
.media_login img{width:175px}
.field_carton .form-control{height:42px!important;border:1px solid #ccc!important;border-radius:5px!important}
.field_carton select.form-control:not([size]):not([multiple]){height:42px!important;border:1px solid #ccc!important;border-radius:5px}
.field_carton label{font-size:14px;margin-bottom:5px;letter-spacing:0}
.field_carton .nav-tabs .nav-link{display:inline-flex;align-items:center;border-top:0!important;border-left:0!important;border-right:0!important;padding-left:0;padding-right:0;margin-right:40px}
.field_carton .nav-tabs .nav-link:hover{color:#D4B83D}
.field_carton .down_arrow:after{top:22px}
.field_carton .nav-tabs .nav-link img{height:20px;margin-right:10px}
.field_carton a.nav-link {
  color: #000;
}
.field_carton ul.nav.nav-tabs li.nav-item {
  padding: 0px;
}
.form_phone{display:flex}
.hmcode{width:35%}
.main_nav{width:100%;display:flex;align-items:center;justify-content:end}
.tittlefld .hmcode select.form-control{border-right:none!important;border-radius:5px 0 0 5px!important}
.tittlefld .hmPhonenbr input.form-control{border-left:none!important;border-radius:0 5px 5px 0!important}
.tittlefld .down_arrow::after{top:48px!important}
.hasDownArrow::after{position:absolute;width:7px;height:6px;background-image:url(../images/arrow_down.svg);content:"";top:17px;right:12px;margin-top:0;pointer-events:none;display:inline-block;background-size:contain;background-repeat:no-repeat}
.Field_Arrow::after{position:absolute;width:7px;height:6px;background-image:url(../images/arrow_down.svg);content:"";top:48px;right:12px;margin-top:0;pointer-events:none;display:inline-block;background-size:contain;background-repeat:no-repeat}
.hmPhonenbr{width:65%}
.form_phone select.form-control{-webkit-border-top-right-radius:0!important;-webkit-border-bottom-right-radius:0!important;-moz-border-radius-topright:0!important;-moz-border-radius-bottomright:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}
.form_phone input.form-control{-webkit-border-top-left-radius:0!important;-webkit-border-bottom-left-radius:0!important;-moz-border-radius-topleft:0!important;-moz-border-radius-bottomleft:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0;border-left:0!important}
.reg_with_us{width:100%}
.login_view{width:100%}
.gridpadRight{padding-right:60px}
.left_carton_white{border:1px solid #ccc;padding:15px 24px;color:#4b4b4b;box-shadow:-2px 5px 23px -6px rgba(0,0,0,0.36);-webkit-box-shadow:-2px 5px 23px -6px rgba(0,0,0,0.36);-moz-box-shadow:-2px 5px 23px -6px rgba(0,0,0,0.36)}
.right_carton_white{display:flex;justify-content:center}
.content_inner{width:75%}
.reg_icon1 img{height:176px;margin-top:50px}
.text_note1{font-size:25px;color:#0086cd;margin-top:50px}
.text_note2{font-size:17px;line-height:30px;margin-top:15px}
.fgt_pswdIn{background-color:#fff;padding:20px;color:#333;margin-top:15px;text-align:center}
.fgt_pswdIn h4{font-size:25px}
.fgt_pswdIn h5{font-size:20px}
.fgt_pswdIn p{margin-top:15px}
.fgtpswd_contact{margin-top:20px;margin-bottom:20px;font-size:15px;color:#333}
.pocket_frame input,select{width:100%;font-size:14px;color:#000;border:solid #ccc 1px;border-radius:5px;min-height:40px;padding:0 12px;}
.mob_btn{display:none}
.currency_show {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 250px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    z-index: 9;
	box-shadow: 1px 2px 5px #0e1b2e5c;
}
.currency_show li.active{background-color:#D4B83D;border:1px solid #D4B83D;margin-left:0!important;border-radius:5px;padding:8px 10px;color:#fff}
.currency_show li.active a{color:#000!important}
.lanuage_main h3{color:#212529;margin:0 0 10px;border-bottom:1px solid #ccc;padding-bottom:10px;font-size:14px}
.lanuage_main ul{display:flex;justify-content:space-between;flex-wrap:wrap}
.lanuage_main ul li{width:45%;background-color:#e3f0ff;border-radius:5px;height:35px;font-size:13px!important;text-align:center;padding: 7px 10px !important;}
.lanuage_main ul li a{color:#212529!important;font-size:13px!important;}
.lanuage_main h3{color:#212529;margin:0 0 10px;border-bottom:1px solid #ccc;padding-bottom:10px;font-size:14px}
.currency_main{padding-top:20px}
.currency_main ul{display:flex;justify-content:space-between;flex-wrap:wrap}
.currency_main h3{color:#212529;margin:0 0 10px;border-bottom:1px solid #ccc;padding-bottom:10px;font-size:14px}
.currency_main ul li{width:45%;background-color:#fff;border-radius:5px;margin-bottom:8px;font-size:13px!important;margin-left:0;padding:7px 10px}
.currency_main ul li a{color:#212529!important;font-size:12px!important;display:flex;align-items:center;justify-content:space-between}
.currency_main li.active{background-color:#ffe4ee;border:1px solid #D4B83D;margin-left:0!important;border-radius:5px;padding:8px 10px}
.currency_main li a{flex-direction:inherit!important}
.currency_main li a span{color:#212529!important;padding:0 2px!important;font-size:12px!important}
ul.hdLoginCurency{position:relative;width:47%;justify-content:end}
.currency_main i.country_flag{width:20px}
.currency_main span.dropCountry{width:60px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.currency_main span.dropCountryCode{width:25px;font-family:'Geist-SemiBold' ,'DroidKufiRegular' !important}
li.langArabic {
    padding: 7px 10px !important;
}
button.blue_btnStyle.disableBtn {
    background-color: #b6c7d7;
}
span.transformCaptialize {
    color: #000;
}

@media (min-width: 992px) {
.desk-hide{display:none}
.main_nav ul li a{color:#fff;text-decoration:none;font-size:14px;line-height:17px;letter-spacing:1px;position:relative;display:flex;justify-content:center;align-items:center}
.main_nav ul li a span{color:#000;font-size:14px;letter-spacing:.58px}
.main_nav ul li a.active span{color:#000}
.main_nav ul li a.ar_font{font-family:'Geist-Regular','DroidKufiRegular'!important;}
.main_nav ul li a:hover{color:#000}
.main_nav ul.hdMybooks a:hover{color:#000; outline: none;}
.main_nav ul li a.dropdown-item:after{background:none}
.main_nav ul li:last-child a:after{display:none}
.mob_btn{display:none}
.innerhead .main_nav ul li a:hover{color:#000}
.main_nav a.dropdown-item{color:#212529}
header.sticky .main_nav ul li a span{color:#000}
}
@media (max-width: 991px) {
  .lanuage_main ul li a {
    color: #212529 !important;
    font-size: 13px !important;
    padding: 4px !important;
}
  .currency_show li.active a {
    color: #000 !important;
    padding: 0px;
}
  li.nav-item.hmlangBtn {
    border: none;
    border-radius: 0;
    padding: 15px 0px;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 38%);
    margin-bottom: 10px;
}
  i.hmdownArrow {
    height: 8px !important;
    width: 13px !important;
}
  .main_nav {
    justify-content: start;
    align-items: baseline;
}
ul.navbar-nav.ml-auto.homeNav {
    margin-left: 20px !important;
    width: 100%;
}
i.langGlob {
    background-image: url(../images/hm_language_white.svg);
    height: 20px !important;
    width: 20px !important;
    background-size: contain;
    display: inline-block;
}
.main_nav{position:fixed;width:300px;top:0;right:-300px;background:#0E1B2E;height:100%;transition:all ease .5s;-o-transition:all ease .5s;-webkit-transition:all ease .5s;z-index:1005;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.4);-moz-box-shadow:inset 0 0 4px rgba(0,0,0,0.4);box-shadow:inset 0 0 4px rgba(0,0,0,0.4);overflow-y:auto}
.main_nav ul{margin:0;padding:0;display:block;margin-top:0}
.main_nav ul.mnav{margin-bottom:30px}
.main_nav ul li{display:block;border-bottom:1px solid rgb(255 255 255 / 38%);position:relative;text-transform:capitalize;font-size:13px;}
.main_nav ul li .currency_menu_content{position:static;border-radius:0;-webkit-border-radius:0;background:rgba(0,0,0,0.2)}
.main_nav ul li .currency_menu_content a.dropdown-item{color:#fff;font-family:'Geist-Regular';border-bottom:1px solid rgba(255,255,255,0.1)}
.main_nav ul li .currency_menu_content a.dropdown-item .country_flag img{width:15px}
.main_nav ul li a{width:100%;color:#fff;text-decoration:none;font-size:14px;display:inline-block;padding:15px}
.main_nav ul li.submenu i{width:43px;height:39px;top:0;right:0;cursor:pointer;transition:all ease .5s;-o-transition:all ease .5s;-webkit-transition:all ease .5s}
.main_nav ul li.submenu i:after{content:"";height:0;width:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:6px solid #fff;position:absolute;right:17px;top:18px;z-index:10}
.main_nav ul li.dropdown:hover a{color:#fff!important}
.main_nav ul ul{margin:0;display:none}
.main_nav ul ul li a{padding-left:20px}
.main_nav ul ul li ul a{padding-left:30px}
.show_menu .main_nav{right:0}
.show_menu .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:1001}
    .mob_btn {
        position: fixed;
        margin: 0;
        background-color: #d4b83d;
        cursor: pointer;
        right: 15px;
        top:20px;
        padding: 5px;
        border-radius: 5px;
		z-index:101;
    }
.mob_btn span{display:block;width:30px;height:3px;border-radius:30px;background:#fff}
.mob_btn span + span{margin-top:5px}


.menuLinks .dropdown-menu{transform:translate3d(0px,21px,0px)!important;min-width:100%}
.langCurrency p{font-size:12px}
ul.langFlex{display:flex!important;padding-bottom:15px}
ul.currencyFlex{display:flex!important;flex-wrap:wrap;justify-content:space-between}
ul.currencyFlex li a{padding:5px!important}
.menuLinks .country_flag img{width:15px;height:15px}
ul.currencyFlex li:nth-child( even ){margin-right:0}
ul.langFlex li:nth-child( even ){margin-right:0}
.currency_show{transform:none;position:inherit;width:100%}
.lanuage_main ul{display:flex!important}
.lanuage_main ul li{height:42px}
.currency_main ul{display:flex!important}
.currency_main ul li a{padding-left:5px!important}
.currency_show i:after{display:none}
}


.calenderNonMoveBox{margin-top:0;position:absolute;z-index:5;left:8px;top:auto;padding:0;width:auto}
.daterangepicker{display:flex!important}
.flight_autocomplete.ui-widget.ui-widget-content{border:1px solid #02bed4;max-height:210px!important;overflow-y:scroll;z-index:4;width:100%!important;border-radius:14px}
.flight_autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar-track{border-radius:50px;background-color:#f5f5f5}
.flight_autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar{width:7px;background-color:#f5f5f5}
.flight_autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar-thumb{border-radius:50px;background:#666}
.flight_autocomplete{width:350px!important;padding:0!important}
.flight_autocomplete .ui-menu-item{display:flex!important;padding:8px 5px;border-bottom:solid #ebebeb 1px!important}
.flight_autocomplete .autocomplete-image{width:25px;margin-left:5px;margin-right:10px}
.flight_autocomplete .autocomplete-image img{width:20px}
.flight_autocomplete .autocomplete-label{width:90%}
.flight_autocomplete .location_icon_auto{background:url(../images/location_auto.svg);background-repeat:no-repeat;background-size:contain;width:18px;height:18px;display:inline-block;margin-right:8px;margin-left:5px}
ul.ui-autocomplete li.ui-menu-item:hover .location_icon_auto{background:url(../images/location_auto_active.svg);background-repeat:no-repeat;background-size:contain;width:18px;height:18px;display:inline-block;margin-right:8px}
.flight_autocomplete .flight_icon{background:url(../images/flight_icon_auto.svg);background-size:contain;width:18px;height:18px;display:inline-block;margin-right:8px}
ul.ui-autocomplete li.ui-menu-item:hover .flight_icon{background:url(../images/flight_icon_auto_active.svg);background-repeat:no-repeat;background-size:contain;width:18px;height:18px;display:inline-block;margin-right:8px}
.flight_autocomplete .bus_icon{background:url(../images/bus_icon_auto.svg);background-size:contain;width:18px;height:18px;display:inline-block;margin-right:8px}
ul.ui-autocomplete li.ui-menu-item:hover .bus_icon{background:url(../images/bus_icon_auto_active.svg);background-repeat:no-repeat;background-size:contain;width:18px;height:18px;display:inline-block;margin-right:8px}
.flight_autocomplete .autocomplete-label h3{font-size:14px}
.flight_autocomplete .autocomplete-label h4{margin-top:3px;font-size:12px;margin-right:20px;color:#777}
ul.ui-autocomplete li.ui-menu-item:hover h4{color:#000}
.auto_pdng{padding-left:20px!important}
.flight_autocomplete .autocomplete-code{background:#D4B83D;border-radius:5px;color:#fff;font-size:12px;padding:5px 10px;height:28px}
ul.ui-autocomplete li.ui-menu-item:hover .autocomplete-code{background:#D4B83D;color:#fff}
ul.ui-autocomplete li.ui-menu-item:hover{background:#e2eaf4!important;color:#000}
.full_overlay{background-color:rgba(0,0,0,0.8);box-sizing:border-box;height:100%;left:0;position:fixed; top:0;width:100%;z-index:99999; }
.full_overlay p{font-size: 14px;color:#fff; text-align:center;letter-spacing: 1px;}
.loader-lg{width:70px;height:70px;position:relative;animation:sk-chase 2.5s infinite linear both}
.loader-lg-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}
.loader-lg-dot:before{content:'';display:block;width:25%;height:25%;background-color:#fff;border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}
.loader-lg-dot:nth-child(1){animation-delay:-1.1s}
.loader-lg-dot:nth-child(2){animation-delay:-1s}
.loader-lg-dot:nth-child(3){animation-delay:-.9s}
.loader-lg-dot:nth-child(4){animation-delay:-.8s}
.loader-lg-dot:nth-child(5){animation-delay:-.7s}
.loader-lg-dot:nth-child(6){animation-delay:-.6s}
.loader-lg-dot:nth-child(1):before{animation-delay:-1.1s}
.loader-lg-dot:nth-child(2):before{animation-delay:-1s}
.loader-lg-dot:nth-child(3):before{animation-delay:-.9s}
.loader-lg-dot:nth-child(4):before{animation-delay:-.8s}
.loader-lg-dot:nth-child(5):before{animation-delay:-.7s}
.loader-lg-dot:nth-child(6):before{animation-delay:-.6s}
@keyframes sk-chase {
100%{transform:rotate(360deg)}
}
@keyframes sk-chase-dot {
80%,100%{transform:rotate(360deg)}
}
@keyframes sk-chase-dot-before {
50%{transform:scale(0.4)}
100%,0%{transform:scale(1.0)}
}
.loader-sm{width:60px;text-align:center;display:inline-block}
.loader-sm > div{width:12px;height:12px;background-color:#D4B83D;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}
.loader-sm .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}
.loader-sm .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}
@-webkit-keyframes sk-bouncedelay {
0%,80%,100%{-webkit-transform:scale(0)}
40%{-webkit-transform:scale(1.0)}
}
@keyframes sk-bouncedelay {
0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}
40%{-webkit-transform:scale(1.0);transform:scale(1.0)}
}
.hmSearchArea .loader-sm{position:absolute;top:20px;right:20px}
.hmsubscrbe .loader-sm{margin-top:10px}
.loader_round{width:48px;height:48px;border-radius:50%;position:relative;display:block;animation:rotate 1s linear infinite}
.loader_round::before,.loader_round::after{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #FFF;animation:prixClipFix 2s linear infinite}
.loader_round::after{transform:rotate3d(90,90,0,180deg);border-color:#D4B83D}
@keyframes rotate {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
@keyframes prixClipFix {
0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
75%,100%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}
.plswait{font-size:14px;padding-top:10px}
.star_filter{background:url(../images/star_rating.svg);width:90px;height:18px;background-repeat:no-repeat;background-size:cover;display:inline-block;margin:0;position:relative}
.zerostar{background-position:0 -96px}
.onestar{background-position:0 -76px}
.twostar{background-position:0 -55px}
.threestar{background-position:0 -37px}
.fourstar{background-position:0 -20px}
.fivestar{background-position:0 -1px}
.star_segement{display:flex!important;justify-content:space-between;align-items:center}
.SideModalnew.modal.right .close{background:url(../images/close_modal.svg) no-repeat;background-size:contain;width:30px;height:30px;display:inline-block;position:absolute;top:10px;left:10px;opacity:1;font-size:0}
.SideModalnew.modal-dialog{width:500px!important}
.SideModalnew .btn-position{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}
.SideModalnew.modal.right.fade.in .modal-dialog{right:0!important;transform:translateX(-50%)}
.SideModalnew.modal.right .modal-content{height:100%;border-radius:0}
.SideModalnew.modal.right .modal-body{overflow-y:scroll;overflow-x:hidden;padding:15px 25px}
.SideModalnew.modal.right .modal-body::-webkit-scrollbar-track{border-radius:50px;background-color:#f5f5f5}
.SideModalnew.modal.right .modal-body::-webkit-scrollbar{width:6px;background-color:#f5f5f5}
.SideModalnew.modal.right .modal-body::-webkit-scrollbar-thumb{border-radius:50px;background:#666}
.SideModalnew.modal.right .modal-dialog{width:500px;position:fixed;margin:auto;height:100%;-webkit-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}
.SideModalnew.modal.right.fade.in .modal-dialog{transform:translateX(0%)}
.SideModalnew.modal.right.fade .modal-dialog{right:0;-webkit-transition:opacity .3s linear,right .3s ease-out;-moz-transition:opacity .3s linear,right .3s ease-out;-o-transition:opacity .3s linear,right .3s ease-out;transition:opacity .3s linear,right .3s ease-out}
.SideModalnew.modal.right .modal-header{padding:0;min-height:50px;position:relative;border-bottom:none}
.SideModalnew.modal.right .modal-header::after{content:"";display:inline-block}
.SideModalnew.form-control{border-radius:0;box-shadow:none}
.SideModalnew.form-control:focus{box-shadow:none}
.SideModalnew.SideModalnew.btn{border-radius:0}
.hm_guest .trvelrsList{padding-bottom:15px}
.hm_guest .trvelrsList h4{font-size:16px;color:#000;margin:0 0 5px;font-family:'Geist-SemiBold' ,'DroidKufiRegular' !important}
.hm_guest .trvelrsList .psnrs_travel{width:30px;height:28px;text-align:center;line-height:28px}
.hm_guest .trvelrsList .travelersLHalf p{font-size:15px;text-transform:capitalize;margin:0;line-height:18px;color:#000}
.hm_guest .trvelrsList .travelersLHalf p span{font-size:14px;opacity:.9;display:block;color:#000}
.hm_guest .trvelrsList .traveller_rows{padding:10px 0;border-bottom:solid 1px #e0e0e0}
.hm_guest select{width:100%;font-size:14px;color:#000;border:solid #cacaca 1px;border-radius:5px;min-height:48px;padding:0 12px}
.hm_guest input{width:100%;font-size:14px;color:#000;border:solid #cacaca 1px;border-radius:5px;min-height:48px;padding:0 12px}
.hm_guest .form-group{margin-bottom:15px}
.hm_guest .selectCabn{position:relative}
.hm_guest .selectCabn label{font-size:14px;margin-bottom:5px;color:#000}
.hm_guest .down_arrow:after{top:45px}
.hm_guest .room-repeat h3{font-size:16px;color:#000;margin-bottom:10px;font-family:'Geist-SemiBold' ,'DroidKufiRegular' !important}
.hm_guest .room-repeat label{font-size:14px;margin-bottom:5px;letter-spacing:0;color:#000}
.hm_guest .htlrooms{margin-top:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #dfdfdf}
.hm_guest {z-index:100;background:#fff;left:0;padding:0;width:100%;color:#2e3738}
.hm_guest .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:400;background-size:contain}
.hm_guest .room-repeat{border-bottom:1px solid #dfdfdf;padding-bottom:0;padding-top:15px}
.hm_guest .room-repeat:first-child{padding-top:0}
.hm_guest .room-repeat ul{display:flex;flex-wrap:wrap;justify-content:space-between}
.hm_guest .room-repeat ul li{margin-bottom:5px;width:48%;position:relative}
.hm_guest .room-repeat p{margin-bottom:5px;font-size:12px}
.hm_guest .plus-plus-button{width:28px;height:28px;color:#fff;padding:0;background-image:url(../images/plus_button.svg)!important;background-size:contain;margin:0;font-size:18px;line-height:17px;border:none}
.hm_guest .plus-minus-button{width:28px;height:28px;color:#fff;padding:0;background-image:url(../images/minus_button.svg)!important;background-size:contain;margin:0;font-size:18px;line-height:17px;border:none}
.hm_guest .room-repeat .psnrs_travel{width:30px;height:28px;text-align:center;line-height:22px;font-size:14px}
.hm_guest .addRoom{background:#D4B83D !important;font-size:14px;color:#000!important;text-decoration:none!important;cursor:pointer;letter-spacing:0;padding: 5px 10px; border-radius: 5px;font-family:'Geist-Regular', 'DroidKufiRegular' !important;}
.hm_guest .removeRoom{background:#D4B83D !important;font-size:14px;color:#000!important;text-decoration:none!important;cursor:pointer;letter-spacing:0;padding: 5px 10px; border-radius: 5px;font-family:'Geist-Regular', 'DroidKufiRegular' !important;}
.hm_guest .psngr_applyBox button{background:#D4B83D;height:52px;text-align:center;color:#000;font-size:14px;border-radius:5px;border:none;font-family:'Geist-SemiBold' ,'DroidKufiRegular' !important}
.down_arrow::before {
    content: '';
    background: url(../images/hmDownArrow.svg);
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 2;
    background-repeat: no-repeat;
}
.tittlefld .down_arrow::before {
    content: '';
    background: url(../images/hmDownArrow.svg);
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    top: 45px;
    right: 10px;
    z-index: 2;
    position: absolute;
    background-repeat: no-repeat;
}
span.starred {
    color: #f00;
    padding-left: 3px;
}



/*Progressive starts*/
.newProgressBar{border:3px solid #D4B83D;border-radius:0px;height:28px;padding:0;margin:15px 0}
.progress-bar{float:left;width:100%;height:100%;font-size:16px;line-height:20px;color:#fff;text-align:center;background-color:#D4B83D;overflow:hidden;}
.progress-bar.active, .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.filterCol{flex:0 0 26%;max-width:26%;padding:0 15px;}
.resultCol{padding-left:15px;flex:0 0 74%;max-width:74%;padding-right:15px;}
@keyframes placeHolderShimmer{0%{background-position:-468px 0}
100%{background-position:468px 0}
}
.animated-background{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);background-size:800px 104px;height:145px;position:relative;width:100%;border-bottom:0;margin-bottom:0px}
.background-masker{background:#fff;position:absolute}
.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom{top:-10px;left:65px;right:0;height:10px}
.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right{top:0;left:65px;height:18px;width:20px}
.background-masker.header-bottom{top:18px;height:12px}
.background-masker.subheader-left, .background-masker.subheader-right{top:18px;height:12px}
.background-masker.header-right, .background-masker.subheader-right, .place_one, .place_two, .place_three, .place_four, .place_five, .place_six{width:auto;left:300px;right:0}
.background-masker.subheader-right{left:230px}
.background-masker.subheader-bottom{top:30px;height:10px}
.background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end{top:40px;left:0;right:0;height:6px}
.background-masker.content-top{height:20px}
.background-masker.content-first-end, .background-masker.content-second-end, .background-masker.content-third-end{width:auto;left:380px;right:0;top:60px;height:8px}
.background-masker.content-second-line{top:68px}
.background-masker.content-second-end{left:420px;top:74px}
.background-masker.content-third-line{top:82px}
.background-masker.content-third-end{left:300px;top:88px}
.place_one{left:0;top:40px;height:16px}
.place_two{left:148px;top:56px;height:15px;width:1%}
.place_three{left:0;top:70px;height:10px}
.place_four{left:0;top:100px;height:10px}
.place_five{left:0;top:133px;height:16px}
.place_six{left:0;top:40px;height:16px}
.resultProgres{text-align:center;width:100%;margin-top:0;margin-bottom:35px;}
.resultProgres h5{font-size:16px;color:#213d49;font-weight:400;}
.progressort{height:50px}
.resultprogresmain .result_block_left{float:left}
.resultprogresmain .result_block_right{float:left}
.result_block_right .timeline-item{background:#fff;padding:12px 0;margin:0 auto;max-width:100%;min-height:150px;margin-bottom:15px}
.resultprogresmain .result_block_left{position:relative;padding-bottom:0;margin-bottom:25px}
.resultprogresmain .result_block_left{float:left}
.result_block_left{width:100%;float:left;min-height:215px;padding:0px;background:#fff;border-radius:15px;}
.timeline-item{background:#fff;padding:10px;margin:0 auto;max-width:100%;min-height:150px;}
.progress{border-radius:5px;height:20px;background-color:#0E1B2E;}

/*Progressive ends*/



/* new loader css */

.loader_wrapper {
    width: 200px;
    height: 60px;
    position: relative;
    z-index: 1;
  }
  .loader_wrapper .circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #5bb1ff;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
  }
  
  @keyframes circle7124 {
    0% {
      top: 60px;
      height: 5px;
      border-radius: 50px 50px 25px 25px;
      transform: scaleX(1.7);
    }
  
    40% {
      height: 20px;
      border-radius: 50%;
      transform: scaleX(1);
    }
  
    100% {
      top: 0%;
    }
  }
  
  .circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
  }
  
  .circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
  }
  
  .shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
  }
  
  @keyframes shadow046 {
    0% {
      transform: scaleX(1.5);
    }
  
    40% {
      transform: scaleX(1);
      opacity: .7;
    }
  
    100% {
      transform: scaleX(.2);
      opacity: .4;
    }
  }
  
  .shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
  }
  
  .shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
  }

  /* new loader css */
  div#sidebar {
    display: none;
}
.hmfixednationality select:focus {
    border: none !important;
    outline: none;
}
header.inner_header {
    height: 100px;
    padding-top: 10px;
    box-shadow: 2px 1px 5px #74747470;
    position: relative;
	background: #fff;
}
form#oneWayTrip {
    padding: 0px;
    margin: 0px;
}
.SideModalnew .psngerBox {
    border: none;
    padding: 0px !important;
    margin: 0px !important;
    box-shadow: none;
    width: auto;
	position: relative;
    top: 0px;
}
.react-datepicker-popper {
    width: auto !important;
    min-width: auto !important;
}
.hm_guest .selectCabn .down_arrow:after {
    display: none;
}
.flpaxBoxmain .form-group {
    position: relative;
}
.agencyList.hmbehalf {
    margin-top: 10px;
    margin-bottom: 10px;
}
.hmprovideLists {
    gap: 20px;
}