

body{
	background-color: rgb(238 238 239);
}
.bold-15{
	font-weight:900;
	color: rgb(0 0 0 / .85);
	font-size:16px;
	margin-bottom:15px;
	line-height:15px;
}
.bold-14{
	font-weight:900;
	color: rgb(0 0 0 / .85);
	font-size:14px;
	margin-bottom:15px;
	margin-top:15px;
	line-height:15px;
}
.font-14{
	font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgb(0 0 0 / .85);
}
.small-border-bottom{
	position:relative;
	padding-bottom:15px;
}
.small-border-bottom::before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:30%;
	height:3px;
	background:#ed8116;
}
.lg-pr-0{
	padding-right:5px;
}
.lg-pl-0{
	padding-left:0px;
}
.lg-pr-5
{
	padding-right:5px;
}
.listwraper{
    width: 100%;
	position:relative;
	padding-top: 60px;
	z-index:100;
}

.list-from{
	background: #fff;
	padding:20px 0px;
	margin-bottom:18px;
	
}
.list-from .form-group{
	position:relative;
}
.list-lbl{
	position: absolute;
    color: #4f4f4f;
    left: 8px;
    top: 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.list-inp{
	height: 42px;
    background-color: #fff !important;
    width: 100% !important;
    padding: 18px 8px 0px;
    color: #333;
    text-transform: capitalize;	
    border: 1px solid #cecece  !important;
	border-radius:2px !important;
}
.list-inp-select{
	padding: 18px 6px 5px;
}
.list-sbmt-btn{
	height: 50px;
    width: 100% !important;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
}






.list-section{
	margin-top:10px;
    position: relative;
}
.filter-dv{
	padding: 12px 15px;
	background:#fff;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
	margin-bottom:15px;
}
.checkboxContainer{
	display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 19px;
    padding-left: 25px;
    font-weight: 400;
    letter-spacing: 0.2px;
	user-select: none;
}
.checkinp{
	position: absolute;
	opacity: 0;
	cursor: pointer;
  
}
.checkspan{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
	overflow:hidden;
    border: 1px solid #999;
    border-radius: 2px;
    box-shadow: 1px 2px 4px #999;
}
.checkspan::after{
	content: '\2714';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    color: #fff;
    background: linear-gradient(96deg, #af311b, #eb662b) !important;
    font-size: 11px;
    display: none;
}
.checkinp:checked ~ .checkspan::after{
	display: flex;
    align-items: center;
    justify-content: center;
}
.plrfltr{
	display:flex;
	align-items:center;
	justify-content:space-between;
	
}
.plrfltr-name{
	
}
.plrfltr-price{
	font-size:13px;
	font-weight: 400;
    letter-spacing: 0.2px;
}
.outbnd-time{ 
	width: 100%;
    display: block;
    overflow: hidden; 
}
.outbnd-container{
	display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    user-select: none;
    border: 1px solid #999;
	border-radius:2px;
    float: left;
    margin: 0px;
	margin: 2px 0px 2px;
    width: 25%;
}
.outbnd-radio{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.outbond-span{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.outbond-span::after{
	content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	display:none;
}
.outbnd-radio:checked ~ .outbond-span::after{
	display: block;
}
.outbnd-container:has(.outbnd-radio:checked){
	background:linear-gradient(96deg, #af311b, #eb662b) !important;
	border-color:#ed8116;
}
.outbnd-container:has(.outbnd-radio:checked) .bond-time{
	color:#fff;
}
.bond-ic{
	width: 35px;
    display: block;
    margin: 0px auto 0px;
}
.bond-time{
	width: 100%;
    float: left;
    color: #737373;
    font-size: 10px;
    text-align: center;
	line-height:15px;
}
.list-main-title{
	font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
	color: #fff;
	color: rgb(0 0 0 / .85);
}
.outgoing-div{
	
}
.list-card{
	background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	margin-bottom:10px;
}
.list-container{
	display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 100%;
    padding: 15px 10px 10px 10px;
}
.list-radio{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.list-span{
	position: absolute;
    right: 10px;
    top: 19px;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border: 2px solid #ed8116;
    border-radius: 50%;
}
.list-span::after{
	content: '';
    position: absolute;
    right: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ed8116;
    display: none;
}

.list-radio:checked ~ .list-span::after{
	display: flex;
    align-items: center;
    justify-content: center;
}
.list-container:has(.list-radio:checked)
{
	background: linear-gradient(90deg, rgb(255 246 238) 16%, rgb(244 153 62 / 13%) 49%, rgb(255 241 226) 87%);
	border-radius:5px;
}
.lt-cd{
	overflow: hidden;
}
ft-icon{
	width: 100%;
    display: block;
	margin-bottom:15px;
}

.ft-ic{
	width: 35px;
    height: auto;
	margin-right:10px;
}
.ft-name{
	font-weight: 500;
    color: rgb(0 0 0 / .85);
    font-size: 10px;
}
.ftftfrft{
	display:flex;
	justify-content:space-between;
	width: 100%;
}
ft-from{
	width:30%;
}
.ft-tm-tkn{
		position:relative;
}
ft-to{
	width:30%;
}
ft-price{
	width:25%;
}
.ft-fr-time, .ft-to-time{
	display: block;
    text-align: left;
    font-size: 15px;
    font-weight: 900;
    line-height: 18px;
	margin-bottom:5px;
	color: rgb(0 0 0 / .85);
}
.ft-fr-ct, .ft-to-ct, .ft-prsn, .ft-ttime, .ft-stops{
	display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
	color: rgb(0 0 0 / .85);
}
.ft-to-time{
	text-align: left;
}
.ft-to-ct{
	text-align: right;
}
.ft-ttime{
	text-align:center;
}
.ft-stops{
	text-align:center;
}
.ft-lngp{
	display:block;
	width:100%;
	height:3px;
	background:#959595;
	margin:5px auto;
}
.ft-prs-prc{
	display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
	margin-bottom:0px;
	text-align: right;
}
.ft-prsn{
	text-align: right;
}
.dv-modify-search{
	display:none;
}
.listsearcclose, .filterclose{
	position: absolute;
    top: 16px;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 20px;
    font-weight: 500;
	display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}
.filterclose{
	left: 8px;
    top: 8px;
    color: #000;
}
.flt-mobile{
	display: none;
    align-items: center;
    justify-content: center;
	width: 100%;    
	padding: 5px 0px;
}
.flt-mb-txt{
	width: 70%;
}
.flt-mb-txt a{
	
}
.flt-mb-txt i{
	
}
.flt-mb-txt span{
	display: block;
    font-size: 12px;
    line-height: 15px;
}
.flt-mb-img{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 30%;
}
.btn-flsw{
	width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left:10px;
}
.btn-flsw img{
	width:100%;
}

.flight_details_btn{
	padding: 0px 10px;
    cursor: pointer;
    font-weight: 400;
    color: #ed8116;
    position: absolute;
    font-size: 10px;
    right: 0px;
    bottom: 0px;
}
.flight_details_bckfrop{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:9895;
	display:none;
}
.backdrop{
	display:block;
}
.dep_ret{
	
}
.flight_details_wraper{
	width:40%;
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	background:#fff;
	padding:25px;
	z-index:9895;
}
.flight_details_header{
	position:relative;
}
.flight_details_header p{
	
}
.fdslideclose{
	position: absolute;
    right: 0;
    top: -8px;
    width: 25px;
    height: 25px;
    font-weight: 900;
    background: #ed8116;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.dprn-class{
	border:1px dashed #ed8116;
	padding:3px 10px;
	margin-bottom:10px;
	margin-top: 10px;
}
.dprn-class, .dprimg-t{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.dprimg-t{
	
}
.dprimg-t img{
	width:30px;
	height:auto;
	margin-right:10px;
}
.dprs{
	
}
.dprcls{
	
}
.ftlscls{
	color:green;
	font-weight:600;
	
}
.flight_details_inner{
	overflow:hidden;
	padding: 10px 0;
	display: flex;
	align-items:center;
    justify-content: space-between;
}
.flight_icon_name{
	width:20%;
	float:left;
	display:flex;
	align-items:center;
	justify-content:start;
}
.flight_details_from{
	width:20%;
	float:left;
}
.flight-description-duration{
	width:40%;
	float:left;
	position:relative;
	padding: 0px 60px;
}
.flgdtl-ic{
	width:42px;
	border-radius:50%; 
}
.fltdtl_name{
	margin-left:10px;
}
.fltdtl_name span{
	display:block;
}
.air_name{
	font-weight: 900;
    font-size: 14px;
	line-height:16px;
	text-transform: uppercase;
}
.air_num{
	font-size: 12px;
    font-weight: 400;
	line-height:15px;
	text-transform: uppercase;
}

.dtls_date_time{
	font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
}
.dtls_time{
	font-weight: 900;
	line-height:20px;
    font-size: 18px;
}
.fcode{
	text-transform: uppercase;
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.depretherd{
    text-transform: uppercase;
}
.tcode{
	text-transform: uppercase;
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
	text-align:right;
	display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.dtls_date_time_to{
	text-align:right;
}
.durticon_details{
	display: flex;
    align-items: center;
    justify-content: center;
}
.thtm{
	text-align:center;
	font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.dtls-stops{
	text-align:center;
	font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.icstrt_details {
    float: left;
    text-align: right;
	width: 10%;
}
.icstrt_details span{
	display:block;
	width: 10px;
	height: 10px;
	background:#ed8116;
	border-radius:50%;
}
.lines_details {
    width: calc(100% - 20%);
    border-top: 1px dashed #dedede;
}
.icend_details {
    float: left;
    width: 10%;
    text-align: left;
}
.icend_details span{
	display:block;
	width: 10px;
	height: 10px;
	background:#ed8116;
	border-radius:50%;
}
.bottom-price-band{
	background: linear-gradient(96deg, #822e1f, #1c1917) !important;
    padding: 10px 50px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.price-band-inner{
	display: flex;
    align-items: center;
    justify-content: start;
}
.band_dep, .band_ret{
	width:39%;
	display:flex;
	align-items:center;
	justify-content:start;
	padding:0px 20px;
}
.band_ret{
	width:39%;
}
.band_price_book{
	width:20%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0px 0px 0px 20px;
}
.band-fti{
	display: flex;
    align-items: center;
    justify-content: start;
	width: 75%;
}
.band-fai{
	width:50%;
	display: flex;
    align-items: center;
    justify-content: start;
}
.band-fai img{
	width:40px;
	border-radius:50%;
}
.band-fai span{
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 500;
}
.band-tm-frm{
	width:20%;
}
.band-ftm, .band-frm, .band-to, .band-ttm, .ftotal{
	font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}
.band-frm{
	
}
.band-irw{
	width: 10%;
    text-align: center;
    color: #fff;
}
.band-tm-to{
	width:20%;
}
.band-ttm{
	 text-align: right;
}
.band-to{
	text-align: right;
}
.band-pr-tl{
	width:25%;
}
.ftotal{
	text-align: right;
}
.border-right-band{
	border-right:1px solid #fff;
}
.band_grnd_total{
	
}
.grnd_tl{
	color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.grnd_price{
	font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 14px;
}
.band_book{
	
	text-align: right;
}
.band_booknow{
	color: #fff;
    background: #ed8116;
    width: 130px;
    padding: 5px 0px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 20px;
}
.booking-section{
	padding-top:60px;
    position: relative;
}
.booking-outer{
	background:#fff;
	padding:15px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin-bottom:20px;
	border-radius:5px;
	position:relative;
}
.booking-inner{
	padding:15px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.bpi_header{
	position:relative;
}
.bpi_header::before{
	content:'';
	position:absolute;
	left:-15px;
	top:0;
	bottom:0;
	width:4px;
	
}

.booking-bold-city span{
	margin:0px 5px;
}
.dstt{
	display:flex;
	align-items:center;
	justify-content:start;
}
.daydate{
	background: #efd8c1;
    padding: 0px 10px;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
}
.bstops{
	line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.bfinnc{
	display:flex;
	align-items:center;
	justify-content:start;
	margin-top:15px;
}
.bfinn{
	width:50%;
}
.bfc{
	width:50%;
	text-align:right;
}
.bfi{
	width:30px;
	height:auto;
	margin-right:10px;
}
.bfname, .fc{
	font-size:14px;
	font-weight:500;
	margin-right:10px;
}
.bfnum{
	border: 1px solid #999;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 400;
}
.fc{
font-weight:400;	
}
.bitin{
	padding:10px;
	background:#f5f5f5;
	margin-top:15px;
}
.bitin{
	
}
.btdbtr{
	
}
.btdepart{
	font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
/*.btdepart, .btretrn, .bct{
	font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}*/
.btdepartcity, .btretrnreturn{
	
}
.bct{
	position:relative;
}
.bct::before{
	content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #999;
	z-index:1;
	background:#fff;
}
.btma{
	padding-right:30px;
}
.btma, .bct{
	font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.btimetkn{
	padding: 5px 0px;
    position: relative;
    padding-left: 75px;
	font-size: 14px;
    font-weight: 400;
}
.btimetkn::before{
	content: '';
    position: absolute;
    left: 59px;
    top: -17px;
    bottom: -17px;
    border: 1px dashed #999;
    border: 1px dashed #999;
}
.bbaggage{
	
}
.cabin-bbaggage{
	
}
.Check-In-bbaggage{
	
}

.select-flight-main-info{
    overflow:hidden;
}
.close_flightdetails{
    position: absolute;
    top: 5px;
    left: 5px;
}
.select-flight-icon{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.selected-airline-name-num{
    
}
.select-flight-from{
    width:25%; 
    float:left;
}
.select-flight-du{
    width:50%; 
    float:left;
}
.select-flight-to{
    width:25%; 
    float:left;
}
.selected-airline-name{
    
}
.selected-airline-number,.selected-airline-name{
    line-height: 18px;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: rgb(0 0 0);
}
.selected-fromdate{
    display:block;
    font-size: 14px;
    line-height: 20px;
}
.selected-todate{
    display:block;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}
.selected-fromtime{
    display:block;
    font-size: 14px;
    line-height: 20px;
}
.selected-totime{
    display:block;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}
.selected-from{
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
}
.selected-to{
   display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px; 
}
.selected-line-start{
    width:10%;
    text-align:right;
}
.selected-line-end{
    width:10%;
    text-align:left;
}
.selected-path-line{
    width: 80%;
    border-top: 1px solid #ddd;
}
.selected-duration{
    font-size: 12px!important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
}
.close_flightdetails{
    display:none;
}
@media only screen and (max-width: 991px) {
	.flight_details_btn
	{
		bottom:3px;
	}
	
	.ft-tm-tkn::before{
		top: 13px !important;
		left:0px !important;
}
.ft-tm-tkn::after{
		top: 13px !important;
		right:0px !important;
}
.seat-left
{
	margin-left: 11px;
    margin-top: -2px;
    display: none !important;
}
  .prl-991{
	  padding-left:0px;
	  padding-right:0px;
  }
  .list-span, .list-radio:checked ~ .list-span::after, .ft-to-ct, .ft-fr-ct{
	  display:none;
  }
  .ft-icon{
    width: 50%;
}
.ft-price {
	position: absolute;
    top: 15px;
    display: flex;
    right:-14px;
}

.ft-ttime {
    font-size: 11px;
    font-weight: 500;
}
.ft-icon {
    margin-bottom: 6px;
}
.ft-lngp {
    height: 1px;
    margin: 2px auto;
}
.ft-name {
    display: block;
}
.list-card{
	border-radius:0px;
	box-shadow: none;
    border: 1px solid #ddd;
	margin-bottom:0;
}

.ft-prsn{
	display:none;
}
.outgoing-div{
	max-height: 80vh;
	overflow:auto;
	scrollbar-width: none;
}
.fltrs{
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 9895;
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    padding-top: 40px;
	transition:all ease-in-out 0.5s;
}
.list-main-title{
	display:none;
}
.lg-pr-991{
	padding-right:15px;
}
.lg-pl-991{
	padding-left:15px;
}
.lg-pr-5
{
	padding-right:15px !important;
}
.lg-pl-0
{
	padding-left:15px;
}
.list-from .form-group {
    margin-bottom: 6px;
}
.listwraper{
	position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    height: 100%;
    z-index: 9916;
    background: #000000;
	padding-top:0px;
	transition:all ease-in-out 0.5s;
}
.editfliter-form{
	left:0%;
	transition:all ease-in-out 0.5s;
}
.mobfilters{
	right:0%;
	transition:all ease-in-out 0.5s;
}
.dv-modify-search{
	position: relative;
    height: 60px;
    border-bottom: 1px solid #3e3e3e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dv-modify-search span{
	display:block;
	text-align:center;
	color:#fff;
	font-size: 18px;
    font-weight: 500;
}
.list-section {
    margin-top: 55px;
	margin-bottom: 15px;
}
.flt-mobile{
	display:flex;
}
.filterclose{
	display:block;
}
.flight_details_wraper {
    width: 100%;
}
.flight_icon_name {
    width: 100%;
    margin-bottom: 10px;
}
.flight_details_from {
    width: 35%;
}
.flight-description-duration{
	width: 30%;
	    padding: 0px 15px;
}
.band_dep, .band_ret{
	display:none;
}
.bottom-price-band{
	padding:10px 0px;
}
.band_price_book {
    width: 100%;
}
}

.btn-100
{
	width:100%;
}
.request-callback
{
	padding: 6px 20px !important;
}
.pad-left-right-card
{
	padding-left:5px;
}
.ft-tm-tkn::before
{content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #919191;
    border-radius: 50%;
    left: -6px;
    top: 17px;
}
.ft-tm-tkn::after
{
content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #919191;
    border-radius: 50%;
    right: -6px;
    top: 17px;
	}
.pad-20-r
{
	padding-right:20px;
}
.seat-left
{
	font-size:11px;
	color:#5d5d5d;
	display:flex;
	align-items:center;
}
.mt-top
{
	margin-top:3px;
	margin-left:3px;
}
.from-to-no-flight
{
	display:flex;
	justify-content:space-between;
}
.noofflight p 
{
	font-size:12px;
}

.sort-filter{
    background: #fff;
    margin-bottom: 15px;
    margin-top: 4px;
    border-radius: 5px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 17px;
}
.border-right
{
	border-right:1px solid #e5e5e5;
}
.flightavail
{
	font-size:12px;
	margin-left:8px;
	font-weight:400;
}

.sixtotwelve
{
	background:url("../img/flight/time-filter.png");
	margin: 0 auto;
    width: 24px;
    height: 25px;
    background-position: -38px -39px;
}

.outbnd-container:has(.outbnd-radio:checked) .sixtotwelve{
	margin: 0 auto;
    width: 24px;
    height: 25px;
    background:url("../img/flight/time-filter.png");
    background-position: -38px 39px;
}
.beforesix
{
	margin: 0 auto;
    width: 28px;
    height: 25px;
    background:url("../img/flight/time-filter.png");
    background-position: -5px -39px;
}

.outbnd-container:has(.outbnd-radio:checked) .beforesix{
	margin: 0 auto;
    width: 28px;
    height: 25px;
    background:url("../img/flight/time-filter.png");
    background-position: -5px 39px;
}

.twelevetosix
{
	margin: 0 auto;
    width: 20px;
    height: 25px;
    background:url("../img/flight/time-filter.png");
    background-position: -66px -39px;
}

.outbnd-container:has(.outbnd-radio:checked) .twelevetosix{
	margin: 0 auto;
    width: 20px;
    height: 25px;
    background:url("../img/flight/time-filter.png");
    background-position: -66px 39px;
}

.aftersix
{
	margin: 0 auto;
    width: 16px;
    height: 25px;
    background:url("../img/flight/time-filter.png");
    background-position: -95px -40px;
}

.outbnd-container:has(.outbnd-radio:checked) .aftersix
{
	margin: 0 auto;
    width: 16px;
    height: 25px;
    background:url("../img/flight/time-filter.png");
    background-position: -95px 40px;
}
/*Booking Page css--*/

.booking-outer{
	background:#fff;
	padding:15px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin-bottom:20px;
	border-radius:5px;
}
.booking-inner{
	padding:15px;
	margin-bottom:15px;
	box-shadow: rgb(0 0 0 / 17%) 0px 1px 3px 0px, rgb(27 31 35 / 0%) 0px 0px 0px 1px;
	position:relative;
}
.bpi_header{
	position:relative;
	display:flex;
	align-items:center;
}
.bpi_header::before{
	content:'';
	position:absolute;
	left:-15px;
	top:0;
	bottom:0;
	width:4px;
	
}
.booking-bold-city{
	font-size: 18px;
    font-weight: 900;f
    line-height: 18px;
	display:flex;
	align-items:center;
}
.booking-bold-city span{
	margin:0px 5px;
}
.dstt{
	display:flex;
	align-items:center;
	justify-content:start;
}
.daydate{
	background: #efd8c1;
    padding: 0px 10px;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
}
.bstops{
	line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.bfinnc{
	display:flex;
	align-items:center;
	justify-content:start;
	margin-top:15px;
}
.bfinn{
	width:50%;
}
.bfc{
	width:50%;
	text-align:right;
}
.bfi{
	width:30px;
	height:auto;
	margin-right:10px;
}
.bfname, .fc{
	font-size:14px;
	font-weight:500;
	margin-right:10px;
}
.bfnum{
	border: 1px solid #999;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 400;
}
.fc{
font-weight:400;	
}
.bitin{
	padding:10px;
	background:#f5f5f5;
	margin-top:15px;
}
.bitin{
	
}
.btdbtr{
	
}
.btdepart{
	font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
/*.btdepart, .btretrn, .bct{
	font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}*/
.btdepartcity, .btretrnreturn{
	
}
.bct{
	position:relative;
}
.bct::before{
	content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #999;
	z-index:1;
	background:#fff;
}
.btma{
	padding-right:30px;
}
.btma, .bct{
	font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.btimetkn{
	padding: 5px 0px;
    position: relative;
    padding-left: 75px;
	font-size: 14px;
    font-weight: 400;
}
.btimetkn::before{
	content: '';
    position: absolute;
    left: 59px;
    top: -17px;
    bottom: -17px;
    border: 1px dashed #999;
}
.bbaggage{
	display:flex;
	align-items:center;
	justify-content:start;
	padding:5px 0px;
}
.cabin-bbaggage{
	font-size: 14px;
    font-weight: 400;
	margin-right:30px;
}
.Check-In-bbaggage{
	font-size: 14px;
    font-weight: 400;
}
.baggname{
	font-size: 14px;
    font-weight: 600;
}
.bimg{
	width:25px;
	height:auto;
	margin-right:10px;
}
.exbaggage{
	display:flex;
	align-items:center;
	justify-content:start;
	padding:5px 0px;
	font-size: 13px;
    font-weight: 400;
}
.b_header{
	
}
.booking-title{
	font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    margin-bottom: 15px;
}
.bimportant{
	padding: 10px;
    background: #d3ffd5;
    font-size: 13px;
	margin-bottom: 15px;
	border-radius:5px;
}
.bimportant span{
	display:block;
	line-height: 18px;
}
.trvnum-title{
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.trvsub-title{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.binp{
	width: 100% !important;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 60.9%, .5) !important;
    outline: none !important;
    font-size: 14px;
    height: 35px;
    text-transform: capitalize;
}
.booking-inner .form-group, .sub-inner .form-group{
	margin-bottom:10px;
}
.booking-inner label, .sub-inner label{
	font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.sub-inner{
	
}
.psum-outer{
	background:#fff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin-top: 55px;
	position: sticky;
	top: 100px;
}
.psum-header{
	padding: 12px;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(96deg, #af311b, #eb662b) !important;
}
.psum-inner{
	
}
.psum-title{
	font-size: 15px;
    font-weight: 600;
    line-height: 18px;
	color:#fff;
}
.psum-trav{
	margin:0;
	padding:0;
	list-style:none;
}
.psum-trav li{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:7px 15px;
	border-bottom: 1px dashed  #ddd;
}
.ptrv{
	line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.ptrv span{
	padding:0px 5px;
}
.pamnt{
	line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.psum-footer{
	padding:15px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.gttl{
	font-size: 14px;
    font-weight: 600;
}
.bcall-outer{
	background: #efd8c1;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-top: opx;
	position:relative;
}
.bcall-outer::before{
	content: '';
    position: absolute;
    left: -2px;
    top: -19px;
    height: 19px;
    width: 20px;
    border-bottom: solid 30px rgb(239 216 193);
    border-left: solid 0px transparent;
    border-right: solid 30px transparent;
}
.bcall-inner{
	display:flex;
	align-items:center;
	justify-content:start;
	text-align:center;
	padding:10px;	
}
.bcalltxt{
	
}
.bcallnum{
	font-weight: 900;
    font-size: 18px;
	    line-height: 22px;
}
.bcallstr{
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.bcallimg{
	width:45px;
	margin-right:15px;
}
.Continue-btn-dv{
	text-align:center;
	padding:0px 0px 15px;
}
.Continue-btn-dv form{
	margin:0px;
}
.Continue-btn,.sideContinue-btn{
	background:#ed8116;
	padding:7px;
	width:40%;
	font-size:18px;
	font-weight:500;
	color:#fff;
	position:relative;
	overflow:hidden;
	transition:all ease-in-out 0.3s;
	z-index:0;
}

.sideContinue-btn{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.Continue-btn::before{
	content:'';
	position:absolute;
	left:-100%;
	top:0;
	bottom:0;
	background: linear-gradient(96deg, #af311b, #eb662b) !important;
	width:100%;
	z-index:-1;
}
.Continue-btn:hover:before{
	left:0%;
	transition:all ease-in-out 0.5s;
}
.booking-p{
	display:none;
}
/**/
.travelinputbox{
	position:relative;
}
.pass-div{
	background: #fff;
    padding: 25px;
    position: absolute;
    z-index: 9895;
    top: 52px;
    width: 350px;
    right: 0;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.hm-pas{
	display:flex;
	align-items:center;
	justify-content:start;
}
.pastyp{
	width:25px;
	margin-right:10px;
}
.pas-ch{
	
}
.pas-t{
	display: block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    font-family: sans-serif;
}
.pas-age{
	display: block;
    line-height: 12px;
    font-size: 10px;
    font-weight: 400;
    font-family: sans-serif;
}
.input-group{
	display: flex;
    align-items: center;
    justify-content: center;
}
.input-group-btn a{
	width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(96deg, #af311b, #eb662b);
    flex: 0 0 20px;
    padding:7px;
}
.donbtndiv{
	text-align:right;
	padding-top:15px;
	border-top:1px solid #ddd;
}
.roomdonebtn{
	background: linear-gradient(96deg, #af311b, #eb662b);
    color: #fff;
    border-radius: 15px;
    padding: 3px 25px;
    font-size: 14px;
    font-weight: 500;
}
.mycabin{
        padding: 8px 10px;
    border: 1px solid #b5361c;
    border-radius: 5px;
}
.farerulescroll br{
    display:none;
}
@media only screen and (max-width: 1200px) {
.bcallimg {
    width: 30px;
    margin-right: 10px;
}
.flight_icon_name {
    width: 30%;
}
}
@media only screen and (max-width: 991px) {
.flight_details_inner {
    display: block;
}
  .prl-991{
	  padding-left:0px;
	  padding-right:0px;
  }
  .list-span, .list-radio:checked ~ .list-span::after, .ft-to-ct, .ft-fr-ct{
	  display:none;
  }
  .ft-icon{
    width: 35%;
}
.ft-fr-time, .ft-to-time {
    font-size: 14px;
	margin:0px;
}
.ft-to-time {
text-align:right;    
}
.mt-top
{
	margin-top: 0px;
    margin-left: 0px;
}
.ft-prs-prc
{
	font-size:13px;
}
.ft-from{
	clear:both;
	width:30%;
	float:left;
}
.ft-tm-tkn{
	width:40%;
	float:left;
	margin-top: -7px;
}
.ft-to{
	width:30%;
	float:left;
}
.ft-ttime {
    font-size: 11px;
    font-weight: 500;
}
.ft-icon {
    margin-bottom: 6px;
}
.ft-lngp {
    height: 1px;
    margin: 2px auto;
}
.ft-name {
    display: block;
}
.list-card{
	border-radius:0px;
	box-shadow: none;
    border: 1px solid #ddd;
	margin-bottom:0;
}
.list-container {
    padding: 6px 6px 20px 6px;
}
.ft-prsn{
	display:none;
}
.outgoing-div{
	max-height: 80vh;
	overflow:auto;
	scrollbar-width: none;
	margin:3px;
}
.fltrs{
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 9895;
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    padding-top: 40px;
	transition:all ease-in-out 0.5s;
}
.list-main-title{
	display:none;
}
.lg-pr-991{
	padding-right:15px;
}
.lg-pl-991{
	padding-left:15px;
}
.list-from .form-group {
    margin-bottom: 6px;
}
.listwraper{
	position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    height: 100%;
    z-index: 9916;
    background: #000000;
	padding-top:0px;
	transition:all ease-in-out 0.5s;
}
.editfliter-form{
	left:0%;
	transition:all ease-in-out 0.5s;
}
.mobfilters{
	right:0%;
	transition:all ease-in-out 0.5s;
}
.dv-modify-search{
	position: relative;
    height: 60px;
    border-bottom: 1px solid #3e3e3e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dv-modify-search span{
	display:block;
	text-align:center;
	color:#fff;
	font-size: 18px;
    font-weight: 500;
}
.list-section {
    margin-top: 55px;
	margin-bottom: 15px;
}
.flt-mobile{
	display:flex;
}
.filterclose{
	display:block;
}
.flight_details_wraper {
    width: 100%;
}
.flight_icon_name {
    width: 100%;
    margin-bottom: 10px;
}
.flight_details_from {
    width: 35%;
}
.flight-description-duration{
	width: 30%;
}
.band_dep, .band_ret{
	display:none;
}
.bottom-price-band{
	padding:10px 0px;
}
.band_price_book {
    width: 100%;
}
/**/
.pass-div{
	     position: fixed;
        top: 70px;
        left: 0%;
        right: 0;
        bottom: 0;
        width: 95%;
        margin: auto;
        border-radius: 0;
}
.ftftfrft {
    display: block;
    overflow: hidden;
}
    .ft-icon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
    }

}
@media only screen and (max-width:767px) {
	.sort-filter
	{
		display:none;
	}
	.listsearcclose, .filterclose
	{
		display:block;
		top: 10px;
        right: 15px;
	}
  .bct::before , .btimetkn::before{
    display:none;
}
.booking-outer {
	padding:15px 0px;
}
.btmsx{
	position:relative;
}

.btimetkn {
    padding-left: 10px;
	border: 1px dashed #818181;
    border-radius: 5px;
	margin:10px 0px;
}
.btma {
    padding-right: 0px;
}
.btma, .bct {
    margin-right: 5px;
}
.btdepart{
	position: relative;
    padding-left: 15px;
	line-height: 18px;
}
.btdepart::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #999;
    z-index: 1;
    background: #fff;
}
.bbaggage{
	display:block;
}
.cabin-bbaggage, .Check-In-bbaggage{
	height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.exbaggage{
	align-items: self-start;
}
.bfinn{
	width:70%;
}
.bfc{
	width:30%;
}
.sub-inner{
	padding:0px 15px;
}
.b_header {
	padding-left:15px;
}
.Continue-btn-dv, .psum-outer{
	display:none;
}
.bcall-outer{
	margin-top:5px;
	margin-bottom:15px;
}
.booking-p{
	display:block;
}
.select-flight-stops{
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9895;
    margin: 0;
    background: #fff;
    min-height: 250px;
    border-top: 5px solid #ed8116;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.backdrp{
    background:rgba(0,0,0,0.8);
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9895;
}

.close_flightdetails {
    display:block;
    left:auto;
    top: 0px;
    right: 15px;
    font-size: 20px;
}





}

.prev-btn
{
	background: #e5e5e5;
    font-size: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 2px 8px;
    border-right: 1px solid #fff;
}


.prev-btn:hover
{
	background: linear-gradient(96deg, #af311b, #eb662b) !important;
    font-size: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 2px 8px;
    border-right: 1px solid #fff;
	color:#fff;
	transition:all background 0.3s;
}

.next-btn
{
	background: #e5e5e5;
    font-size: 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 2px 8px;
}


.next-btn:hover
{
	background: linear-gradient(96deg, #af311b, #eb662b) !important;
    font-size: 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 2px 8px;
	color:#fff;
}


#sidebar {
  position: absolute;
}


#sidebar.fixed {
  position: fixed;
  top: 0;
}



/*-----new css add booking page---*/
.departure-head {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(96deg, #af311b, #eb662b) !important;
    margin-bottom: 20px;
    border-radius: 0px 20px 20px 0px;
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
	min-width:73px;
	text-align:center;
}
ul, li {
    list-style: disc;
    padding: 0;
    margin: 0 6px;
	font-size:12px;
}
.laycls{
	display:block;
}
.laycls span{
	color: #fff;
    padding: 3px 25px;
    border-radius: 10px;
    margin: 0px auto;
    background: linear-gradient(96deg, #af311b, #eb662b) !important;
}
.sblabel{
	padding-left:25px;
	display:block;
	position:relative;
	cursor:pointer;
}
.checkbox-sb{
	position: absolute;
	left:0;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0px!important;
}
.sbcheckbox{
	position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #e56129;
	border:1px solid #ddd;
	border-radius:2px;
}
.sbcheckbox::after{
	content: '\2714';
    position: absolute;
    left: 4px;
    top: -3px;
    color: #fff;
    font-size: 12px;
	display:none;
}
.icheckbox_minimal:has(.checkbox-sb:checked) ~ .sbcheckbox::after{
	display:block;
}
.collapse:not(.show) {
    display: none;
}