:root {
  --blue: #62288f;
  --green: #4a494a;
  --grey: #2a2f37;
  --text: #4a494a;
  --dark-green: #1c863b;
  --dark-blue: #0e6190;
}
@font-face {
    font-family: 'Footlight MT';
    src: url("../font/FootlightMTLight_1.eot");
    src: url("../font/FootlightMTLight_1.eot?#iefix") format("embedded-opentype"), url("../font/FootlightMTLight_1.woff2") format("woff2"), url("../font/FootlightMTLight_1.woff") format("woff"), url("../font/FootlightMTLight_1.ttf") format("truetype"), url("../font/FootlightMTLight_1.svg#FootlightMTLight") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cambria';
    src: url('../font/Cambria.eot');
    src: url('../font/Cambria.eot') format('embedded-opentype'),
         url('../font/Cambria.woff2') format('woff2'),
         url('../font/Cambria.woff') format('woff'),
         url('../font/Cambria.ttf') format('truetype'),
         url('../font/Cambria.svg#Cambria') 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");
}
body{
	font-family: 'Cambria','DroidKufiRegular', sans-serif;
	line-height:22px;
	color: var(--text);
	font-size:14px;
	font-weight:400;
}
i{ font-style:normal;}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
a:hover, a:focus, button:focus, .form-control:focus{
	text-decoration:none;
	outline:0;
	box-shadow:none;
}
a{color:  var(--blue); transition:all .3s;}
a:hover{color: var(--text);}
h1,h2,h3,h4,h5,h6{
	color:var(--grey);
	font-weight:700;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}
.theme_btnStyle {
    background-color: var(--blue);
    color: #ffffff;
    outline: none;
    font-size: 20px;
    border-radius: 30px;
    border: 0;
    height: 57px;
    line-height: 57px;
    padding:0 35px;
    text-transform: uppercase;
}
.theme_inner-btn{
    background-color: var(--blue);
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 5px;
    border: 0;
}
.theme_btnStyle:hover, .theme_inner-btn:hover{
    background: var(--green);
    color: #fff;
}
.contnue_btn{
	padding: 0 55px;
}
.ChoosePymntheader{
	padding: 15px 25px;
}
.OverHidn{overflow: hidden !important;}
.top__bar{
	background:var(--blue);
	color:#fff;
	font-weight:300;
	font-size:15px;
}
.top__bar li a{
	padding:9px 15px;
	color:#fff;
	display:inline-block;
	border-right:1px solid #70abcd;
}
.top__bar ul li:first-child a{
	padding-left:0;
	border-left:0;
}
.header_socail_icons ul li:first-child a{
	border-left:1px solid #70abcd;
	padding-left:15px;
}

.top__bar li a i{
	margin-right:4px;
}
.main-nav{
	background:#fff;
	padding:10px 0;
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .1);
	position:relative;
	z-index:100;
}
.navbar{
	padding:0;
}
.nav-item.active a{
	color:var(--green);
}
.navbar-expand-lg .nav-link{
	color: #5d6e80;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    margin-right: 20px;
	font-weight:500;
	line-height:70px;
}
.navbar .nav-item:last-child a{
	margin-right:0;
}
.currency_menu img {
    margin-right: 5px;
    height: 14px;
    display: inline-block;
    margin-top: -3px;
}
span.country_flag {
    margin-right: 5px;
}
a.dropdown-item .country_flag img {
    width: 20px;
}
.dropdown-menu{
	border-radius:0;
	padding:0;
	font-size:14px;
	right:0;
	left:auto;
}
.dropdown-item {
	padding: 5px 15px;
    border-bottom: 1px solid #d9d9d9;
}
.dropdown-menu .dropdown-item:last-child {
	border-bottom:0;
}
.search__area{
	background-position: top center;
	background-size:cover;
	padding:95px 0 0 0;
	min-height:calc(100vh - 250px);
	transition:all .3s;
}
.search_tab_nav .nav-link{
	background:rgba(78,93,111,.8);
	color:#fff;
	padding:17px 30px;
	font-size:18px;
	line-height:30px;
	border-radius:0;
	margin-right:20px;
	min-width:190px;
	text-align:center;
	position:relative;
	display: flex;
	justify-content: center;
	
}
.search_tab_nav .nav-link.active{
	background: var(--blue);
}
.search_tab_nav .nav-link.active:after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%) rotate(45deg);
	width:21px;
	height:21px;
	background: var(--blue);
	bottom: -10px;
	
	
}
.search_tab_nav .nav-link i{
	font-size:28px;
}
.search_tab_nav .nav-link span{
	margin-left:8px;
}
.search_tab_nav {
	margin-bottom:30px;
}
.search_panel .tab-pane {
	background:rgba(42,47,55,.7);
	padding:25px 20px;
}
.trip_switch__tab li{
	margin-right:10px;
}
.trip_switch__tab li a{
	display:block;
	background:#fff;
	color:#000;
	padding:7px 15px;
}
.trip_switch__tab li a.active{
	background: var(--green);
	color:#fff;
}
.search_field_outer{
	flex: 0 0 90%;
    max-width: 90%;
	padding-left:4px;
	padding-right:4px;
}
.search_button_outer{
	flex: 0 0 10%;
    max-width: 10%;
	padding-left:4px;
	padding-right:4px;
}

.search_row{
	display:flex;
	flex-wrap:wrap;
	margin-left:-4px;
	margin-right:-4px;
}
.search_col_1 {
	width:24%;
	padding-left:4px;
	padding-right:4px;
	position:relative;
}
.search_col_2 {
	width:22%;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}
.search_col_3 {
	width:15%;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}
.search_col_4 {
	width:38%;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}
.search_col_5 {
	width:35%;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}
.search_col_6 {
	width:35%;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}
.search_row .form-control{
	height:70px;
	padding:15px;
	color:#000;
	border-radius:0;
	border:1px solid #7f858d;
	font-size:15px;
	margin-bottom:10px;
}
.search_row span.form-control{
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
}
.search_row span.form-control.fillPassengers{
	padding-right: 20px;
}
.form-control.fillPassengers.totalTravellers, .search_row input[type="button"].form-control{
	text-align: left;
}
.search_row label{
	color:#fff;
	margin-bottom:0;
}
.two_way_switch{
	background: var(--blue);
    color: #fff;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    top: 50%;
    right: -18px;
    z-index: 9;
    transform: translateY(-50%);
    margin-top: 10px;
	width:38px;
	height:38px;
	text-align:center;
	line-height:28px;
}
.fly_form .form-control{
	padding-right: 42px;
}
.fly_to .form-control{
	padding-left:20px;
	padding-right: 27px;
}
.return_date .PassngerBox, .fly_to .calendar__box {
	right:0;
	left:auto;
}

