/* Minification failed. Returning unminified contents.
(15,28): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(42,25): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(58,28): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(62,20): run-time error CSS1039: Token not allowed after unary operator: '-color-darkBlue'
(70,21): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(75,24): run-time error CSS1039: Token not allowed after unary operator: '-color-darkBlue'
(80,28): run-time error CSS1039: Token not allowed after unary operator: '-color-light'
(87,28): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(112,21): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(157,22): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(199,22): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(215,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(272,26): run-time error CSS1039: Token not allowed after unary operator: '-white'
(345,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(361,22): run-time error CSS1039: Token not allowed after unary operator: '-white'
(364,17): run-time error CSS1039: Token not allowed after unary operator: '-black'
(410,23): run-time error CSS1046: Expect comma, found '0'
(410,27): run-time error CSS1046: Expect comma, found '/'
(410,55): run-time error CSS1046: Expect comma, found '0'
(410,59): run-time error CSS1046: Expect comma, found '/'
(421,25): run-time error CSS1039: Token not allowed after unary operator: '-black'
(541,25): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(557,36): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(558,25): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(570,29): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
 */
/* New Search engine css start*/
.tabs_hero {
    width: 85%;
    margin: auto;
    background-color: transparent;
    border-radius: 50px;
    padding: 0px;
    position: relative;
    z-index: 1;
    padding-bottom:12px;
}
.linehr {
    height: 25px;
    width: 2px;
    background-color: var(--color-white);
    display: inline-flex;
}
.tab_content {
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    padding: 0px;
    width: 75%;
    margin: auto;
    padding: 80px 20px;
    border-radius: 5px;
    margin-top: -35px;
    z-index: -1;
}

.tabs_container {
    gap: 24px;
}

    .tabs_container li {
        display: flex;
        align-items: center;
        font-size: 14px;
        gap: 24px;
    }
        .tabs_container li button {
            color: var(--color-white) !important;
            padding: 0;
            gap: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity:0.7;
            letter-spacing:1px;
            font-size:18px;
            font-weight: 500;
            border-radius: 50px !important;
            background: transparent;
        }
            .tabs_container li button svg {
                height: 25px;
                width: auto;
                fill: var(--color-black);
            }

    .tabs_container .nav-link.active svg {
        fill: var(--color-darkBlue);
        opacity: 1;
        height: 30px;
    }


    .tabs_container .nav-link.active, .nav-pills .show > .nav-link {
        background-color:transparent;
        color: var(--color-white) !important;
        opacity: 1;
    }

        .tabs_container .nav-link.active svg {
            fill: var(--color-darkBlue);
            opacity: 1;
            height: 30px;
        }
.icon_arrow {
    background-color: var(--color-light);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--color-black);
    padding: 7px;
}

