/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme 
 */ 
 @media screen and (max-width: 767px){
.breadcrumbs {
   display:inline-flex!important;  
}}
 .ranger-marker {
    position: absolute;
    width: 9px;
    height: 17px; 
    border-radius:0;}


.form-group .datePicker {
	border: 1px solid #ccc;
	color: #555;
	background-color: #fff;
}

.listing-style3.flight .details .details-wrapper .time .seat span {
	position: absolute;
	top: -4px;
	right: 5px;
	color: #000;
	font-size: 14px;
}

.listing-style3.flight .details .details-wrapper .time .seat img {
	width: 25px;
}

.listing-style3.flight .details .details-wrapper .time .bagg span {
	position: absolute;
	top: 35px;
	/* 	right: -55px; */
	left: 65px;
	color: #000;
	font-size: 10px;
}

.listing-style3.flight .details .details-wrapper .time .bagg i {
	top: 20px;
	font-size: 15px;
	width: 150px;
}

.location-name.location-name-70 {
	background-color: #b60015;
	padding: 0px 5px;
	color: white;
}

h5.advancedSearch {
	position: absolute;
	top: 23px;
	right: 40px;
	font-size: 12px;
	text-transform: none;
}

form label {

    height: 15px;
   /* margin-top: 20px;*/
}

.TyepSearch {
	text-align: center;
}

.booking-details .timing label, .booking-details .timing span {
	font-size: 12px;
}

.airport-detail {
	font-weight: bold;
	color: black;
}

#flight-details .flights .logo img {
	padding-bottom: 5px;
}

.entete {
	font-size: 12px;
	font-weight: bold;
	word-break: break-all;
	vertical-align: bottom;
	border-bottom: 2px solid var(--primary);
	color: black;
	padding: 5px;
}

.td-body {
	font-size: 14px;
	word-break: break-all;
	color: black;
 	padding: 10px 5px;
}

.td-body img {
 
    max-width: 77px;
}

.td-body span {
	font-weight: bold;
 }

.splitterow p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
}

.splitter {
	width: 45%;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 5px;
}

.confirm-booking:disabled {
	cursor: not-allowed;
	background-color: #949494;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



/* Amor Custom width for dialog */
.ngdialog.ngdialog-theme-default.custom-width-750 .ngdialog-content {
	width: 750px;
}





.ngdialog.ngdialog-theme-default .ngdialog-content {
    -webkit-animation: ngdialog-flyin .5s;
    animation: ngdialog-flyin .5s;
    background: white!important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 7px;
    border-bottom: 5px solid #5cbd5f;
    font-family:Lato;
}

