@charset "utf-8";

#topSection{
    height: 350px;
    background-image: url(../images/top-flight.jpg);
    background-size: cover;
    position: relative;
}
#topAirport{
    background-image: url(../images/top-airport.jpg) !important;
}
.topInformation{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 35px;
}
.topInformation h3{
    font-size: 18px;
    color: #fff;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.topInformation h1{
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.topInformation h2{
    color: #fff;
    font-size: 16px;
}
.topMessage{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: rgb(83, 146, 249);
}
.topMessage p{
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}

.back {
    top: 35px !important;
}

.flight-select-type {
    background-color: #fff;
    height: 60px;
    margin-top: 20px;
    border-radius: 10px;
}

.flight-type {
    text-align: center;
    margin-top: 18px;
    color: #297781;
}

.flight-type a {
    color: #297781;
}

.flight-search-bt {
    width: 500px;
    border: none;
    box-shadow: none;
    background-color: rgb(83, 146, 249);
    padding: 15px 0px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: -60px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1040;
}
.input-label-holder {
    margin-bottom: 0px;
    color: #949494;
    font-size: 13px;
}

.option-container {
    margin: 0 auto;
    max-width: 310px;
}

.option-container p {
    float: left;
    width: 160px;
    font-size: 13px;
    color: #636363;
    padding-top: 3px;
}

.option-container select {
    float: left;
    width: 150px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 50px;
    box-shadow: none;
    outline: none;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #636363;
}

.passenger-select-bt {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #d42c2c;
    padding: 10px 0px;
    margin-top: 20px;
    color: #d42c2c;
    font-size: 14px;
    border-radius: 50px;
}

.passenger-holder {
    float: left;
    margin-right: 8px;
}

.passenger-holder img {
    width: 10px;
}
/* ------------- Flights Result ------------ */

.flight-top-info {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.flight-top-info img {
    width: 20px;
    margin-left: 3px;
    margin-right: 3px;
}

.flight-top-info p {
    margin: 0px;
    margin-top: 5px;
    color: rgb(216, 216, 216);
}

.flight-top-info span {
    color: #949494;
    font-size: 15px;
}

.passengers-top-info {
    color: #949494 !important;
    font-size: 13px;
}

.passengers-top-info span {
    color: #949494 !important;
    font-size: 13px !important;
}

.flight-container {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
}

.flight-info div {
    padding: 0px !important;
    text-align: center;
}

.flight-info p {
    font-weight: 100;
    color: #616161;
    font-size: 23px;
    letter-spacing: 1px;
    padding-bottom: 0px;
    margin-bottom: -8px;
}

.flight-info span {
    font-weight: 100;
    color: #9e9e9e;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 0px;
    margin-top: 0px;
}

.flight-info img {
    width: 50px;
    padding: 5px;
}

.flight-price {
    text-align: right;
    padding-top: 0px;
    color: #215dbd;
    font-size: 23px;
}

.flight-price span {
    font-size: 13px;
    margin-left: 3px;
}

.flight-middle-info {
    margin-top: 10px;
}

.flight-middle-info p {
    color: rgb(216, 216, 216);
    font-size: 14px;
}

.flight-middle-info span {
    color: #636363;
    font-size: 14px;
}

.airline-title {
    color: #949494 !important;
    margin-bottom: 0px;
    margin-top: -5px;
}

.airline-title img {
    margin-right: 10px;
}

.airline-logo {
    width: 100px !important;
    margin-right: 5px !important;
    margin-top: unset !important;
}

.bookBt a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    color: #ff5959 !important;
    background-color: #fff;
    border: 1px solid #ff5959;
    padding: 8px 15px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}
/* ------------- Filter ------------ */

.filter {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
}
/* ------------- Loading ------------ */

#loading-section img {
    border-radius: 30px;
    padding: 15px;
}

#loading-section h3 {
    text-align: center;
    margin-top: 50px;
    color: #949494;
}
/* ------------- Flights Error ------------ */