.flight-Serch {
    background: #f8f8f8;
    border-radius: 5px;
    position: relative;
    padding: 20px 25px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.serach-Engine {
    display: flex;
    margin: 0;
    position: relative;
    grid-gap:20px;
}

.from-to {
    width: 35%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    align-items: center;
    background:var(--color-white);
}

    .from-to .from {
        padding: 10px 15px;
        position: relative;
        width:100%;
    }

.label-Head {
    font-size: 13px;
}

.inputField {
    text-transform: capitalize;
    border: none;
    color: #000335;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 0;
    background: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.airport-name {
    display: block;
    font-size: 14px;
    color: #787878;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.depart-return {
    width: 30%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    align-items: center;
    background: var(--color-white);
}

.depart {
    width: 50%;
    padding: 10px 15px;
    position: relative;
    height: 100%;
}
    .depart .inputField {
        padding: 0px 0px 20px 0;
    } 
.checkinday, .checkoutday {
    position: absolute;
    bottom: 10px;
}
.return::before {
    position: absolute;
    content: "";
    background: #d7d7d7;
    height: 60%;
    left: 0;
    top: 20%;
    width: 2px;
}
.errortext {
    display: none;
    position: absolute;
    left: 0;
    bottom: -20px;
    color: red;
    font-size: 11px;
    font-weight: 400;
    line-height: 1rem;
    padding-top: 10px;
}
.city {
    width: 33%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    align-items: center;
    background: var(--color-white);
    padding: 10px 15px;
    margin-top:20px;
}

    .city .selectoption {
        border: none;
        font-size: 18px;
        font-weight: 700;
        padding: 5px 0;
    }
.travelsSec {
    width: 25%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
background:var(--color-white);
    position: relative;
    padding: 10px 15px;
    flex-direction: column;
}
.serach-Btn {
    width: 10%;
}
.search-Button {
    background: #014991;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 30px;
    border: none;
    font-size: 40px;
    width:100%;
    height:100%;
}
/*--------------------------------- Search engine Start here --------------------------------- */
.serachEngine {
    display: flex;
    width: 100%;
    position: relative;
}
.serachEngine .column {
    width: 100%;
    display: flex;
    flex-direction: column;
    position:relative;
}

    /*.serachEngine .column .select-option {
        background: var(--white);
        padding: 14px 12px 14px 10px;
        margin: 0px;
        border-radius: 5px;
        color: var(--dark-blue);
        font-size: 18px;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        height: 100%;
        display: flex;
        align-items: center;
    }*/


    .serachEngine .column i {
        position: absolute;
        top: 48px;
        font-size: 20px;
        left: 10px;
        color: #303030;
    }


    .serachEngine .column .date-option {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        background: var(--white);
        border-radius: 5px;
        padding: 10px 10px 15px 10px;
        margin-left: 10px;
        position: relative;
        display: flex;
        align-items: center;
        grid-gap: 10px;
    }

        .serachEngine .column .date-option .dash {
            
            background:#e1e1e1;
            height:2px;
            width:50px;
            display:inline-block; margin-right:10px;
        }
        .serachEngine .column .date-option:after {
            content: "";
            position: absolute;
            width: calc(100% - 20px);
            bottom: 10px;
            left: 10px;
            height: 2px;
            background: #e1e1e1;
        }

        .serachEngine .column .label {
            position: absolute;
            font-size: 13px;
            color: #6a7780;
            top: 10px;
            padding: 0;
        }




        .serachEngine .column .date-option .inputText {
            padding: 20px 0 0 0;
            font-size: 16px;
            font-weight: 600;
            color: #000;
            box-shadow:none;
        }


    .serachEngine .column .bi-person-fill {
        font-size: 25px;
        top:10px;
    }

    .serachEngine .column .gust-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .serachEngine .column .gus-data {
        color: #000000;
        font-weight:600;

    }
    .serachEngine .column .gust-info .guest_input {
        margin: 0px;
        cursor: pointer;
        padding: 20px 0 0 0;
        width: 100%;
    }



    .serachEngine .searchButton {
        background: #014991;
        color: var(--white);
        font-size: 25px;
        font-weight: 600;
        padding: 10px 20px;
        text-align: center;
        border: none;
        border-radius: 10px;
        margin-left: 10px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    }


.inputText {
    display: block;
    width: 100%;
    font-family: inherit;
    background: var(--white);
    margin: 0px;
    border-radius: 5px;
    color: var(--black);
    font-size: 18px;
    border: none;
}




            .hotel_destination, .hotel_airport, .hotel_location {
                padding: 8px 8px 8px 23px !important;
                position: relative;
                font-size: 14px;
            }
    .hotel_destination:before, .hotel_location:before {
        position: absolute;
        top: 5px;
        left: 5px;
        content: "\f0f7";
        font-family: FontAwesome;
        font-size: 17px;
        color: #333333;
    }
    .hotel_destination.ui-state-active:before, .hotel_airport.ui-state-active:before, .hotel_location.ui-state-active:before {
        color: #ffffff;
    }

.hotel_airport:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "\f072";
    font-family: FontAwesome;
    font-size: 17px;
    color: #333333;
}
    /*Add Room*/
.hotel_room_block {
    display: none;
    padding: 12px;
    position: absolute;
    left: inherit;
    right:0;
    top: 65px;
    z-index: 5;
    width: 330px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    border: none;
    border-radius: 5px;
}

        .hotel_room_block .add_guest {
            width: 100%;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--black);
        }

    .hotel_room_block .label_heading {
        margin: 0px;
        font-weight: 400;
    }


    .hotel_room_block .child-row {
        position: relative;
        display: block;
    }

        .hotel_room_block .child-row .label_heading {
            margin-bottom: 5px;
            font-size:11px;
        }


    .hotel_room_block .selectSec{ display:flex; align-items:center;}

    .hotel_room_block .inc, .hotel_room_block .dec {
        float: left;
        font-size: 23px;
        cursor: pointer;
        color: #014991;
    }

    .hotel_room_block .input_count {
        border: none;
        background: #fff;
        color: #292929;
        float: left;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .hotel_room_block .button {
        width: auto;
        height: auto;
        background: #014991;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border-radius: 5px;
        border: none;
        padding: 8px 30px;
        margin: 0 auto;
        display: inherit;
    }
    .hotel_room_block .col_child select {
        border: solid 1px #b6b6b6;
        background: #ffffff;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 5px;
        -webkit-box-shadow: none;
        padding: 1px 7px;
        width: 90%;
    }
    .ind_bg_img {
        padding-top: 50px;
        background: url(/hotels/images/indexbnnr.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        justify-content: center;
        align-items: center;
        min-height: 300px;
        background-position: center;
    }

@media only screen and (min-width: 1400px) {
    .homeSerach .left-sec {
        width: 575px;
    }
    .homeSerach .right-sec {
        width: 650px;
    }

}



@media only screen and (max-width: 1169px) {
    .flight-Serch{
        padding:15px 10px;
    }
    .serach-Engine {
        grid-gap: 5px;
    }
    .homeSerach .left-sec, .homeSerach .right-sec {
        width: 50%;
    }


    .searchHead {
        font-size: 50px;
    }

    #homeSlider .carousel-inner {
        height: 620px;
    }
}

    @media (max-width: 991px) {
        .tabs_hero{
            width:100%;
background: transparent;
    box-shadow: none;
            display:flex;
            justify-content:center;
            padding:5px;
        }
        .tabs_container li button{
            padding:5px 10px;
        }
       .tabs_container li button {
            color: var(--color-black) !important;
            padding: 5px 10px;
            gap: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
            font-weight: 600;
            border-radius: 25px;
            outline: none;
            border: none;
            background:#ffffff;
            font-size:14px;
        }
        .tabs_container .nav-link.active, .nav-pills .show > .nav-link {
            box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
            background-color: var(--color-white) !important;
            color: var(--color-black) !important;
            opacity: 1 !important;
            font-size: 14px;
            font-weight: 600;
            grid-gap:6px;
        }
        .tabs_container{
            grid-gap:15px;
        }
        .label-Head{
            position:absolute;
            top:-10px;
            background:var(--color-white);
            padding:0 5px;
            left:10px;
        }
        .serach-Engine{
            grid-gap:20px;
        }
        .flight-Serch {
            top: -27px;
            padding: 40px 10px 15px;
        }
        .serach-Engine {
            flex-direction: column;
        }
        .checkinday, .checkoutday {
            bottom: 2px;
        }
        .from-to, .travelsSec {
            width: 100%;
        }
            .from-to .from {
                height: 65px;
            }
            .depart-return {
                width: 100%;
       
            }
        .serach-Btn{
            width:100%;
        }
        .slider-steps{
margin:0 !important;
        }
        .errortext{
            left:15px;
            bottom:0;
        }
        .homeSerach .left-sec, .homeSerach .right-sec {
            width: 100%;
        }
        .homeSerach {
            height: 100%;
            margin: 0;
            padding-top: 10px;
            background-color: #0660b7;
            color: #fff;
            position: relative;
        }


        .searchHead {
            font-size: 35px;
            color: #fff;
            margin: 0;
        }

            .searchHead span {
                color: #fed76a;
            }

        .serachSubHead {
            font-size: 18px;
            padding: 10px 0;
        }

        .serachEngine .column {
            margin-bottom: 15px;
        }


        .serachEngine .column i {
            top: 35px;
            font-size: 16px;
        }

        .serachEngine .column .date i {
            top: 11px;
            font-size: 16px;
        }

        .serachEngine .column .bi-person-fill {
            font-size: 20px;
            top: 6px;
        }

        .serachEngine .column .guest_input {
            height: 43px;
        }


        .gus-data span {
            padding-left: 5px;
        }

        .hotel_room_block {
            width: 100%;
        }


            #carouselExampleDark {
                display: none;
            }

        .serachEngine{
            flex-direction:column;
        }

            .serachEngine .column .date-option{
                margin-left:0;
            }
            .serachEngine .searchButton {
                margin-left: 0;
            }
        .inputField{
            font-size:18px;
        }

    }

