﻿ul.menu.menu-home-update {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section#common_banner_hotel {
    background-image: url('../img/banner/hotel-banner.png');
    padding: 300px 0 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
}


section#common_banner_dashboard {
    background-image: url('../img/banner/common-banner-2.png');
    padding: 200px 0 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

section#common_banner_result{
    background-image: url('../img/banner/common-banner-3.png');
    padding: 150px 0 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
}


.booking_details {
    background: #fff;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px;
}

    .booking_details h2 {
        font-size: 18px;
        margin: 20px 0 0 0;
    }

table.table.table_details th, table.table.table_details td{
    
    padding: 10px;
    font-size:14px;
}
table.table.table_details {
    background: #f5f5f5;
    border-radius: 5px;
}
.back-cncl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 10px 0 20px 0;
}

    .back-cncl a {
        display: block;
        font-size: 12px;
        padding: 8px 20px;
        background: #252561;
        color: #fff;
        border-radius: 30px;
        margin: 0 4px;
    }
.booking_details h5 {
    font-size: 16px;
    margin: 5px 0 14px 0;
}
.payment-table-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ModifySearch{
    display:none;
}
p.ModifySearch_click {
    border-radius: 5px;
    float: right;
    cursor: pointer;
    display: block;
    width: 150px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    background: #8b3eea;
    padding: 6px;
}

.flDetailHdr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid #249995;
    padding: 0 12px;
}
    .flDetailHdr h2 {
        font-size: 18px;
        font-weight: 900;
        color: #000;
    }
.makeFlex {
    text-align: right;
}

.appendTop10 {
    margin-top: 10px !important;
}

.view_dtls_left h2 {
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
}

.view_dtls_left p {
    font-size: 13px;
    margin: 3px 0;
    line-height: 1.4;
}

.view_dtls_right p {
    font-size: 16px;
    color: #000;
}

.view_dtls_right a {
    display: block;
    font-size: 14px;
    padding: 4px 0;
    color: #122ef7;
    font-weight: 500;
}

.view_dtls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.view_dtls_right {
    text-align: right;
}

.view_dtls_left {
    text-align: left;
}
p.flight_pics {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}

    p.flight_pics img {
        width: 20px;
        margin: 0 10px 0 0;
    }

.flightItenary, .itenaryRight {
    display: flex;
    justify-content: space-between;
}
.makeFlex .flexOne {
    flex: 1;
}
.itenaryLeft {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
    .itenaryLeft:before {
        content: "";
        position: absolute;
        top: 20px;
        height: calc(100% - 40px);
        border-left: 2px dashed #979797;
        left: 55px;
    }
.makeFlex {
    display: flex;
}
.time-info-ui {
    width: 62px;
    justify-content: space-between;
}
.flightItenary .layoverCircle {
    border: 2px solid #979797;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-flex;
    background-color: #f4f4f4;
    position: relative;
    top: 5px;
    z-index: 1;
    margin: 0px;
}
.layover {
    padding: 7px 20px;
    margin-left: 57px;
}
.itenaryLeft .overideBg {
    position: relative;
    background-color: #f4f4f4;
}
.itenaryRight {
    align-items: flex-end;
    width: 200px;
}
.flightItenary, .itenaryRight {
    display: flex;
    justify-content: space-between;
}
.itenaryList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    .itenaryList li {
        display: flex;
    }
.baggageTag {
    background-color: #ddfffe;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    padding: 7px 15px;
    margin: 0 10px;
}





@media (max-width:767px) {
    section#common_banner_hotel {
        background-image: url('../img/banner/hotel-banner-mobile.png');
       
    }
    #theme_search_form_tour {
        margin-top: -65px;
    }


}