.font-18{
	font-size:18px;
}
.font-16{
	font-size:16px;
}
.font-12{
	font-size:12px;
}
.font-14{
	font-size:14px;
}
.font-300{
	font-weight:300;
}
.font-13{
	font-size:13px;
}
.font-400{
	font-weight:400;
}
.font-500{
	font-weight:500;
}
.disable {
    opacity: .5;
    pointer-events: none;
}
.pri__button{
	background: var(--blue);
	color:#fff;
	padding:10px 35px;
	border:0;
	text-align:center;
	display:inline-block;
	border-radius: 5px;
	transition: all ease .8s;
}
.pri__button:hover{
	background: var(--green);
}
.pri__button.lg {
    width: 220px;
    display: block;
    padding: 17px;
    font-size: 16px;
}
.pri__button.lg.wr {
    width: 100% !important;
    display: block;
    padding: 17px;
    font-size: 16px;
}
.sec__button {
	background: #b8b7b7;
	color:#fff;
	padding:10px 35px;
	border:0;
	border-radius: 5px;
	text-align:center;
	display:inline-block;
}
.sec__button.lg {
    width: 220px;
    display: block;
    padding: 17px;
    font-size: 16px;
}
.sec__button:hover{
	background: var(--blue);
	color:#fff;
	
}
.pri__button:hover{
	background: var(--text);
	color:#fff;
}
.search_panel__button {
	width:100%;
	padding: 24px 25px;
	margin-top:22px;
	font-size:32px;
}
.has__down_arrow{
	position:relative;
	cursor:pointer;
}
.has__down_arrow:after{
	position:absolute;
	right:15px;
	content:"";
	border-left:5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--blue);
	width: 0;
    height: 0;
	top: 50%;
    transform: translateY(-50%);
	pointer-events: none;
    cursor: pointer;
}
input[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin-bottom: 0;
}
input[type="checkbox"] {
	display:none;
}
input[type="checkbox"]+label::before {
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    border: 1px solid #838383;
    left: 0;
	line-height:20px;
	border-radius:5px;
}
input[type="checkbox"]:checked+label::before {
    font-family: "re7lahicon";
    content: '\e809';
    height: 22px;
    width: 22px;
    position: absolute;
    background: var(--blue);
    text-align: center;
    font-size: 10px;
	color:#fff;
	 border: 1px solid var(--blue);
}
.non_stop__check input[type="checkbox"]+label::before {
	font-size:16px;
	height: 29px;
    width: 28px;
	background:#fff;
	color:var(--blue);
	border: 1px solid #fff;
	line-height:27px;
}
.non_stop__check input[type="checkbox"]+label{
	line-height: 29px;
    font-size: 16px;
}
.plus_minus__button button{
	font-size: 18px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    line-height: 17px;
    padding: 10px;
	margin-right:4px;
}
.PassngerBox {
    margin-top: 5px;
    position: absolute;
    z-index: 11;
    background: #000;
    left: 0;
    top: 100%;
    padding: 15px;
    width: 270px;
	color:#fff;
}
#CrossSellingPopup .PassngerBox{
	background: rgba(0,0,0,0.7);
}
.PassngerBox h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
	font-weight: 400;
    border-bottom: 1px solid #849195;
    padding-bottom: 10px;
	
}
.PassngerBox .plus-minus-button {   
  	width: 30px;
    height: 30px;
    color: #62278f;
    padding: 0;
   	margin:0;
	border: 1.5px solid #62278f;
	border-radius: 50%;
	font-size: 10px;
	background: #fff;
	
}
.PassngerBox .plus-minus-button:first-of-type{
	color:#603085;
	border-color:#b6b5b5;
	background: #fff;
}
.hotelDatePicker {
	padding:0;
	width:auto;
	margin:0;
}
.psnrcount {
	width: 35px;
    height: 30px;
	text-align:center;
	line-height:32px;
}
.travelersLHalf p span {
	font-size: 12px;
    opacity: 0.9;
    display: block;
}
.PassngerBox  a{
	color:#fff;
}
.passengerBox-footer {
    border-top: 1px solid #3d5e6d;
    padding-top: 10px;
	
}
.PassngerBox .close-box { 
	position: absolute;
    right: 18px;
    top: 15px;
    opacity: 1;
    text-shadow: none;
    line-height: 16px;
	color: #fff;
    font-size: 20px;
}
.PassngerBox .start-rating{
	margin-bottom:15px;
}
.start-rating li input[type="checkbox"]+label i {
	display:block;
}
.PassngerBox h3 {
	    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
	font-weight:400;
    border-bottom: 1px solid #849195;
    padding-bottom: 13px;
}
.room-repeat p{
	margin-bottom:0;
	margin-bottom:5px;
	font-size:12px;
}
.room-repeat ul li{
	margin-bottom:10px; 
	margin-right:3px;
}
.room_repeat {
    border-bottom: 1px solid #d4d4d4;
    padding: 30px 0;
}
.trevellerslistBox_footer{
	border-top:1px solid #849195;
	padding-top:12px;
}
.start-rating li {
	margin-right:3px;
	flex-grow: 1;
}
.start-rating li:last-child {
 	margin-right:0;
}
.start-rating li input[type="checkbox"]+label {
   position: relative;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 0;
	width:100%;
    text-align: center;
    border: 1px solid #5e727b;
	color: var(--text);
	
}
.start-rating li input[type="checkbox"]+label::before{
	display:none;
}
.start-rating li input[type="checkbox"]+label {
   position: relative;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 0;
	width:100%;
    text-align: center;
    border: 1px solid #5e727b;
}
.start-rating li input[type="checkbox"]:checked+label{
	background: var(--green);
    color: #fff;
    border-color: var(--green);
	
}
.calendar__box{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
}
.home_deals {
	padding:60px 0 75px;
}
h2.home_section{
	font-size:32px;
	text-align:center;
	margin-bottom:50px;
	text-transform:uppercase;
}
.home_flight__deals{
	margin-bottom:50px;
}
.flight_deal__item{
	position:relative;
}
.home__deals_image {
	overflow:hidden;
	border-radius:5px;
}
.home__deals_image img{
	height: 387px;
	object-fit: cover;
}
.flight_deal__item .trip__label{
	font-size:16px;
	color:#fff;
	padding:5px 15px;
	position:absolute;
	left:0;
	top:22px;
	background:var(--green);
}
.flight_deal__item .trip__details {
	background:var(--blue);
	color:#fff;
	font-size:18px;
	padding:12px 10px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.trip_sector {
	font-weight:500;
}
.trip_fare span{
	display:inline-block;
}
.owl-carousel .owl-nav .disabled{
	opacity:1;
	pointer-events:auto;
}
.home__deals_carousel.owl-carousel .owl-nav .owl-next, .home__deals_carousel.owl-carousel .owl-nav .owl-prev{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	border-radius:50%;
	background:var(--grey);
	color:#fff;
	width:45px;
	height:45px;
	border:4px solid #fff;
	text-align:center;
	line-height: 35px;
    font-size: 18px;
	z-index:2;
}
.home__deals_carousel.owl-carousel .owl-nav .owl-next{
	right:-22px;
}
.home__deals_carousel.owl-carousel .owl-nav .owl-prev{
	transform:scaleX(-1) translateY(-50%);
	left:-22px;
}
.hotel_deals__content {
	background:#f6f6f6;
	padding:15px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border:1px solid #ededed;
	border-left:0;
	height:100%;
}
.hotel_deals__content h3{
	font-size:18px;
	margin-bottom:5px;
	
}
.hotel_deal__image img{
	width:100%;
	object-fit: cover;
	min-height:137px;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
}
.hotel_deak_price{
	font-size:16px;
	margin-top:35px;
	color:var(--grey);
	font-weight:500;
}
.star__rating {
    background: url(../images/star_rating.svg);
    width: 98px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.zero_star {
    background-position: 0 -93px;
}
.two_star {
    background-position: 0 -56px;
}
.three_star {
    background-position: 0 -36px;
}
.four_star {
    background-position: 0 -17px;
}
.five_star {
    background-position: 0 2px;
}
.hotel_deals__content_01{
	width:70%;
	padding-right:15px;
}
.hotel_deals__content_02{
	width:30%
}
.hotel_deal__item  .pri__button{
	padding: 5px 19px;
	position: absolute;
    bottom: 15px;

}
.row_25{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.row_25>.col, .row_25>[class*=col-] {
    padding-right:  12.5px;
    padding-left:  12.5px;
}
.why_us{
	background:var(--grey);
	color:#fff;
	padding:40px 0 50px;
}
.why_us h2{
	color:#fff;
}
.iconWidthAdj{width: 20%; float: left; margin-right: 20px;}
.iconWidthAdj i {
    font-size: 44px;
	line-height:50px;
	text-align: center;
}
.trophyIcoSpace{margin-right: 21px;}
.iconWidthAdj.trophyIcoSpace .icon-trophy{font-size: 39px; margin-left: -4px;}
.iconWidthAdj .icon-trust{font-size: 39px; }
.why_us_content{width:75%; float: left;}
.why_us_item h4 {
	color:#fff;
	font-size:16px;
	font-weight: 400;
}
.why_us_item p {
	margin:0;
	font-weight:300;
}
.holiday_package__deals{
	padding:70px 0 100px;
}
.holiday_package__image img{
	height:386px;
}
.package_deal__item{
	position:relative;
}
.package_deal__item .package__details{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background: rgba(72,74,79,.5);
	padding:15px 20px;
	color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	 
}
.trip_sector h4{
	color:#fff;
	font-size:18px;
	margin-bottom:0;
	font-weight: 500;
}
.trip_sector p{
	font-weight:400;
	margin:0;
}
.pri__button.md{
	padding: 8px 12px;
}
.footer_top{
	padding:50px 0;
	border-bottom:1px solid #353b42;
}
.email_subscription input{
	height:38px;
	background:#1e252c;
	color:#fff;
	border:0;
	width:100%;
	padding:12px 20px;
}
.email_subscription button{
	width:47px;
	height:38px;
	background:var(--green);
	color:#fff;
	border:0;
	
}
.footer_bottom {
    padding: 25px 0;
	color:#a5a5a4;
}
.overlay { display:none}
.mob_btn { color: var(--blue);}


/*------FLIGHT RESULT-----------*/
.icon-flight-return:before{
	width: 35px;
    height: 27px;
    background: url(../images/flight_return_icon.png) no-repeat center;
    background-size: contain;
    content: '';
}
.smGutter {
    margin-left: -7px;
    margin-right: -7px;
}
.smGutter [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}
.title_section{
	background-position:center center;
	background-repeat:no-repeat;
	padding:25px 0 35px;
	color:#fff;
	position:relative;
	background-size:cover;
}
.title__sec_content{
	position:relative;
	z-index:4;
}

.title_section:after{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	background:rgba(0,0,0,.2);
	top:0;
	left:0;
	z-index:3;
}
.title_section .form-control {
    height: 45px;
    font-size: 14px;
    letter-spacing: .5px;
    padding-left: 15px;
    padding-right: 15px;
	border:0;
	border-radius:0;
	color:#000;
	background:#fff;
	margin-bottom:10px;
}
.title_section span.form-control{
	line-height: 45px;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5px;
}
.title_section .modify_search span.form-control{
	line-height: 45px;
}
.title_section span.form-control.fillPassengers{
	padding-right: 20px;
}
.form-control {
    height: 45px;
    font-size: 14px;
    letter-spacing: .5px;
    padding-left: 15px;
    padding-right: 15px;
	border-color:#b4b4b4;
	color:#000;
	background:#fff;
}
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
select {
    word-wrap: normal;
    -webkit-appearance: none;
}
label {
    margin-bottom: 3px;
}
.flight__mody_tabs_wrpr {
	margin-bottom: 20px
}
.flight__mody_tabs li a {
    display: block;
 	background: rgba(255, 255, 255, 0.6);
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 10px;
}
.flight__mody_tabs li a.active {
    background: #603085;
    color: #fff;
}
.flight__mody_tabs li a:before{
	border-radius: 50%;
    background:#fff;
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
	display:none;
}

.flight__mody_tabs li a.active:before {
	border-radius: 50%;
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
	display:none;
}
.flight__mody_tabs li a.active:after {
	border-radius: 50%;
    background:var(--green);
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -5px;
	display:none;
}

.modify__search_row {
	margin-left: -7px;
	margin-right: -7px
}
.mody__search_fields_outer {
	max-width: 90%;
	flex: 0 90%;
	padding-left: 7px;
	padding-right: 7px
}
.mody__search_button_outer {
	width: 10%;
	flex: 0 10%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 25px
}
.mody__search_button_outer .pri__button{
	width:100%;
	padding: 12px 20px;
}

.has__clearbtn .clear_btn {
	position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 8px;
    width: 18px;
    height: 18px;
    font-size: 8px;
    background: var(--grey);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 19px;
}

.has__clearbtn .hmeClr {
	position: absolute;
	top: 47px;
	right: 12px;
	width: 18px;
	height: 18px;
	font-size: 11px;
	font-weight: bold !important;
	/*background: var(--grey);*/
	background-color: white;
	text-align: center;
	border: 2px solid  var(--grey);
	color: var(--grey);
	line-height: 15px;
	border-radius: 10px;
}
.has__clearbtn .hmeClr.fromPos{right:25px !important;}
.has__clearbtn .hmeClr i::before{font-weight: bold !important;}
.modify_search .has__clearbtn .clear_btn.close_x, .mody__search_fields_outer .has__clearbtn .clear_btn{
	position: absolute;
	top: 21px;
	right: 6px;
	width: 18px;
	height: 18px;
	font-size: 15px;
	font-weight: bold !important;
	/*background: var(--grey);*/
	background-color: white;
	text-align: center;
	/*border: 2px solid  var(--grey);*/
	color: #4a494a;
	line-height: 20px;
	border-radius: 10px;
}
.modify_search input.mdfyPadPos{padding-right: 26px !important;}
.fieldWrap.has__clearbtn a.clrposCh{top:23px !important;}
.has__down_arrow .form-control {
    padding-right: 28px;
}
.fieldWrap {
    position: relative;
	margin-bottom:10px;
	flex-wrap:wrap;
}
.fieldWrapCalnder{
	width:100%;
	position:relative;
}
.title_section .dateField > .form-control:first-of-type {
    border-right: 0;
}
.modify_search .pri__button {
    padding: 10px;
	height: 56px;
    width: 100% ;
	min-width:100%;
	font-size: 17px;
}
.modify_search .form-control {
    height: 44px;
	border-radius: 5px;
}
.title_section .rad_check label{
	color:#213d49
}
.page__content { padding:35px 0; min-height:calc(100vh - 300px);}
.dateField .fieldWrapCalnder:first-of-type .form-control {
	border-right:1px solid #8d929e;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dateField .fieldWrapCalnder:last-of-type .form-control {
	border-right:1px solid #8d929e;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.modify_search .plus_minus__button button{
	min-width: 40px;
    height: 40px;
	width:40px;
}
.flight__matrix {
    padding: 0px 20px;
}
.airline_matrix.owl-carousel .owl-item {
    background: #ffffff;
    padding: 5px;
    margin-bottom: 0;
    border: 1px solid #939598;
    border-radius: 10px;
    -webkit-border-radius: 5px;
}
.airline_matrix.owl-carousel .owl-stage-outer:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    right: 0;
    position: absolute;
    top: 0;
}
.air_name {
	display: block;
	text-align: center;
	font-size: 13px;
	
}
.owl-carousel img.airlines {
	width: 90px;
	margin: 0 auto;
}

.airline_matrix .owl-nav .owl-prev, .airline_matrix .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	border: 0;
	background: none;
	transform: translate(0, -50%);
	font-size: 26px;
	color: var(--blue);
	opacity: 1;
}
.airline_matrix .owl-nav .owl-next {
	right: -10px;
}
.airline_matrix .owl-nav .owl-prev {
	left: -10px;
	transform: translate(0, -50%) scaleX(-1);
}
.airline_matrix .owl-carousel .owl-item {
	border-right: 1px solid #cbcbcb;
	padding: 0 15px;
}
.airline_matrix .owl-carousel .owl-stage-outer:after {
	content: "";
	width: 2px;
	height: 100%;
	background: #fff;
	right: 0;
	position: absolute;
	top: 0;
}
.airline_matrix .owl-carousel .owl-item.active.lastActiveItem {
	border: 0
}
.airline_matrix .selectAir {
	 
	background: #eaeaea;
}
.result__block {
	margin-top: 32px;
}
.result__Col {
	padding-left: 10px;
	flex: 0 0 73%;
	max-width: 73%;
	padding-right: 15px;
	position: relative;
}
.filter__Col {
	flex: 0 0 27%;
	max-width: 27%;
	padding: 0 15px;
	position: relative;
}
.filter_box{
	padding:0 10px 20px;
	border:1px solid #d4d4d4;
	border-radius: 5px;
}
.Filterbox {
 
	margin-bottom: 25px;
}
.Filter h2 {
	font-size: 20px;
	margin: 0 -10px;
	background: var(--blue);
	color: #fff;
	font-weight: 500;
	padding:10px 20px ;
	margin-bottom: 30px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}
.Filterhead {
	margin-bottom: 16px;
}
.FilterTitle {
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	color:#000;
	margin-left: 2px;
}
.FilterClear {
	color: var(--blue);
	font-size: 12px;
}
.filterClose {
	display: none;
}
.FilterTitle span {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border-radius: 3px;
	transition: 300ms ease all;
	transform: rotate(180deg);
	background: #646464;
	color: #fff;
	text-align: center;
	font-size: 10px;
}
.FilterTitle span i{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.FilterTitle.closed span {
	transform: rotate(90deg);
}
.FilterContent {
	padding-bottom: 25px;
	color:#000;
	font-size:13px;
	border: solid #d4d4d4 1px;
	border-radius: 4px;
	padding:10px;
}
.range_ui_block {
    padding-right: 26px;
    background: #fff;
    border: solid #838383 1px;
    height: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    background: #838383;
    width: 21px;
    height: 21px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    outline: 0;
}
.ui-slider-handle span {
	display: block;
	height: 2px;
	width: 9px;
	background: #4d646d;
	margin-bottom: 1px;
}
.slider-range .ui-slider-handle:first-of-type{
	margin-left:-2px;
}
.slider-range .ui-slider-handle:last-of-type{
	margin-right:-2px;
}
.slider-range {
	margin-right:-10px;    
	padding-right: 26px;
    height: 6px;
}
.FilterContent p {
    margin-bottom: 5px;
}
.ui-slider-horizontal .ui-slider-range{
	background: #fff;
    border: solid #838383 1px;
    border-right: 0;
    height: 6px;
    top: -1px;
}
.filter_box .Filterbox:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}
.filter_box .filterbox:last-of-type .FilterContent {
 
}
.FilterTabs {
	margin-bottom: 22px;
}
.FilterTabs li {
	display: inline-block;
	margin-right: 12px;
}
.FilterTabs li a.active {
	border-bottom: 1.5px solid var(--blue);
	color: #000;
}
.FilterTabs li a {
	color: #000;
	padding: 3px 0;
	border-bottom: 1.5px solid #fff;
}
.departArrivTimeFiltr p {
	margin-bottom: 6px;
}
.priceFilterVlaue {
	margin-bottom: 10px;
}
.departArrivTimeFiltr {
	margin-bottom: 25px;
}
.stopsDuration ul li {
	position: relative;
	text-align: center;
	margin-right: 7px;
	flex-grow: 1;
	max-width:33%;
}
.stopsDuration ul li:last-child {
	margin: 0;
}
input[type="checkbox"], input[type="radio"] {
	display: none;
}
.cust_radio input[type="radio"] + label {
	padding-left:28px;
	position:relative;
}
.cust_radio input[type="radio"] + label::before {
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-radius: 50%;
    border: 1px solid #aeb3bc;
}
.cust_radio input[type=radio] + label::after {
    content: " ";
  top: 4px;
    left: 5px;
    width: 11px;
    height: 11px;
    background: #21a247;
    border-radius: 50%;
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
	display:block;
	position:absolute;
	-webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.cust_radio input[type=radio]:checked + label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.stopsDuration input[type="checkbox"]+label {
	border: 1px solid #b4b4b4;
	font-size: 12px;
	width: 100%;
	cursor: pointer;
	padding:0;
	border-radius:5px;
}
.stopsDuration input[type="checkbox"]+label:before{
	display:none;
}
.stopsDuration input[type="checkbox"]+label span.stopsIcon {
	text-align: center;
	background: none;
	color: #7f7f7f;
	font-size: 16px;
	width: 100%;
	padding: 3px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stopsDuration input[type="checkbox"]+label span {
	text-align: center;
	font-size: 11px;
	width: 100%;
	display: block;
	padding:0 3px;
}
.stopsDuration input[type="checkbox"]:checked+label, .stopsDuration li.filt_active input[type="checkbox"]+label {
	border: 1px solid var(--blue);
	color: var(--blue);
}
.stopsDuration input[type="checkbox"]:checked+label span.stopsIcon {
	color: var(--blue);
}
.fareType li {
	margin-bottom: 15px;
    border: solid 1px #b4b4b4;
    padding: 5px 10px;
    border-radius: 4px;
}
.fareType ul li:last-child{
	margin:0;
}
.operatedBy label img {
	width: 75px;
	margin-right: 7px;
}
.operatedBy label {
	display: flex;
	align-items: center;
}
.operatedBy li {
	margin-bottom: 12px;
}
.operatedBy li:last-child {
	margin-bottom:0;
}    
.mobileFiltetButn {
	display: none;
}
#sticky::-webkit-scrollbar, .Filter::-webkit-scrollbar, .resultSort-outer::-webkit-scrollbar {
    width: 3px;
}
#sticky::-webkit-scrollbar-thumb, .Filter::-webkit-scrollbar-thumb, .resultSort-outer::-webkit-scrollbar-thumb {
    background:var(--grey);
}
#sticky::-webkit-scrollbar-track, .Filter::-webkit-scrollbar-track, .resultSort-outer::-webkit-scrollbar-track {
    background: #d2d5dc;
}
.filterClose, .sortClose {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    background:var(--green);
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 15px;
    border-radius: 50%;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    z-index: 10;
}
.sortClose {  display: none;}

