/* Ratings widget */
   @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
    .inline_rating{
    	margin:0 !important;
    	display: inline-block !important;
    	vertical-align: middle;
    }
    .rate {
        display: inline-block;
        border: 0;
    }
    /* Hide radio */
    .rate > input {
        display: none;
    }
    /* Order correctly by floating highest to the right */
    .rate > label {
        float: right;
    }
    /* The star of the show */
    .rate > label:before {
        display: inline-block;
        font-size:25px;
        padding: .3rem .2rem;
        margin: 0;
        cursor: pointer;
        font-family: FontAwesome;
        content: "\f005 "; /* full star */
    }
    /* Zero stars rating */
    .rate > label:last-child:before {
        content: "\f006 "; /* empty star outline */
    }
    /* Half star trick */
    .rate .half:before {
        content: "\f089 "; /* half star no outline */
        position: absolute;
        padding-right: 0;
    }
    /* Click + hover color */
   .rate input:checked ~ label, /* color current and previous stars on checked */
    #write_review .rate label:hover, #write_review .rate label:hover ~ label { color: #ffc619;  } /* color previous stars on hover */
    
    /* Hover highlights */
    #write_review .rate input:checked + label:hover, #write_review .rate input:checked ~ label:hover, /* highlight current and previous stars */
    #write_review .rate input:checked ~ label:hover ~ label,  /*highlight previous selected stars for new rating */
    #write_review .rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #ffc000;  }

/* TIMER CSS STARTS*/
.inline_rating input:disabled{
        opacity:0.2;
}
/*
.rate.inline_rating label:hover{
	color: #000;
}
.rate.inline_rating input:checked ~ label:hover{
	color: #ffc000;
}
*/
@font-face {
	font-family: Calibri-Bold;
	src: url("../fonts/Calibri-Bold.ttf")
}

@font-face {
	font-family: CoconLight;
	src: url("../fonts/CoconLight.ttf")
}

.time_out {
	background: #b31f24;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.time_out h5 {
	margin-bottom: 0;
	font-size: 14px;
	margin-right: 15px;
	color: #fff;
}

.time_out .countdown {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}


/* TIMER CSS ENDS*/

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*

  background: url(../images/page-loader.gif) center no-repeat rgba(255,255,255,0.7);

	background-size: 160px;
*/
	background: rgba(255, 255, 255, 0.7);
}

.label_from {
	position: relative;
}


/*-----------*/


/**===== dots4 =====*/

#dots4 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
}

#dots4 span {
	/*  position: absolute;*/
	/*	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
*/
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #edb97e;
	-webkit-animation: dots4 1.7s infinite ease-in-out both;
	animation: dots4 1.7s infinite ease-in-out both;
	margin-right: 5px;
}

#dots4 span:nth-child(1) {
	background: #014073;
	/*  left: 0px;*/
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#dots4 span:nth-child(2) {
	background: #30c5c3;
	/*  left: 15px;*/
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#dots4 span:nth-child(3) {
	background: #2a8edf;
	/*  left: 30px;*/
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#dots4 span:nth-child(4) {
	/*  left: 45px;*/
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@keyframes dots4 {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes dots4 {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}


/** END of dots4 */


/*-----------*/

.fa-times {
	position: absolute;
	top: 12px;
	right: 6px;
	color: #ea0c0c;
	cursor: pointer;
}

#modify .modal-content button.close {
    padding: 0;
    top: 36px !important;
    right: 30px !important;
}

.ui-widget.ui-widget-content {
	z-index: 9999 !important;
}

.cancel_div {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	top: 15%;
	z-index: 8;
}

.flight_detail table tr td {
	padding-bottom: 0.2rem !important;
}

.flightNumber {
	margin-top: 1rem;
}

.report_table td {
	padding: .2rem !important;
}

.sep_buttons {
	border-left: 1px solid #999 !important;
}

.custom_radio {
	float: left;
}

.custom_radio span {
	color: #000 !important;
	font-size: 15px !important;
}

.traveler_block_div {
	position: relative;
}

.traveler_block_div .traveler_block_opt {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 13px;
	color: #7d7c7c;
}

.airline_desc {
	width: 15%;
}

.airline_price_desc {
	width: 20%;
}

.progress {
	margin-top: 15px;
	height: 28px;
}

.progress-bar {
	background-color: #014073  !important;
	text-transform: capitalize;
	;
}

.airblue_fare_rules td {
	float: left;
}

#passenger_form .form-control {
	height: 38px;
	font-size: 14px;
}

.select2-container--default .select2-selection--single {
	height: 38px;
	border: 1px solid #ababab !important;
	border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 38px;
	line-height: 36px !important;
	font-size: 13px;
	width: 100%;
	left: 0;
	padding-left: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	left: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px !important;
}

.select2-container {
	height: 38px;
}

.filter .opt .custom-checkbox .custom-control-label {
	margin-top: 2px !important;
}

.filter .opt h5 {
	margin-bottom: 0;
}

.ticket-info .legend p {
	font-size: 18px !important;
}

.hasDatepicker {
	/*font-size: 11px !important;*/
}

.package {
	position: relative;
}

.package .package_img img {
	border-radius: 15px;
}

.package .package_desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.package .package_desc h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 45px;
	line-height: 35px;
	text-shadow: 2px 1px #000;
	margin-bottom: 47px;
}

.package .package_desc h1 span {
	display: block;
	font-weight: 500;
	font-size: 30px;
}

.package .package_desc p {
	font-weight: 800;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	text-shadow: 2px 1px #000;
	text-align: right;
}

