/*html start on 16/02/2020 By Dip*/

/*=============== FONDATION START HERE ===============*/
body {
	font-family: 'AirbnbCerealBook','Cairo', sans-serif;
	font-size: 14px;
	line-height: 22px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #2e3738;
	direction:rtl;
}

.anim {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
/*font-face start here*/
@font-face {
    font-family: 'AirbnbCerealBold';
    src: url('../font/AirbnbCerealBold.eot');
    src: url('../font/AirbnbCerealBold.eot') format('embedded-opentype'),
         url('../font/AirbnbCerealBold.woff2') format('woff2'),
         url('../font/AirbnbCerealBold.woff') format('woff'),
         url('../font/AirbnbCerealBold.ttf') format('truetype'),
         url('../font/AirbnbCerealBold.svg#AirbnbCerealBold') format('svg');
}
@font-face {
    font-family: 'AirbnbCerealBook';
    src: url('../font/AirbnbCerealBook.eot');
    src: url('../font/AirbnbCerealBook.eot') format('embedded-opentype'),
         url('../font/AirbnbCerealBook.woff2') format('woff2'),
         url('../font/AirbnbCerealBook.woff') format('woff'),
         url('../font/AirbnbCerealBook.ttf') format('truetype'),
         url('../font/AirbnbCerealBook.svg#AirbnbCerealBook') format('svg');
}
@font-face {
    font-family: 'DroidKufiBold';
    src: url('../font/DroidKufiBold.eot');
    src: url('../font/DroidKufiBold.eot') format('embedded-opentype'), 
    url('../font/DroidKufiBold.woff2') format('woff2'), 
    url('../font/DroidKufiBold.woff') format('woff'), 
    url('../font/DroidKufiBold.ttf') format('truetype'), 
    url('../font/DroidKufiBold.svg#DroidKufiBold') format('svg');
}

@font-face {
    font-family: 'DroidKufiRegular';
    src: url('../font/DroidKufiRegular.eot');
    src: url('../font/DroidKufiRegular.eot') format('embedded-opentype'), 
    url('../font/DroidKufiRegular.woff2') format('woff2'), 
    url('../font/DroidKufiRegular.woff') format('woff'), 
    url('../font/DroidKufiRegular.ttf') format('truetype'), 
    url('../font/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}
/* Typography CSS Ends */

b, strong {
	font-family:'AirbnbCerealBold','Cairo', Arial, Helvetica, sans-serif;
	font-weight:700;
}
p {
	font-family:'AirbnbCerealBook','Cairo', Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration:none;
}
input:focus { 
	outline:0; 
	box-shadow:none;
}
.error {
    color: #f9193e;
	font-size:13px;
}
.dir-ltr{
	direction:ltr;
}
/*=============== FONDATION END HERE ===============*/







/*=============== HEADER STYLE START HERE ===============*/
.header {
	width:100%;
	position:fixed;
	z-index:100;
	background:#FFF;
}
.headerTopDark {
	background:#2e3738;
	color:#6e8689;
	height:54px;
	transition:all ease .3s; 
}
.left_social {
	height:54px;
}
.left_social a, .left_social a:hover {
	color:#6e8689;
	margin-left:15px;
	text-decoration:none;
}
.left_social i {
	margin-left:5px;
}
.facebookIco {
	width:21px;
	height:24px;
	background:url(../images/faceBook.png) no-repeat 50% 50%;
}
.linkdinIco {
	width:21px;
	height:18px;
	background:url(../images/linkdin.png) no-repeat 50% 50%;
}
.instaIco {
	width:21px;
	height:24px;
	background:url(../images/insta.png) no-repeat 50% 50%;
}
.tollFree {
	height:54px;
	line-height:54px;
}
.tollFree span {
	color:#f79439;
}
.headerBottom {
	width:100%;
	background:rgba(255, 255, 255, .8);
	position:relative;
}
/*----Property Nav Start Here----*/
.propertyNav {
	padding:0px 0px 0px 20px;
}
.propertyNav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.propertyNav ul li {
	padding:0px 12px;
	font-size:18px;
}
.propertyNav a {
	height:90px;
	margin:0px 5px;
	font-size:18px;
	color:#2e3738;
	text-decoration:none;
}
.propertyNav a.logo {
	margin-left:15px;
}
.propertyNav a.active {
	border-bottom:solid 2px #FF6600;
}
/*----Property Nav End Here----*/
.homeBanner {
	width:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	padding:250px 0px 150px;
}
.right_menu {
	/*width:100%;*/
}
.right_menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.right_menu ul li {
	font-size:17px;
	text-transform:uppercase;
	line-height:90px;
	padding:0px 15px;
}
.right_menu ul li a {
	font-size:17px;
	text-transform:uppercase;
	color:#2e3738;
	text-decoration:none;
}
.currencySelect, .currencySelect:hover, .currencySelect:focus {
	border:none;
	outline:none;
}
.right_menu ul li .currencyDropdown a {
	line-height:22px;
	font-size:14px;
	height:40px;
	padding:5px 20px;
	text-transform:capitalize;
}
	
.homeStick {
	position:fixed;
	padding:0px 0px 0px !important;
	background:#fff;
box-shadow: 0px 0 6px rgba(0, 0, 0, .2);
}


.login_tab_wrap .modal-body {
	padding: 10px;
}
.login_tab_wrap .modal-dialog {
	max-width: 600px;
}
.login_tab_wrap .nav-tabs {
	position: relative;
	border: none;
	background-color: #2e3738;
	border-radius: 0;
}
.login_tab_wrap .nav-tabs li {
	margin: 0px;
}
.login_tab_wrap .nav-tabs li a {
	position: relative;
	margin-left: 0px;
	padding: 20px 40px;
	font-size: 19px;
	border: none;
	color: #ffffff;
	border-radius: 0;
}
.login_tab_wrap .nav-tabs a:hover {
	background-color: #f79439;
	border: none;
	color: #FFF;
	border-radius: 0;
}
.login_tab_wrap .nav-tabs .active {
	background-color: transparent;
	border: none;
	color: #FFF;
	background: #f79439;
	font-weight: normal;
	position: relative;
	font-size: 19px;
	border: 0 !important;
}
.login_tab_wrap .nav-tabs .active:before {
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid #f79439;
	font-size: 0;
	line-height: 0;
	position: absolute;
	content: "";
	right: 50%;
	bottom: -15px;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}
.login_tab_wrap .tab-content {
	display: block;
	padding: 30px 20px;
}
.log_cont_wrap h4 {
	font-size: 24px;
	color: #485467;
}
.log_cont_wrap .new_acc {
	background: #f79439;
	font-size: 14px;
	color: #FFF;
	padding: 6px 15px;
	border-radius: 50px;
	text-decoration:none;
}
.log_cont_wrap .new_acc:hover {
	color: #ffffff;
	background: #485467;
}
.log_cont_wrap .form-control, .log_cont_wrap .form-control:hover, .log_cont_wrap .form-control:focus {
	border: 0;
	font-size: 17px;
	padding: 0;
	border-bottom: 2px solid #c8d0d3;
	border-radius:0px;
	outline:none;
	box-shadow:none;
}
.log_cont_wrap .SearchBtn {
	text-transform: none;
	font-size: 24px;
	padding: 15px 25px;
	margin: 0;
	width: 50%;
	background:#0e9fa9;
	border:none;
	border-radius:5px;
	color:#FFF;
}
.log_cont_wrap .forg_pass {
	color: #485467;
}
.log_cont_wrap .forg_pass:hover {
	color: #f79439;
}
.log_cont_wrap .social_btn_log {
	border: 1px solid #3b589a;
	border-radius:6px;
}
.log_cont_wrap .social_btn_log a {
	width: 50%;
	padding: 20px;
	color: #485467;
}
.log_cont_wrap .social_btn_log .facebook_btn_log {
	background: #3b589a;
	color: #ffffff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-top-right: 5px;
	-moz-border-radius-bottom-right: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.log_cont_wrap .social_btn_log a img {
	width: 27px;
	margin-left: 10px;
}
.log_cont_wrap .phone_num .hasDownArrow {
	border-left: 2px solid #c8d0d3;
}
.log_cont_wrap .phone_num input {
	padding-right: 10px;
}
.form-group.phone_num .hasDownArrow {
	width: 35%;
}
.form-group.phone_num input, .form-group.phone_num input:hover, .form-group.phone_num input:focus {
	width: 65%;
	padding-right:15px;
}
.homeStick .headerTopDark {
	margin-top:-54px;
}
.homeStick .propertyNav a {
	height:60px;
	font-size:17px;
}
.homeStick .right_menu ul li {
    line-height: 60px;
}
/*=============== HEADER STYLE END HERE ===============*/







/*=============== SEARCH BOX STYLE START HERE ===============*/
.searchBox {
	width:100%;
}
.tripRadioArea {
	margin-bottom:15px;
}
.searchBoxInner {
	position:relative;
}
.tripRadioArea [type="radio"]:checked,
.tripRadioArea [type="radio"]:not(:checked) {
    position: absolute;
    right: -9999px;
}
.tripRadioArea [type="radio"]:checked + label,
.tripRadioArea [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-right: 23px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #FFF;
}
.tripRadioArea [type="radio"]:checked + label:before,
.tripRadioArea [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #FFF;
    border-radius: 100%;
    background: none;
}
.tripRadioArea [type="radio"]:checked + label:after,
.tripRadioArea [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #d52b47;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	border:solid 5px #FFF;
}
.tripRadioArea [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.tripRadioArea [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radioCols {
	padding-left:15px;
	color:#FFF;
	white-space:nowrap;
}
.radioCols:last-child {
	padding-left:0px;
}
.search_bottom {
	width:100%;
	background:#FFF;
	border-radius:10px;
}
.serch_col_01 {
	width:40%;
	position:relative;
}
.h-serch_col_01 {
	width:25%;
}
.nationalityInput {
	width:100%;
	position:relative;
	
}
.nationalityInput:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    right: 0px;
    top: 20%;
    background: #e0e0e0;
}
.serch_col_02 {
	width:32%;
}
.serch_col_03 {
	width:18%;
}
.hotelSearch .serch_col_03 {
    width: 15%;
}
.hotelSearch .nationality{
	width:19%;
}
.serch_col_04 {
	width: 10%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 84px;
}
.placesearch {
	padding:20px;
	margin:0px;
	width:100%;
}
.placesearch input, .placesearch input:focus {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
	outline:none;
	box-shadow:none;
}
.search_bottom p {
	margin:0px;
	padding:0px;
	font-size:16px;
	text-transform:uppercase;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.input_place_box {
	width:50%;
	position:relative;
}
.h-input_place_box {
	width:100%;
	position:relative;
}
.h-input_place_box:after {
	position:absolute;
	content:"";
	width:1px;
	height:60%;
	left:0px;
	top:20%;
	background:#e0e0e0;
}
.input_place_box:after {
	position:absolute;
	content:"";
	width:1px;
	height:60%;
	left:0px;
	top:20%;
	background:#e0e0e0;
}
.swap_place_btn {
	position:absolute;
	content:"";
	width:26px;
	height:26px;
	right:50%;
	top:50%;
	background:url(../images/place_Divider.png) no-repeat 50% 50%;
	margin-top:-13px;
	margin-right:-13px;
	z-index:1;
	cursor:pointer;
}

.input_place_box:last-child:after, .input_place_box:last-child:before {
	display:none;
}
.mobBtnToggle {
	display:none;
	width:42px;
	height:42px;
	background:url(../images/toggleBtn.png) no-repeat 50% 50%;
	border:none;
	box-shadow:none;
	outline:none;
	margin-top:20px;
}
.input_Date_box {
	width:50%;
	position:relative;
}
.dateInput {
	width:100%;
	padding:20px;
}
.calendarIco:after {
	content:"";
	position:absolute;
	width:25px;
	height:25px;
	background-image:url(../images/calendar_ico.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	left:10px;
	top:18px;
}
.input_Date_box:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    left: 0px;
    top: 20%;
    background: #e0e0e0;
}
.input_Traveller_box {
	width:100%;
	position:relative;
}
.TravellerInput {
	width:100%;
	padding:20px;
}
.searchBtn, .searchBtn:hover, .searchBtn:focus {
	border:none;
	border-radius:5px;
	background-color:#0e9fa9;
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:100%;
	height:100%;
	cursor:pointer;
	outline:none;
	box-shadow:none;
	transform:scaleX(-1);
}
.submitBtn_box {
	width:100%;
	padding:9px;
	display:flex;
	justify-content: center;
    align-items: center;
}
.PassngerBox {
	margin-top: 3px;
    position: absolute;
    z-index: 22;
    background: #ffffff;
    right: 0;
    top: 100%;
    padding: 15px;
    width: 270px;
    color: #2e3738;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.PassngerBox h4 {
	font-size: 16px;
	color: #2e3738;
	margin-bottom: 15px;
}
 .PassngerBox .close-box {
	position: absolute;
	font-size: 12px;
	left: 4px;
	color: #FFF;
	background: #0e9fa9;
	padding: 7px;
	border-radius: 50%;
	top: 4px;
	opacity: 1;
	text-shadow: none;
	width: 32px;
	height: 32px;
	line-height: 16px;
	border: 1px solid #0e9fa9;
	text-align:center
}
.modifySearch .plus-minus-button {
	border: 1px solid #213d49;
	background: #213d49;
	color: #f8e622;
	margin: 20px 2px 0;
}
.PassngerBox .plus-minus-button {
	width: 30px;
	height: 30px;
	color: #0e9fa9;
	padding: 0;
	border: 1px solid #0e9fa9;
	background: none;
	margin: 0;
}
.PassngerBox .plus-minus-button:hover {
	background: #0e9fa9;
	color: #FFF;
	border: 1px solid #0e9fa9;
}
.traveller_rows {
	padding:10px 0px;
	border-bottom:solid 1px #e0e0e0;
}
.psnrcount {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
}
.travelersLHalf p {
	font-size:14px;
	text-transform:capitalize;
}
.travelersLHalf p span {
	font-size: 12px;
	opacity: .8;
	display: block;
}
.passengerBox-cabin {
	padding-top: 10px;
}
.passengerBox-footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
}
.passengerBox-footer .td-Button {
	padding: 10px;
	border: 0;
	background:#0e9fa9;
	color:#FFF;
	border-radius:5px;
}
.disabledInput {
	opacity:.5;
	cursor:not-allowed;
	pointer-events: none;
}
.travellerSelectBox {
	position:absolute;
	width:100%;
	background:#FFF;
	right:0px;
	top:100%;
	border:solid 1px #ccc;
}
.td-Button {
	width:100%;
}
.cabinSelect {
	width:100%;
	height:35px;
	border:solid 1px #ccc;
	margin-bottom:15px;
	border-radius:5px;
}
.AdvancedSearchArea {
	width:100%;
	border-top:solid 1px #ccc;
}
.adv_Col {
	padding:20px;
	width:30%;
	display: inline-block;
	position: relative;
}
.pref_airlines {
	height:40px;
	border:none;
	border-bottom:solid 1px #ccc;
	width:100%;
	border-radius:0;
}
.directFCheck [type="checkbox"]:checked,
.directFCheck [type="checkbox"]:not(:checked) {
    position: absolute;
    right: -9999px;
}
.directFCheck [type="checkbox"]:checked + label,
.directFCheck [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-right: 34px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    color: #2e3738;
	font-weight:normal;
}
.directFCheck [type="checkbox"]:checked + label:before,
.directFCheck [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #CCC;
    border-radius: 0px;
    background: none;
}
.directFCheck [type="checkbox"]:checked + label:after,
.directFCheck [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #d52b47;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	border:solid 5px #ccc;
}
.directFCheck [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.directFCheck [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.advancedSearchToggle {
	width:100%;
	display:none;
}
.moreOptArea {
	position:absolute;
	width:20%;
	top:100%;
	left:0px;
	text-align:left;
	color:#FFF;
	padding:5px 0px;
}
.moreOptArea .moreOptBtn {
	color:#FFF;
	cursor:pointer;
	display:inline-block;
}
.recent_Search {
	position:absolute;
	width:80%;
	right:0px;
	top:100%;
	padding:15px 0px;
}
.recent_Search p {
	font-size:17px;
	color:#FFF;
	text-transform:capitalize;
}
.recent_Search .recen_sear_item {
	padding:5px 10px;
	background:#FFF;
	border-radius:4px;
	margin-left:5px;
	margin-bottom:5px;
	font-size:12px;
	text-transform:uppercase;
	color:#2e3738;
	cursor: pointer;
	text-decoration:none;
	display: inline-block;
}
.recent_Search .recen_sear_item_ins {
	padding:5px 10px;
	background:#FFF;
	border-radius:4px;
	margin-left:5px;
	margin-bottom:5px;
	font-size:12px;
	text-transform:uppercase;
	color:#2e3738;
	cursor: pointer;
	text-decoration:none;
	display: inline-block;
}
.recent_Search a.recen_sear_item_ins p{margin:0 !important; color: #2e3738 !important; text-align: right; direction: ltr;}
.recent_Search a.recen_sear_item p{margin:0 !important; color: #2e3738 !important; text-align: right; direction: ltr;}
.multiTripRow {
	width:100%;
}
.multiTripRow .serch_col_01 {
	width:60%;
}
.multiTripRow .serch_col_02 {
	width:40%;
}
.multiTripRow .serch_col_02 .input_Date_box {
	width:50%;
}
.multiCitysearch .serch_col_03 {
    width: 30%;
}
.multiCitysearch .serch_col_04 {
    top: auto;
	bottom:0px;
    height: 80px;
}
.multiCitysearch .tripMinusBtn {
	width:40px;
	height:40px;
	background:#f79439;
	color:#FFF;
	cursor:pointer;
	border:none;
	border-radius:5px;
	margin-right:15px;
	outline:none;
	font-size:26px;
	margin-top:20px;
}
.multiCitysearch .tripPlusBtn {
	width:40px;
	height:40px;
	background:#0e9fa9;
	color:#FFF;
	cursor:pointer;
	border:none;
	border-radius:5px;
	margin-right:15px;
	outline:none;
	font-size:26px;
	margin-top:20px;
}
.room-repeat h3 {
	font-size: 15px;
	margin-bottom: 5px;
}
.room-repeat p {
	margin-bottom: 0;
	margin-bottom: 5px;
	font-size: 12px;
}
.room-repeat ul li {
	margin-bottom: 10px;
	margin-left: 3px;
}
.room-repeat {
	border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.removeRoom, .removeRoom:hover, .removeRoom:focus{
	color:#f79439 !important;
	text-decoration:none !important;
}
.addRoom, .addRoom:hover, .addRoom:focus {
	color:#0e9fa9 !important;
	text-decoration:none !important;
}

/*=============== SEARCH BOX STYLE END HERE ===============*/
.bannerBottom {
	margin:128px 0px 0px;
}
.bannerBottom .banner_capt {
	font-size:50px;
	text-transform:uppercase;
	color:#FFF;
	line-height:40px;
}
.bannerBottom .banner_capt small {
	font-size:36px;
}
.offerCarrou {
	width:270px;
}
.offerCarrou .owl-dots {
	position:absolute;
	left:100%;
	top:0px;
	margin-left:10px;
}
.offerCarrou .owl-dots .owl-dot {
	width:12px;
	height:12px;
	border-radius:50%;
	background:#FFF;
}
.offerCarrou .owl-dots .active {
	background:#f79439;
}

/*=============== CENTER STYLE START HERE ===============*/
.centerArea {
	width:100%;
	padding:60px 0px 0px;
}
.cheapFlightSection {
	width:100%;
	margin-bottom:50px;
	direction:ltr;
}
.title01 {
	font-size:44px;
	text-align:right;
}
.ch_f_carrousel {
	margin-top:30px;
}
.cheap_flightBox {
	width:100%;
	border:solid 1px #ccc;
	border-radius:10px;
	padding:20px;
	position:relative;
	box-shadow:1px 1px 10px rgba(0, 0, 0, .08);
	direction:rtl;
}
.cheap_flightBox:after {
	content:"";
	position:absolute;
	width:3px;
	height:46px;
	background:red;
	right:-1px;
	top:33px;
}
.desti {
	font-size:16px;
	margin-bottom:0px;
	margin-top:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.desti_Round {
	display:inline-block;
	width:24px;
	height:12px;
	background:url(../images/roundTrip_ico.png) no-repeat 50% 50%;
	transform:scaleX(-1);
}
.desti_Oneway {
	display:inline-block;
	width:24px;
	height:12px;
	background:url(../images/onewayTrip_ico.png) no-repeat 50% 50%;
	transform:scaleX(-1);
}
.bottom_price {
	width:100%;
	padding:15px 0px 0px;
}
.price span {
	color:#2e3738;
	display:inline-block;
}
.price {
	font-size:18px;
	color:#0e9fa9;
	line-height:30px;
}
.bottom_price .rightArrow {
	width:41px;
	height:29px;
	background:url(../images/right_arrow.png) no-repeat 50% 50%;
	transform:scaleX(-1);
}
.ch_f_carrousel .owl-nav {
	position:absolute;
	left:0px;
	bottom:100%;
	margin-bottom:20px;
}
.owl-nav span {
	display:none;
}
.ch_f_carrousel .owl-nav .owl-prev, .ch_f_carrousel .owl-nav .owl-prev:hover, .ch_f_carrousel .owl-nav .owl-prev:focus {
	width:48px;
	height:48px;
	background:url(../images/carouse_leftArrow.png) no-repeat 50% 50% !important;
	cursor:pointer;
	margin-right:10px;
	outline:none;
	box-shadow:none;
}
.ch_f_carrousel .owl-nav .owl-next, .ch_f_carrousel .owl-nav .owl-next:hover, .ch_f_carrousel .owl-nav .owl-next:focus {
	width:48px;
	height:48px;
	background:url(../images/carouse_rightArrow.png) no-repeat 50% 50% !important;
	cursor:pointer;
	margin-right:10px;
	outline:none;
	box-shadow:none;
}
.popularplace_booking {
	width:100%;
	margin-bottom:80px;
}
.mstPopularCrousel {
	width:100%;
}
.mstPackageCrousel {
	width:100%;
}
.mstPopularItem {
	width:100%;
	border-radius:15px;
	overflow:hidden;
	position:relative;
	box-shadow:1px 1px 10px rgba(0, 0, 0, .08);
}

.destiName_price {
	position:absolute;
	width:100%;
	height:100%;
	padding:25px;
	background:url(../images/darkTransperant.png) no-repeat center bottom;
	right:0px;
	bottom:0px;
	background-size:contain;
}
.destiName_price h3 {
	font-size:22px;
	color:#FFF;
	margin-bottom:0px;
	width:100%;
}
.destiName_price h4 {
	font-size:16px;
	color:#FFF;
	margin-bottom:0px;
	width:100%;
}
.destiName_price h4 span {
	color:#0faeb9;
}
.destiNameBottom {
	width:100%;
}
.destiNameBottom span {
	color:#FFF;
}
.DestiAmount {
	display:none;
	margin-top:25px;
}
.starRating {
	display:inline-block;
	width:73px;
	height:12px;
	background:url(../images/star_icon.png) no-repeat right top;
}
.starRating.fiveStar {
	width:73px;
}
.starRating.fourStar {
	width:59px;
}
.starRating.threeStar {
	width:44px;
}
.starRating.twoStar {
	width:29px;
}
.starRating.oneStar {
	width:13px;
}
.mstPopularCrousel .owl-nav {
	position:absolute;
	right:100%;
	bottom:30px;
}
.mstPopularCrousel .owl-nav {
	position:absolute;
	right:100%;
	bottom:30px;
	width:200px;
	margin-right:20px;
}
.mstPopularCrousel .owl-nav .owl-prev, .mstPopularCrousel .owl-nav .owl-prev:hover, .mstPopularCrousel .owl-nav .owl-prev:focus {
	width:48px;
	height:48px;
	background:url(../images/carouse_leftArrow.png) no-repeat 50% 50% !important;
	cursor:pointer;
	margin-right:10px;
	outline:none;
	box-shadow:none;
}
.mstPopularCrousel .owl-nav .owl-next, .mstPopularCrousel .owl-nav .owl-next:hover, .mstPopularCrousel .owl-nav .owl-next:focus {
	width:48px;
	height:48px;
	background:url(../images/carouse_rightArrow.png) no-repeat 50% 50% !important;
	cursor:pointer;
	margin-right:10px;
	outline:none;
	box-shadow:none;
}

.mstPackageCrousel .owl-nav {
	position:absolute;
	left:100%;
	bottom:30px;
	width:200px;
	margin-left:94px;
}
.mstPackageCrousel .owl-nav .owl-prev, .mstPackageCrousel .owl-nav .owl-prev:hover, .mstPackageCrousel .owl-nav .owl-prev:focus {
	width:48px;
	height:48px;
	background:url(../images/carouse_leftArrow.png) no-repeat 50% 50% !important;
	cursor:pointer;
	margin-right:10px;
	outline:none;
	box-shadow:none;
}
.mstPackageCrousel .owl-nav .owl-next, .mstPackageCrousel .owl-nav .owl-next:hover, .mstPackageCrousel .owl-nav .owl-next:focus {
	width:48px;
	height:48px;
	background:url(../images/carouse_rightArrow.png) no-repeat 50% 50% !important;
	cursor:pointer;
	margin-right:10px;
	outline:none;
	box-shadow:none;
}
.whyOth {
	width:100%;
	min-height:750px;
	background:url(../images/whyOthBg_ar.png) no-repeat left top;
	background-size:contain;
	margin-bottom:50px;
}
.whyContent {
	width:40%;
}
.orange-color {
	color:#f79439;
}
.green-color {
	color:#0e9fa9;
}
.why_inner {
	width: 100%;
    border-radius: 20px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    padding: 30px;
    background: #fff;
    margin-top: 20px;
}
.why_inner .whyRows {
	width:100%;
	border-bottom:solid 1px #ccc;
	padding:15px 0px 0px;
}
.why_inner .whyRows:last-child {
	border-bottom:none;
}
.why_inner .whyIcon {
	width:65px;
	height:65px;
}
.why_inner .whytxt {
	padding-right:15px;
}
.why_inner .whytxt h3 {
	font-size:20px;
}
.bottonSubscribe {
	width:100%;
	min-height:450px;
	background:url(../images/bottomSubscribeBg.jpg) no-repeat center bottom;
	padding:30px 0px;
}
.subscribeInner {
	width:100%;
}
.subscribeArea {
	width:60%;
}
.subscribeArea h2 {
	text-align:center;
}
.subscribeForm {
	width:100%;
	margin:30px 0px;
	height:99px;
	border:solid 1px #ccc;
	background:#FFF;
	border-radius:20px;
	position:relative;
	overflow: hidden;
}
.subscribeForm input, .subscribeForm input:focus {
	width:100%;
	height:98px;
	border:none;
	background:none;
	padding-right:25px;
	font-size:18px;
	outline:none;
	padding-left: 96px;
}
.subscribeForm .sbscribeSubmitBtn {
	position:absolute;
	left:10px;
	top:9px;
	z-index:10;
	height:78px;
	width:78px;
	border:none;
	border-radius:10px;
	background:#0e9fa9 url(../images/right_arrow.png) no-repeat 50% 50%;
	transform:scaleX(-1);
}

.appStoreArea {
	width:100%;
	padding:40px 0px;
	background:#e8ecf0;
}
.appStoreArea a {
	margin:0px 5px;
}

/*=============== CENTER STYLE END HERE ===============*/
.clearBtn{
    position: absolute;
    left: 18px;
    bottom: 27px;
    font-size: 12px;
    width: 20px;
    text-align: center;
    height: 20px;
    cursor: pointer;
    background: #0e9fa9;
    line-height: 21px;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.clearBtn:hover{ color:#fff;}

.PassngerBox .ui-datepicker { box-shadow:none; padding:0; border:0;}

/*------Insurance style----------------*/
.insurance__search .placesearch label{
	height:100%;
}
.insurance__search .placesearch input{
    border: none;
    background: none;
    padding: 11px 0;
	color:#2e3738;
	font-size:18px;
	font-family: 'Cairo', 'AirbnbCerealBook';
	text-transform:uppercase;
}
.PassngerBox .tripRadioArea [type="radio"]:checked + label,.PassngerBox  .tripRadioArea [type="radio"]:not(:checked) + label{
	color:#2e3738;
	margin-left: 7px;
	margin-bottom:0;
}
.PassngerBox .tripRadioArea [type="radio"]:not(:checked) + label:before, .PassngerBox .tripRadioArea [type="radio"]:checked + label:before{
	border:1px solid #ccc;
}
.PassngerBox .tripRadioArea [type="radio"]:checked + label:after, .PassngerBox .tripRadioArea [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #d52b47;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
}





/*=============== FOOTER STYLE START HERE ===============*/
.footer {
	width:100%;
	background:#2e3738;
}
.footer_top {
	width:100%;
	border-bottom:solid 1px #3f4b4d;
	padding:30px 0px 18px;
}
.foot_links {
	list-style:none;
	margin:0px;
}
.foot_links li {
	padding:5px 15px;
	color:#6e8689;
}
.foot_links2 li {
	padding:2px 0px 2px 15px;
	color:#6e8689;
}
.foot_links li a {
	color:#6e8689;
	text-decoration:none;
}
.foot_links li a:hover {
	color:#FFF;
}
.footCenter {
	width:100%;
	padding:30px 0px;
}
.footCenter h4 {
	font-size:17px;
	color:#FFF;
	margin-bottom:20px;
}
.footer_bottom {
	width:100%;
	padding:20px 0px 20px;
	color:#6e8689;
}
.copyRightArea {
	padding:10px 0px;
}
.iconslist {
	width:65px;
	height:40px;
	background:#fff;
	border-radius:5px;
	margin-left:5px;
}
.iataNumber	{
	padding:10px 15px;	
}
.iataNumber img	{
	margin-left:15px;	
}
/*=============== FOOTER STYLE END HERE ===============*/
/* Shamini Styling */
.details_all{float:right;display:inline-block;padding:8px 10px;background:#EFEFEF;color:#000;margin:0 5px 5px 0;border:1px solid #b7b7b7;border-radius:0px;}
 .login_tab_wrap .modal-dialog.widAdj {max-width: 456px;}
 .full_over2{background-color:rgba(0,0,0,0.7);box-sizing:border-box;height:100%;right:0;padding:0;position:fixed;text-align:center;top:0;width:100%;z-index:99999;;}
.boxWH{width:100%; height:100%;}
.centerBox{background:#fff;text-align:center; border:4px solid #0e9fa9; padding:15px 30px; border-radius:10px;}
.centerBox .cntrImg img{width:80px; height:80px;}
.centerBox h3{color:#0e9fa9;font-size:25px;line-height:20px;margin:10px 0 10px 0; font-weight:700; letter-spacing:1px;}
.centerBox p{margin:0 0 5px 0; font-size:15px;}
a.sessionOutBtn{background: #f79439; color: #FFF; font-size: 17px; border: 0; padding: 10px 20px; display: inline-block; text-align: center; transition: all .5s; cursor: pointer; margin-top: 5px; border-radius: 5px; height: 45px; text-transform: uppercase;}
a.sessionOutBtn:hover{color:#fff; text-decoration:none;}

.spinnerH{height:120px; margin-bottom:5px;}
.db-spinner{width:75px;height:75px;border-radius:50%;background-color:transparent;border:4px solid transparent;border-top-color:#0e9fa9;border-bottom-color:#0e9fa9;-webkit-animation:1s spin linear infinite;animation:1s spin linear infinite;}
.db-spinner2{width:25px;height:25px;border-radius:50%;background-color:transparent;border:2px solid transparent;border-top-color:#0e9fa9;border-bottom-color:#0e9fa9;-webkit-animation:1s spin linear infinite;animation:1s spin linear infinite;}
@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
-webkit-@keyframes spin{-webkit-from{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}
 -webkit-to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}

.dbNone{display: none !important;}

/* Support */
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}
.subscribeForm div.db-spinner2{position: absolute !important;top: 35px !important;left: 30px !important;}
a,a:hover,button{cursor: pointer !important;}
/* Support ends */


/* Shamini Styling */


.centerArea .owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}


.closeBtn {width: 35px;height: 35px;position: absolute; top: 4px; left: 4px;z-index: 99;}
.closeBtn2 {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 99;
}

.googleReviews {
	margin-bottom: 30px;
}
.googleReviews h2 {
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'AirbnbCerealBold';
}

.googleRevCaro .revImg {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #e8ecf0;
	margin: auto;
	margin-bottom: 10px;
}
.googleRevCaro .revCont {
	padding: 0 18px;
}
.googleRevCaro .revCont p {
	margin: 4px 0 10px;
}
.googleRevCaro .revCont span {
	font-family: 'AirbnbCerealBold';
}
.googleRevCaro .revCont i {
	font-style: normal;
	opacity: 0.7;
}

.googleReviews .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.googleReviews .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0,0,0,0.2);
  margin: 0 3px;
}
.googleReviews .owl-dots button.owl-dot.active {
  background-color: #f79439;
}
.googleReviews .owl-dots button.owl-dot:focus {
  outline: none;
}
.txtWhte{color: #fff !important;}

/*=============== RESPONSIVE STYLE START HERE ===============*/
@media screen and (max-width:1400px){
.propertyNav ul li {
    padding: 0px 5px;
	font-size:15px;
}
.propertyNav ul li a {
    font-size: 15px;
}
.right_menu ul li {
    font-size: 15px;
    padding: 0px 8px;
}
.right_menu ul li a {
    font-size: 15px;
}
}
@media screen and (max-width:1200px){
.serch_col_01 {
    width: 100%;
}
.serch_col_02 ,.hotelSearch .nationality, .hotelSearch .serch_col_03{
    width: 50%;
}
.serch_col_03 {
    width: 50%;
}
.serch_col_04 {
    width: 15%;
    position: absolute;
    left: 0px;
	top:auto;
    bottom: 0px;
    height: 84px;
}
.adv_Col {
    width:45%;
    display: inline-block;
}
.h-serch_col_01 {
    width: 50%;
}
}
@media screen and (max-width:1024px){
.right_menu {
    display:none;
    position: absolute;
    width: 100%;
    max-width: 250px;
    text-align: left;
    left: 0px;
    top: 100%;
    background: #FFF;
	border:solid 1px #ccc;
	box-shadow:-2px 3px 10px rgba(0, 0, 0, .1);
	z-index: 9;
}
.mobBtnToggle, .mobBtnToggle:hover, .mobBtnToggle:focus {
	display:block;
	position:absolute;
	left:20px;
	top:20px;
	border:none;
	outline:none;
	margin:0px;
}
.right_menu ul {
	padding:20px;
}
.right_menu ul li {
	width:100%;
	height:50px;
	line-height:45px;
}
.title01 {
    font-size: 40px;
}
}
@media screen and (max-width:991px){
.whyContent {
	width:80%;
}	
}
@media screen and (max-width:767px){
	.from_date .PassngerBox{
		right:0;
		left:auto;
	}
	.to_date .PassngerBox{
		left:0;
		right:auto;
	}
	.multi_fromdate .PassngerBox{
		left:0;
		right:auto;
}
	.adv_Col {width: 100%;}
.propertyNavLinks {
	width:100%;
	border-top:solid 1px #ccc;
}
.propertyNav {
    padding: 0px;
	width:100%;
}
.propertyNav ul.propertyNavLinks {
    height: 60px;
}
.propertyNav .propertyNavLinks a {
    height: 60px;
}
.serch_col_01 {
    width: 100%;
}
.serch_col_02 {
    width: 100%;
}
.serch_col_03 {
    width: 100% !important;
}
.serch_col_04 {
    width: 100%;
    position: relative;
    left: 0px;
    top: auto;
    bottom: 0px;
    height: 84px;
}
.submitBtn_box {
	height:80px;
}
.input_Date_box:last-child:after {
	display:none;
}
.multiTripRow .serch_col_01 {
    width: 100%;
}
.multiTripRow .serch_col_02 {
    width:100%;
}
.multiTripRow {
	border-bottom:solid 1px #ccc;
}
.multiCitysearch .serch_col_03 {
    width: 100%;
}
.bannerBottom .banner_capt {
	width:100%;
}
.offerCarrou {
	margin-right:25px;
}
.mstPopularCrousel .owl-nav {
	position:relative;
	right:0px;
	bottom:-30px;
	width:200px;
	margin-right:0px;
}
.owl-nav {
	display:none !important;
	/*position:relative;
	right:0px;
	bottom:-30px;
	width:200px;
	margin-right:0px;*/
}
.mstPopularCrousel {
	margin-bottom:50px;
}
.mstPackageCrousel {
	margin-bottom:50px;
}
.whyContent {
	width:70%;
}
.whyOth {
	min-height:300px;
	background:none;
}
.whyContent {
	width:100%;
}
.subscribeArea, .appStoreArea {
	width:100%;
}
.foot_logo {
	margin-bottom:20px;
}
.title01 {
    font-size: 38px;
}
.popularplace_booking {
    margin-bottom: 10px;
}
.subscribeForm {
    height: 70px;
}
.subscribeForm .sbscribeSubmitBtn {
    height: 50px;
    width: 50px;
}
.subscribeForm input {
    height: 69px;
}
.h-serch_col_01 {
    width: 100%;
}
.h-input_place_box:after {
	display:none;
}
.recent_Search {
	width:100%;
	position:static;
	margin-top:35px;
	margin-right:-15px;
	margin-left:-15px;
}
.moreOptArea{
	width:100%;
}
.bannerBottom{
	margin-top:20px;
	display:none !important;
}.bannerBottom .banner_capt {
    font-size: 36px;
	line-height: 34px;
}
.bannerBottom .banner_capt small {
    font-size: 24px;
}
.header{
	position:static;
}
.homeBanner {
    padding: 100px 0px 150px;
}
.propertyNav ul li {padding: 0px 5px;font-size: 14px;}
.propertyNav a{font-size:13px;}
.right_menu ul li {border-bottom: 1px solid #e6e6e6;}
.directFCheck [type="checkbox"]:checked + label,
.directFCheck [type="checkbox"]:not(:checked) + label{font-size:12px;}
.appStoreArea  h4 {font-size: 20px; padding-bottom: 10px;}
}
@media screen and (max-width:600px){
.login_tab_wrap .modal-body {
	    padding: 5px;
	}
	.login_tab_wrap .nav-tabs .active:before {
		border-right: 12px solid transparent;
	    border-left: 12px solid transparent;
        bottom: -12px;
	}
	.login_tab_wrap .nav-tabs li a {
	    padding: 10px;
	}
	.log_cont_wrap h4 {
		font-size: 22px;
	}
	.log_cont_wrap .form-control {
		font-size: 15px;
	}
	.log_cont_wrap .SearchBtn {
	    font-size: 18px;
    	padding: 12px 20px;
	}
	.log_cont_wrap .social_btn_log a {
		padding: 10px 20px;
	}
	.log_cont_wrap .social_btn_log a span {
		display: none;
	}
	.log_cont_wrap .social_btn_log a img {
		width: 30px;
	}
}
@media screen and (max-width:500px){
	.input_place_box {
	    width: 100%;
	}
	.input_place_box:before {
	    left: 50%;
	    top: 100%;
	    margin-top: -13px;
	    margin-left: -13px;
		transform: rotateZ(90deg);
	}
	.input_place_box:after {
	    width: 90%;
	    height: 1px;
	    left: 5%;
	    top: 100%;
	}

	.title01 {
	    font-size: 25px;
	}	
	.right_menu{ min-width:100%;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .1);   
		 border: 0;
	    border-top: 1px solid #e0e0e0;
	}
	.swap_place_btn{ transform: rotate(90deg);}
	.why_inner .whytxt h3 {
	    font-size: 15px;
	}
	.recent_Search .recen_sear_item{display: inline-block;}
	.recent_Search .recen_sear_item_ins{display: inline-block;}
	.ui-autocomplete{max-width: 300px;}
}
@media screen and (max-width:380px){
	.radioCols {
	    font-size: 12px;
	}
	.propertyNav .propertyNavLinks a {
	    font-size: 14px;
		margin:0;
	}
	.calendarIco:after {
	    width: 19px;
	    height: 20px;
	    left: 10px;
	    bottom: 20px;
		top:auto;
	}
	.multiTripRow .serch_col_02 .input_Date_box {
	width:100%;
}
}
@media (max-width:359px) {
    .ui-autocomplete{max-width: 280px;}
}
/*=============== RESPONSIVE STYLE END HERE ===============*/
.class_row.prfrd_home .ser_col_01{padding-top: 0;}

/*Corp admin style start her*/
.CorpHmeChckBx label{
	position: relative;
	color: #fff;
	padding-right: 25px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 14px;
}
.CorpHmeChckBx input[type="checkbox"]{
    display: none;
}
.CorpHmeChckBx input[type="checkbox"]+label::before{
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 3px;
    border: 2px solid #aeb3bc;
}
.CorpHmeChckBx input[type="checkbox"]:checked+label::before{
    background: #f79439;
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 3px;
    border: 2px solid #f79439;
}
/*Corp admin style ends her*/

.hmpackhead {
    color: #fff;
    padding-right: 20px;
    margin-top: 5px;
    display: inline-block;
    position: absolute;
    font-size: 15px;
}