.resultSort ul li a.active ,.resultSort ul li a.active_up{
    position: relative;
    color: #fff;
    padding-right: 30px;
    padding-left: 16px !important;
	background: #62278f;
}
.resultSort ul li a {
    color: #213d49;
    padding: 10px;
    position: relative;
    transition: all .3s;
    display: block;
	text-align: center;
}
.resultSort ul li{
	width:100%;
	text-align:center;
	border-right: 1px solid #d9d9d9;
	position:relative;
}
.resultSort ul li:last-child a{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.resultSort ul li:first-child a{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.resultSort ul{
	flex-grow:1;
}
.resultSort ul li a.active:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #FFF;
    content: "";
    margin-top: 8px;
    margin-left: 8px;
}
.resultSort ul li a.active_up:after {
	position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #FFF;
    content: "";
    margin-top: 8px;
    margin-left: 8px;
}

 
 
.resultSort ul li:last-of-type {
   border:0;
}
.resultSort-outer {
    padding: 0;
    border: solid #d9d9d9 1px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.result__panel{
	border:1px solid #d4d4d4;
	position:relative;
	border-radius: 5px;
}
.result__panel_col_l {
    flex: 0 0 78%;
    max-width: 78%;
}
.result__panel_col_R {
    flex: 0 0 22%;
    max-width: 22%;
	border-left:1px solid #d4d4d4;
	padding:20px;
}
.result_details {
     width: 100%;
}
.result_one_leg {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
    margin-bottom: 0;
    padding: 15px;
    margin-right: 0;
}
.result_details .result_one_leg:last-of-type{
	border:0;
	margin-bottom:0;
 
}
.airline_brand{
	font-size:12px;
	line-height:15px;
	padding-right:15px !important;
	
}
.airline_brand img{
	width:90px;
	margin-bottom:4px;
}
.air_time_sector{
	line-height:22px;
	font-weight:500;
}
.air_time_sector p{  margin-bottom:0; font-size:14px; }
.air__stops{
    position: relative;
    text-align: center;
    width: 100%;
}

.air__stops span{ font-size:12px;}
.air__stops::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #603085;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    z-index: 2;
}
.returnF::before {
	/*transform:translateY(-50%) scaleX(-1) !important;*/
}
.air__stops::after {
    height: 1px;
    width: 100%;
    background: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    z-index: 1;
}
.air__stops span.last_stop{
	position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    width: 10px;
	height:10px;
	background:#92a5b0;
	border-radius:50%;
	transform:translateY(-50%);
}
.air__stops .stop-overs {
    display: flex;
    font-size: 12px;
    margin-top: 0px;
    justify-content: center;
    padding-top: 3px;
}
.stop-overs .stops {
    text-align: center;
    position: relative;
    margin-right: 6px;
    font-size: 12px;
}
.air__stops .stop-overs .stops::before {
    position: absolute;
    background: #603085;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    z-index: 2;
    top: -5px;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
}
.air__stops .stop-overs .stops:last-child {
    margin-right: 0;
}
.col-md-3.airline_brand{
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.air_sectors_stops {
/*	 -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;*/
}
.air_total_duration{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	padding-left:20px;
	color:#000;
	line-height:18px;
}

.air_total_duration i{
	font-size:16px;
	color:var(--blue);
}
.strikedfare {
    text-decoration: line-through;
    color: #5c5c5c;
    font-size: 16px;
    text-transform: uppercase;
}
.resultFare {
    font-size: 20px;
    font-weight: 500;
    color:#3d3d3d;
	margin-top:5px;
	margin-bottom:5px;
}
.refundable {
    color: #22a447;
    font-size: 14px;
}
.non_refundable {
    color: #f91924;
    font-size: 12px;
	line-height: 16px;
}
.resultfareDetails .pri__button{
	display:block;
}
a.resultDetailslnk {
    bottom: 23px;
    color:  var(--blue);
    display: inline-block;
}
.result__more_options {
 	color:#62278f;
	font-size:15px;
	text-align:center;
}
/*---Flight details----*/
.flightDetails >ul {
	margin-bottom: 15px;
}
.flightDetails ul li {
	display: inline-block;
	margin: 0 0 -1px;
	text-align: center;
	font-size: 14px;
	border: 1px solid transparent;
	cursor: pointer;
	margin-right: 15px;
}
.flightDetails ul li.active {
	color:var(--blue);
}
.flightDetails {
	/* display: none; */
	border-top: 1px solid #d4d4d4;
	padding: 20px 25px;
}
section.flightDetailsTab h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #62278f;
 }
 
section.flightDetailsTab h3 i {
	font-size: 24px;
}
section.flightDetailsTab h4 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0;
	color:#4a494a;
}
.flight-itenaery-details .oprated-by {
    position: absolute;
    right: 0;
    top: -48px;
    color: var(--blue);
    text-align: right;
    font-size: 12px;
    line-height: 18px;
}
.flight-itenaery-details .oprated-by span{
	display:block;
}
section.flightDetailsTab p {
	font-size: 14px;
	margin-bottom: 2px;
}
.flight-itenaery-details {
	margin-bottom: 25px;
	border-top: 1px solid #dbdde0;
	padding-top: 20px;
}
.flight-itenaery-details ul li {
	width: 100%;
	text-align: left;
	margin-bottom: 3px;
	color: #4a494a;
}
.flight-itenaery-details ul li b{
	color: #4a494a;
	font-weight:500;
}
.flight__fare_summary {
	font-size:14px;
}
.flight__fare_summary td{
	padding:10px 10px;
}
.table.flight__fare_summary td{border: 1px solid #ccc !important; vertical-align: middle;}
.table.flight__fare_summary b.flgtSumry{float:right;font-size: 16px;}

/*---Flight Pax-----*/
.InnerBnner{ 
	height: auto;
    background: #000000 url(../images/innerbanner.jpg) no-repeat top right;
    background-size: cover;
    border-radius: 100%/20%;
    padding-top: 85px;
    padding-bottom: 20px;
}
.InnerBnner .title__sec_content {
    background: rgb(0 0 0 / 40%);
    padding: 15px;
    position: relative;
    border-radius: 5px;
}
.InnerBnner .trav-detls{
	position: relative;
}
.InnerBnner .trav-detls h3 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: normal;
}
.InnerBnner .trav-detls span {
    display: inline-block;
}
.InnerBnner .trav-detls .arw-icon {
    padding-left: 24px;
    padding-right: 24px;
}
.InnerBnner .trav-detls p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}
.InnerBnner .trav-detls p span {
    display: inline-block;
}
.InnerBnner .title_section:after{display: none;}
.back_btn.theme_inner-btn {
    padding: 0 35px;
    border: 1px solid #fff;
    height: 50px;
    line-height: 50px;
}
.back_btn.theme_inner-btn i {
    margin-right: 10px;
}
.title_section .paxHeadSection h2 {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
}
.title_section .paxHeadSection h2 span{
	margin-right:10px;
}
.paxHeadSection .oneArw{font-size: 13px;}
.paxHeadSection .dobleArw{font-size: 13px;}
.breadcrump li a {
    padding: 6px 25px;
    line-height: 18px;
    transition: all .3s;
    color: #fff;
    position: relative;
	padding-left:30px;
	font-size:15px;
}
.breadcrump li:last-child a{
	padding-right:0;
}
.breadcrump li a:before {
    border-radius: 50%;
    background: #fff;
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}
.breadcrump li a.active:before {
    border-radius: 50%;
    background: #fff;
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}
.breadcrump li a.active:after {
    border-radius: 50%;
    background: var(--green);
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -6px;
}
.back_button i{
	transform:scaleX(-1);
	margin-right:10px;
	display:inline-block;
}
.border__box {
	border:1px solid #d4d4d4;
	padding:30px 25px;
	margin-bottom:30px;
	border-radius: 5px;
}
.border__box .box_title {
    font-size: 20px;
	color:var(--text);
}
.box_det_con {
    padding: 25px 25px 10px 25px;
    border-top: solid #d4d4d4 1px;
}
.border__box .title_bfrbg {
    background: var(--blue);
    border-radius: 50%;
    font-size: 16px;
    font-style: normal;
    height: 38px;
    width: 38px;
    margin-right: 15px;
    color: #FFF;
}
.box_det_con .title_sear i {
    padding-right: 10px;
    font-size: 20px;
    color: var(--blue);
}
.box_det_con .title_sear span {
    font-size: 16px;
    font-weight: 500;
}
.box_det_con .title_sear .paxdtsArw {
    margin: 0 8px;
    font-size: 12px;
    color: var(--blue);
}

