﻿

.booking-engine {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .booking-engine .nav-pills {
        justify-content: center;
        z-index: 99;
        position: relative;
    }

        .booking-engine .nav-pills li a {
            /*width: 90px;
            height: 65px;*/
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin: 0px 8px;
            border-radius: 5px;
            flex-direction: column;
            color: #5f5f5f;
            font-size: 22px;
            text-transform: capitalize;
            background: #fff;
            /*border: 1px solid rgba(255,255,255,.28);*/
            box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
            font-weight: 500;
            letter-spacing: .1px;
            transition: all .5s ease;
        }

            .booking-engine .nav-pills li a span {
                display: flex;
                font-size: 13px;
                margin-top: 3px;
                color: #333333;
            }

            .booking-engine .nav-pills li a:hover {
                box-shadow: 0 13px 21px -1px rgba(0,0,0,.3);
                transform: translateY(-7%);
                -moz-transform: translateY(-7%);
            }

            .booking-engine .nav-pills li a.active {
                background: #f48120;
                border-color: #f48120;
                color: #fff;
            }

                .booking-engine .nav-pills li a.active span {
                    color: #fff;
                }

    .booking-engine > .tab-content {
        padding: 30px 10px 20px;
        background: #ffffff;
        border-radius: 7px;
        position: relative;
        margin-top: -16px;
        z-index: 40;
        min-height: 220px;
        border: 1px solid #ececec;
    }

.titleType {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

.fare-wrap {
    padding: 0px 15px;
}

.bHead h2 {
    font-size: 20px;
    color: #333333;
    margin: 0px;
    font-weight: 500;
}

.custom-control-label::before {
    background: transparent;
}

.tripTypes .custom-control-label {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

.tripTypes .custom-control-input:checked ~ .custom-control-label::before, .fare-wrap .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00a7ff;
    background-color: #00a7ff;
}

.flight-wrapper1 {
    border-top: 1px solid #cccccc54;
    border-bottom: 1px solid #cccccc54;
    margin: 15px 0px;
}

    .flight-wrapper1 > ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .flight-wrapper1 > ul > li {
            display: inline-flex;
            flex-direction: column;
            cursor: pointer;
            height: 100px;
            position: relative;
            justify-content: center;
            align-items: flex-start;
            color: #333;
            list-style: none;
            padding: 0px 15px;
        }

            .flight-wrapper1 > ul > li + li {
                border-left: 1px solid #cccccc54;
            }

            .flight-wrapper1 > ul > li:last-child {
                border: none;
            }

            .flight-wrapper1 > ul > li > label {
                font-size: 12px;
                text-transform: uppercase;
                margin: 0px;
            }

                .flight-wrapper1 > ul > li > label span.calendra {
                    margin-right: 5px;
                    font-size: 14px;
                }

                .flight-wrapper1 > ul > li > label .d-down {
                    margin-left: 5px;
                }

            .flight-wrapper1 > ul > li > h3 {
                font-size: 25px;
                font-weight: 700;
                margin: 0px;
                letter-spacing: .5px;
            }

                .flight-wrapper1 > ul > li > h3 small {
                    display: inline-flex;
                    font-size: 14px;
                    margin-left: 5px;
                }

            .flight-wrapper1 > ul > li > p {
                font-size: 11px;
                margin: 0px;
                overflow: hidden;
                height: 18px;
            }

            .flight-wrapper1 > ul > li.from, .flight-wrapper1 > ul > li.to {
                min-width: 230px;
            }

            .flight-wrapper1 > ul > li.depart, .flight-wrapper1 > ul > li.return {
                min-width: 180px;
            }

            .flight-wrapper1 > ul > li.travellers {
                min-width: 190px;
            }

            .flight-wrapper1 > ul > li.btnArea {
                min-width: 140px;
                align-items: flex-end;
            }

.btn-search {
    background: #f48120;
    color: #fff;
    border: 1px solid #f48120;
    font-size: 16px;
    font-weight: 600;
    min-width: 145px;
    border-radius: 5px;
    padding: 10px 10px;
    line-height: 36px;
    display: inline-flex;
    justify-content: center;
}

.fare-wrap > ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .fare-wrap > ul > li {
        display: inline-flex;
        list-style: none;
    }

        .fare-wrap > ul > li + li {
            border-left: 1px solid #cccccc54;
            padding-left: 15px;
            margin-left: 15px;
        }

        .fare-wrap > ul > li a {
            display: flex;
            font-size: 12px;
            color: #333;
        }

            .fare-wrap > ul > li a strong {
                margin-left: 5px;
            }

        .fare-wrap > ul > li .custom-control-label {
            font-size: 12px;
            font-weight: 400;
            color: #333;
            line-height: 24px;
            cursor: pointer;
        }

        .fare-wrap > ul > li a span {
            background: #00a7ff;
            color: #fff;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            display: flex;
            font-size: 14px;
            margin-right: 8px;
        }

            .fare-wrap > ul > li a span i {
                margin-left: 4px;
            }


.search-list ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.search-wrap {
    position: absolute;
    width: 350px;
    top: 40px;
    left: 15px;
    border: 1px solid #cccccc8f;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    box-shadow: 0px 6px 12px #6666664f;
    display: none;
}

.search-input {
    padding: 6px 15px;
    border-bottom: 1px solid #cccccc29;
}

    .search-input .form-control, .search-input .form-control:focus {
        border: none;
        font-size: 13px;
        height: 40px;
        color: #333;
        box-shadow: none;
        padding: 6px 6px;
    }

    .search-input .input-group-prepend span {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: #666;
    }

.search-wrap .search-list ul li:first-child {
    background: #f1f7ff;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    padding: 5px 15px !important;
}

.search-wrap .search-list ul li {
    padding: 12px 15px !important;
    width: 100% !important;
    height: auto;
}

    .search-wrap .search-list ul li + li {
        border-top: 1px solid #cccccc29;
    }

    .search-wrap .search-list ul li .search-info h4 {
        font-size: 14px;
        color: #333;
        margin: 0px;
    }

        .search-wrap .search-list ul li .search-info h4 small {
            background: #333;
            color: #fff;
            font-size: 10px;
            font-weight: 600;
            border-radius: 0px;
            width: 28px;
            display: inline-flex;
            margin-right: 8px;
            height: 15px;
            justify-content: center;
            align-items: center;
        }

        .search-wrap .search-list ul li .search-info h4 span {
            font-size: 11px;
            color: #666;
            display: block;
            margin-top: 3px;
        }

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.height200 {
    height: 265px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: black;
    text-align: left;
    width: 100%;
}


.content-wrap {
    right: -45px;
    bottom: 25px;
    transform: none;
    width: 130px;
}

.search-wrap .search-list ul li:hover {
    background: #f1f7ff;
}

.scrollBar {
    overflow-y: auto;
    overflow-y: scroll;
    overflow-y: auto;
    scrollbar-color: #0000005c #00000024;
    scrollbar-width: thin;
}

    .scrollBar::-webkit-scrollbar {
        width: 6px;
    }

    .scrollBar::-webkit-scrollbar-track {
        background: #00000024;
    }

    .scrollBar::-webkit-scrollbar-thumb {
        background: #0000005e;
    }

        .scrollBar::-webkit-scrollbar-thumb:hover {
            background: #0000005e;
        }


.traveller-wrap {
    position: absolute;
    background: #fff;
    width: 240px;
    top: 40px;
    left: 14px;
    border: 1px solid #cccccc8f;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    box-shadow: 0px 6px 12px #6666664f;
}

.travellersouter ul, .flightType ul {
    flex-direction: column;
}

    .travellersouter ul li {
        padding: 10px 15px !important;
        margin: 0px;
        display: flex;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        border-bottom: 1px dotted #cbcbcb;
        cursor: initial;
        transition: .3s;
    }


        .travellersouter ul li .travellerLabel {
            font-size: 13px;
            color: #333;
            font-weight: 500;
            line-height: 18px;
            width: calc(100% - 130px);
        }

            .travellersouter ul li .travellerLabel span {
                font-size: 10x;
                color: #333;
                font-weight: normal;
                display: block;
                line-height: 18px;
            }

            .travellersouter ul li .travellerLabel span {
                font-size: 11px;
                color: #6d6d6d;
                font-weight: normal;
                display: block;
                line-height: 14px;
            }

.travellerCount span + span {
    border-left: 1px solid #d4d4d4;
}

.travellerCount {
    width: 70px;
    height: 28px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .travellerCount span {
        width: 50%;
        display: inline-flex;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
    }

.travellerValue input, .travellerValue input:focus {
    width: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: none;
    outline: 0;
}

.flight-wrapper1 > ul > li:hover {
    background: #f1f7ff;
}

.flight-wrapper1 > ul > li.btnArea:hover {
    background: #ffffff;
    cursor: inherit;
}

.tripTypes .custom-control-label {
    cursor: pointer;
}

.travellerCount span:hover, .travellerCount span:focus {
    background: #f48120;
    color: #fff;
}


.flightType ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
}

    .flightType ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style: none;
        margin: 2px 0px;
    }

        .flightType ul li .custom-control-label {
            font-size: 13px;
            font-weight: 500;
            text-transform: capitalize;
            line-height: 23px;
            cursor: pointer;
        }

.applyBtn {
    padding: 0px 5px 15px;
}

    .applyBtn .btn-apply {
        padding: 5px 14px;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
    }


/* Add By Me */
.flight-wrapper1 > ul > li > div > label {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px;
}

    .flight-wrapper1 > ul > li > div > label span.calendra {
        margin-right: 5px;
        font-size: 14px;
    }

    .flight-wrapper1 > ul > li > div > label .d-down {
        margin-left: 5px;
    }

.flight-wrapper1 > ul > li > div > div > h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    letter-spacing: .5px;
}

    .flight-wrapper1 > ul > li > div > div > h3 small {
        display: inline-flex;
        font-size: 14px;
        margin-left: 5px;
    }

.flight-wrapper1 > ul > li > div > div > p {
    font-size: 11px;
    margin: 0px;
    overflow: hidden;
    height: 18px;
}


.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control:focus, .form-control:hover {
    box-shadow: none !important;
    outline: 0 !important;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 2.5rem;
    line-height: 0.85;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}