.package .package_desc p span {
	display: block;
	font-weight: 300;
}

.package .package_desc a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #ed8423;
	background: rgba(237, 132, 35, 0.5);
	padding: 6px 15px;
	float: right;
}

.package .package_desc a:hover {
	color: #fff;
	background: #ed8423;
	border-bottom: 2px solid #fff;
}

.package_banner {
	margin-bottom: 30px;
}

.package_banner img {
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.pckage_desc p {
	text-align: justify;
}

.pckage_desc .btn {
	background: #ed8423;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.pckage_desc .btn:hover {
	background: #000;
}

.pckage_desc ul {
	padding-left: 17px;
}

.package_modal .form-control {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 15px;
	height: 45px;
	font-size: 14px;
}

.package_modal textarea {
	height: 170px !important;
	max-height: 170px;
	max-width: 100%;
}

.package_modal .btn {
	background: #ed8423;
	color: #fff;
	float: right;
}

.package_modal .btn:hover {
	background: #000;
}

html {
	position: relative;
	min-height: 100%;
}

.footer-copyright-area {
	/*
   position: absolute;

   left: 0;

   bottom: 0;

   height: 50px;

   width: 100%;
*/
}

.d-none {
	display: none;
}

.navbar-nav>li>a {
	font-size: 13px !important;
}

.ui-datepicker {
	background: rgba(255, 255, 255, 0.99)!important;
	box-shadow: 0px 0px 7px -3px #000;
}


/*/LISTING PAGE TOP AREA CSS START/*/

.top_search {
	background-color: #fafafa;
	padding: 0 15px 0;
}

.top_search ul {
	margin-bottom: 0;
	justify-content: center;
}

.top_search ul li p span {
	font-size: 13px;
}

.color_area {
	padding: 0;
	width: 100%;
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}

.top_search ul li img {
	width: 35px;
}

.more_multi {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 5px;
}


/*/LISTING PAGE TOP AREA CSS END/*/

.traveler_block_opt {
	position: absolute;
	top: 3px;
	/* left: 20px; */
	font-size: 13px;
	color: #7D7C7C;
	/*    width: 100%;*/
	z-index: 9;
	height: 42px;
}

.traveler_block_opt span {
	font-size: 18px !important;
	font-weight: bold;
	/*    font-family: Calibri-Bold;*/
}

.traveler_block_opt .travelerstxt {
	left: 25px;
}


/*----------*/

.b-r {
	border-right: 1px solid #bfbfbf !important;
}

.top_search .first-sec {
	padding-bottom: 0;
	margin-bottom: 0;
	align-items: center;
}

.top_search p {
	font-size: 13px;
	margin-bottom: 0;
}

.top_search p span {
	display: block;
	font-size: 10px;
	color: #5F5F5F;
}

.top_search ul {
	margin-bottom: 0;
	justify-content: center;
}

.top_search ul li img {
	width: 35px;
}

.top_search ul li i {
	color: #ed8423;
}

.color_area {
	padding: 0;
	width: 100%;
}

.color_area li {
	padding: 24px 15px;
	width: 100%;
	background: #ed8423;
	position: relative;
	padding-left: 42px;
}

.color_area li p {
	color: #014073;
	font-weight: bold;
}

.color_area li p span {
	color: #000;
	font-size: 11px !important;
	font-weight: normal;
}

.color_area li:first-child {
	background: #e9e9e9;
	position: relative;
	padding-left: 24px;
}

.color_area li:after {
	content: "";
	position: absolute;
	right: -35px;
	top: 0;
	border-top: 42px solid transparent;
	border-left: 35px solid #e9e9e9;
	border-bottom: 41px solid transparent;
	z-index: 1;
}

.color_area li:before {
	content: "";
	position: absolute;
	right: -37px;
	border-top: 43px solid transparent;
	border-left: 35px solid #fff;
	border-bottom: 40px solid transparent;
	top: 0;
	z-index: 1;
}

.color_area li:nth-child(2) {
	background: #f3f3f3;
}

.color_area li:nth-child(2):after {
	border-left: 35px solid #f3f3f3;
}

.color_area li:nth-child(3) {
	background: #f8f7f7;
}

.color_area li:nth-child(3):after {
	border-left: 35px solid #f8f7f7;
}

.color_area li:nth-child(4) {
	background: #fcfcfc;
}

.color_area li:last-child:after,
.top_search ul.color_area li:last-child:before {
	display: none;
}


/*.top_search ul.color_area li:last-child {

	background: #fcaa5e;

 	padding-left: 42px;

        width: 50%; 

}*/

.top_search .btn {
    background-color: #014073;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    width: 100%;
}

.top_search .btn:hover {
	background: #21c0c3;
	color: #fff;
}
.user_info select{
    display: block !important;
}
.imp_top{
	position: relative !important;
}
.imp{
    position: absolute;
    color: #B31F24;
    top: -11px;
    right: -4px;
    font-size: 25px
}
/*----------*/

@media (max-width: 767px) {
	.navbar-nav>li>a {
		padding: 10px 5px 10px 5px !important;
	}
}
/* 18-03-2020 10:54 AM */
/*
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
*/
.gallery-top {
  width: 100%;
}
.gallery-thumbs {
  height: 95px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide img{
	height: 95px;
	object-fit: cover;
	width: 100%;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.loading_typeahead {    
    background-color: #ffffff !important;
    background-image: url("https://travsol.com.pk/themes/demo3_assets/images/loading3.gif") !important;
    background-size: 25px 25px !important;
    background-position:right center !important;
    background-repeat: no-repeat !important;
}