.box_det_con .title_sear p {
    margin: 0;
    font-size: 13px;
    padding-left: 15px;
}
.flight__brand_class{
	display:flex;
	flex-direction: column;
	flex-basis:1;
}
.flight__brand_class img{
	max-width:115px;
}
.FdtailsBox {
    padding: 15px 0 10px 0;
}
.Pax_page .FdtailsBox{
	padding: 10px 0 10px 0;
}
.Pax_page .box_det_con{
	padding: 10px 25px 10px 25px;
}
.air_img_pax img{
	height: 35px;
	width: auto;
	margin-bottom: 5px;
}
.box_det_con p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
}
.Pax_page .box_det_con p{
	font-size: 15px;
	width: 100%;
}
#loginFormPax p{
	font-size: 16px;
}
#loginFormPax p a{
	font-weight: 600;
	font-size: 14px;
}
.Pax_page .box_det_con .air__stops{
	margin-right: 30px;
}
.box_det_con .operated_by {
	color: var(--blue);
	margin-top:8px;
}
.box_det_con .operated_by img {
	width:55px;
	
}
.box_det_con .air__stops {
	width:100%;
}
.flight_duration h4{
	font-size:15px;
	font-weight:400;
	margin-bottom:0;

}
.flight_duration .refundable{
	font-size:14px;
	margin-bottom:4px;
	display:block;
}
.pax_log_wrp .pax_log_lft span {
    color:var(--blue);
    font-size: 16px;
}
.pax_log_wrp .pax_log_lft p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.pax_log_rgt li{
	margin-right:12px;
}
.pax_login_wrp {
	border-top:1px solid #d4d4d4;
	margin-top:15px;
	padding-top:15px;
	position:relative;
}
.head-arw{
    transform: rotate(90deg);
    color: #828282;
    transition: all ease .5s;
}
.collapsed .head-arw{
    transform: rotate(0deg);
}
.flight_summary.border__box{
	padding: 0;
}
.flight_summary .box_title{
	padding: 15px 25px;
}
.New_fsmrydtls{
	position: relative;
	top: 1px;
}
.border__box .bor_t_1 {
    border-top: 1px solid #cfcfcf;
    margin-top: 20px;
}
.border__box .head_txt {
    font-size: 20px;
	color:var(--text);
}
.border__box .coupon_wrap .head_txt{
	margin-bottom: 15px;
}
.pass_det_alrt {
    background: #fbf5f5;
    border: 1px solid #fbf5f5;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    padding: 12px 30px 12px 15px;
    position: relative;
}
.pax_login_wrp .clear_btn {
    position: absolute;
    margin-top: -9px;
    right: 0px;
    width: 18px;
    height: 18px;
    font-size: 20px;
    text-align: center;
    color: var(--grey);
    line-height: 20px;
    z-index: 5;
}
.pax_login_wrp .PaxloginBtn {
	height:45px;
	line-height: 26px;
}
.trave_det {
    padding: 25px 0;
}
.trave_det .head_txt {
    font-size: 20px;
	color:var(--grey);
	margin-bottom: 10px;
}
.paxcalender {
	position:relative;
}
.paxcalender::after {
    font-family: "re7lahicon";
    position: absolute;
   /*content: '\e817';*/
   content: '';
    top: 10px;
    right: 15px;
   background: url(../images/pax-calendar.png) no-repeat center;
    font-size: 20px;
    pointer-events: none;
    color: #74787b;
    background-size: contain;
    height: 22px;
    width: 22px;
}
.coupon_wrap{
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.coupon_wrap .fieldWrap button.theme_inner-btn {
    height: 46px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.coupon_wrap .fieldWrap .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#LoyalityText{
	font-size: 13px;
	color: #603085;
}
.phone_num .has__down_arrow select {
    border-right: 0;
    padding-left: 8px;
}
.phone_num input {
    width: 65%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.phone_num .has__down_arrow {
    width: 35%;
    position: relative;
}
.trave_det .freq_flyer {
    color: var(--blue);
    display: inline-block;
    padding: 5px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.freq_flyer_wrp {
    background: #fdfbfb;
    border: 1px solid #ebe7e7;
    font-size: 13px;
    margin-top: 15px;
    padding: 18px 15px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}
.freq_flyer_wrp .title {
    font-size: 15px;
    padding-bottom: 10px;
}
.freq_flyer_wrp .freq_flyer_ele, .freq_flyer_wrp .form-control {
    background: transparent;
    border: 1px solid #7e7d7d;
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 10px;
    line-height: 16px;
	color: #213d49;
	margin-bottom:10px;
}
.freq_flyer_wrp .freq_flyer_ele p {
    margin: 0;
    color: #213d49;
    font-weight: 400;
    font-size: 14px;
}
.freq_flyer_wrp .freq_flyer_ele span {
   font-size: 12px;
    display: block;
}
.base_fare_wrp span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 13px;
	
}
.base_fare_wrp h5{
	font-size:16px;
	color:var(--text);
	font-weight:400;
	margin-bottom:15px;
}

.base_fare_wrp ul li {
    padding-bottom: 6px;
    line-height: 18px;
}
.base_fare_wrp ul li>span:first-child, .base_fare_wrp ul li>span:last-child {
    width: 50%;
}
.base_fare_wrp ul li span:last-child {
    text-align: right;
    margin-left: 5px;
}
.base_fare_wrp ul li span {
    display: inline-block;
    font-weight: 400;
    padding: 0;
}
.base_fare_wrp ul li.bor_tb {
    border-top: 1px solid #d4d4d4;
    margin-top: 10px;
    padding-top: 12px;
}
.base_fare_wrp ul li.total_fare {
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
    margin-top: 8px;
	padding-bottom:0;
}
.base_fare_wrp ul li.total_fare span {
    font-size: 17px;
    color: var(--text);
}
.payment__option_box{
	padding:25px;
	border-bottom:1px solid #ccc;
}
.pay__box_footer{
	background-color: #f8f8f8;
	padding:25px;
	border-bottom-left-radius: 5px;
}
.paymentOptions li{
	position:relative;
	margin-right: 15px;
	border-radius: 5px;
}
.paymentOptions li:last-child{
	margin-right:0;
}
.paymentOptions input[type="radio"]+label {
    border: 1px solid #cfcfcf;
    height: 60px;
    display: block;
    padding: 13px 20px;
    padding-left:50px;
    border-radius: 5px;
}
.paymentOptions input[type="radio"]+label img{
	height: 100%;
}
.payment__option_box input[type="checkbox"]+label::before, .payment__option_box input[type="radio"]+label::before {
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -12px;
    border-radius: 50%;
    border: 1px solid #aeb3bc;
}
.payment__option_box input[type="radio"]:checked+label::before {
    font-family: "re7lahicon";
    content: '\e809';
    height: 22px;
    width: 22px;
    position: absolute;
    text-align: center;
    font-size: 9px;
    line-height: 22px;
    color: #fff;
    border: 1px solid var(--blue);
    background: var(--blue);
}
.payment__option_box input[type="radio"]:checked+label{
	background:#fff;
}
.payment__option_box h4{
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	color:var(--blue);
}

.pay__box_footer h4{
	font-size:14px;
	color:var(--text);
	margin-bottom:5px;
	font-weight: normal;
}
.pay__box_footer p {
    line-height: 16px;
    font-size: 14px;
    margin: 0;
}
.PayBoxIcon {
    width: 45px;
	font-size:28px;
	line-height:31px;
	color:#5e7481;
}

.payBoxContent {
    margin-left: 10px;
    width: 100%;
}
.payment__terms {
	padding:25px;
}
.payment__terms input[type="checkbox"]+label{
	padding-left: 35px;
}
.payment__terms input[type="checkbox"]+label::before{
	width:22px;
	height:22px;
	font-size: 10px;
    line-height: 22px;
	margin-top:4px;
}
.pay__now.pri__button.lg {
	width:100%;
	border:1px solid #fff;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:20px;
}
#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 100;
    margin-top: 25px;
}
#sticky.removeStick {
    position: absolute;
    bottom: 0;
    top: auto;
    margin-bottom: 0;
}
.selected_flight_details{
	margin-top:-31px;
	border:1px solid #d4d4d4;
	margin-bottom:30px;
}

/*---------Hotel Result-------*/
.star-rating i {
    font-size: 18px;
    color: #828282;
	margin-right:4px;
}
.five-star i:nth-of-type(-n+5) {
    color: #ff8400;
}
.four-star i:nth-of-type(-n+4) {
    color: #ff8400;
}
.three-star i:nth-of-type(-n+3) {
    color: #ff8400;
}
.two-star i:nth-of-type(-n+2) {
    color: #ff8400;
}
.one-star i:nth-of-type(-n+1) {
    color: #ff8400;
}
.zero-star i:nth-of-type(-n+5) {
    color: #828282;
}
.FillterByName input[type="text"] {
    border: 1px solid #b4b4b4;
    padding: 13px 20px;
    background: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: 45px;
    width: calc(100% - 43px);
}
.FillterByName select{
	width: calc(100% - 43px);
	border-right:0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.FillterByName button {
    border: 1px solid #b4b4b4;
    width: 43px;
    flex-grow: 1;
    padding: 0 13px;
    background: #62278f;
    position: relative;
    font-size: 16px;
	color:#fff;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
li.sortTitle {
   padding-right: 15px;
}
.map_view_button{
	margin:3px;
	font-size:15px;
}
.map_view_button i{
	font-size:18px;
}
.result_thumb img{
	width:100%;
	max-height:175px;
	padding-right:7px;
	height: 100%;
	min-height: 175px;
    object-fit: cover;
	border-radius: 15px;
}
.result__panel h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
	color:#4a494a;
}
.result_description{
	line-height:18px;
	margin-top:5px;
	margin-bottom:7px;

}
.hotel-facilities a{
    color: #4a494a;
}
.hotel-facilities i{
	font-size:20px;
}
.no-bg{
	background:none;
}
.hotel-map-view {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    margin-left: -100%;
    transition: all .3s;
	background:#fff;
}
.hotel-map-view-header {
    padding: 10px 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	z-index:1;
}
.hotelMap-Open {
    margin-left: 0;
}
a.MapViewClose {
    line-height: 38px;
    font-size: 24px;
}
.MapView-filter {
    position: fixed;
    width: 315px;
    flex: none;
    margin-left: -350px;
    top: 0;
    left: 0;
    background: #fff;
    transition: all .3s;
    padding: 15px;
    z-index: 10000;
    max-width: 315px;
    -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.3);
    box-shadow: 0 0 28px -2px rgba(0,0,0,0.3);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.FilterSlide {
    margin-left: 0;
}
.MapView-filter .filterClose {
    display: block;
}
/*-----------Hotel Details-------------*/
.box_with_shadow{
	padding: 30px;
    /*box-shadow: 0 -3px 12px 1px rgba(0,0,0,.08);*/
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.flexslider .slides img {
	width: 100%;
	max-height: 383px;
	min-height: 383px;
	display: block;

}
#hote-carousel li img {
	max-height: 74px!important;
	min-height: 74px!important;
	border-radius: 5px;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	color: #b1b1b1;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	transform: translate(0, -50%);
}
.flex-direction-nav a i:before {
	margin: 0;
}
.flex-direction-nav .flex-prev {
	left: -33px;
	width: 42px;
	height: 42px;
	transform: scaleX(-1) translate(0, -50%);
}
.flex-direction-nav .flex-next {
	right: -33px;
	width: 42px;
	height: 42px;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 30px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 30px;
}
#hote-carousel {
	margin-top: 10px;
}
#hote-carousel ul li {
	cursor: pointer;
}
.hotel-map {
	border: 1px solid #d4d4d4;
	height:100%;
}

.gallery-col {
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
	padding: 0 15px;
	position: relative;
}
.map-col {
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
	padding: 0 15px;
	position: relative;
}
.hote-details-nav {
	border:1px solid #d4d4d4;
	padding:3px;
}
.hote-details-nav li {
	margin-right: 10px;
}
.hote-details-nav a {
	color: #5a5959;
	font-size: 15px;
	padding: 6px 10px;
	display: block;
	padding-left: 0;
    margin-right: 15px;
}
.hote-details-nav a.active {
	color: #5a5959;
    border-bottom: 2px solid #603085;
}
.hotel-details-box h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #4a494a;
}
.hotel-details-box h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
}
.hotel-details-box ul {
	margin-bottom: 20px;
}
.hotel-room-details {
	padding: 20px;
	border-bottom:1px solid #d4d4d4;
}
.hotel-room-item-col-left .hotel-room-details:last-of-type{
	border-bottom:0;
}
.hotel-room-details h4 {
	font-size: 17px;
	margin-bottom: 0;
}
.hotel-room-details h4 span{
	display: inline-block;
}
.hotel-room-details h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	color:var(--text);
}
.hotel-room-item-col-right {
	padding: 0px !important;
}
.hotel-room-item {
	margin-bottom: 15px;
	border:1px solid #d4d4d4;
}
.hotel-room-item-col-left {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	border-right: #d5d9d1 1px solid;
	
}
.hotel-room-item-col-right {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.hotel-room-item-head {
	margin-bottom: 20px;
}
.room-details-listing [class^="icon"] {
	font-size: 18px;
	margin-right: 5px;
}
.room-details-listing li {
	line-height: 19px;
	margin-bottom: 8px;
}
.hotel-room-item-col-right p {
	font-size: 13px;
}
.hotel-room-item-col-right .pri__button {
	display:block;
}
.room-price {
	font-size: 20px;
	font-weight: 500;
	color:var(--text);
	margin-bottom:10px;
}

.hotel-room-item-col-right .td-Button {
	margin-top: 20px;
	border: 0;
	width: 120px;
	padding: 10px 15px;
}
.hotel-room-thumb img {
	width: 100%;
	max-height:120px;
	object-fit: cover;
	border-radius: 20px;
}
.hotel-heightlights ul {
	margin-bottom: 25px;
}
.hotel-heightlights ul:last-of-type {
	margin-bottom: 0;
}
.hotel-heightlights ul li i {
    font-size: 32px;
    margin-right: 10px;
    line-height: 48px;
	color:#000;
}
.hote-policies h5 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.hote-policies .icon-calendar {
	font-size: 20px;
	color:var(--blue);

}
.hotel-room-compi-item {
	border-bottom:#d5d9d1 1px solid;
	margin-bottom:20px;
	padding-bottom:20px;
}
.hotel-room-item .hotel-room-compi-item:last-of-type {
	border:0;
}
/*-----Hotle pax-----*/
.hotel__summary h3{
	font-size:15px;
	font-weight:400;
}

.hotel__summary h2{
	font-size:20px;
	font-weight:500;
	color:var(--blue);
}
.summary_footer {
	border-top:#d4d4d4 solid 1px;
	padding-top:15px;
	margin-top:20px;
}
.summary_footer h4{
	color:var(--blue);
	font-size:15px;
}
.hotel_thumb img{
	width:100%;
	object-fit:cover;
	max-height:105px;
}

.room_repeat h4{
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}
.trave_det .room_repeat:last-of-type{
	border:0;
	padding-bottom:0;
}
.room_repeat .traveler_repeate:last-of-type{
	margin-bottom:0 !important;
}
.traveler_repeate h5{
	font-size: 16px;
    color: var(--grey);
	margin-bottom:10px;
	font-weight:500;
}
/*----Login----*/
.login_tab_wrap .modal-body {
    padding: 20px;
}
.log_cont_wrap a{color: #4a494a;}
.log_cont_wrap h4 {
    font-size: 28px;
    margin: 0;
    font-weight: normal;
}
.log_cont_wrap .new_acc {
    display: inline-block;
    background: #603085;
    padding: 0 15px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
}
.log_cont_wrap .new_acc:hover {
	color: #ffffff;
	background: var(--blue);
	
}
.log_cont_wrap .form-control{
	height:45px;
}
.log_cont_wrap span.form-control{
	height: 45px;
	line-height: 45px;
	padding-top: 0;
	padding-bottom: 0;
}
.log_cont_wrap .SearchBtn {
	text-transform: none;
	font-size: 24px;
	padding: 20px 50px;
	margin: 0;
	width: 50%;
}
.log_cont_wrap .social_btn_log {
	border: 1px solid #3b589a;
}
.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;
}
.log_cont_wrap .social_btn_log a img {
	width: 27px;
	margin-right: 10px;
}
.log_cont_wrap .phone_num .hasDownArrow {
	border-right: 2px solid #c8d0d3;
}
.log_cont_wrap .phone_num input {
	padding-left: 10px;
}
.modal-content {
    border-radius: .3rem;
	border:0;
}
.loginClose{
	position: absolute;
	top: 0;
	right: 5px;
}
#CrossSellingPopup .modal-content{
	overflow: inherit;
}
#CrossSellingPopup .fieldWrapCalnder .calendar__box{
	left: 0 !important;
}
#CrossSellingPopup .fieldWrapCalnder.return_date .calendar__box{
	right:  0 !important;
	left:  inherit !important;
}
#CrossSellingPopup .row{overflow: inherit;}
.flightpax-hotel-slider .owl-nav{
	position: relative;
	font-size: 0;
}
.flightpax-hotel-slider .owl-nav .icon-right_arrow{
	font-size: 15px;
}
.flightpax-hotel-slider .owl-nav .owl-prev{
	position: absolute;
	top: -195px;
	left: -20px;
	transform: scale(-1);
}
.flightpax-hotel-slider .owl-nav .owl-next{
	position: absolute;
	top: -190px;
	right: -20px;
}
/*------Packages------*/
.package_item_content h3{
	font-size:20px;
	color:var(--blue);
	margin-bottom:3px;
	font-weight:400;
}
.package_item_content h3 span{
	font-size:16px;
}
.package_item_thumb img{
	width:100%;
	max-height:173px;
	object-fit:cover;
	height: 173px;
}
.package_item_content{
	color:var(--grey);
}
.package_item{
	padding:20px;
}
.package_item .price{
	margin-top:11px;
}
.package_hero{
	border:1px solid #d4d4d4;
	margin-bottom:30px;
	position:relative;
}
.package_hero .flex-direction-nav a{
	background:none;
	color:#fff;
	font-size:34px;
}
/*.package_hero .flex-direction-nav .flex-prev {
	transform:scaleX(1);
}*/
.package__details h2{
	font-size:22px;
	color:var(--blue);
	margin-bottom:20px;
}
.package__details_tab{
	border:1px solid #d4d4d4;
}
.package__details_tab .nav-link {
    padding: 12px 30px;
	border-radius:0;
	color:var(--text);
	font-size:16px;
	border:0;
    
}
.package__details_tab .nav-link:hover{
	background:#bfd6e3;
	color:var(--grey);
	border:0;
}
	