.new-search {
    width: 230px;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.new-search:hover {
    color: #fff;
}
/* ------------- Flights Details ------------ */

.flight-clock {
    color: #fff;
    background-color: #0b70cc;
    padding: 3px 10px;
}

.location-info {
    color: #0b70cc;
}

.airport {
    font-size: 13px;
    color: #949494;
    margin-top: -10px;
}

.airline-info,
.airline-info span {
    color: #949494 !important;
    font-size: 13px !important;
}

.flight-middle-info img {
    width: 15px;
    margin-top: -3px;
    margin-right: 3px;
}

.last-flight-clock {
    color: #fff;
    background-color: #2aab3f;
    padding: 3px 10px;
}

.last-location-info {
    color: #2aab3f;
}

.airport-last {
    font-size: 13px;
    color: #949494;
    margin-top: -10px;
    margin-bottom: 0px;
}

.transfer-container {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
}

.transfer-container p {
    margin-bottom: 0px;
    color: #636363;
    font-size: 14px;
}

.book-bt {
    border: none;
    box-shadow: none;
    background-color: #D22A2A;
    color: #fff;
    padding: 5px 0px;
    border-radius: 50px;
    font-weight: 500;
    width: 100%;
    display: block;
}

.book-bt:hover {
    color: #fff;
}

.price {
    padding: 5px 0px;
    text-align: left !important;
    color: #949494 !important;
}
/* ------------- Filters ------------ */
.starSelect{
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: none !important;
    border: 1px solid #ccc;
    padding: 10px 5px;
    border-radius: 5px;
    color: #616161;
}

.flightSelect{
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: none !important;
    border: 1px solid #ccc;
    padding: 10px 5px;
    border-radius: 5px;
    color: #616161;
}

.airlineSelect{
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: none !important;
    border: 1px solid #ccc;
    padding: 10px 5px;
    border-radius: 5px;
    color: #616161;
}
.priceRange{
    text-align: center;
    margin-top: 30px;
    color: #616161;
}
.priceSelf{
    font-size: 22px;
    color: #215dbd;
    margin-bottom: 0px;
}
.currency{
    font-size: 13px;
    color: #215dbd;
}
#customRange1{
    width: 100%;
}
.modal-footer{
    width: 100%;
}
.modal-footer .btn{
    width: 100%;
    background: rgb(83, 146, 249);
    padding: 10px 0px !important;
    border-radius: 5px;
}

/* ------------- NEW Flights Result ------------ */
#results {
    margin-top: 40px;
    margin-bottom: 40px;
}
#results .container {
    width: 1100px !important;
}
.flightContainer {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
    border: 1px solid rgba(184, 184, 184, 0.6);
    transition: all 0.15s ease-in-out 0s;
}
.flightContainer:hover {
    box-shadow: -1px -1px 75px -10px rgba(36,36,36,0.44);
    -webkit-box-shadow: -1px -1px 75px -10px rgba(36,36,36,0.44);
    -moz-box-shadow: -1px -1px 75px -10px rgba(36,36,36,0.44);
    transition: all 0.15s ease-in-out 0s;
}
.flightContainer p{
    margin-bottom: 0px !important;
}
.depTitle{
    color: rgb(83, 146, 249);
    font-weight: 500;
    font-size: 16px;
}
.depDate{
    font-size: 14px;
    font-weight: 500;
    color: #616161;
}
.depAirlineTitle{
    color: #737373;
}
.airlineLogo{
    max-width: 100px;
}
.flightPrice{
    font-size: 25px !important;
    text-align: center !important;
    font-weight: 500 !important;
    color: #ff5959 !important;
    display: inline-block;
}
.depPrice{
    text-align: center;
}
.flightCurrency{
    font-size: 14px !important;
    text-align: center !important;
    font-weight: 200 !important;
    color: #ff5959 !important;
}
.flighBt{
    color: rgb(83, 146, 249) !important;
    background-color: #fff;
    border: 1px solid rgb(83, 146, 249);
    padding: 10px 0px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}
.flighBt:hover {
    background-color: rgb(83, 146, 249);
    color: #fff !important;
    transition: all 0.15s ease-in-out 0s;
}

.detailTitle{
    font-size: 20px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 10px;
    color: rgb(83, 146, 249);
}

.flightTitle{
    font-size: 16px;
    font-weight: 500;
    color: rgb(83, 146, 249);
    border-bottom: 2px solid rgb(83, 146, 249);
    text-align: center;
    margin-top: 15px;
}



/* ------------- More ------------ */

#more {
    border: none;
    box-shadow: none;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: rgb(83, 146, 249);
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 0px;
    cursor: pointer;
    transition: .3s ease;
    margin-top: 20px;
}
#more:hover{
    opacity: .8;
    transition: .3s ease;
}