.package__details_tab .nav-tabs{
	background: #f4f4f4;
	border-bottom:1px solid #d4d4d4;
}
.package__details_tab .nav-tabs .nav-link.active{
	background:#bfd6e3;
	color:var(--grey);
	border:0;
	
}
.package__details_tab .tab-pane {
	padding:25px;
}
.package__details_tab h3{
	font-size:18px;
	color:var(--blue);
	margin-bottom:15px;
	
}
.packg_price{
	font-size:20px;
	color:var(--blue);
	margin-bottom:0;
	font-weight:500;
}
.packg_price p{
	color:var(--grey);
	font-size:14px;
	margin-bottom:0;
	font-weight:400;
}
.package__summary h2 {
	background:var(--blue);
	color:#fff;
	padding:15px 25px;
	font-size:16px;
	margin: 0 -26px;
}
.packg_summary_parts {
	padding:20px 0;
	border-bottom:1px solid #d4d4d4;
}
.packg_details_data li {
	line-height:24px;
	
}
.packg_tag {
	position:relative;
	padding-left:15px;
	border-left:3px solid #434f60;
	line-height: 20px;
	margin-bottom:15px;
}
.packg_tag:before{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	border-top: 6px solid transparent;
  	border-bottom: 6px solid transparent;
  	border-left: 6px solid #434f60;
	content:"";
	left:0;
}
.packg_summary_parts .packg_tag:last-child{
	margin-bottom:0;
}
.packg_print_mail li{
	font-size:16px;
	margin-right:35px;
}
.packg_print_mail li i{
	font-size:26px;
}
.package__summary .packg_summary_parts:last-of-type{
	border-bottom:0;
	padding-bottom:0;
}
.package__details_tab h4{
	font-size:15px;
	font-weight:400;
	margin-bottom:20px;
}
.select_city_room a{
	display: block;
    background: #92a5b0;
    color: #fff;
    padding: 5px 12px;
    margin-right: 5px;
	
}
.select_city_room a.active{
	background:var(--blue);
}
.fc-day-grid-container.fc-scroller {
    height: auto!important;
    overflow-y: auto;
}
.fc-day-header {
    background: var(--blue) !important;
}
.fc-event, .fc-event-dot {
    background-color: var(--green);
	border:0;
	padding:3px 5px;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
	border-color:#e4e4e4;
}
div#calendar table tr th {
	font-weight:400;
	line-height:35px;
	color:#fff;
}
.fc-header-toolbar h2{    margin: 0;
    font-weight: 400;
	font-size:20px;
}
.holiday_price_row{
	background: #f8f8f8;
    padding: 10px;
    margin-bottom: 3px;
    border: 1px solid #f0f0f0;
}
.holiday_price_row p{ 
margin:0;
line-height:14px;
}
.holiday_price_row h6{
	    font-size: 12px;
		margin-bottom:2px;
       font-weight: 500;
}
/*-----My booking----*/
.innerTitleWrap h2{
	font-size:35px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	    line-height: 31px;
    margin-bottom: 0;

}
.my__booking .nav-link{
	background:#e0e0e0;
	padding:10px 30px;
	font-size:15px;
	color:#484848;
	position:relative;
	border-radius:5px;
}
.my__booking .nav-link span.icon-hotel-bed{
	font-size:22px;
	line-height: 19px;
}
.my__booking .nav-link.active{
	background: var(--blue);
	color:#fff;
}
.my__booking .nav-link.active:after{
	content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width:12px;
    height: 12px;
    background: var(--blue);
    bottom: -6px;
}
.my__booking h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:20px;
}
.my__booking .tab-pane{
	padding-top:25px;
}
.in_side__tab .fade.active{
	opacity:1;
}
.in_side__tab .nav li a {
	color:#485467;
	padding-bottom:15px;
	display:block;
	position:relative;
	padding:10px 35px;
}
.in_side__tab .nav li a.active{
	background:var(--blue);
	color:#fff;
}
.in_side__tab .nav li:first-child a.active {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.in_side__tab .nav-tabs {
    background: #e0e0e0;
    border-radius: 5px;
}
.myb_item{
	background:#f8f8f8;
	padding:10px 12px;
	border:1px solid #f0f0f0;
	margin-bottom:3px;
	color:#485467;
	font-size: 16px;
   	line-height:16px;
    border-radius: 5px;
}
.myb_items_heading{
	font-size:12px;
	font-weight:400;
}
.booking_status {
	display:inline-block;
	border:1px solid;
	border-radius:3px;
	font-size:12px;
	padding:5px 10px;
	min-width:135px;
	text-align:center;
	
}
.booking_status.ticketing_failed{
	color:#ed1c24;
}
.booking_status.waiting{
	color:#f58b19;
}
.booking_status.ticketed{
	color:#00c538;
}
.myb_item .view{
    color: #fff;
    font-size: 13px;
    background: #603084;
    padding: 8px 10px;
    border-radius: 5px;
}
.myb__booking_details {
	border: 1px solid #cacaca;
	margin-bottom:10px;
	margin-top:10px;
    border-radius: 5px;
}
.airOneLeg {
    border-top: 1px solid #cacaca;
}
.myb__booking_details .resultLeft  .airOneLeg:first-of-type{
	border:0;
}
.airOneLeg .airOneLegTop {
    padding: 10px 15px;
    border-bottom: 1px dashed #cacaca;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.airOneLeg .airlineLogo img {
    margin-right: 10px;
    width: 80px;
}

.airlineItenry .airportCode {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.airlineItenry .airportCode p {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    text-transform: none;
    margin-top: 4px;
}
.myb__booking_details .air__stops {
	margin:0 35px;
	padding-top:0;
	text-align:center;
	
}
.myb__booking_details .result-col-1{
	flex: 0 0 100%;
    max-width: 100%;
}
.myb__booking_details  .airportCode span.airtime{
	font-size:17px;
	font-weight:400;
	margin-left:5px;
}
.myb__booking_details  .total_dura{
	font-weight:500;
	font-size:14px;
}
.myb__booking_details  .flight_class{
	background: #f8f8f8;
    border-radius: 15px;
    padding: 3px 10px;
    margin-left: 15px;
    line-height: 17px;
	position:relative;
}
.myb__booking_details  .flight_class:before{
	content: "";
    height: 65%;
    width: 1px;
    background: #79818d;
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
}
.layover_time {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #92a5b0;
    border-radius: 15px;
    font-size: 13px;
    padding: 5px 15px;
    top: -12px;
    line-height: 15px;
}

.airOneLeg {
	position:relative;
}
.myb__booking_details .airlineItenry {
    padding:   22px 15px;
}
.myb__booking_details .footer{
	padding:8px 30px;
	border-top: 1px dashed #cacaca;
}
.myb__booking_details .footer  .sec__button{
	background:#5c5c5c;
}
.myb__booking_details .footer .sec__button{
	width:auto;
	
}
.myb__booking_details .footer  a {
	padding:10px 20px;
}

.myb_no_records{
	font-size: 21px;
    color: #89929e;
	min-height:200px;
}
.myb_no_records i{ 
	font-size:55px;
	line-height: 53px;
}
.my__booking .box_wrap{
	min-height:400px;
}
.myb__booking_details h4{
	font-size:18px;
	font-weight:normal;
}
.myb__booking_details .hotel_thumb img{
	width:100%;
	max-height:175px;
	object-fit: cover;
}
/*-----Direct payment----*/
.direct_payment_options .pri__button.lg{
	width:220px;
	margin-top:25px;
}
.direct_payment_options .PayBoxIcon {
    width: 45px;
    font-size: 35px;
}
.dir_payment_det_col{
	font-size: 14px;
    line-height: 18px;
    padding: 8px 15px;
    margin-bottom: 5px;
	    border:1px solid #b4b4b4;
}
.dir_payment_det_col .title{
	font-size:12px;
	
}
.c_pointer{
	cursor:pointer;
}
.or{
	border-radius:50%;
	background:var(--blue);
	padding:12px;
	color:#fff;
	font-size:16px;
	width:46px;
	height:46px;
	text-align:center;
}
/*----Contact---*/
.conatct_box h3{
	font-size:18px;
	color:var(--blue);
	margin-bottom: 15px;
}
.conatct_box h4{
	font-size:14px;
	color:var(--grey);
	font-weight:400;
	margin-bottom:0;
	
}
.conatct_box{
 	padding: 18px 25px;
    position: relative;
    padding-right: 85px;
	min-height:196px;
}
.conatct_box p{ margin-bottom:0;}
.conatct_box .contact_box_icon{
	font-size: 52px;
    color: var(--green);
    align-self: flex-end;
   line-height: 56px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.conatct_box.license i{
	color: var(--blue);
	font-size: 43px;
}

/*Progressive starts*/
.progress{
	border-radius:0;
	height:20px;
}

.progress-bar {
 
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: var(--blue);
    -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
}
/*.overlay {
    margin-bottom: 10px;
    font-size: 20px;
    height: 23px;
    z-index: 99;
    background: #1f285d;
    font-weight: 700;
    position: absolute;
    width: 100%;
    right: 0!important;
    top: 0;
}*/
.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: 102px;
    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: 17px;
    color: #485e81;
}
.progressort {
    height: 50px
}

.result_block_right .timeline-item {
    background: #fff;
    padding: 12px 0;
    margin: 0 auto;
    max-width: 100%;
    min-height: 150px;
    margin-bottom: 15px
}

.timeline-item {
    background: #fff;
    padding: 0 0;
    margin: 0 auto;
    max-width: 100%;
    min-height: 150px;
}

/*------------Mobile Ticket----------*/
.mobile_ticket {
    margin: 50px 0;
    width: 100%;
}

.mticket_box {
    background: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.mticket_box .full_box {
    padding: 15px;
}
.mticket_box .full_box td {
    padding: 8px 15px;
	word-break:break-all;
}
.mticket_box .full_box strong, 
.mobVoucherRef strong {
    color: #212529;
}

.mticket_box .full_box td p {
    margin: 0;
}

.mticket_box .full_box p {
    margin: 0;
    font-size: 15px;
    margin: 2px 0;
    line-height: 24px;
}
.full_box.roomRepeat{
    border-top: 1px solid #dfdfdf;
}
.full_box.roomRepeat:first-child{
    border-top: 0;
}
.full_box.roomRepeat .full_box{
    padding: 10px 15px;
}
.full_box.roomRepeat .full_box:nth-child(odd){
    background: #e1eff7;
}
.full_box.roomRepeat .full_box:nth-child(even){
    background: #f1f1f1;
}
.CncldP{
    font-size: 13px;
    padding-left: 15px;
    padding-top: 15px;
}
/*.mticket_box p strong {
    margin: 0 5px 0 0;
}*/

.mobile_tkt_hd h3 {
    color: #fff;
    font-size: 16px;
    background: #603085;
    margin: 0;
    padding: 15px 15px;
	font-weight: normal;
}

.mticket_box .full_box .mobile_rules {
    padding-left: 20px;
    margin: 0;
}
.mticket_box .full_box .mobile_rules li {
    list-style: inherit;
	position:relative;
}
.mticket_box .full_box .mobile_rules li::before{
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	border-radius:50%;
	background:var(--green);
	left:-14px;
	top:8px;
}
.mticket_box.mobileFoot {
    color: #fff;
    background: #603085;
    margin: 0;
    padding: 15px 15px;
} 
.mticket_box.mobileFoot p {
    margin: 0;
}
/*----Sitemap-------*/
.sitemap-navigation{width:100%;max-width:100%;overflow:hidden;margin:0 auto;background:#fff;padding:30px;}
.sitemap-navigation ul,.sitemap-navigation li{list-style:none;margin:0;padding:0;position:relative}
.sitemap-navigation a{display:inline-block}
.sitemap-navigation .menu-item::before,.sitemap-navigation>.menu-item-has-children>.sub-menu::before{content:'';display:block;position:relative;left:50%;margin-left:-2px;width:100%;border-left:#d4d4d4 solid 1px;height:2em}
.sitemap-navigation>.menu-item-has-children::before{display:none}
.sitemap-navigation>.menu-item-has-children>.sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:#d4d4d4 solid 1px;margin-top:2em;}
.sitemap-navigation>.menu-item-has-children>.sub-menu::before{position:absolute;top:-26px;margin-top:-4px;margin-left:-2px}
.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-top:-2px;padding-left:1em;padding-right:1em}
.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before{left:auto;right:50%;width:100%;border-left:none;border-right:#d4d4d4 solid 1px}
.sitemap-wrapper{padding:2rem;text-align:center}
.sitemap-navigation a{background:#fff;border-radius:0;color:#424242;font-size:15px;text-decoration:none;border:1px solid #d4d4d4;width:157px;padding:6px 10px;-webkit-transition:.25s;transition:.25s;}
.sitemap-navigation .menu-item-has-children>a{background:#603085;color:#ffffff;width:157px;font-size:14px;border:1px solid #603085;padding:10px;}
.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before, .sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:last-child::before{background:#fff;}

/*----hotel map view------*/
div#map_view_block {
    margin-top: 0px;
    max-height: 760px;
	min-height:760px;
}
ul.pagination {
    margin-top: 28px;
}
ul.pagination li span{
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-right: 5px;
}
ul.pagination li span.newActive{
	background: #0e9fa9;
	color:#fff;
	border-color: #0e9fa9;
}
.map_pic {
	width:35%;
}
.map_pic img{
	width:100%;
	height:100%;
	object-fit:cover;
	min-height:150px;
}
.map_cont {
	width:65%;
	padding-left:15px;
}
.mapViewDescr{
	margin-top:10px;
}
.map_cont .hotel_name h3{
	font-size: 18px;
    color: #2e3738;
	margin-bottom:5px;
	font-family: 'Roboto','DroidKufiRegular', sans-serif;
}

.map_details {
	font-family: 'Roboto','DroidKufiRegular', sans-serif;
}
.map_cont  p{
	margin:0;
}
.map_cont  .show-more{
	background:none;
	border:0;
	color:#21a247;
	padding:0;
}
.map_cont  .map_rate{
	font-size:16px;
	color: #273d3e;
}
.map_cont  .per-room{
	color: #6b7070;
	font-size:13px;
}
#gmaps .gm-ui-hover-effect {
    position: absolute !important;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    top: 0 !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    padding: 7px 0 !important;
}
.gm-style .gm-style-iw-c {
	padding:20px  !important;
	border-radius:0 !important;
}

/* Support CSS */
.pagination.themeStyle{flex-wrap:wrap;}
.pagination.themeStyle .page-link { color: #333;  }
.pagination.themeStyle .page-item.active .page-link { color: #fff; background-color: #603085; border-color: #603085; }
.iconHeight{height: 30px !important;}
.copy_right a:hover{color:#1c863b;}
.spaceFtr{margin-left:8px; margin-right:8px;}
.page404 h2 {
    font-size: 25px;
    color:var(--grey);
    margin: 10px 0 10px 0;
    font-weight: 500;
}
.page404 h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 25px;
}
.td-Button {
    background: var(--green);
    color: #fff;
    padding: 15px;
    min-width: 130px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    width: auto;
    display: inline-block;
}
.td-Button:hover{color:#fff;}
.box_wrap.page404 {
    min-height: 550px;
    text-align: center;
    padding: 50px 0 0;
}
button:disabled, .disabled{
	opacity:.5;
	 pointer-events: none;
	 cursor:not-allowed;
}
.error{
	color:#F00;
	font-size:12px;
}
.reqStar{
	color:#F00;
}
.fly_form, .fly_to{
	position:relative;
}
.payment__details_list li {
    padding: 8px 12px;
    background: #f1f1f1;
    margin-right: 5px;
    margin-bottom: 5px;
}
.voucher{
	font-family:'Roboto','DroidKufiRegular', sans-serif !important;
}
.modal-header{
	background: var(--blue);
    border-radius: 0;
    padding: 15px;
}
.modal-header h4{
	color:#fff;
	font-size:18px;
}
.seeAllpackge{
	padding-top: 20px;
	display: flex;
	justify-content: flex-start;
	font-size: 15px;
	color: var(--green);
}
.flightDetailsTab {
	    word-wrap: break-word;
}
.saf_tooltip {
	position:relative;
}
.saf_tooltip__box {
    visibility: hidden;
    width: 180px;
    background-color:#2e3738;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    position: absolute;
    z-index: 2;
    top: 120%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(-50%, 0);
    line-height: 17px;
}
.saf_tooltip__box::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgb(46, 55, 56) transparent;
}
.saf_tooltip:hover .saf_tooltip__box  {
    visibility: visible;
    opacity: 1;
}
.ct{background-color:#fff;padding:5px 0;}
.ct .app_install_btn2{display:inline-block;font-size:16px;font-weight:normal;color:#FFF;border:none;background:var(--green);border-radius:5px;text-align:center;}
.ctClose{font-size:22px;color:var(--green); display:inline-block;
 padding:0 4px;cursor:pointer; border:1px solid var(--green);}
.contIata {
    top:35px;
    right: 5px !important;
    bottom: auto !important;
}
.iataLogo {
    margin-bottom:5px;
}
.civilLogo {
    text-align: center;
}
.mobile_app_downloads{
	background:rgba(0,0,0,.5);
	padding:0 15px;
	margin-top:80px;
}
.mobile_app_downloads h3{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
}
.mobile_app_downloads p{
	color:#fff;
	font-size:12px;
}
.mobile_app_mockup img{
	margin-top:-45px;
	max-width:100%;
}
.app_buttons img{ max-width:100%;}
.mozapptext{-moz-appearance:textfield;}
#ui-datepicker-div .ui-datepicker-year, #ui-datepicker-div .ui-datepicker-month{ height: 30px !important; border: 1px solid #fff !important; font-size:13px !important;}
#ui-datepicker-div select {border: 1px solid #fff !important; }
.mgSpaceTp{margin-top: 0; display: inline-block !important;width: 100%;text-align: center;color: #62278f; font-size:14px;}
.mediaVis{justify-content: flex-end;}
.ctPad{padding: 15px !important; width: 220px !important;}
.arScale{transform: scaleX(-1); display: inline-block;}
.specialRqst textarea.form-control{ height:90px;}
.specialRqst label{ line-height:20px;font-size: 13px;}

.ModifyColorBg {  }
.result__panel_Select_R {
    flex: 0 0 22%;
    max-width: 22%;
    background: #62278f;
    border-left: 1px solid #62278f;
    border-top: 1px solid #62278f;
    border-bottom: 1px solid #62278f;
    border-bottom-right-radius: 5px;
    padding: 0px;
}
.result__panel_Select_R a {
    color: #fff;
    text-align: center;
    padding: 10px;
}
.result__panel_FlightDtls {
    flex: 0 0 78%;
    max-width: 78%;
    border-top: 1px solid #62278f;
    border-bottom: 1px solid #62278f;
    border-left: 1px solid #62278f;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
}
.result__panel_FlightDtls {
    color: #62278f;
    font-size: 15px;
}
.flightDtlsIcon:before {
    font-family: "re7lahicon";
    content: '\e802';
    width: 15px;
    height: 15px;
    /*display: inline-block;*/
    margin-right: 8px;
}

.font-22 {
    font-size: 22px;
}
.font-17 {
    font-size: 17px;
}
.air__stops .flight_icon {
    color: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 23px;
    transform: translate(0, -50%);
    z-index: 2;
    margin-top: 2px;
}
.air__stops .icon-flight:before {
    content: '\e806';
    color: #603085;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(90deg);
    top: -3px;
    position: relative;
    right: -10px;
}
.FilterTitle .icon-rightarrow:before {
    content: '\e80a';
    font-size: 6px;
    top: 0px;
    right: 0px;
    line-height: 20px;
}
.FilterClear {
    color: #838383;
    font-size: 12px;
}
/*.modifyserach{ display:block !important;}*/
/*.title__sec_content.ModifyMain{ display:none;}
.ModifyMain .pri__button{ display:none; }*/
.icon-search:before {
    content: '\e808';
    text-align: right;
}
.modyfyBtn {
    background: #62278f;
    color: #fff;
    font-size: 28px;
    padding:8px 33px;
    border-radius: 5px;
    border: none;
    text-align: center;
    display: inline-block;
	width:100%;
	min-height:44px;
}
.modify_search .clear_btn:before {
    content: '\e80d';
	font-family: "re7lahicon";
}
.moreOption {
    cursor: pointer;
    font-size: 13px;
	color:#fff;
}
a.moreOption, a.lessOption {color:#fff;}
.icon-summary:before {
    font-family: "re7lahicon";
    content: '\f15c';
}
.icon-fare-summary:before {
    font-family: "re7lahicon";
    content: '\f0f6';
}
.icon-luggage:before {
    content: '\e80c';
}
.icon-flight-departure {
    width: 48px;
    height: 28px;
    background: url(../images/flight_departure_icon.png) no-repeat top right;
    display: inline-block;
    margin-right: 10px;
}
.icon-flight-onward {
    width: 48px;
    height: 34px;
    background: url(../images/flight_onward_icon.png) no-repeat top right;
    display: inline-block;
    margin-right: 10px;
}
.FlightDtlsHd{
	width: 48%;
}
.FlightDtlsHd h5 {
    background: #f0f0f0;
    padding: 5px 10px;
    margin-right: 3px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    width: 110px;
	font-weight: normal;
}
.icon-minus-1:before {
    font-family: "re7lahicon";
    content: '\e814';
}
.icon-plus:before {
    font-family: "re7lahicon";
    content: '\e815';
}
.icon-filter:before {
    content: '\e81b';
}
.icon-sort:before {
    content: '\f161';
}
.icon-close-2:before {
    font-family: "re7lahicon";
    content: '\e81a';
}
.MobHDalign {
    direction: rtl;
    margin: 0 0px;
    display: inline-block;
    width: 100%;
}
.MobHDText{ text-align:right;}
.MobPrice {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    background: #f2f2f2;
}
.MobPrice span { padding-right:2px; padding-left:2px;}


/*Hotel*/
.HtlSort {
	flex: 20 0 65%;
	max-width: 65%;
	margin-bottom: 15px;
}
.HtlSort.resultSort ul {
	margin-bottom: 0;
	border: solid #d9d9d9 1px;
	border-radius: 5px;
}
.map_view_button {
	margin: 0px;
	font-size: 15px;
	background: #4a494a;
	border-radius: 5px;
	padding: 8px 30px;
	color: #fff;
	margin-right: 20px;
	line-height: 28px;
}
a.map_view_button:hover {
	color: #fff;
}
.map_view_button i {
	font-size: 18px;
	margin-right: 8px;
}
.icon-map_view:before {
	content: '\e80e';
	text-align: right;
}
.HtlRsltPanel {
	padding: 15px;
}
.HtlRght .resultSort ul li a {
}
.HtlRght .resultSort-outer {
	border: none;
}
.HtlRsltBox .resultfareDetails {
    padding: 30px 20px;
    min-height: 163px;
}
.HtlRsltBox .result__panel_col_R {
    padding: 0px;
}
.HtlSelect {
    background: #62278f;
    border-left: 1px solid #62278f;
    border-top: 1px solid #62278f;
    border-bottom: 1px solid #62278f;
    border-bottom-right-radius: 5px;
    color: #fff;
    padding: 10px 35px;
    text-align: center;
}
.HtlSelect:hover{color: #fff;}
.icon-key:before {
    content: '\e810';
    text-align: right;
}
.icon-location-1:before {
    content: '\e80f';
    text-align: right;
}
.icon-bell:before {
    content: '\e811';
    text-align: right;
}
.hotel-facilities{margin-top:15px;}
.icon-filterhtl:before {
    content: '\e819';
    font-size: 22px;
}
.icon-filtersearch:before {
    content: '\e818';
}
.hotelmodifysearch .icon-search:before{ font-size: 28px; position:absolute;pointer-events: none;}
.no_result img {
    height: 90px;
    margin-bottom: 15px;
}
/*Hotel*/
.MyRewardBox .table {
    border: 1px solid #d4d4d4;
}
.details_all {
    background: #e9ecef;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 6px;
    border: 1px solid #d6d6d6;
}
.MyRewardHd label {
    font-size: 16px;
}
.MyRewardHd h5 {
    font-size: 18px;
    color: #603085;
    font-weight: 600;
    text-align: center;
}

/*Flight Pax slider start here*/
.flightpax-hotel-slider{
	margin-bottom: 30px;
}
.flightpax-hotel-slider .item {
    border-radius: 20px;
    border: 1px solid #ccc;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.flightpax-hotel-slider .item figure {
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    margin-left: -1px;
}
.flightpax-hotel-slider .item figure img{
    height: 150px;
}
.flightpax-hotel-slider .item .carHea {
    padding: 20px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: dotted 2px #d6d6d6;
}
.flightpax-hotel-slider .item .carHea h3 {
    font-size: 18px;
    text-align: center;
    color: #4a494a;
}
.flightpax-hotel-slider .item .carHea span {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #6f6f6f;
}
.flightpax-hotel-slider .item .timeline-item{
    border-radius: 33px;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 0px;
}
.flightpax-hotel-slider .price-section{
    padding: 14px;
}
.flightpax-hotel-slider .price-section div{
    line-height: 23px;
}
.flightpax-hotel-slider .price-section div p{
    margin-bottom: 0;
}
.flightpax-hotel-slider .item a {
    background: #603085;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
}
.hotel-ico{
    position: relative;
    width: 100%;
    height: 30px;
}
.flightpax-hotel-slider .item .carHea .hotel-ico span{
    position: absolute;
    left: calc(50% - 31px);
    top: -55px;
    width: 62px;
    height: 64px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
/*Flight Pax slider ends here*/
/*Hotel detail page new start*/
.box_detail_page{
	padding: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 30px;
}
.hotel_name_deta h4 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #4a494a;
    font-weight: normal;
}
.hotel_name_deta h4 span {
    display: inline-block;
    margin-right: 50px;
}
.hotel_name_deta p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}
.hote-details-nav{
	border: 0;
}
.room-details-listing li i {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}
.hotel_deta_prce {
    height: calc(100% - 43px);
    width: 100%;
}
.hotel_deta_prce div {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.hotel_deta_select {
    height: 43px;
    width: 100%;
    background: #ccc;
}
.hotel_deta_select a {
    display: inline-block;
    width: 100%;
    height: 43px;
    text-align: center;
    background-color: #603085;
    color: #fff;
    line-height: 43px;
    font-size: 18px;
}
.hotel-heightlights h4 {
    font-size: 15px;
}
#overview h3, .hote-policies h3 {
    font-size: 18px;
}
#overview p, .hote-policies p {
    font-size: 14px;
}
/*Hotel detail page new ends*/
/*Hotel pax page new start*/
.base_fare_wrp h5 span {
    font-size: 12px;
    display: block;
    clear: both;
}
.room_repeat h4.rm-cnt-lbl {
    font-size: 18px;
    margin-top: 10px;
}
.trave_det label {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.trave_det label.justify-content-start span{
	display: inline-block;
	padding-left: 2px;
}
.htl-review-dtls.hotel-room-thumb img {
    max-width: 100%;
    width: 215px;
    border-radius: 10px;
    height: 145px;
    max-height: 145px;
}
.border__box.htlsmmry .head_txt{
	padding: 15px 25px;
}
.Pax_page .hotel-room-item{
	border: 0;
	margin-bottom: 0;
}
.Pax_page .hotel-room-item-col-left {
    flex: 0 0 100%;
    max-width: 100%;
}
.htl-review-dtls.hotel-room-thumb img{
    max-width: 100%;
    width: 215px;
    border-radius: 10px;
    height: 145px;
    max-height: 145px;
}
.htl-review-dtls.hotel-room-thumb h4{
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: normal;
}
.htl-review-dtls.hotel-room-thumb p{
    font-size: 14px;
    margin-bottom: 5px;
}
.htl-review-dtls.hotel-room-thumb a{
    display: inline-block;
    color: #603085;
    width: 100%;
    margin-top: 20px;
}
.htl-review-dtls.hotel-room-thumb .star_rating i{
    display: inline-block;
}
.htl-review-dtls.hotel-room-thumb .star_rating i img{
    height: 20px;
    width: 20px;
}
a.chng-htl-txt{
    color: #603085;
    font-size: 14px;
    text-decoration: underline;
}
.rm-cnt-lbl{
    font-size: 18px;
    margin-top: 10px;
    padding-left: 5px;
}
.base_fare_wrp h5{
    font-size: 16px;
}
.base_fare_wrp h5 span{
    font-size: 12px;
    display: block;
    clear: both;
}
.modal-header .close{
	color: #fff;
	opacity: 1;
}
.Pax_page  .star_rating {
	font-size: 20px;
}
.Pax_page .hotel-room-details{
	border-top: 1px solid #ccc;
}
.pay__box_footer {
    background-color: #f8f8f8;
    padding: 25px;
    margin-right: -25px;
    margin-left: -25px;
    border-top: 1px solid #ccc;
}
.payment__option_box{
	border-bottom: 0;
	padding: 25px 0;
}
/*Hotel pax page new ends*/
/*Manage booking start here*/
.Manage_Booking .Box-wrap{
    border: 1px solid #b4b4b4;
    padding: 25px;
    margin: 50px 0;
    border-radius: 5px;
    position: relative;
}
.Manage_Booking.page__content{
	padding-top: 0px;
}
.Manage_Booking .Box-wrap h3{
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b4b4b4;
    font-weight: normal;
    color: #4a494a;
}
.Manage_Booking .Box-wrap p{
    font-size: 15px;
    margin-bottom: 30px;
}
.Manage_Booking .Box-wrap label{
    font-size: 14px;
}
.Manage_Booking .Box-wrap input{
    margin-bottom: 30px;
}
.Manage_Booking .Box-wrap input.form-control{
    height: 45px;
    border: 1px solid #b4b4b4;
}
.Manage_Booking .mng-pr{
    padding-right: 32px !important;
}
.Manage_Booking .mng-pl{
    padding-left: 32px !important;
}
.mng-or{
    position: absolute;
    top: calc(50% - 22px);
    right: -54px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #603085;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}
/*Manage booking ends here*/
/*About page start here*/
.Abou_page{
    padding: 35px 0;
}
.Abou_page h3{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: normal;
    color: #4a494a;
}
/*About page ends here*/
/*Contact_page start here*/
.Contact_page .Box-wrap{
    border: 1px solid #b4b4b4;
    padding: 25px;
    margin: 50px 0;
    border-radius: 5px;
    position: relative;
}
.Contact_page .Box-wrap .adrs_sec{
    width: 100%;
}
.Contact_page .Box-wrap .adrs_sec h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #4a494a;
}
.Contact_page .Box-wrap .adrs_sec p{
    font-size: 15px;
    margin-bottom: 10px;
}
.Contact_page .Box-wrap h3{
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b4b4b4;
    font-weight: normal;
    color: #4a494a;
}
.Contact_page .Box-wrap p{
    font-size: 15px;
    margin-bottom: 30px;
}
.Contact_page .Box-wrap label{
    font-size: 14px;
}
.Contact_page .Box-wrap input.form-control{
    height: 45px;
    border: 1px solid #b4b4b4;
    margin-bottom: 25px;
}
.Contact_page .Box-wrap textarea.form-control{
    height: 110px;
    border: 1px solid #b4b4b4;
    margin-bottom: 25px;
}
.Contact_page .Box-wrap textarea.form-control:focus{
    box-shadow: none;
}
.Contact_page .mng-pr{
    padding-right: 32px !important;
}
.Contact_page .mng-pl{
    padding-left: 32px !important;
}
.mng-or{
    position: absolute;
    top: calc(50% - 22px);
    right: -54px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #603085;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}
.Contact_page span.error{
	position: relative;
	top: -25px;
}
/*Contact_page ends here*/
/* 404 page style start*/
.greenBg{background-color:#603085;box-sizing:border-box;height:100%;left:0;padding:0;position:fixed;text-align:center;top:0;width:100%;z-index:99999;}
.boxWH1{width:100%;height:100%;}
.centerBox1{text-align:center;padding:15px 30px;}
.centerBox1 .cntrImg1 img{margin-bottom:20px;width:250px;}
.centerBox1 h3{color:#fff;font-size:30px;line-height:20px;margin:10px 0 10px 0;}
.centerBox1 p{margin:0 0 2px 0;font-size:15px;color:#efefef;}
a.btn404{background:#ffffff;border-radius:5px;font-size:18px;font-weight:bold;padding:10px 25px;color:#603085 !important;display:inline-block;margin-top:20px;text-decoration:none;cursor:pointer;}
.sessionOutBtn1{background:#603085;border-radius:5px;font-size:18px;padding:10px 25px;color:#fff !important;display:inline-block;margin-top:20px;text-decoration:none;cursor:pointer;}
a.sessionOutBtn1:hover{color:#fff;text-decoration:none;}
.bf_box{text-align:center;padding:15px 30px;}
.bf_box .bf_boxCntr img{margin-bottom:20px;height:200px;}
.bf_box h3{color:#39434e;font-size:25px;line-height:20px;margin:10px 0 10px 0;}
.bf_box h4{color:#39434e;font-size:16px;line-height:25px;margin:0px 0 10px 0;}
.bf_box p{margin:0 0 2px 0;font-size:15px;color:#39434e;}
.bookingFaild{padding:150px 0 60px;min-height:calc(100vh - 300px);}
/* 404 page style ends */
.cmsBox_wrap{border:1px solid #ccc;border-radius:5px;margin-bottom:35px;position:relative;-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);}
.cmsBox_wrap input.form-control{height:45px;border:1px solid #b4b4b4;}
.ui-autocomplete{z-index: 10004;}

.flight_matrix_wrap .icon-rightarrow {
    background: #603085;
    border-radius: 4px;
    width: 25px;
    height: 75px;
    display: block;
}
.airline_matrix {
    padding: 0 23px;
}
.icon-flight:before{content:'\e806';color:#603085;width:20px;height:20px;display:block;transform:rotate(90deg);top:-3px;position:relative;right:-10px;}
.icon-rightarrow:before{content:'\e807';font-size:23px;color:#fff;top:-2px;right: -1px;position:relative;}

@media (max-width: 991px){
	.search_col_1 ,.search_col_2{  width: 50%;}
	.search_col_3 {  width: 25%;}
	.search_col_6 {  width: 70%;}
	.search_col_4 {  width: 50%;}
	.search_field_outer , .search_button_outer{  flex: 0 0 100%;  max-width: 100%;}
	.search_tab_nav .nav-link { margin-right:8px;}
	.navbar-collapse{    position: fixed; top: 0; right:-300px;  width: 300px;    height: 100vh;  background: #34474f;padding:15px 0; transition:all ease .3s;z-index:1001; }
	.navbar-expand-lg .nav-link {    padding: 3px 20px;  font-weight: 400; line-height: 36px; border-bottom: 1px solid #49616b; margin: 0; color:#86a1ad}
	.show_menu .navbar-collapse{ right:0;}
	.show_menu body{overflow: hidden;}
	.show_menu .overlay{ background:rgba(0,0,0,.4); position:fixed; top:0; left:0; width:100%; height:100%; display:block; z-index:1000;}
	.dropdown-item {    border-bottom: 1px solid #49616b; color:#86a1ad;}
	.dropdown-menu { border:0; background:none;}
	.dropdown-menu .dropdown-item:last-child {   border-bottom: 1px solid #49616b;}
	.why_us_item { margin-bottom:20px;}
	.mody__search_fields_outer { max-width: 85%; flex: 0 85%;}
	.mody__search_button_outer { max-width: 15%; flex: 0 15%;}
	.mobileFiltetButn { display: flex; position: fixed; bottom: 25px; right: 25px; z-index: 3;}
	.Filter {  position: fixed;  width: 315px;flex: none; margin-left: -350px;  top: 0; left:0; background: #fff; transition: all .3s; padding: 15px; z-index: 9999; max-width: 315px;
    -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.3);box-shadow: 0 0 28px -2px rgba(0,0,0,0.3);height: 100%;overflow-y: auto;overflow-x: hidden;}
	.FilterSlide, .resultSort-outer.FilterSlide {  margin-left: 0;}
	.filter__Col .filter_box {  border: none;}
	.filterClose, .sortClose {   display: block;}
	.resultSort-outer {
    position: fixed;
    width: 315px;
    margin-left: -335px;
    top: 0;
    left: 0;
    background: #fff;
    transition: all .3s;
    padding: 25px;
    z-index: 10003;
    min-height: 100%;
    -webkit-box-shadow: 0 0 28px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 28px -2px rgba(0,0,0,0.3);
    box-shadow: 0 0 28px -2px rgba(0,0,0,0.3);
    display: block!important;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
	}
	.resultSort ul li a {    margin-left: 0;  margin-bottom: -1px; border-bottom: 1px solid #ebedf1;text-align:left;padding-left:0;   padding: 10px 0;}
	.resultSort ul li {  width: 100%;  text-align: left;  border-right: 0;}
	.resultSort ul li a.active{padding-left:0 !important;}
	.resultSort ul li:first-of-type{padding-left:0;margin-bottom:0;}
	.result__Col {  max-width: 100%;  flex: 0 100%;  padding: 0 15px;}
	.hotel-room-item-col-right {  -ms-flex: 0 0 30%;  flex: 0 0 30%;  max-width: 30%;}
	.hotel-room-item-col-left{  -ms-flex: 0 0 70%;  flex: 0 0 70%;  max-width: 70%;}
	.hotel-address {  margin-bottom: 5px;}
	.gallery-col, .map-col {  -ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;  margin-bottom:20px;}
	.hotel-room-thumb, .room-details-listing { margin-bottom:15px;}
	.resultPanel p{ font-size:13px;line-height: 17px;}
	.hotel-facilities {  margin-top: 9px;}
	.package__details_tab .nav-link{ padding:12px 10px; font-size:15px;}
	.conatct_box{ min-height:auto;}
	.filter_progress { display:none;}
	.hotel-map{height: 180px;}
	.HtlSort {flex: 20 0 100%; max-width: 100%;}
	.HtlSort.resultSort ul{border:none;}
	.resultSort ul li:first-of-type{ display:none;}
	.resultSort ul li a.active{padding-left: 16px !important;}
}

@media (max-width: 767px){
	.pagination.themeStyle .page-link {margin-bottom: 10px;  }
	.mgCntr{margin:0 auto;}
	.cntrTxWidth{text-align: center; width: 100%}
	.search_tab_nav .nav-link {  padding: 10px; min-width: 131px; font-size:16px; margin-right:4px;min-width: auto;}
	.search_tab_nav .nav-link i {  font-size: 18px;}
	.nav .nav-item:last-child a{ margin-right:0;}
	.search_col_1 ,.search_col_2, .search_col_4 {  width: 100%;}
	.search_col_3 {  width: 50%;}
	.search_col_6 {  width: 100%;}
	#MultiCityOuter .search_button_outer,#MultiCityOuter .search_field_outer , .mody__search_button_outer , 
	.mody__search_fields_outer,.result__panel_col_l,.result__panel_col_R {  flex: 0 0 100%;  max-width: 100%;}
	.result__panel_col_R { border-left:0; border-top:1px solid #d4d4d4;}
	.result_one_leg { margin-right:0; padding-right:0;}
	.header_socail_icons ul.mediaVis{justify-content: flex-start !important;}
	.header_socail_icons ul.mediaVis li{flex: 1 !important; text-align: center; padding: 0 3px; }
	.header_socail_icons ul.mediaVis li:nth-child(1n+3){ display:none;}
	.hdrPadR{padding-right: 0px;}
	.hdrPadL{padding-left: 0px;}
	.header_socail_icons ul.mediaVis li a {border:none; padding: 9px 0px !important;}
	.header_socail_icons ul.mediaVis li:first-child a {border:none; padding: 9px 0px !important;}
	.navbar-brand img { width:80%; margin-right:0;}
	.home__deals_carousel.owl-carousel .owl-nav .owl-next {  right: -10px;}
	.home__deals_carousel.owl-carousel .owl-nav .owl-prev { left:-10px;}
	.flight_two_way_switch { left:50%; top:auto; transform:translateX(-50%) rotate(90deg);bottom: -25px;}
	.why_us h2 { text-align:left;}
	.mobileFiltetButn {  display: flex;  position: fixed; bottom: 0; left: 0;  width: 100%; z-index: 101;}
	.mobileFiltetButn a {  max-width: 100%; border-radius: 0; margin: 0;border:0;  padding: 15px;flex-grow:1; font-size:16px;}
	.flight__brand_class{	flex-direction: row;align-items:flex-start; flex-wrap:wrap; align-items: center;}
	.flight__brand_class p{ margin:0 10px;}
	.box_det_con .operated_by { margin-top:0;    align-items: center;}
	.flight__brand_class {margin-bottom:15px;    border-bottom: 1px dotted #d4d4d4;    border-top: 1px dotted #d4d4d4; padding:10px 0}
	.breadcrumpsWrpr { display:none;}
	.hotel-room-item-col-left,.hotel-room-item-col-right {   width:100%; flex: 0 0 100%; max-width:100%;}
	.hotel-address {  margin-bottom: 5px;}
	.hotel-room-item-col-left { border-right:0; border-bottom:#d5d9d1 1px solid;}
	.Pax_page .hotel-room-item-col-left{border-bottom: 0;}
	.hote-details-nav li {   margin-right: 0px;}
	.flexslider .slides img { min-height:287px; max-height:287px;}
	.sitemap-navigation>.menu-item-has-children>.sub-menu {   display: block;   border-top: 0;   margin-top: 0;  }
    .sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item { margin-top: 0; }
    .sitemap-navigation>.menu-item-has-children>.sub-menu::before {display: none}
	.map_pic,.map_cont {width:100%;padding:0;}
	/*support */
	.followTop{margin-top:15px;}
	.footer_top{padding-bottom:15px;}
	/*support ends */
	.flight-itenaery-details .oprated-by {    position: static;    text-align:left;}
	.flight-itenaery-details .oprated-by span{display:inline-block;	margin-right:10px;}
	.holiday_package__deals { padding: 20px 0 20px;}	
	.home_deals {padding: 20px 0 25px;}
	.search__area {padding: 20px 0 0 0;}
	.mobile_app_downloads{ padding-bottom:20px; margin-top:25px;}
	.mobile_app_mockup { display:none;}	
	.mgSpaceTp{margin-top: 0 !important; font-size:13px;}
	.back_btn.theme_inner-btn{margin-top: 15px;}
	.in_side__tab .nav li:last-child a.active {border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
	.in_side__tab .nav li {width: 50%;}.in_side__tab .nav li {width: 50%;}
	.mng-or{top: calc(100% + 25px);left: calc(50% - 22px);}
	.Manage_Booking .mng-pl{padding-left: 15px !important;}
	.Manage_Booking .Box-wrap input{margin-bottom: 15px;}
	.FlightDtlsHd{ width:100%;}
	.myb__booking_details .airportCode span.airtime{display: inline-block; margin-left:0;}
	.myb__booking_details .air__stops .icon-flight:before {top: -2px;}
}
@media (max-width: 599px){
	.flightpax-hotel-slider{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 575px){
	.hotel_deal__image img {  border-top-left-radius: 3px;  border-top-right-radius: 3px;border-bottom-left-radius: 0;}
	.col-md-3.airline_brand,.air_sectors_stops, .air_total_duration {  flex: 0 0 30%;  max-width: 30%;}
	.airline_brand{display:flex;flex-direction:row; align-items:center; margin-bottom:5px;}
	.air_total_duration {  padding-left: 0;   margin-top: 5px;justify-content: center;}
	.resultfareDetails{text-align: center;}
	.result__more_options { width:100%;justify-content: center; font-size:13px;}
	.pax_log_rgt{margin-top:15px;}
	.box_with_shadow { padding:20px;}
	.my__booking .nav-link {padding:10px 20px;}
	.myb__booking_details .air__stops { margin:0 14px;    font-size: 12px; line-height: }
	.myb__booking_details .air__stops::before {left:-8px;}
	.package__details_tab .nav-link { width:50%; text-align:center; padding:10px 5px}
	.airline_brand img{ margin-right:15px;}
	.modifyCheck{flex-wrap: wrap;}
	.modifyCheck .non_stop__check{margin-left: 0 !important}
	.flight__brand_class p{margin-left: 0;width: 100%;}
	.box_det_con, .FdtailsBox{padding-bottom: 0;}
	.FdtailsBox .flight_duration{text-align: center;}
	.box_det_con .operated_by .airImg{width: 100%;}
	.mobw-100{width: 100% !important;}
	.iconWidthAdj{ width:15%;}
	.why_us_content{ width:85%;}
	.flightDetails{padding: 15px 15px;}
	.flightDetails ul li{ width:100%; margin:0; font-size:13px; text-align: left;}
	.flightDetails ul li i{ width: 18px;display: inline-block;}
	.result__panel_FlightDtls {flex: 0 0 100%;max-width: 100%;padding: 7px 5px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-right: 1px solid #62278f;}
	.result__panel_Select_R {flex: 0 0 100%;max-width: 100%;border-radius: 0;border-right: 1px solid #62278f;}
	.air_time_sector p{ font-size:12px; line-height:16px;}
	.air__stops .flight_icon{ font-size:17px;}
	.air__stops::before{ width:6px; height:6px;margin-top: -3px;}
	.air__stops .stop-overs .stops::before{width:6px; height:6px;}
	.flightResult_col1{ font-size:12px;}
	.flightResult_col1 img {width: 70px; height:30px;}
	.result_one_leg{ padding:10px; }
	.flightDtlsIcon:before{margin-right: 5px;}
	.result__panel_col_R{ padding:10px;}
	.refundable{ margin-bottom:0 !important;}
	.non_refundable{ margin-bottom:0 !important;}
	.flight__mody_tabs li a{padding: 7px 10px;margin-right: 5px;font-size: 12px;}
	.HtlRsltBox .resultfareDetails{ min-height: auto;padding: 10px;}
	.result_thumb img{ padding-right:0;}
	.HtlRsltPanel{padding:10px;}
	.myb_item .view{ display:inline-block;}
	.in_side__tab .nav li a{ padding: 10px 33px;}
	.mticket_box .full_box strong, .mobVoucherRef strong{display:block;}
	.mobile_ticket{margin: 30px 0;}
	.mticket_box .full_box td {padding: 8px 8px; line-height: 21px;}
	.mobile_tkt_hd h3{ font-size:15px;}
	.resultSort ul li:last-child a{ border-radius:0;}
	.trave_det .freq_flyer{ font-size:13px;}
}
@media (max-width: 375px){
	.search_tab_nav .nav-link { display:flex; flex-direction: column;}
	.search_tab_nav .nav-link span{ margin:0}
	.trip_switch__tab li a {padding: 5px 10px;}
	.top__bar li a { padding:9px 10px;font-size: 13px;}
	.hotel_deals__content_02 {  width: 40%;}
	.hotel_deals__content_01 { width: 60%;}
	h2.home_section { margin-bottom:15px;}
	.navbar-brand{ margin-right:0; width:75%;}
	.layover_time {width:80%;text-align:center;}
	.my__booking .nav-link {display:flex;flex-direction:column;padding:10px 15px;align-items:center;}
	.my__booking .border__box{	padding:15px;}
	.myb__booking_details{margin-left: -16px;  	margin-right: -16px;   	border-radius: 0;border-left: 0; border-right: 0;}
	.myb__booking_details .footer{padding:8px 10px;	justify-content:center !important;}
	.myb__booking_details .airportCode span.airtime{margin-left:0;font-size:14px;margin-bottom:5px;display:block;line-height:18px;	}
	.myb__booking_details .airlineItenry{	padding-bottom:23px;}
	.myb__booking_details .airOneLeg .airOneLegTop{padding-top:15px;}
	.fc-header-toolbar h2 { margin-bottom:10px;}
	.hotel-facilities{font-size: 13px;}
	.hotel-facilities i{font-size: 16px;}
	.hotel-details-box ul{margin-bottom: 0;}
	.hotel-room-details{padding-bottom: 0;}
	.page__content .row{overflow: hidden;}
}
.loyaltyPointTable .btn-primary{background: #969899;border: 1px solid #969899;}
.loyaltyPointTable .btn-primary:hover{background: var(--blue);border: 1px solid var(--blue);}
.loyaltyPointTable .btn-primary:not(:disabled):not(.disabled).active, .loyaltyPointTable .btn-primary:not(:disabled):not(.disabled):active, .loyaltyPointTable .show>.btn-primary.dropdown-toggle{background: var(--blue);border: 1px solid var(--blue);}
/*-----Hotel facilities icons----*/
.icon-breakfast-service:before, .icon-breakfast-buffet:before { content: '\e81d'; }
/*.icon-currency-exchange:before { content: '\e926'; }*/
.icon-internet-access:before { content: '\e82f'; }
/*.icon-non-smoking-rooms:before { content: '\e924'; }*/
.icon-laundry-facilities:before { content: '\e830'; }
/*.icon-private-parking:before, .icon-parking-onsite:before, .icon-free-self-parking:before { content: '\e840'; }*/
.icon-minibar:before { content: '\e852'; }
.icon-coffee-shop-or-cafe:before { content: '\e81f'; }

.icon-free-wifi:before { content: '\e827'; } /* '' */
.icon-meeting-rooms:before { content: '\e833'; } /* '' */
.icon-accessible-bathroom:before { content: '\e82d'; } /* '' */

.Abou_page strong{ font-weight: 600;}