﻿@charset "utf-8";
/* CSS Document */


/***************************
	TABLE OF CONTENT

	01 - GLOBAL
    02 - HEADER
	03 - TAB
	04 - SLIDER
	05 - HOT DEAL
    06 - OUR TOP HOTEL
    07 - SECTION-CONTENT
    08 - NEWS LETTER
    09 - FOOTER	
    10 - OTHERS
    11 - HOTEL RESULT PAGE
    12 - ACCORDIAN
    13 - HOTEL CONFIRMATION
    14 - HOTEL BOOKING
    15 - HOTEL DETAIL
    16 - FLIGHT BOOKING PAGE
    17 - FLIGHT RESULT
    18 - FLIGHT RESULT TWOWAY
    19 - FLIGHT CONFIRMATION
    20 - FLIGHT HOTEL RESULT
    21 - FLIGHT HOTEL DETAIL
    22 - FLIGHT HOTEL BOOKING
    23 - FLIGHT HOTEL CONFIRMATION
    24 - TRAVEL PORT
    25 - AUTOEXTENDER
    26 - PAGER
    27 - PROGRESS
    28 - RESPONSIVENESS
	
****************************/

/* 01 GLOBAL */

ul, li, ul li, table, lable, p, span, dl, dt, dd, table, tr, td {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
}

a:hover, a:focus {
    text-decoration: none !important;
}

a {
    outline: none;
}

img {
    border: none;
}

.mt5 {
    margin-top: 5px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}



pd10 {
    padding: 10px;
}

.img-fullwidth img {
    width: 100%;
    height: auto;
}

a {
    outline: none;
}



header, footer, figure, aside, section, article {
    display: block;
}

.full-width {
    float: left;
    width: 100%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.widthfull {
    width: 100%;
    float: left;
}

.breadcrumb-section {
    padding: 10px 0;
}

    .breadcrumb-section .breadcrumb .breadcrumb-item a {
        color: #ff0b44;
    }

.about-us .abouttext a {
    color: #8ec320;
}

.about-us .abouttext i {
    color: #8ec320;
}

.about-us .abouttext span {
    color: #8ec320;
}

.breadcrumb {
    padding: 8px 0px !important;
    margin-bottom: 0px !important;
    list-style: none !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    margin-top: 10px;
}

.top_line {
    width: 100%;
    height: 2px;
    float: left;
    background: #8ec320;
}

.im-responsive {
    width: 100%;
    height: auto;
}

.dispaly-none {
    display: none;
}

.padding0 > div {
    padding-left: 5px;
    padding-right: 5px;
}

/*Bootstrap time Picker*/
.table-condensed {
    width: 100% !important;
}

    .table-condensed thead {
        display: none !important;
    }

    .table-condensed tfoot {
        display: none !important;
    }
/*Bootstrap time Picker*/

/* 02 HEADER */
header {
    background: #f5f5f5;
}

.logo {
    float: left;
    width: 250px;
    float: left;
    margin-right: 0px;
    margin: 30px 0 30px 0;
}

    .logo img {
        width: 100%;
        float: left;
    }

header ul.login {
    float: right;
    margin-top: 25px;
    text-align: right;
    list-style: none;
    float: right;
}

    header ul.login li {
        display: inline-block;
        padding-left: 10px;
        font-size: 14px;
        font-weight: 300;
        color: #fceb0a;
        float: left;
    }

        header ul.login li a {
            color: #2c3d51;
        }

        header ul.login li.help {
            font-weight: normal;
        }

            header ul.login li.help a {
                float: left;
                padding: 8px 10px;
                text-decoration: underline;
            }

        header ul.login li.login-btn {
            font-weight: normal;
            background: #8ec320;
            border-radius: 10px;
            margin-left: 10px;
        }

            header ul.login li.login-btn a {
                color: #fff;
                font-size: 10px;
                float: left;
                padding: 8px 10px;
            }

        header ul.login li i {
            width: 25px;
            height: auto;
            float: left;
            margin-right: 10px;
        }

            header ul.login li i img {
                width: 100%;
                height: auto;
            }

        header ul.login li span {
            font-size: 22px;
            color: #32c2a5;
            font-weight: 600;
        }

header .menu-strip {
    width: 100%;
    float: left;
    background: #2c3d51;
    display: none;
}

header .menu {
    float: right;
    width: 100%;
    margin-top: 0px;
}

    header .menu ul li.call {
        font-size: 18px;
        padding-left: 35px !important;
    }

    header .menu ul li.call {
        color: #003366;
        font-weight: 600;
    }

        header .menu ul li.call i {
            font-style: normal;
        }

    header .menu .modal-dialog {
        margin: 15px auto !important;
        width: 410px !important;
    }

header .call {
    float: right;
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
    margin: 0px;
    margin-top: 5px;
}

    header .call span {
        font-style: italic;
    }

    header .call a {
        background: #333333;
        padding: 3px 15px;
        border-radius: 10px;
        color: #fff;
        font-size: 14px;
    }

        header .call a:active, header .call a:focus {
            outline: none;
            border: 0px;
        }

.menu-strip .social {
    float: right;
    text-align: right;
    list-style: none;
    margin: 0px 0px 0 0px;
}

    .menu-strip .social li {
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }

        .menu-strip .social li a {
            padding: 15px 0;
            text-align: center;
            line-height: 20px;
            float: left;
            color: #32c2a5;
            font-size: 14px;
            outline: none;
        }

            .menu-strip .social li a img {
                width: auto;
                float: left;
                padding-right: 10px;
            }

.menu-strip #divmenu > ul li > a span {
    border-right: 0px solid #000;
    padding: 0 15px;
}
/*.menu-strip #divmenu > ul li:nth-child(2) a span{padding-left:0px !important;}*/
.menu-strip #divmenu > ul li.last a span {
    border-right: 0px solid #000 !important;
}



/* 03 SLIDER */
.slider-full {
    width: 100%;
    float: left;
}

    .slider-full img {
        width: 100%;
        height: auto;
    }

.carousel-control.left {
    background: none !important;
}

.carousel-control.right {
    background: none !important;
}

.slider-full .slider-btn {
    float: left;
    padding: 10px 20px;
    background: #9c847b;
    color: #fff;
    margin-top: 20px;
}

    .slider-full .slider-btn:hover {
        background: #7a6962;
    }

.slider-full h2 {
    float: left;
    color: #fff;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 50px;
    padding-bottom: 5px;
    text-transform: uppercase;
    -webkit-text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.slider-full h3 {
    float: left;
    color: #fff;
    width: 70%;
    line-height: 20px;
    margin-left: 15%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px;
}

    .slider-full h3 span {
        color: #32c2a5;
    }

.slider-full .carousel-caption {
    right: 8%;
    top: 15%;
    left: 8%;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: 0 0px 0px rgba(0,0,0,.0) !important;
}
/*.slider-full .carousel-inner { overflow:inherit;}*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -20px !important;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -20px !important;
}

.slider-full .why-choose {
    width: 230px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    border: 2px solid #fff;
    z-index: 1;
    padding: 10px;
}

    .slider-full .why-choose p {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #ccc;
        padding-left: 20px;
        color: #cfb259;
    }

    .slider-full .why-choose ul {
        width: 100%;
        float: left;
    }

        .slider-full .why-choose ul li {
            width: 100%;
            float: left;
            color: #fff;
            list-style-position: inside;
            font-size: 14px;
            line-height: 22px;
        }

.tab-full-contaner-outer {
    position: relative;
    width: 100%;
    float: left;
}

.tab-full-contaner {
    width: 100%;
    margin-left: 0%;
    float: left;
    padding: 0px 0px;
}

.slider-full .carousel .carousel-control.left {
    z-index: 1111;
}

.slider-full .carousel .carousel-control.right {
    z-index: 1111;
}

.slider-full .carousel .carousel-indicators li {
    display: none;
}


.tab-full {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin-top: -45px;
}

    .tab-full ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0 10px;
    }

        .tab-full ul li {
            float: left;
            color: #ffffff;
            font-size: 16px;
            padding: 10px 10px;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
            margin-right: 2px;
        }

            .tab-full ul li.active {
                color: #fff;
                background: #32c2a5;
            }

            .tab-full ul li:hover {
                color: #fff;
                background: #32c2a5;
            }

    .tab-full .line {
        width: 100%;
        height: 1px;
        float: left;
        background: #000;
        margin-bottom: 10px;
        visibility: hidden;
    }

    .tab-full label.trip {
        margin-top: 10px;
    }

        .tab-full label.trip label {
            cursor: pointer;
        }

        .tab-full label.trip span input {
            margin-top: 3px;
            float: left;
            margin-right: 5px;
            border-radius: 0px;
        }

    .tab-full .tab-content {
        padding: 0 15px;
    }

    .tab-full label {
        font-weight: normal;
        color: #2c3d51;
    }

    .tab-full input[type=submit] {
        width: 100%;
        float: left;
        text-align: center;
        margin-left: 00%;
        background: #32c2a5;
        padding: 6px 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 10px;
        border: none;
        border-radius: 0px;
    }

        .tab-full input[type=submit]:hover, .tab-full input[type=submit]:focus {
            text-decoration: none;
            background: #2db196;
            outline: none;
            border-radius: 0px;
        }

    .tab-full .tab-content .main-pax {
        background: #fff;
        height: 34px;
        border-radius: 0px;
        padding: 0px 0 0 10px;
        cursor: pointer;
        border: 1px solid #ccc;
    }

        .tab-full .tab-content .main-pax, .tab-full .tab-content .main-pax span {
            color: #333 !important;
            position: static !important;
            font-size: 14px !important;
        }

    .tab-full .tab-content .form-group input {
        text-indent: 15px;
        border-radius: 0px;
    }

    .tab-full .tab-content .form-group select {
        height: 34px;
        line-height: 28px;
        border-radius: 0px;
        text-indent: 20px;
        padding-left: 0px;
    }

@-moz-document url-prefix() {
    .tab-full .tab-content .form-group select {
        text-indent: 10px;
    }
}

.tab-full .tab-content .form-group {
    position: relative;
}

    .tab-full .tab-content .form-group span {
        position: absolute;
        font-size: 16px;
        color: #e74c3c;
        bottom: 0px;
        right: 10px;
        line-height: 34px;
    }

        .tab-full .tab-content .form-group span.left {
            position: absolute;
            font-size: 16px;
            color: #e74c3c;
            bottom: 0px;
            left: 5px;
            right: inherit;
            line-height: 34px;
        }

            .tab-full .tab-content .form-group span.left img {
                width: 15px;
                height: auto;
            }


/* 03 BANNER START */
/*.banner{width:100%; float:left; padding-bottom:100px; background:url(../images/banner/banner.jpg) no-repeat center fixed; }
.banner .carousel-control.left {background:none;}
.banner .carousel-control.right {background:none;}
.banner .carousel-indicators {bottom: -10px;}
.banner .carousel.slide{height:352px;}
.banner .carousel.slide img{height:352px;}*/
/* 03 BANNER END */

/* BANNER NEW START */

.traveller-info {
    height: 50px !important;
    border-radius: 0px;
    margin-top: 0 !important;
    line-height: 32px !important;
    font-weight: normal;
    border-radius: 0 !important;
    border-radius: 0px 5px 5px 0px !important;
}

.all-other .label-travel-info {
    color: #fff;
    font-weight: normal;
}

.traveller-info label {
    font-weight: normal;
}


.new-tab-full {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .new-tab-full ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0 0px;
    }

        .new-tab-full ul li {
            float: left;
            color: #ffffff;
            font-size: 16px;
            padding: 10px 10px;
            border-radius: 5px 5px 0 0;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
            margin-right: 2px;
        }

            .new-tab-full ul li.active {
                color: #fff;
                background: #8ec320;
            }

            .new-tab-full ul li:hover {
                color: #fff;
                background: #8ec320;
            }


.banner-new {
    width: 100%;
    height: 600px;
    float: left;
    background: url(../images/banner/tab-banner1.jpg) no-repeat;
}

    .banner-new .new-tab-full {
        width: 100%;
        float: left;
        margin-top: 100px;
    }

        .banner-new .new-tab-full .radio-full {
            width: 100%;
            float: left;
        }

            .banner-new .new-tab-full .radio-full .radio {
                float: left;
                margin: 0px 10px 0 0;
            }

                .banner-new .new-tab-full .radio-full .radio label {
                    width: auto;
                    float: left;
                    color: #fff;
                    font-size: 16px;
                }

                .banner-new .new-tab-full .radio-full .radio [type="radio"]:checked,
                .banner-new .new-tab-full .radio-full .radio [type="radio"]:not(:checked) {
                    position: absolute;
                    left: -9999px;
                }

                    .banner-new .new-tab-full .radio-full .radio [type="radio"]:checked + label,
                    .banner-new .new-tab-full .radio-full .radio [type="radio"]:not(:checked) + label {
                        position: relative;
                        padding-left: 28px;
                        cursor: pointer;
                        line-height: 20px;
                        display: inline-block;
                        color: #fff;
                    }

                        .banner-new .new-tab-full .radio-full .radio [type="radio"]:checked + label:before,
                        .banner-new .new-tab-full .radio-full .radio [type="radio"]:not(:checked) + label:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 18px;
                            height: 18px;
                            border: 1px solid #ddd;
                            border-radius: 100%;
                            background: #fff;
                        }

                        .banner-new .new-tab-full .radio-full .radio [type="radio"]:checked + label:after,
                        .banner-new .new-tab-full .radio-full .radio [type="radio"]:not(:checked) + label:after {
                            content: '';
                            width: 12px;
                            height: 12px;
                            background: #8ec320;
                            position: absolute;
                            top: 3px;
                            left: 3px;
                            border-radius: 100%;
                            -webkit-transition: all 0.2s ease;
                            transition: all 0.2s ease;
                        }

                        .banner-new .new-tab-full .radio-full .radio [type="radio"]:not(:checked) + label:after {
                            opacity: 0;
                            -webkit-transform: scale(0);
                            transform: scale(0);
                        }

                        .banner-new .new-tab-full .radio-full .radio [type="radio"]:checked + label:after {
                            opacity: 1;
                            -webkit-transform: scale(1);
                            transform: scale(1);
                        }



        .banner-new .new-tab-full .new-tab-full-inner {
            width: 100%;
            float: left;
            border-radius: 5px;
            overflow: initial;
            margin-top: 10px;
        }



        .banner-new .new-tab-full .flight-tab {
            width: 100%;
            float: left;
        }

            .banner-new .new-tab-full .flight-tab .destination-to {
                width: 40%;
                float: left;
            }

                .banner-new .new-tab-full .flight-tab .destination-to .select-city {
                    width: 50%;
                    float: left;
                }

            .banner-new .new-tab-full .flight-tab .departure-to-class {
                width: 60%;
                float: left;
            }

                .banner-new .new-tab-full .flight-tab .departure-to-class .departure-to-return {
                    width: 40%;
                    float: left;
                }

                    .banner-new .new-tab-full .flight-tab .departure-to-class .departure-to-return .departure {
                        width: 50%;
                        float: left;
                    }

                .banner-new .new-tab-full .flight-tab .departure-to-class .adult-to-infants {
                    width: 40%;
                    float: left;
                }

                    .banner-new .new-tab-full .flight-tab .departure-to-class .adult-to-infants .adult {
                        width: 33.3333%;
                        float: left;
                    }

                .banner-new .new-tab-full .flight-tab .departure-to-class .class {
                    width: 20%;
                    float: left;
                }



        .banner-new .new-tab-full .hotel-tab {
            width: 100%;
            float: left;
        }

            .banner-new .new-tab-full .hotel-tab .destination {
                width: 40%;
                float: left;
            }

            .banner-new .new-tab-full .hotel-tab .all-other {
                width: 20%;
                float: left;
            }

        .banner-new .new-tab-full .pax-outer {
            width: 100%;
            float: left;
            background: #fff;
            border: 1px solid #ccc;
            height: 50px;
        }

            .banner-new .new-tab-full .pax-outer .dropdown {
                width: 100%;
                float: left;
            }

            .banner-new .new-tab-full .pax-outer .main-pax {
                padding-top: -3px;
                margin-left: 15px;
            }

                .banner-new .new-tab-full .pax-outer .main-pax span {
                    position: static;
                }

        /*.banner-new .new-tab-full .main-pax{background:#fff; height:34px; border-radius:0px; padding:0px 0 0 10px; cursor:pointer; border: 1px solid #ccc;}
.banner-new .new-tab-full .main-pax, .banner-new .new-tab-full .main-pax span {color: #333 !important; position:static !important; font-size:14px !important;}
.banner-new .new-tab-full .main-pax span{position:static;}*/


        .banner-new .new-tab-full .flight-hotel-tab {
            width: 100%;
            float: left;
        }

            .banner-new .new-tab-full .flight-hotel-tab .destination {
                width: 20%;
                float: left;
            }

            .banner-new .new-tab-full .flight-hotel-tab .all-other {
                width: 15%;
                float: left;
            }



        .banner-new .new-tab-full .form-group {
            width: 100%;
            float: left;
        }

            .banner-new .new-tab-full .form-group label.position-relative {
                position: relative;
                width: 100%;
                float: left;
                font-weight: normal;
                color: #fff;
            }

                .banner-new .new-tab-full .form-group label.position-relative label {
                    font-weight: normal;
                }

            .banner-new .new-tab-full .form-group span {
                position: absolute;
                font-size: 16px;
                color: #8ec320;
                bottom: 0px;
                left: 10px;
                line-height: 50px;
            }

            .banner-new .new-tab-full .form-group label.position-relative .form-control {
                padding-right: initial;
                height: 50px;
                padding-left: 20px;
                border-radius: 0px;
            }

            .banner-new .new-tab-full .form-group label.position-relative .border-radius-first {
                border-radius: 5px 0 0 5px;
            }

            .banner-new .new-tab-full .form-group label.position-relative .border-radius-last {
                border-radius: 0px 5px 5px 0px;
            }

            .banner-new .new-tab-full .form-group label.position-relative.left-icon span.left {
                position: absolute;
                width: 20px;
                font-size: 16px;
                color: #c0257c;
                bottom: 0px;
                left: 5px;
                line-height: 34px;
            }

            .banner-new .new-tab-full .form-group label.position-relative.left-icon input {
                padding-right: initial;
                padding-left: 25px;
            }

            .banner-new .new-tab-full .form-group label.position-relative select {
                height: 50px;
                width: 100%;
                float: left;
                border-radius: 0px;
                line-height: 44px;
                text-indent: 10px;
            }

        .banner-new .new-tab-full .input-btn-full {
            width: 100%;
            float: left;
            text-align: center;
            margin-top: 40px;
        }

            .banner-new .new-tab-full .input-btn-full .input-btn {
                width: 250px;
                background: #8ec320;
                background: linear-gradient(#b1ee31, #62841b);
                background: -moz-linear-gradient(#b1ee31, #62841b);
                background: -webkit-linear-gradient(#b1ee31, #62841b);
                font-size: 20px;
                font-weight: bold;
                color: #fff;
                padding: 10px 30px;
                border: none;
                border-radius: 5px;
                text-transform: uppercase;
            }

                .banner-new .new-tab-full .input-btn-full .input-btn:hover {
                    background: linear-gradient(#62841b, #b1ee31);
                    background: -moz-linear-gradient(#62841b, #b1ee31);
                    background: -webkit-linear-gradient(#62841b, #b1ee31);
                }


.no-border {
    border: 0px solid #dfdfdf !important;
}

.banner-new .new-tab-full .form-group label.position-relative .ul-dropdown {
    width: 100%;
    overflow: auto;
    float: left;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1111;
}

    .banner-new .new-tab-full .form-group label.position-relative .ul-dropdown li {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 12px;
        padding: 0px 10px;
        color: #333;
        border-radius: 0px 0px 0px 0px;
        cursor: pointer;
        background: #fff;
        margin-right: 0px;
    }

        .banner-new .new-tab-full .form-group label.position-relative .ul-dropdown li:hover {
            background: #dfdfdf;
        }

        .banner-new .new-tab-full .form-group label.position-relative .ul-dropdown li .icon {
            width: 20px;
            height: 20px;
            line-height: normal;
            float: left;
            position: static;
            margin-top: 5px;
            margin-right: 5px;
        }

            .banner-new .new-tab-full .form-group label.position-relative .ul-dropdown li .icon img {
                width: 100%;
                height: auto;
            }

        .banner-new .new-tab-full .form-group label.position-relative .ul-dropdown li .text {
            position: static;
            float: left;
            padding: 10px 0;
            line-height: normal;
            color: #333;
            font-size: 12px;
        }


.hotel-modify label.position-relative .ul-dropdown {
    width: 100%;
    overflow: auto;
    float: left;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1111;
}

    .hotel-modify label.position-relative .ul-dropdown li {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 12px;
        padding: 0px 10px;
        color: #333;
        border-radius: 0px 0px 0px 0px;
        cursor: pointer;
        background: #fff;
        margin-right: 0px;
    }

        .hotel-modify label.position-relative .ul-dropdown li:hover {
            background: #dfdfdf;
        }

        .hotel-modify label.position-relative .ul-dropdown li .icon {
            width: 20px;
            height: 20px;
            line-height: normal;
            float: left;
            position: static;
            margin-top: 5px;
            margin-right: 5px;
        }

            .hotel-modify label.position-relative .ul-dropdown li .icon img {
                width: 100%;
                height: auto;
            }

        .hotel-modify label.position-relative .ul-dropdown li .text {
            position: static;
            float: left;
            padding: 10px 0;
            line-height: normal;
            color: #333;
            font-size: 12px;
        }


.Accommodation-results .advance-search .hotel-modify

label.position-relative.common-auto-selector .ul-dropdown {
    width: 100%;
    overflow: auto;
    float: left;
    position: absolute;
    border: 1px solid #dfdfdf;
    top: 100%;
    left: 0px;
    z-index: 1111;
    height: auto !important;
}

label.position-relative.common-auto-selector .ul-dropdown li {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 12px;
    padding: 0px 10px;
    color: #333;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
    background: #fff;
    margin-right: 0px;
}

    label.position-relative.common-auto-selector .ul-dropdown li:hover {
        background: #dfdfdf;
    }

    label.position-relative.common-auto-selector .ul-dropdown li .icon {
        width: 20px;
        height: 20px;
        line-height: normal;
        float: left;
        position: static;
        margin-top: 5px;
        margin-right: 5px;
    }

        label.position-relative.common-auto-selector .ul-dropdown li .icon img {
            width: 100%;
            height: auto;
        }

    label.position-relative.common-auto-selector .ul-dropdown li .text {
        position: static;
        float: left;
        padding: 10px 0;
        line-height: normal;
        color: #333;
        font-size: 12px;
    }


/* POPULAR DESTINATION START */
.popular-destination {
    width: 100%;
    float: left;
    padding: 0 0 50px 0;
}

    .popular-destination .heading {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 35px;
        font-weight: 600;
        color: #333;
        margin: 0px;
        letter-spacing: 2px;
        margin-top: 50px;
    }

        .popular-destination .heading span {
            color: #8ec320;
        }

        .popular-destination .heading.italic {
            font-style: italic;
        }

    .popular-destination .head-text {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 10px 0 0 0;
    }

        .popular-destination .head-text + .head-text {
            margin-top: 0px;
        }

    .popular-destination .package1 {
        width: 42%;
        height: 320px;
        float: left;
        border: 1px solid #fff;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        margin-top: 15px;
        background: #fff;
    }

        .popular-destination .package1 img {
            width: 100%;
            height: 100%;
            transition: 0.3s;
            -webkit-transition: 0.3s;
        }

        .popular-destination .package1:hover > img {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
        }

        .popular-destination .package1 .detail {
            width: 100%;
            height: 100%;
            float: left;
            padding: 0px;
            position: absolute;
            top: 0px;
            left: 0px;
        }

            .popular-destination .package1 .detail .starrating {
                width: 100%;
                float: right;
                margin: 20px 15px 0 0;
            }

                .popular-destination .package1 .detail .starrating img {
                    width: auto;
                    height: auto;
                    float: right;
                }

        .popular-destination .package1 .bottom-detail {
            width: 100%;
            float: left;
            position: absolute;
            bottom: 0px;
            padding: 20px 20px 10px 20px;
            background: linear-gradient( rgba(0,0,0,0.1), rgba(0,0,0,0.7), rgba(0,0,0,0.9));
            background: -moz-linear-gradient( rgba(0,0,0,0.1), rgba(0,0,0,0.7), rgba(0,0,0,0.9));
            background: -o-linear-gradient( rgba(0,0,0,0.1), rgba(0,0,0,0.7), rgba(0,0,0,0.9));
            background: -webkit-linear-gradient( rgba(0,0,0,0.1), rgba(0,0,0,0.7), rgba(0,0,0,0.9));
        }

            .popular-destination .package1 .bottom-detail .left {
                width: 60%;
                float: left;
            }

            .popular-destination .package1 .bottom-detail .right {
                width: 40%;
                float: right;
            }

            .popular-destination .package1 .bottom-detail .price {
                width: 100%;
                float: left;
                font-size: 20px;
                margin-bottom: 0px;
                color: #fff;
            }

            .popular-destination .package1 .bottom-detail .location {
                width: 100%;
                float: left;
                font-size: 12px;
                color: #fff;
            }

            .popular-destination .package1 .bottom-detail .right .price {
                float: right;
                text-align: right;
            }

            .popular-destination .package1 .bottom-detail .right .location {
                float: right;
                text-align: right;
            }

        .popular-destination .package1.package2 {
            width: 29%;
            height: 320px;
        }

            .popular-destination .package1.package2 img {
                width: 100%;
                height: 100%;
            }

        /* UPCOMIG DEALS START */
        .popular-destination .package1.package-upcom-deal {
            width: 33.3333%;
            height: 320px;
        }

.top-package .package .from {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.top-package .package .price span {
    font-size: 14px;
}

.top-package .package .line {
    width: 100%;
    height: 1px;
    float: left;
    background: #ccc;
}

.top-package .package .detail .icon {
    width: 60%;
    float: left;
}

    .top-package .package .detail .icon img {
        width: auto;
    }

.top-package .package .detail .view-detail {
    width: 40%;
    float: left;
    text-align: right;
    border: none;
    outline: none;
    background: none;
}

.partner-caousel {
    width: 100%;
    float: left;
    margin: 15px 0 15px 0;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .partner-caousel .carousel-control.left {
        background: none;
    }

    .partner-caousel .carousel-control.right {
        background: none;
    }
/* POPULAR DESTINATION END */




/* SERVICES START */
.services-full {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    padding-bottom: 80px;
    margin-top: 50px;
}

    .services-full h2.heading {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 35px;
        color: #fff;
        font-weight: 300;
        margin-top: 40px;
        position: relative;
    }

    .services-full .package {
        width: 100%;
        float: left;
        position: relative;
        margin-top: 30px;
    }

        .services-full .package .im {
            width: 100%;
            text-align: center;
        }

            .services-full .package .im img {
                width: 100px;
                height: 100px;
                transition: 0.5s;
                -webkit-transition: 0.5s;
            }

        .services-full .package:hover .im img {
            width: 100px;
            height: 100px;
            transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
        }

        .services-full .package h2 {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 20px;
            color: #303030;
            font-weight: 600;
            margin-top: 30px;
        }

        .services-full .package p {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 14px;
            color: #303030;
            font-weight: normal;
            margin-top: 10px;
        }

/* SERVICES END */


/* WHY US START */
.whyus-full {
    width: 100%;
    height: auto;
    background: url(../images/package/why-us-bg.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    padding-bottom: 80px;
    margin-top: 50px;
}

    .whyus-full .heading {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 35px;
        color: #fff;
        font-weight: 600;
        margin-top: 50px;
        position: relative;
    }

        .whyus-full .heading + .heading {
            margin-top: 10px;
        }

    .whyus-full p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        margin-top: 10px;
        position: relative;
    }

/* WHY US START */



/* INTERNATINAL FLIGHTS */
.internation-flights {
    width: 100%;
    float: left;
    padding: 0 0 0px 0;
}

    .internation-flights .heading {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 35px;
        font-weight: 600;
        color: #333;
        margin: 0px;
        letter-spacing: 2px;
        margin-top: 80px;
    }

        .internation-flights .heading span {
            color: #8ec320;
        }

        .internation-flights .heading.italic {
            font-style: italic;
        }

    .internation-flights .flight-flag {
        width: 100%;
        float: left;
        list-style: none;
        margin-top: 20px;
    }

        .internation-flights .flight-flag li {
            width: 100%;
            float: left;
            font-size: 14px;
            padding-bottom: 10px;
        }

            .internation-flights .flight-flag li span {
                width: 25px;
                float: left;
                margin-right: 10px;
            }

                .internation-flights .flight-flag li span img {
                    width: 100%;
                    height: auto;
                }

/* INTERNATINAL FLIGHTS */




/* 08 FOOTER END */
/*footer  { width:100%; float:left; margin-top:50px;}*/
footer .copy {
    color: #727171;
    padding: 10px 0;
    margin-top: 0px;
}

    footer .copy a {
        color: #8ec320;
        text-decoration: underline;
    }

        footer .copy a:hover {
            text-decoration: underline !important;
        }

footer .images-line {
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
}

    footer .images-line .img-border1 {
        width: 25%;
        height: 3px;
        float: left;
        background: #cc6666;
    }

    footer .images-line .img-border2 {
        width: 25%;
        height: 3px;
        float: left;
        background: #0066cc;
    }

    footer .images-line .img-border3 {
        width: 25%;
        height: 3px;
        float: left;
        background: #00cccc;
    }

    footer .images-line .img-border4 {
        width: 25%;
        height: 3px;
        float: left;
        background: #cc3366;
    }

footer .footer2 {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #f5f5f5;
}

    footer .footer2 .topline {
        width: 100%;
        height: 2px;
        background: #dfdfdf;
        float: left;
        margin: 30px 0;
        display: none;
    }

    footer .footer2 .address {
        width: 100%;
        float: left;
        text-align: left;
        list-style: none;
        margin-top: 20px;
    }

        footer .footer2 .address li {
            font-weight: normal;
            width: 100%;
            float: left;
            padding: 0px 0px 10px 0;
            color: #635e5b;
            font-weight: normal;
            font-size: 13px;
            position: relative;
        }

            footer .footer2 .address li span.icon {
                width: 25px;
                float: left;
                text-align: left;
                font-size: 18px;
                color: #919191;
                position: absolute;
                left: 0px;
                top: -4px;
                color: #8ec320;
            }

                footer .footer2 .address li span.icon.big {
                    font-size: 36px;
                }

            footer .footer2 .address li span.text {
                float: left;
                padding-left: 30px;
                font-size: 14px;
                color: #919191;
            }

                footer .footer2 .address li span.text a {
                    color: #8ec320;
                }

                footer .footer2 .address li span.text.color {
                    color: #919191;
                }

                footer .footer2 .address li span.text .title {
                    font-weight: 600;
                    color: #c0257c;
                }

    footer .footer2 .trust-pilot {
        width: 150px;
    }

        footer .footer2 .trust-pilot img {
            width: 100%;
            height: auto;
        }

    footer .footer2 .trustscore {
        font-size: 10px;
        color: #635e5b;
    }

    footer .footer2 .menu2 {
        width: 100%;
        float: left;
        list-style: none;
        margin-top: 20px;
    }

        footer .footer2 .menu2 li {
            width: 100%;
            float: left;
            padding-bottom: 10px;
        }

            footer .footer2 .menu2 li a {
                text-decoration: none;
                color: #929292;
            }

    footer .footer2 .follow-us {
        width: 100%;
        float: left;
        text-align: center;
        color: #929292;
        margin-top: 20px;
    }

    footer .footer2 .social {
        float: left;
        width: 100%;
        text-align: center;
        list-style: none;
        margin-top: 10px;
    }

        footer .footer2 .social li {
            display: inline-block;
            padding-right: 10px;
        }

            footer .footer2 .social li a {
                text-decoration: none;
                float: left;
                font-size: 18px;
                width: 35px;
                height: 35px;
                border: 1px solid #fff;
                border-radius: 50%;
                color: #fff;
                text-align: center;
                line-height: 35px;
                transition: 0.3s;
            }

            footer .footer2 .social li:nth-child(1) a {
                border: 1px solid #375596;
                color: #375596;
            }

            footer .footer2 .social li:nth-child(2) a {
                border: 1px solid #28aae1;
                color: #28aae1;
            }

            footer .footer2 .social li:nth-child(3) a {
                border: 1px solid #00a8f1;
                color: #00a8f1;
            }

            footer .footer2 .social li:nth-child(4) a {
                border: 1px solid #e47165;
                color: #e47165;
            }

            footer .footer2 .social li a:hover {
                margin-top: -10px;
                float: left;
            }

    footer .footer2 .newsletters {
        width: 100%;
        float: left;
        background: #f5f5f5;
        border: 0px solid #ccc;
        border-radius: 5px;
        padding: 0px;
        margin-top: 20px;
    }

        footer .footer2 .newsletters .heading {
            width: 100%;
            float: left;
            text-align: left;
            font-size: 16px;
            font-weight: normal;
            color: #929292;
            position: relative;
        }

        footer .footer2 .newsletters .form-group {
            width: 100%;
            float: left;
        }

            footer .footer2 .newsletters .form-group label.position-relative {
                position: relative;
                width: 100%;
                float: left;
            }

                footer .footer2 .newsletters .form-group label.position-relative span {
                    position: absolute;
                    width: 20px;
                    font-size: 16px;
                    color: #929292;
                    bottom: 0px;
                    left: 5px;
                    line-height: 34px;
                }

                footer .footer2 .newsletters .form-group label.position-relative input {
                    padding-right: initial;
                    padding-left: 25px;
                    font-weight: normal;
                }

        footer .footer2 .newsletters .input-btn-full {
            width: 100%;
            float: left;
            text-align: left;
            margin-top: 0px;
        }

            footer .footer2 .newsletters .input-btn-full .input-btn {
                width: 80px;
                background: #8ec320;
                color: #fff;
                padding: 5px 0px;
                border: none;
                border-radius: 5px;
            }

    footer .footer2 .atol-icon {
        width: 80px;
        float: left;
        margin-top: 10px;
        margin-left: 30%;
    }

        footer .footer2 .atol-icon img {
            width: 100%;
            height: auto;
        }

    footer .footer2 .payment-text {
        width: 100%;
        float: left;
        text-align: center;
        color: #929292;
    }

    footer .footer2 .payment-icon-full {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    footer .footer2 .payment-icon1 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

        footer .footer2 .payment-icon1 img {
            width: 100%;
            height: auto;
        }

    footer .footer2 .payment-icon2 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

        footer .footer2 .payment-icon2 img {
            width: auto;
            height: auto;
        }


.footer2 .f-logo {
    float: right;
    text-align: left;
    list-style: none;
    margin-top: 10px;
}

    .footer2 .f-logo li {
        display: inline-block;
        color: #fff;
        float: left;
        padding-left: 30px;
    }

        .footer2 .f-logo li a {
            text-decoration: none;
            float: left;
            color: #fff;
            text-align: center;
            line-height: 30px;
        }

.footer3 {
    width: 100%;
    float: left;
    background: #ececec;
    padding-bottom: 30px;
    padding-top: 20px;
}

    .footer3 .footer-logo {
        width: 250px;
        float: left;
    }

        .footer3 .footer-logo img {
            width: 100%;
            float: left;
        }

/* 08 FOOTER END */

.holiday-package {
    width: 100%;
    float: left;
}

    .holiday-package h2 {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 26px;
        color: #333;
        font-weight: bold;
        margin-top: 20px;
        position: relative;
    }

        .holiday-package h2:after {
            content: "";
            width: 100%;
            height: 2px;
            background: #32c2a5;
            top: 130%;
            left: 0px;
            float: left;
            position: absolute;
        }

    .holiday-package p {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 16px;
        color: #333;
        font-weight: normal;
        margin-top: 20px;
    }


    .holiday-package .package {
        width: 100%;
        float: left;
        position: relative;
        margin-top: 30px;
        border: 1px solid #ccc;
        height: 235px;
        overflow: hidden;
        transition: 0.5s !important;
        -webkit-transition: 0.5s !important;
    }

        .holiday-package .package .im {
            width: 40%;
            float: left;
            height: 235px !important;
            transition: 0.5s !important;
            -webkit-transition: 0.5s !important;
        }

            .holiday-package .package .im img {
                width: 100%;
                height: 235px;
            }

            .holiday-package .package .im:hover {
                width: 100%;
            }

        .holiday-package .package .detail {
            width: 60%;
            height: 100%;
            margin-left: 0%;
            position: absolute;
            float: left;
            top: 0px;
            right: 0px;
            padding: 10px 10px;
            background: #fff;
            transition: 0.5s !important;
            -webkit-transition: 0.5s !important;
        }

        .holiday-package .package:hover .detail {
            right: -100%;
        }

        .holiday-package .package .detail:hover {
            right: 0%;
        }

        .holiday-package .package .detail .name {
            width: 70%;
            float: left;
            padding: 0 10px;
            position: relative;
        }

        .holiday-package .package .detail::before {
            background: #fff none repeat scroll 0 0;
            content: "";
            height: 125%;
            margin-left: 65px !important;
            position: absolute;
            right: 77%;
            top: -54px;
            transform: rotate(-24deg);
            width: 150px;
            -webkit-transform: rotate(-24deg);
        }

        .holiday-package .package .detail .heading {
            width: 100%;
            float: left;
            margin: 0px;
            font-size: 18px;
            font-weight: 600;
            color: #404040;
            position: relative;
        }

        .holiday-package .package .detail .starrating {
            width: 100%;
            float: left;
            position: relative;
        }

            .holiday-package .package .detail .starrating img {
                width: auto;
                height: auto;
            }

        .holiday-package .package .detail .price {
            width: 100%;
            float: left;
            margin: 10px 0 0 0;
            font-size: 24px;
            font-weight: 300;
            color: #404040;
            position: relative;
        }

            .holiday-package .package .detail .price span {
                font-size: 14px;
                color: #565353;
            }

        .holiday-package .package .detail .info {
            width: 100%;
            float: left;
            margin: 0px;
            font-size: 14px;
            font-weight: 300;
            color: #565353;
            position: relative;
        }

        .holiday-package .package .detail .input-btn {
            border: none;
            outline: none;
            padding: 8px 30px;
            background: #32c2a5;
            color: #fff;
            text-align: center;
            position: relative;
            margin-top: 20px;
        }

            .holiday-package .package .detail .input-btn:hover {
                background: #2db196;
            }

.destination-pg {
    width: 100%;
    float: left;
}

    .destination-pg .padding-zero {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

        .destination-pg .padding-zero > div {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

    .destination-pg .package {
        width: 100%;
        float: left;
        position: relative;
    }

        .destination-pg .package img {
            width: 100%;
            height: auto;
        }

        .destination-pg .package .detail {
            width: 100%;
            height: 100%;
            padding: 30px 15px 15px 15px;
            top: 0px;
            left: 0px;
            position: absolute;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
        }

            .destination-pg .package .detail:hover {
                padding: 15px 15px 15px 15px;
                background: rgba(0,0,0,0.6);
            }

            .destination-pg .package .detail .one {
                width: 100%;
                float: left;
            }

                .destination-pg .package .detail .one.bottom {
                    width: 100%;
                    float: left;
                    position: absolute;
                    bottom: 0px;
                }

            .destination-pg .package .detail:hover .one.bottom {
                bottom: 10px;
                transition: 0.3s;
                -moz-transition: 0.3s;
                -webkit-transition: 0.3s;
            }

            .destination-pg .package .detail .display-hide {
                opacity: 0;
                transition: 0.3s;
                -moz-transition: 0.3s;
                -webkit-transition: 0.3s;
            }

            .destination-pg .package .detail:hover .display-hide {
                opacity: 1;
            }

            .destination-pg .package .detail .one-half {
                width: 100%;
                float: left;
            }

            .destination-pg .package .detail .from {
                width: 100%;
                float: left;
                font-size: 14px;
                font-weight: normal;
                color: #32c2a5;
            }

            .destination-pg .package .detail .price {
                width: 100%;
                float: left;
                font-size: 24px;
                font-weight: 300;
                color: #fff;
            }

            .destination-pg .package .detail .with {
                width: 100%;
                float: left;
                font-size: 14px;
                font-weight: normal;
                color: #fff;
            }

            .destination-pg .package .detail .temperature {
                width: 100%;
                float: right;
                text-align: right;
                font-size: 14px;
                font-weight: normal;
                color: #32c2a5;
                display: none;
            }

            .destination-pg .package .detail .temp-number {
                width: 100%;
                float: right;
                text-align: right;
                font-size: 24px;
                font-weight: normal;
                color: #fff;
                display: none;
            }

            .destination-pg .package .detail .country {
                width: 100%;
                float: left;
                font-size: 14px;
                font-weight: normal;
                color: #32c2a5;
                margin-bottom: 0px;
            }

            .destination-pg .package .detail .city {
                width: 100%;
                float: left;
                font-size: 24px;
                font-weight: normal;
                color: #fff;
            }

            .destination-pg .package .detail .input-btn {
                border: 1px solid #32c2a5;
                background: none;
                float: right;
                outline: none;
                padding: 5px 20px;
                color: #32c2a5;
                text-align: center;
                position: relative;
                margin-top: 20px;
                margin-right: 30px;
                display: none;
            }

/* 10 OTHERS */
.text-heading {
    font-size: 22px;
    font-weight: 600;
}

.alert {
    color: #ce2b2b;
    font-weight: 700
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 170px;
}

.AutoExtender {
    width: 100%;
}

/*.dropdown-menu {background: #fff;padding: 10px 10px !important;margin: 8px auto !important;width: 355px !important;color:#333;}
.addbtn {width: 30px;float: left !important;background: none;border: 1px solid #ccc !important;line-height: 24px;padding-left: 0 !important;padding-right: 0 !important;}
.quantity {width: 30px;float: left !important;background: none;border: 1px solid #ccc !important;line-height: 24px;text-align: center;padding-left: 0 !important;padding-right: 0 !important;}*/

.dropdown-menu {
    background: #fff;
    padding: 10px 10px !important;
    margin: 8px auto !important;
    width: 355px !important;
    color: #333;
}

.addbtn {
    width: 30px;
    float: left !important;
    background: none;
    border: 1px solid #ccc !important;
    line-height: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-minus {
    width: 100%;
    background: #113888;
    color: #fff;
}

.quantity {
    width: 30px;
    float: left !important;
    background: none;
    border: 1px solid #ccc !important;
    line-height: 24px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* COMMON PAGE CSS */
.top-stip-icon {
    width: 100%;
    float: left;
}

    .top-stip-icon p {
        margin-bottom: 0px;
    }

.advance-search-full-btn {
    background: #ff5b02;
    width: 100%;
    float: left;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
}

    .advance-search-full-btn span i {
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

.collapse.advance-search-full {
    display: block;
}

@media (min-width:320px) {
    .xs-padding-right-0 {
        padding-right: 0;
    }

    .xs-padding-left-0 {
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .advance-search-full-btn {
        display: none;
    }

    .right-border-radius {
        border-radius: 0px 5px 5px 0px !important;
    }

    .padding-right-0 {
        padding-right: 0;
    }

    .padding-left-0 {
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .top-stip-icon {
        display: none;
    }

    .advance-search-full-btn[aria-expanded="true"] span i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .collapse.advance-search-full {
        display: none;
    }

    .flight-results .results .row.header.mt30 {
        margin-top: 10px !important;
    }
}

/* 11 HOTEL RESULT PAGE */
.padding0-flight-result-header > div {
    padding-left: 5px;
    padding-right: 5px;
}

.padding0-advance-search {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

    .padding0-advance-search > .padding-center {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .padding0-advance-search > .padding-right {
        padding-right: 5px !important;
    }

    .padding0-advance-search > .padding-left {
        padding-left: 5px !important;
    }

.advance-search {
    width: 100%;
    float: left;
    padding: 10px;
    background: #4b4d4e;
    margin-top: 0px;
}

    .advance-search .tab-radiobtn {
        list-style: none;
        cursor: pointer;
    }

        .advance-search .tab-radiobtn li label span input {
            width: auto;
            float: left;
            margin-right: 10px;
        }

        .advance-search .tab-radiobtn li label span label {
            width: auto;
            float: left;
            margin-top: 0px;
        }

        .advance-search .tab-radiobtn li {
            cursor: pointer !important;
        }

    .advance-search p {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        margin: 10px 0;
    }

    .advance-search label {
        width: 100%;
        float: left;
        font-size: 13px;
        color: #fff;
        margin-top: 10px;
        font-weight: normal !important;
        margin-bottom: 0px !important;
        cursor: pointer;
    }

    .advance-search .form-group {
        width: 100%;
        float: left;
    }

        .advance-search .form-group label.position-relative {
            width: 100%;
            float: left;
            position: relative;
        }

        .advance-search .form-group input {
            width: 100%;
            background: #fff;
            padding: 5px 10px;
            float: left;
            font-size: 12px;
            color: #000;
            height: 34px;
            margin-top: 10px;
            border: none;
            padding-left: 20px;
            border-radius: 0px;
        }

        .advance-search .form-group select {
            border-radius: 0px;
        }

        .advance-search .form-group span {
            position: relative;
            float: left;
            width: 100%;
        }

            .advance-search .form-group span:before {
                content: "\f073";
                font-family: FontAwesome;
                font-size: 12px;
                height: 10px;
                left: 4px;
                position: absolute;
                top: 20px;
                width: 10px;
                z-index: 1;
                color: #666;
            }

    .advance-search select {
        width: 100%;
        background: #fff;
        text-align: left;
        padding: 5px 10px;
        float: left;
        font-size: 12px;
        color: #000;
        height: 34px;
        line-height: 30px;
        margin-top: 10px;
        border: none;
    }

        .advance-search input:focus, .advance-search select:focus {
            outline: none;
        }
    /*.advance-search a {width: 100%; float: left; text-align: center; background: #ffe300; color: #000; padding: 8px 10px; margin: 10px 0px; border: none;}*/
    .advance-search input[type="submit"] {
        width: 100%;
        float: left;
        text-align: center;
        background: #8ec320;
        color: #fff;
        padding: 8px 10px;
        margin: 10px 0px;
        border: none;
    }

        .advance-search input[type="submit"], .advance-search input[type="submit"]:hover, .advance-search input[type="submit"]:active, .advance-search input[type="submit"]:focus {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
        }

            .advance-search input[type="submit"]:hover {
                background: #8ec320;
            }

    .advance-search .main-pax {
        color: #333;
        padding-left: 5px;
    }

    .advance-search label.position-relative {
        position: relative;
    }

        .advance-search label.position-relative .ul-dropdown {
            width: 100%;
            overflow: auto;
            float: left;
            position: absolute;
            top: 100%;
            left: 0px;
            z-index: 1111;
        }

            .advance-search label.position-relative .ul-dropdown li {
                width: 100%;
                height: auto;
                overflow: hidden;
                float: left;
                font-size: 12px;
                padding: 0px 10px;
                color: #333;
                border-radius: 0px 0px 0px 0px;
                cursor: pointer;
                background: #fff;
                margin-right: 0px;
            }

                .advance-search label.position-relative .ul-dropdown li:hover {
                    background: #dfdfdf;
                }

                .advance-search label.position-relative .ul-dropdown li .icon {
                    width: 20px;
                    height: 20px;
                    line-height: normal;
                    float: left;
                    position: static;
                    margin-top: 5px;
                    margin-right: 5px;
                }

                    .advance-search label.position-relative .ul-dropdown li .icon img {
                        width: 100%;
                        height: auto;
                    }

                .advance-search label.position-relative .ul-dropdown li .text {
                    position: static;
                    float: left;
                    padding: 10px 0;
                    line-height: normal;
                    color: #333;
                    font-size: 12px;
                }

                .advance-search label.position-relative .ul-dropdown li span {
                    width: auto;
                    position: static;
                }

                    .advance-search label.position-relative .ul-dropdown li span:before {
                        display: none;
                    }

.filter {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background: #fff;
}

    .filter .reset {
        width: 100%;
        float: right;
        text-align: right;
        font-size: 10px;
        color: #3399cc;
        padding: 10px 0;
    }

    .filter .accordianfilter {
        width: 100%;
        float: left;
    }

    .filter ul.starrating, .filter ul.services {
        width: 100%;
        list-style: none;
        float: left;
    }

        .filter ul.starrating span img {
            width: auto !important;
            height: auto;
        }

        .filter ul.starrating li, .filter ul.services li {
            display: inline-block;
            float: left;
            width: 100%;
            padding-top: 8px;
        }

            .filter ul.starrating li input[type=checkbox], .filter ul.services li input[type=checkbox] {
                margin-top: 3px;
                margin-right: 5px;
                float: left;
            }

            .filter ul.starrating li i {
                color: #333;
            }

        .filter ul.services span {
            margin-left: -5px;
            font-weight: normal !important;
        }

.results .hotel-tab {
    width: 100%;
    float: left;
    list-style: none;
    text-align: center;
    margin-top: 20px;
}

    .results .hotel-tab li {
        display: inline-block;
        background: #fff;
        border: 1px solid #ccc;
        width: 24%;
        margin: 0px;
    }

        .results .hotel-tab li:hover {
            background: #cc3300;
        }

        .results .hotel-tab li.active {
            background: #cc3300;
            color: #fff;
            position: relative;
        }

            .results .hotel-tab li.active:after {
                position: absolute;
                content: "";
                border-width: 8px;
                border-style: solid;
                top: 100%;
                left: 50%;
                margin-left: -4px;
                border-color: #cc3300 transparent transparent transparent;
            }

        .results .hotel-tab li a {
            text-decoration: none;
            width: 100%;
            float: left;
            color: #000;
            font-size: 12px;
            padding: 10px 0;
        }

        .results .hotel-tab li.active a {
            background: #cc3300;
            color: #fff;
        }

        .results .hotel-tab li:hover a {
            color: #fff;
        }

.hotel-detail-pg-new .result-panel .guaranteed-official {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .hotel-detail-pg-new .result-panel .guaranteed-official .header-strip {
        width: 100%;
        float: left;
        font-size: 16px;
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        background: #e7e7e7;
        border-bottom: 1px solid #b7b7b7;
        color: #37454d;
        padding: 10px 15px;
    }

        .hotel-detail-pg-new .result-panel .guaranteed-official .header-strip[aria-expanded="false"] {
            background: #16528e;
            color: #fff;
        }

    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel {
        width: 100%;
        float: left;
        padding: 0 20px;
    }

        .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout {
            width: 100%;
            float: left;
            text-align: center;
            margin-top: 15px;
        }

            .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li {
                display: inline-block;
                width: 31.333333%;
                font-size: 12px;
            }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li .icon {
                    font-size: 20px;
                    color: #16528e;
                }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li .title {
                    font-weight: 600;
                    font-size: 14px;
                    color: #333;
                }

            .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li {
                border-left: 1px solid #ddd;
            }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li:first-child {
                    border-left: 0px;
                }

        .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info {
            width: 100%;
            float: left;
        }

            .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service {
                width: 100%;
                float: left;
                font-size: 14px;
                font-weight: 600;
                color: #16528e;
            }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service .icon {
                    font-size: 18px;
                    padding-right: 5px;
                }

            .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service-detail {
                width: 100%;
                float: left;
                list-style: none;
            }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service-detail li {
                    width: 100%;
                    float: left;
                    padding-bottom: 5px;
                }

                    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service-detail li i {
                        color: #16528e;
                        padding-right: 5px;
                    }

                    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service-detail li .free {
                        color: #16528e;
                    }

        .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .disable {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            opacity: 0.3;
        }

.results .header p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

    .results .header p span {
        color: #000;
    }

.results .header select {
    background: #fff;
    margin-left: 10px;
    text-align: center;
    padding: 5px 2px;
    border: 1px solid #ccc;
    float: right !important;
    font-size: 11px;
    color: #333;
    height: 30px;
}

    .results .header select:focus {
        outline: none;
    }

.results .result {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 4px 10px #ccc;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px
}

    .results .result img {
        width: 100%;
        height: auto;
    }

    .results .result .hotelname {
        width: 100%;
        float: left;
        font-weight: normal;
        font-size: 14px;
        color: #333;
    }

        .results .result .hotelname span {
            font-size: 16px;
            color: #365cbe; /*padding-left: 30px;*/
        }
    /*.hotel-results .results .result p {margin: 0 0 0px;}*/
    .results .result .address {
        width: 100%;
        float: left;
        font-size: 13px;
        color: #333;
        margin-top: 0px;
    }

    .results .result .available {
        width: 100%;
        float: left;
        font-weight: 600;
        font-size: 13px;
        color: #0099cc;
        margin-top: 10px;
    }

.Accommodation-results .results .result .available {
    margin-top: 0px;
}

.results .result .onrequest {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 13px;
    color: #f00;
    margin-top: 10px;
    margin-bottom: 0px;
}

.results .result a.location {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
}

.results .result .board-basis {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #333;
    margin-top: 10px;
}

.results .result .starrating {
    width: 100%;
    float: right;
    text-align: right;
}

    .results .result .starrating img {
        width: auto;
        float: right;
        text-align: right;
    }

.results .result .from {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: right;
    color: #ccc;
    margin-top: 20px;
}

.results .result .price {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    color: #333333;
    margin-top: 0px;
}

.results .result a.select-room {
    width: 120px;
    float: right;
    text-align: center;
    background: #3399cc;
    color: #fff;
    padding: 8px 10px;
}

    .results .result a.select-room, .results .result a.select-room:hover, .results .result a.select-room:active, .results .result a.select-room:focus {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

        .results .result a.select-room:hover {
            background: #16aa30;
        }

        .results .result a.select-room:hover {
            background: #16aa30;
        }

.results .result .border {
    position: relative;
}

    .results .result .border:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100px;
        background: #ccc;
        left: 0px;
        top: 12%;
    }

/* 12 ACCORDIAN CSS */
.panel-default > .panel-heading {
    color: #333;
    background-color: none;
    border-color: none;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: none;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }

.filter .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
}

.filter .panel {
    margin-bottom: 20px;
    background-color: transparent !important;
    border: 0px solid transparent !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
    border-bottom: 1px solid #999999 !important;
    border-radius: 0px !important;
}

    .filter .panel:last-child {
        border-bottom: 0px !important;
    }

.filter .panel-default > .panel-heading a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #222222;
    font-weight: 600;
    position: relative;
    padding: 5px 0;
}

.filter .panel-body {
    padding: 15px 0px;
}

.filter .panel-default > .panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
}

.accordianfilter .panel-group {
    margin-bottom: 0px;
}

.filter .panel-default label {
    width: 100%;
    font-weight: normal;
}

.filter .panel-default .panel-body .starrating label {
    margin-left: 0px;
}

/* 13 HOTEL CONFIRMATION */

.hotel-confirmation .header {
    width: 100%;
    float: left;
}

    .hotel-confirmation .header p {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #666;
    }

        .hotel-confirmation .header p span {
            color: #ff5454;
            font-weight: bold;
        }

    .hotel-confirmation .header .status {
        width: 100%;
        float: left;
        font-size: 30px;
        color: #ff5454;
        font-weight: bold;
    }

    .hotel-confirmation .header .thanks {
        width: 100%;
        float: left;
        font-size: 24px;
        color: #666;
        font-weight: 600;
    }

.hotel-confirmation .confirmation-detail {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
}

    .hotel-confirmation .confirmation-detail .row1 {
        width: 100%;
        float: left;
    }

    .hotel-confirmation .confirmation-detail .row2 {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 10px;
    }

    .hotel-confirmation .confirmation-detail .row3 {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 20px;
    }

    .hotel-confirmation .confirmation-detail .row1 .hoteldetail {
        float: left;
        text-align: left;
        font-size: 16px;
        color: #ff5454;
        font-weight: bold;
    }

        .hotel-confirmation .confirmation-detail .row1 .hoteldetail i {
            color: #000;
            padding-right: 5px;
        }

    .hotel-confirmation .confirmation-detail .date {
        float: right;
        text-align: right;
        font-size: 16px;
        color: #999;
    }

    .hotel-confirmation .confirmation-detail .row2 img {
        width: 100%;
        height: auto;
    }

    .hotel-confirmation .confirmation-detail .row2 .hotelname {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 17px;
        color: #000;
        font-weight: bold;
        margin: 0px 0 0px 0;
    }

    .hotel-confirmation .confirmation-detail .row2 .address {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 16px;
        color: #000;
        font-weight: normal;
        margin: 0px 0 0px 0;
    }

    .hotel-confirmation .confirmation-detail .row2 .rating {
        color: #365cbe;
        font-size: 14px;
        padding-left: 0px;
    }

    .hotel-confirmation .confirmation-detail .row2 .checkin {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #333;
        font-weight: 600;
        margin: 0px 0 0px 0;
    }

        .hotel-confirmation .confirmation-detail .row2 .checkin span {
            font-size: 12px;
            padding-left: 30px;
            color: #333;
            font-weight: bold;
            margin: 0px 0 0px 0;
        }

    .hotel-confirmation .confirmation-detail .row2 .roomtype {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 20px;
    }

    .hotel-confirmation .confirmation-detail .row2 p {
        margin: 0 0 0px;
    }

    .hotel-confirmation .confirmation-detail .row2 .totalroom {
        width: 100%;
        float: left;
        padding: 10px;
        margin-top: 20px;
    }

    .hotel-confirmation .confirmation-detail .row3 .guestname {
        float: left;
        text-align: left;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    .hotel-confirmation .confirmation-detail .row3 ul {
        list-style: none;
        float: left;
        width: 100%;
    }

        .hotel-confirmation .confirmation-detail .row3 ul li {
            display: inline-block;
            width: 100%;
            float: left;
            text-align: left;
            font-size: 18px;
            color: #000;
            font-weight: 600;
            padding: 2px 0;
        }

            .hotel-confirmation .confirmation-detail .row3 ul li i {
                text-align: left;
                padding: 0 20px;
                font-size: 18px;
                color: #000;
                font-weight: 600;
            }

            .hotel-confirmation .confirmation-detail .row3 ul li span {
                text-align: left;
                float: right;
                width: 50%;
                padding-left: 20px;
                font-size: 14px;
                color: #666;
                font-weight: 600;
            }

        .hotel-confirmation .confirmation-detail .row3 ul.contact {
            list-style: none;
            float: left;
            width: 100%;
        }

            .hotel-confirmation .confirmation-detail .row3 ul.contact li {
                display: inline-block;
                width: 100%;
                float: left;
                text-align: left;
                font-size: 16px;
                color: #333;
                font-weight: 600;
                padding: 2px 0;
            }

                .hotel-confirmation .confirmation-detail .row3 ul.contact li span {
                    text-align: left;
                    float: right;
                    width: 70%;
                    padding-left: 0px;
                    font-size: 16px;
                    color: #333;
                    font-weight: bold;
                }

    .hotel-confirmation .confirmation-detail .row3 .price {
        float: right;
        text-align: right;
        font-size: 26px;
        color: #333;
        font-weight: normal;
        padding-right: 30px;
    }

        .hotel-confirmation .confirmation-detail .row3 .price span {
            float: right;
            text-align: right;
            font-size: 30px;
            color: #333;
            font-weight: bold;
            padding-left: 5px;
        }

    .hotel-confirmation .confirmation-detail .footer {
        padding: 30px 0;
        width: 100%;
        float: left;
        background: none;
    }

        .hotel-confirmation .confirmation-detail .footer .info {
            width: 100%;
            text-align: right;
            font-size: 16px;
            color: #666;
            font-weight: normal;
            margin: 15px 0 0px 0;
        }

            .hotel-confirmation .confirmation-detail .footer .info a {
                text-decoration: none;
                color: #666;
            }

                .hotel-confirmation .confirmation-detail .footer .info a:focus {
                    text-decoration: none;
                    color: #666;
                }

        .hotel-confirmation .confirmation-detail .footer .print {
            width: auto;
            text-align: right;
            font-size: 16px;
            color: #666;
            font-weight: normal;
            margin: 10px 10px 0px 0;
            float: right;
            padding: 0 10px;
        }

        .hotel-confirmation .confirmation-detail .footer a:hover, .booking .booking-detail .footer .info a:hover {
            text-decoration: underline !important;
        }


/* 14 HOTEL BOOKING PAGE */

.hotel-booking .header {
    float: left;
    width: 100%;
}

    .hotel-booking .header p {
        color: #005a99;
        float: left;
        font-size: 30px;
        font-weight: bold;
        width: 100%;
    }

.hotel-booking .booking-detail {
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

    .hotel-booking .booking-detail .room {
        float: left;
        width: 100%;
    }

        .hotel-booking .booking-detail .room .roomdetail {
            color: #333;
            width: 100%;
            float: left;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
        }

            .hotel-booking .booking-detail .room .roomdetail i {
                color: #333;
                padding-right: 5px;
            }

        .hotel-booking .booking-detail .room p {
            color: #333;
            width: 100%;
            float: left;
            font-size: 14px;
            text-align: left;
        }

    .hotel-booking .booking-detail .passenger {
        float: left;
        width: 100%;
    }

        .hotel-booking .booking-detail .passenger p {
            color: #333;
            float: left;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
        }

        .hotel-booking .booking-detail .passenger span {
            color: #333;
            float: right;
            font-size: 13px;
            font-weight: 600;
            text-align: right;
        }

            .hotel-booking .booking-detail .passenger span label {
                color: #f00;
            }

        .hotel-booking .booking-detail .passenger ul.name {
            list-style: none;
            float: left;
            width: 100%;
            margin-top: 20px;
        }

            .hotel-booking .booking-detail .passenger ul.name li {
                display: inline-block;
                width: 100%;
                float: left;
                text-align: left;
                font-size: 13px;
                color: #333;
                padding: 10px 0;
            }

                .hotel-booking .booking-detail .passenger ul.name li label {
                    font-size: 11px;
                    width: 15%;
                    float: left;
                    font-weight: 600;
                    margin-bottom: 0px;
                    height: 34px;
                    line-height: 34px;
                }

                .hotel-booking .booking-detail .passenger ul.name li select {
                    font-size: 13px;
                    width: 14%;
                    float: left;
                    margin-left: 1%;
                    height: 34px;
                    text-align: left;
                }

                .hotel-booking .booking-detail .passenger ul.name li input {
                    font-size: 13px;
                    width: 34%;
                    float: left;
                    margin-left: 1%;
                    height: 34px;
                    padding: 5px 10px;
                    text-align: left;
                }

                    .hotel-booking .booking-detail .passenger ul.name li label:focus, .hotel-booking .booking-detail .passenger ul.name li select:focus, .hotel-booking .booking-detail .passenger ul.name li input:focus {
                        outline: 0px;
                        outline: none;
                    }

        .hotel-booking .booking-detail .passenger ul.contact {
            list-style: none;
            float: left;
            width: 100%;
            margin-top: 20px;
        }

            .hotel-booking .booking-detail .passenger ul.contact li {
                display: inline-block;
                width: 100%;
                float: left;
                text-align: left;
                font-size: 13px;
                color: #333;
                padding: 10px 0;
            }

                .hotel-booking .booking-detail .passenger ul.contact li label {
                    font-size: 13px;
                    width: 15%;
                    float: left;
                    font-weight: 600;
                    margin-bottom: 0px;
                    height: 34px;
                    line-height: 34px;
                }

                .hotel-booking .booking-detail .passenger ul.contact li input {
                    font-size: 13px;
                    width: 34%;
                    float: left;
                    margin-left: 1%;
                    height: 34px;
                    padding: 5px 10px;
                    border: 1px solid #999;
                    border-radius: 0px;
                }

        .hotel-booking .booking-detail .passenger input {
            width: 100%;
            height: 34px;
            padding: 5px 10px;
            border: 1px solid #999;
            border-radius: 5px;
        }

.bookingctrl {
    margin: 10px 0;
}

.paxinfo {
    margin: 10px 0;
}


.checkbox-full input[type="checkbox"] {
    margin-right: 10px;
    /*accent-color: #007bff;*/
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}



li {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.detail-panel .col-sm-3.col-xs-12 {
    width: 23%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    box-sizing: border-box;
}


li i {
    margin-right: 8px;
    font-size: 16px;
}


.box1 {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 30% !important;
    margin: 20px;
}

.hotel-booking .booking-detail .passenger select {
    height: 34px;
    padding: 5px 10px;
    border: 1px solid #999;
    line-height: 28px;
    border-radius: 0px;
}

.hotel-booking .booking-detail .passenger ul.contact li label:focus, .hotel-booking .booking-detail .passenger ul.contact li input:focus {
    outline: 0px;
    outline: none;
}

.hotel-booking .booking-detail .payment {
    float: left;
    width: 100%;
}

    .hotel-booking .booking-detail .payment p {
        width: 100%;
        color: #333;
        float: left;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
    }

        .hotel-booking .booking-detail .payment p input[type=checkbox], .hotel-booking .booking-detail .payment p input[type=radio] {
            float: left;
            margin: 4px 15px 0 0;
        }

    .hotel-booking .booking-detail .payment h2 {
        width: 100%;
        color: #333;
        float: left;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }

        .hotel-booking .booking-detail .payment h2 i {
            font-size: 26px;
        }

    .hotel-booking .booking-detail .payment span {
        width: 100%;
        color: #333;
        float: left;
        font-size: 11px;
        font-weight: normal;
        text-align: left;
    }

.hotel-booking .summary {
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    width: 100%;
}

    .hotel-booking .summary img {
        width: 100%;
        height: auto;
    }

    .hotel-booking .summary .hotelname {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 12px;
        color: #000;
        font-weight: bold;
        margin: 10px 0 0px 0;
    }

    .hotel-booking .summary .address {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 11px;
        color: #000;
        font-weight: normal;
        margin: 0px 0 20px 0;
    }

    .hotel-booking .summary .rating {
        color: #365cbe;
        font-size: 12px;
        padding-left: 0px;
    }

    .hotel-booking .summary div div p {
        font-size: 12px;
        text-transform: uppercase;
    }

    .hotel-booking .summary .row {
        margin-top: 12px;
    }

    .hotel-booking .summary .guest p {
        font-size: 13px;
        padding-top: 20px;
    }

    .hotel-booking .summary .guest div:first-child {
        padding-right: 0px;
    }

        .hotel-booking .summary .guest div:first-child p {
            font-weight: 600;
        }

    .hotel-booking .summary span {
        float: left;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .hotel-booking .summary .price {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .hotel-booking .summary p span {
        float: right;
    }

    .hotel-booking .summary p {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        color: #000;
        margin: 10px 0 0px 0;
    }

    .hotel-booking .summary input[type=submit] {
        background: #005a99 none repeat scroll 0 0;
        color: #fff;
        float: left;
        margin: 10px 0;
        padding: 8px 10px;
        text-align: center;
        width: 100%;
        border: none;
    }

    .hotel-booking .summary .confirm-btn {
        background: #00d227 none repeat scroll 0 0;
        color: #fff;
        float: left;
        margin: 10px 0;
        padding: 8px 10px;
        text-align: center;
        width: 100%;
        border: none;
    }

        .hotel-booking .summary .confirm-btn:hover, .hotel-booking .summary input[type=submit]:hover {
            background: #223267;
        }

    .hotel-booking .summary a, .hotel-booking .summary a:hover, .hotel-booking .summary a:active, .hotel-booking .summary a:focus {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

        .hotel-booking .summary a:hover {
            background: #16aa30;
        }

/* 15 HOTEL DETAIL */

.hotel-detail .header {
    float: left;
    width: 100%;
}

    .hotel-detail .header p {
        color: #333;
        float: left;
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        text-align: center;
        margin: 0 0 0px;
    }

    .hotel-detail .header a.backtosearch {
        color: #999;
        float: right;
        text-align: right;
        padding: 10px 20px;
        border: 1px solid #ccc;
        background: transparent;
        margin-bottom: 20px;
    }

    .hotel-detail .header table tr td:last-child {
        padding: 0px;
        width: 100px;
    }

    .hotel-detail .header table tr td:first-child p {
        padding-top: 10px;
        color: #999;
    }

        .hotel-detail .header table tr td:first-child p i {
            font-size: 13px;
        }

    .hotel-detail .header a {
        background: #00d227 none repeat scroll 0 0;
        color: #fff;
        float: right;
        margin: 0px 0;
        padding: 5px 10px;
        text-align: center;
    }

        .hotel-detail .header a, .hotel-detail .header a:hover, .hotel-detail .header a:active, .hotel-detail .header a:focus {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
        }

            .hotel-detail .header a:hover {
                background: #16aa30;
            }

.hotel-detail .location {
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    width: 100%;
}

    .hotel-detail .location .hotelname {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 36px;
        color: #ff5454;
        font-weight: bold;
        margin: 0px 0 0px 0;
    }

    .hotel-detail .location .address {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 21px;
        color: #333;
        font-weight: normal;
        margin: 0px 0 0px 0;
    }

    .hotel-detail .location .rating {
        color: #365cbe;
        font-size: 14px;
        padding-left: 0px;
    }

    .hotel-detail .location .price {
        float: left;
        text-align: left;
        font-size: 13px;
        color: #ff5454;
        font-weight: normal;
        margin: 0px 0 0px 0;
    }

        .hotel-detail .location .price span {
            font-size: 20px;
            font-weight: bold;
        }

    .hotel-detail .location a.selectroom {
        background: #00d227 none repeat scroll 0 0;
        color: #fff;
        float: right;
        margin: 0px 0;
        padding: 8px 10px;
        text-align: center;
        margin-right: 30px;
    }

        .hotel-detail .location a.selectroom, .hotel-detail .location a.selectroom:hover, .hotel-detail .location a.selectroom:active, .hotel-detail .location a.selectroom:focus {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
        }

            .hotel-detail .location a.selectroom:hover {
                background: #16aa30;
            }

    .hotel-detail .location .map {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 30px;
    }

.hotel-detail .room {
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px #ccc;
    float: left;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}

    .hotel-detail .room:hover, .hotel-detail .room:focus, .hotel-detail .room:active {
        border: 1px solid #ff5454;
    }

    .hotel-detail .room h3 {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        color: #ff5454;
        font-weight: 600;
        margin: 10px 0 0px 0;
    }

    .hotel-detail .room p {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 13px;
        color: #666;
        font-weight: normal;
        margin: 0px 0 0px 0;
    }

        .hotel-detail .room p.heading.text-right, .hotel-detail .room p.price.black.text-right {
            text-align: right;
        }

        .hotel-detail .room p.heading {
            color: #333;
            font-weight: 600;
            margin: 10px 0 10px 0;
        }

        .hotel-detail .room p.highlight {
            color: #365cbe;
            font-weight: bold;
        }

            .hotel-detail .room p.highlight label {
                float: left;
            }

                .hotel-detail .room p.highlight label input {
                    margin-right: 10px;
                    margin-top: 5px;
                }

                    .hotel-detail .room p.highlight label input[type=checkbox] {
                        margin-top: 4px;
                    }

        .hotel-detail .room p.price {
            font-size: 15px;
            font-weight: bold;
        }

        .hotel-detail .room p.black {
            color: #000;
        }

    .hotel-detail .room input[type=submit] {
        background: #00d227 none repeat scroll 0 0;
        color: #fff;
        float: right;
        margin: 0px 0;
        padding: 8px 10px;
        text-align: center;
        margin-right: 0px;
        margin-top: 15px;
        border: 0;
    }

        .hotel-detail .room input[type=submit], .hotel-detail .room input[type=submit]:hover, .hotel-detail .room input[type=submit]:active, .hotel-detail .room input[type=submit]:focus {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
        }

            .hotel-detail .room input[type=submit]:hover {
                background: #16aa30;
            }

.hotel-detail .tab {
    width: 100%;
    float: left;
    margin-top: 50px;
}

    .hotel-detail .tab .abouthotel {
        width: 60%;
        margin-top: 0px;
        list-style: none;
        float: left;
        clear: both;
        padding: 20px;
    }

    .hotel-detail .tab .tab-content {
        border: 1px solid #ccc;
        border-top: 0px;
        float: left;
        position: relative;
        width: 100%;
    }

        .hotel-detail .tab .tab-content:before {
            border-left: 1px solid #ccc;
            width: 1px;
            height: 10px;
            position: absolute;
            content: '';
            margin-left: -1px;
            margin-top: -1px;
        }

        .hotel-detail .tab .tab-content #divFacilities2 .hotel-facility {
            width: 100%;
            float: left;
            padding: 10px 15px;
        }

            .hotel-detail .tab .tab-content #divFacilities2 .hotel-facility .box1 {
                width: 50%;
                float: left;
            }

            .hotel-detail .tab .tab-content #divFacilities2 .hotel-facility .description-type-panel {
                width: auto;
                float: left;
                padding-bottom: 10px;
            }

            .hotel-detail .tab .tab-content #divFacilities2 .hotel-facility .inner-Type {
                float: left;
                padding-right: 15px;
                font-weight: bold;
            }

            .hotel-detail .tab .tab-content #divFacilities2 .hotel-facility .inner-description {
                float: left;
            }

    .hotel-detail .tab .abouthotel li { /*width: 33.3333%;*/
        float: left;
        padding: 2px 0;
    }

    .hotel-detail .tab .nav > li > a:focus, .hotel-detail .tab .nav > li > a:hover {
        text-decoration: none;
        background-color: #666;
        color: #fff;
        border-bottom: 0px;
    }

    .hotel-detail .tab .nav-tabs > li.active > a, .hotel-detail .tab .nav-tabs > li.active > a:focus, .hotel-detail .tab .nav-tabs > li.active > a:hover {
        border-bottom: 1px solid #fff;
        background-color: #666;
        color: #fff;
    }

        .hotel-detail .tab .nav-tabs > li.active > a::after, .hotel-detail .tab .nav-tabs > li > a::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -1px;
        }

    .hotel-detail .tab .nav-tabs > li > a {
        margin-right: -1px;
        line-height: 1.42857143;
        border: 1px solid #ccc;
        border-radius: 0px 0px 0 0;
        color: #333;
        font-weight: 600;
        font-size: 14px;
        border-bottom: 0px;
    }

.hotel-detail .location .product ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.hotel-detail .location .product .product-img .item {
    margin-bottom: 0px;
}

.hotel-detail .location .product .content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}

.hotel-detail .location .product .content-slider h3 {
    margin: 0;
    padding: 70px 0;
}

.hotel-detail .location .product .product-img {
    width: 100%;
    float: left;
}

    .hotel-detail .location .product .product-img .lSSlideWrapper.usingCss ul li {
        height: 300px;
    }

        .hotel-detail .location .product .product-img .lSSlideWrapper.usingCss ul li img {
            height: 100%;
            width: 100%;
        }

    .hotel-detail .location .product .product-img .lSPager.lSGallery li {
        height: 50px;
    }

        .hotel-detail .location .product .product-img .lSPager.lSGallery li img {
            height: 100%;
            width: 100%;
        }


/* 16 FLIGHT BOOKING PAGE */
.flight-booking .header {
    float: left;
    width: 100%;
}

    .flight-booking .header p {
        color: #ff5454;
        float: left;
        font-size: 30px;
        font-weight: bold;
        width: 100%;
    }

.flight-booking .booking-detail {
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    width: 100%;
}

    .flight-booking .booking-detail .confirm {
        float: left;
        width: 100%;
    }

        .flight-booking .booking-detail .confirm .flight {
            color: #333;
            width: 100%;
            float: left;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
        }

            .flight-booking .booking-detail .confirm .flight i {
                color: #333;
                padding-right: 5px;
            }

        .flight-booking .booking-detail .confirm p {
            color: #000;
            width: 100%;
            float: left;
            font-size: 14px;
            text-align: left;
            font-weight: bold;
        }

        .flight-booking .booking-detail .confirm .iconimg {
            width: 35px;
            float: left;
            margin-right: 4%;
            margin-top: 12px;
        }

        .flight-booking .booking-detail .confirm .class {
            width: 70%;
            float: left;
        }

            .flight-booking .booking-detail .confirm .class p {
                margin-top: 55px;
            }

        .flight-booking .booking-detail .confirm label {
            color: #666;
            width: 100%;
            float: left;
            font-size: 13px;
            text-align: left;
            font-weight: 600;
            margin-bottom: 0px;
        }

        .flight-booking .booking-detail .confirm .hour {
            color: #ff5454;
        }

        .flight-booking .booking-detail .confirm span {
            color: #999;
            width: 100%;
            float: left;
            font-size: 16px;
            text-align: left;
            font-weight: bold;
        }

            .flight-booking .booking-detail .confirm span.depart {
                font-size: 13px;
                color: #666;
            }

            .flight-booking .booking-detail .confirm span.time {
                font-size: 14px;
                color: #000;
                font-weight: 600;
            }

            .flight-booking .booking-detail .confirm span.date {
                font-size: 13px;
                color: #333;
            }

            .flight-booking .booking-detail .confirm span.location {
                font-size: 11px;
                color: #333;
            }

            .flight-booking .booking-detail .confirm span.icon {
                font-size: 26px;
                color: #666;
            }

            .flight-booking .booking-detail .confirm span.iconhour {
                font-size: 14px;
                color: #666;
                font-weight: bold;
            }

        .flight-booking .booking-detail .confirm .fare {
            color: #ff5454;
            font-size: 16px;
            font-weight: 600;
        }

    .flight-booking .booking-detail .passenger {
        float: left;
        width: 100%;
    }

        .flight-booking .booking-detail .passenger p {
            color: #333;
            float: left;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
        }

        .flight-booking .booking-detail .passenger span {
            color: #333;
            float: right;
            font-size: 13px;
            font-weight: 600;
            text-align: right;
        }

            .flight-booking .booking-detail .passenger span label {
                color: #f00;
            }

        .flight-booking .booking-detail .passenger ul.name {
            list-style: none;
            float: left;
            width: 100%;
            margin-top: 20px;
        }

            .flight-booking .booking-detail .passenger ul.name li {
                display: inline-block;
                width: 100%;
                float: left;
                text-align: left;
                font-size: 13px;
                color: #333;
                padding: 10px 0;
            }

                .flight-booking .booking-detail .passenger ul.name li label {
                    font-size: 11px;
                    width: 15%;
                    float: left;
                    font-weight: 600;
                    margin-bottom: 0px;
                    height: 34px;
                    line-height: 34px;
                }

                .flight-booking .booking-detail .passenger ul.name li select {
                    font-size: 13px;
                    width: 14%;
                    float: left;
                    margin-left: 1%;
                    height: 34px;
                    text-align: left;
                    border-radius: 0px;
                    border: 1px solid #999;
                    line-height: 28px;
                }

                .flight-booking .booking-detail .passenger ul.name li input {
                    font-size: 13px;
                    width: 34%;
                    float: left;
                    margin-left: 1%;
                    height: 34px;
                    padding: 5px 10px;
                    text-align: left;
                    outline: none;
                    border: 1px solid #999;
                }

                .flight-booking .booking-detail .passenger ul.name li span {
                    font-size: 12px;
                    color: #333;
                    line-height: 34px;
                }

                .flight-booking .booking-detail .passenger ul.name li label:focus, .flight-booking .booking-detail .passenger ul.name li select:focus, .flight-booking .booking-detail .passenger ul.name li input:focus {
                    outline: 0px;
                    outline: none;
                }

        .flight-booking .booking-detail .passenger ul.contact {
            list-style: none;
            float: left;
            width: 100%;
            margin-top: 20px;
        }

            .flight-booking .booking-detail .passenger ul.contact li {
                display: inline-block;
                width: 100%;
                float: left;
                text-align: left;
                font-size: 13px;
                color: #333;
                padding: 10px 0;
            }

                .flight-booking .booking-detail .passenger ul.contact li label {
                    font-size: 13px;
                    width: 15%;
                    float: left;
                    font-weight: 600;
                    margin-bottom: 0px;
                    height: 34px;
                    line-height: 34px;
                }

                    .flight-booking .booking-detail .passenger ul.contact li label.label2 {
                        padding-left: 15px;
                        width: 10%;
                    }

                .flight-booking .booking-detail .passenger ul.contact li input {
                    font-size: 13px;
                    width: 34%;
                    float: left;
                    margin-left: 1%;
                    height: 34px;
                    padding: 5px 10px;
                    border-radius: 0px;
                    border: 1px solid #999;
                }

                    .flight-booking .booking-detail .passenger ul.contact li input.input2 {
                        width: 38%;
                    }

                .flight-booking .booking-detail .passenger ul.contact li .country-select {
                    font-size: 13px;
                    width: 13.5%;
                    margin-left: 1%;
                    float: left;
                    height: 34px;
                    border-radius: 0px;
                    border: 1px solid #999;
                    line-height: 28px;
                }

                .flight-booking .booking-detail .passenger ul.contact li label:focus, .flight-booking .booking-detail .passenger ul.contact li input:focus {
                    outline: 0px;
                    outline: none;
                }

    .flight-booking .booking-detail .payment {
        float: left;
        width: 100%;
    }

        .flight-booking .booking-detail .payment p {
            width: 100%;
            color: #333;
            float: left;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
        }

            .flight-booking .booking-detail .payment p input[type=checkbox], .flight-booking .booking-detail .payment p input[type=radio] {
                float: left;
                margin: 4px 15px 0 0;
            }

        .flight-booking .booking-detail .payment h2 {
            width: 100%;
            color: #333;
            float: left;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
        }

            .flight-booking .booking-detail .payment h2 i {
                font-size: 26px;
            }

        .flight-booking .booking-detail .payment span {
            width: 100%;
            color: #333;
            float: left;
            font-size: 11px;
            font-weight: normal;
            text-align: left;
        }

.flight-booking .payment a {
    background: transparent !important;
}

    .flight-booking .payment a:hover {
        background: transparent !important;
    }

    /*.flight-booking .payment a {background: #00d227 none repeat scroll 0 0; color: #333; float: right; margin: 0px 0; padding: 8px 10px; text-align: center;}
.flight-booking .payment a, .flight-booking .payment a:hover, .flight-booking .payment a:active, .flight-booking .payment a:focus {text-decoration: none; color: #333; font-size: 14px; font-weight: 600;}*/
    .flight-booking .payment a:hover {
        background: #16aa30;
    }

.flight-booking .summary {
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    width: 100%;
}

    .flight-booking .summary h3 {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        color: #ff5454;
        font-weight: bold;
        margin: 10px 0 0px 0;
    }

    .flight-booking .summary p {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        color: #000;
        font-weight: bold;
        margin: 10px 0 0px 0;
    }

        .flight-booking .summary p span {
            float: right;
        }

        .flight-booking .summary p.price {
            float: left;
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

            .flight-booking .summary p.price span {
                float: right;
                color: #000;
            }

        .flight-booking .summary p.basefare {
            float: left;
            font-size: 11px;
            font-weight: 600;
            color: #333;
            text-transform: uppercase;
        }

            .flight-booking .summary p.basefare span {
                float: right;
                font-size: 14px;
                font-weight: bold;
            }

        .flight-booking .summary p.fee {
            float: left;
            font-size: 14px;
            font-weight: bold;
            color: #333;
            text-transform: uppercase;
        }

            .flight-booking .summary p.fee span {
                float: right;
                font-size: 14px;
            }

    .flight-booking .summary a {
        background: #00d227 none repeat scroll 0 0;
        color: #fff;
        float: left;
        margin: 10px 0;
        padding: 8px 10px;
        text-align: center;
        width: 100%;
    }

    .flight-booking .summary .confirm-btn {
        background: #00d227 none repeat scroll 0 0;
        color: #fff;
        float: left;
        margin: 10px 0;
        padding: 8px 10px;
        text-align: center;
        width: 100%;
        border: none;
    }

        .flight-booking .summary .confirm-btn:hover {
            background: #16aa30;
        }

    .flight-booking .summary a, .flight-booking .summary a:hover, .flight-booking .summary a:active, .flight-booking .summary a:focus {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

        .flight-booking .summary a:hover {
            background: #16aa30;
        }


/* 17 FLIGHT RESULT PAGE */















/*---- HOTEL DETAIL PAGE NEW ----*/
.hotel-detail-pg-new { /*width:100%;*/
    float: left; /*background-color: #fff; padding: 10px 10px 10px; border: 1px solid #ddd; margin:20px 0;*/
}

    .hotel-detail-pg-new .back-topage-panel {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

        .hotel-detail-pg-new .back-topage-panel .back-btn {
            -webkit-border-radius: 3px;
            padding: 5px 10px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background-color: #354ea1;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#354ea1),to(#223267));
            background-image: -webkit-linear-gradient(top,#354ea1,#223267);
            background-image: -moz-linear-gradient(top,#354ea1,#223267);
            background-image: -o-linear-gradient(top,#354ea1,#223267);
            background-image: linear-gradient(to bottom,#354ea1,#223267);
            background: #223267;
            border: 1px solid #223267;
            cursor: pointer;
            color: #fff;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 700;
        }

    .hotel-detail-pg-new .hotel-slider-panel {
        width: 100%;
        float: left;
        border: 1px solid #ddd;
    }

        .hotel-detail-pg-new .hotel-slider-panel .header {
            width: 100%;
            float: left;
            background: #f9f9f9;
            padding: 10px 10px 10px 10px;
        }

            .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar {
                width: 100%;
                float: left;
            }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar .text {
                    width: 100%;
                    float: left;
                    font-size: 20px;
                    font-weight: 600
                }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar .star-rating {
                    width: 100%;
                    float: left;
                    margin-top: -7px;
                }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar .location {
                    width: 100%;
                    float: left;
                    margin-top: 5px;
                }

                    .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar .location i {
                        color: #16528e;
                        margin-right: 5px;
                    }

            .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar {
                width: 100%;
                float: right;
                text-align: right;
            }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar .rating {
                    width: 100%;
                    float: right;
                    font-size: 11px;
                    font-weight: 800;
                    color: #16528e;
                }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar .logo {
                    width: 100%;
                    float: left;
                    margin: 0px;
                }

                    .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar .logo img {
                        width: auto;
                    }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar .text {
                    width: 100%;
                    float: right;
                    clear: both;
                    font-size: 9.5px;
                    color: #666;
                }

        .hotel-detail-pg-new .hotel-slider-panel .product-slider-img {
            width: 100%;
            float: left;
        }

            .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSSlideWrapper.usingCss ul li {
                height: 400px;
            }

                .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSSlideWrapper.usingCss ul li img {
                    height: 100%;
                    width: 100%;
                }

            .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSPager.lSGallery li {
                height: 50px;
            }

                .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSPager.lSGallery li img {
                    height: 100%;
                    width: 100%;
                }

    .hotel-detail-pg-new .price-map-paenl {
        width: 100%;
        float: left;
    }

        .hotel-detail-pg-new .price-map-paenl .price-panel {
            width: 100%;
            float: left;
            border: 1px solid #ddd;
            padding: 10px;
        }

            .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable {
                width: 55%;
                float: left;
                text-align: left;
                color: #16528e;
            }

                .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable .from {
                    width: 100%;
                    float: left;
                    font-size: 12px;
                    color: #999;
                    margin-bottom: -7px;
                }

                .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable .price {
                    font-size: 24px;
                    font-weight: 800;
                    color: #36518a;
                }

                .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable .night {
                    font-size: 12px;
                    color: #15bdcc;
                    font-weight: 600;
                }

            .hotel-detail-pg-new .price-map-paenl .price-panel .select-room {
                width: 35%;
                float: right;
                text-align: center;
                margin-top: 9px;
                outline: none;
                border: 0px;
                background: #16528e;
                color: #fff;
                padding: 5px 0;
                border-radius: 5px;
            }

                .hotel-detail-pg-new .price-map-paenl .price-panel .select-room i {
                    color: #f7941d;
                    -moz-animation: bounce 2s infinite;
                    -webkit-animation: bounce 2s infinite;
                    animation: bounce 2s infinite;
                }

@keyframes bounce {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-15px)
    }

    60% {
        transform: translateY(-5px)
    }
}


.hotel-detail-pg-new .price-map-paenl .price-panel .select-room-outer {
    width: 45%;
    float: left;
    display: none;
}

    .hotel-detail-pg-new .price-map-paenl .price-panel .select-room-outer .btn-down-head {
        display: flex;
        align-items: center;
    }

.hotel-detail-pg-new .price-map-paenl .price-panel .select-room1 {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    background: #15bdcc;
    border: 1px solid;
    padding: 4px 10px 9px;
    border-radius: 5px;
}

    .hotel-detail-pg-new .price-map-paenl .price-panel .select-room1 .box-one {
        float: left;
        padding-top: 7px
    }

    .hotel-detail-pg-new .price-map-paenl .price-panel .select-room1 .btn-down {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        background: #70985f;
        border: 1px solid;
        padding: 4px 13px 1px;
        border-radius: 5px
    }

    .hotel-detail-pg-new .price-map-paenl .price-panel .select-room1 .box {
        display: inline-block;
        font-size: 10px;
        margin-left: 9px;
        border: 1px solid;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        padding-left: 20px;
        padding-top: 6px;
        box-sizing: border-box
    }

        .hotel-detail-pg-new .price-map-paenl .price-panel .select-room1 .box span {
            width: 7px;
            height: 7px;
            display: block;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            transform: rotate(45deg);
            margin: -10px;
            animation: animate 2s infinite
        }

            .hotel-detail-pg-new .price-map-paenl .price-panel .select-room1 .box span:nth-child(2) {
                animation-delay: -.2s
            }

            .hotel-detail-pg-new .price-map-paenl .price-panel .select-room1 .box span:nth-child(3) {
                animation-delay: -.4s
            }

@keyframes animate {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
        transform: rotate(45deg) translate(10px,10px)
    }

    100% {
        opacity: 0
    }
}


.hotel-detail-pg-new .price-map-paenl .map-panel {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.hotel-detail-pg-new .price-map-paenl .hotel-top-featur {
    background-color: #f9f9f9;
    padding: 15px;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
}

    .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .panel-subtitle {
        color: #223267;
        border-bottom-color: #ddd;
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin: 0 0 15px;
    }

    .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .hotelFeaturesList li {
        position: relative;
        padding-top: 4px;
        padding-bottom: 4px;
        list-style: none;
    }

        .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .hotelFeaturesList li i.left {
            margin-right: 5px;
        }

        .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .hotelFeaturesList li i.right {
            float: right;
            text-align: right;
            color: #5da423;
        }

    .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .panel-footer {
        width: 100%;
        float: left;
        border-top: 0px;
        padding: 0px;
        background: transparent;
    }

        .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .panel-footer .hotel-info {
            width: 100%;
            float: left;
            padding: 5px 0;
            text-align: center;
            font-size: 12px;
            color: #666;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

.hotel-detail-pg-new .result-panel {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .hotel-detail-pg-new .result-panel .header {
        width: 100%;
        float: left;
        background: #f8f8f8;
        border: solid 1px #ddd;
        margin: 0 0 22px 0;
        padding: 10px 10px 10px 10px;
    }

        .hotel-detail-pg-new .result-panel .header .box-panel {
            display: inline-block;
            position: relative;
            padding-left: 40px;
        }

            .hotel-detail-pg-new .result-panel .header .box-panel .icon {
                width: 30px;
                position: absolute;
                top: 0px;
                left: 0px;
                color: #999;
                font-size: 26px;
            }

                .hotel-detail-pg-new .result-panel .header .box-panel .icon i {
                    vertical-align: bottom;
                }

            .hotel-detail-pg-new .result-panel .header .box-panel .heading {
                display: block;
                font-size: 13px;
                color: #999;
                text-align: center;
            }

            .hotel-detail-pg-new .result-panel .header .box-panel .detail {
                display: block;
                font-size: 14px;
                font-weight: 600;
                color: #000;
            }

            .hotel-detail-pg-new .result-panel .header .box-panel + .box-panel {
                margin-left: 100px;
            }

        .hotel-detail-pg-new .result-panel .header .panel-footer {
            width: 150px;
            float: right;
            border-top: 0px;
        }

            .hotel-detail-pg-new .result-panel .header .panel-footer .hotel-info {
                width: 100%;
                float: left;
                overflow: hidden;
                padding: 5px 0;
                text-align: center;
                font-size: 12px;
                background: #fff;
                position: relative;
                color: #666;
                border: 1px solid #ddd;
                border-radius: 5px;
            }

                .hotel-detail-pg-new .result-panel .header .panel-footer .hotel-info:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    transition: 0.1s;
                    top: -100%;
                    left: 0px;
                    background: #16528e;
                }

                .hotel-detail-pg-new .result-panel .header .panel-footer .hotel-info:hover:before {
                    top: 0%;
                }

                .hotel-detail-pg-new .result-panel .header .panel-footer .hotel-info span {
                    position: relative;
                    z-index: 1;
                }

                .hotel-detail-pg-new .result-panel .header .panel-footer .hotel-info:hover span {
                    color: #fff;
                }

    .hotel-detail-pg-new .result-panel .result-full {
        width: 100%;
        float: left;
    }

        .hotel-detail-pg-new .result-panel .result-full .box-panel1 {
            width: 20%;
            float: left;
            border-right: 1px solid #ddd;
        }

        .hotel-detail-pg-new .result-panel .result-full .box-panel2 {
            width: 30%;
            float: left;
            border-right: 1px solid #ddd;
            text-align: center;
        }

        .hotel-detail-pg-new .result-panel .result-full .box-panel3 {
            width: 15%;
            float: left;
            border-right: 1px solid #ddd;
            text-align: center;
        }

        .hotel-detail-pg-new .result-panel .result-full .box-panel4 {
            width: 15%;
            float: left;
            border-right: 1px solid #ddd;
            text-align: center;
        }

        .hotel-detail-pg-new .result-panel .result-full .box-panel5 {
            width: 20%;
            float: left;
            text-align: center;
        }

        .hotel-detail-pg-new .result-panel .result-full .box-detail-panel {
            min-height: 171px;
            padding: 15px 10px 0 10px;
        }

        .hotel-detail-pg-new .result-panel .result-full .results.top .box-detail-panel {
            background: #f5f5f5;
        }

        .hotel-detail-pg-new .result-panel .result-full .result-header {
            width: 100%;
            float: left;
            border: 1px solid #ddd;
            border-bottom: 0px;
        }

            .hotel-detail-pg-new .result-panel .result-full .result-header .text {
                width: 100%;
                float: left;
                padding: 5px 10px;
                font-size: 12px;
                font-weight: 600;
                color: #666;
            }

        .hotel-detail-pg-new .result-panel .result-full .results {
            width: 100%;
            float: left;
            border: 1px solid #ddd;
            border-top: 0px;
        }

            .hotel-detail-pg-new .result-panel .result-full .results .offer-strip {
                width: 100%;
                float: left;
                font-size: 12px;
                text-align: center;
                background: #c1bebe;
                color: #fff;
                padding: 5px 0;
            }

            .hotel-detail-pg-new .result-panel .result-full .results.top .offer-strip {
                background: #1769a2;
            }

            .hotel-detail-pg-new .result-panel .result-full .results .result {
                width: 100%;
                float: left;
            }

                .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail {
                    padding: 0 10px;
                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .title {
                        width: 100%;
                        float: left;
                        font-size: 14px;
                        font-weight: 600;
                        color: #16528e;
                        margin-top: 10px;
                    }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .pax {
                        width: 100%;
                        float: left;
                        font-size: 12px;
                        color: #333;
                    }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .room-facilites {
                        width: 100%;
                        float: left;
                        font-size: 12px;
                        color: #16528e;
                        cursor: pointer;
                        margin: 10px 0;
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .room-facilites i {
                            transition: 0.5s;
                            -webkit-transition: 0.5s;
                        }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .room-facilites[aria-expanded="true"] i {
                            transform: rotate(-180deg);
                            -webkit-transform: rotate(-180deg);
                        }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .services {
                        width: 100%;
                        float: left;
                        list-style: none;
                        margin-top: 10px;
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .services li {
                            width: 100%;
                            float: left;
                            font-size: 12px;
                            border-top: 1px solid #ddd;
                            padding: 2px 0;
                        }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .services li:last-child {
                                border-bottom: 1px solid #ddd;
                            }

                .hotel-detail-pg-new .result-panel .result-full .results .result .includes {
                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul {
                        width: 100%;
                        text-align: center;
                        list-style: none;
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul li {
                            width: 30.3333%;
                            float: left;
                            text-align: center;
                            padding: 0 2px;
                        }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul li .icon {
                                width: 100%;
                                text-align: center;
                                display: block;
                                font-size: 20px;
                            }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul li .text {
                                text-align: center;
                                font-size: 11px;
                                color: #333;
                                font-weight: 600;
                            }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul li.disable {
                                opacity: 0.4;
                            }

                .hotel-detail-pg-new .result-panel .result-full .results .result .price-night {
                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .price-night .price-n {
                        width: 100%;
                        float: left;
                        text-align: center;
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .price-night .price-n .price {
                            padding-right: 5px;
                            font-weight: 800;
                            color: #000 !important;
                        }

                .hotel-detail-pg-new .result-panel .result-full .results .result .total-price {
                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .total-price .price {
                        width: 100%;
                        float: left;
                        text-align: center;
                        font-size: 22px;
                        color: #16528e !important;
                        font-weight: 600;
                    }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .total-price .night {
                        width: 100%;
                        float: left;
                        text-align: center;
                        font-size: 10px;
                    }

                .hotel-detail-pg-new .result-panel .result-full .results .result .book-panel {
                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .book-panel .book-btn-outer {
                        width: 80px;
                        margin: 0 auto;
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .book-panel .book-btn-outer .book-btn {
                            width: 100%;
                            float: left;
                            border-radius: 5px;
                            background: #16528e;
                            background: linear-gradient( #41d8e5 50%, #15bdcc 50%);
                            background: -webkit-linear-gradient( #41d8e5 50%, #15bdcc 50%);
                            color: #fff;
                            text-align: center;
                            padding: 5px 0;
                            outline: none;
                            border: 0px;
                        }

                .hotel-detail-pg-new .result-panel .result-full .results .result .room-facilites-dropdown {
                    width: 100%;
                    float: left;
                    border-top: 1px solid #ddd;
                    border-left: 0px;
                    border-right: 0px;
                    padding: 5px 10px;
                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .room-facilites-dropdown ul {
                        width: 100%;
                        float: left;
                        list-style: none;
                        margin-top: 10px;
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-facilites-dropdown ul li {
                            width: 100%;
                            float: left;
                            font-size: 12px;
                            text-transform: capitalize;
                        }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .room-facilites-dropdown ul li i {
                                color: #16528e;
                                padding-right: 5px;
                            }

        .hotel-detail-pg-new .result-panel .result-full .more-room-btn-panel {
            width: 100%;
            float: left;
            position: relative;
            text-align: center;
            border-top: 1px solid #ddd;
            margin-top: 20px;
            margin-bottom: 10px;
        }

            .hotel-detail-pg-new .result-panel .result-full .more-room-btn-panel .btn-text {
                background: #ddd;
                color: #16528e;
                padding: 5px 10px;
                border-radius: 5px;
                position: relative;
                top: -10px;
                cursor: pointer;
            }

                .hotel-detail-pg-new .result-panel .result-full .more-room-btn-panel .btn-text span {
                    position: relative;
                    z-index: 1;
                }

                .hotel-detail-pg-new .result-panel .result-full .more-room-btn-panel .btn-text i {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    top: 60%;
                    left: 50%;
                    margin-left: -15px;
                    background: #ddd;
                    color: #16528e;
                    font-size: 16px;
                    text-align: center;
                }

                    .hotel-detail-pg-new .result-panel .result-full .more-room-btn-panel .btn-text i:before {
                        top: 5px;
                        left: 5px;
                        position: absolute;
                    }

                .hotel-detail-pg-new .result-panel .result-full .more-room-btn-panel .btn-text:hover {
                    background: #16528e;
                    color: #fff;
                }

                    .hotel-detail-pg-new .result-panel .result-full .more-room-btn-panel .btn-text:hover i {
                        background: #16528e;
                        color: #fff;
                    }

        .hotel-detail-pg-new .result-panel .result-full .result-dropdown {
            width: 100%;
            float: left;
        }

    .hotel-detail-pg-new .result-panel .guaranteed-official {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        .hotel-detail-pg-new .result-panel .guaranteed-official .header-strip {
            width: 100%;
            float: left;
            font-size: 16px;
            cursor: pointer;
            font-weight: 600;
            text-align: center;
            background: #e7e7e7;
            border-bottom: 1px solid #b7b7b7;
            color: #37454d;
            padding: 10px 15px;
        }

            .hotel-detail-pg-new .result-panel .guaranteed-official .header-strip[aria-expanded="false"] {
                background: #16528e;
                color: #fff;
            }

        .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel {
            width: 100%;
            float: left;
            padding: 0 20px;
        }

            .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout {
                width: 100%;
                float: left;
                text-align: center;
                margin-top: 15px;
            }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li {
                    display: inline-block;
                    width: 31.333333%;
                    font-size: 12px;
                }

                    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li .icon {
                        font-size: 20px;
                        color: #16528e;
                    }

                    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li .title {
                        font-weight: 600;
                        font-size: 14px;
                        color: #333;
                    }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li {
                    border-left: 1px solid #ddd;
                }

                    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li:first-child {
                        border-left: 0px;
                    }

            .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info {
                width: 100%;
                float: left;
            }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    font-weight: 600;
                    color: #16528e;
                }

                    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service .icon {
                        font-size: 18px;
                        padding-right: 5px;
                    }

                .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service-detail {
                    width: 100%;
                    float: left;
                    list-style: none;
                }

                    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service-detail li {
                        width: 100%;
                        float: left;
                        padding-bottom: 5px;
                    }

                        .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service-detail li i {
                            color: #16528e;
                            padding-right: 5px;
                        }

                        .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .detail-info .service-detail li .free {
                            color: #16528e;
                        }

            .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel .disable {
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                opacity: 0.3;
            }

    .hotel-detail-pg-new .result-panel .amenities {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        .hotel-detail-pg-new .result-panel .amenities .header-strip {
            width: 100%;
            float: left;
            font-size: 16px;
            cursor: pointer;
            font-weight: 600;
            text-align: center;
            background: #e7e7e7;
            border-bottom: 1px solid #b7b7b7;
            color: #37454d;
            padding: 10px 15px;
        }

            .hotel-detail-pg-new .result-panel .amenities .header-strip[aria-expanded="false"] {
                background: #16528e;
                color: #fff;
            }

        .hotel-detail-pg-new .result-panel .amenities .detail-panel {
            width: 100%;
            float: left;
            padding: 0 20px;
        }

            .hotel-detail-pg-new .result-panel .amenities .detail-panel .panel-subtitle {
                width: 100%;
                color: #37454d;
                border-bottom-color: #b7b7b7;
                float: left;
                font-size: 16px;
                font-weight: 700;
                border-bottom: 1px solid #ddd;
                padding-bottom: 15px;
                margin: 20px 0 15px;
            }

            .hotel-detail-pg-new .result-panel .amenities .detail-panel ul {
                width: 100%;
                float: left;
                list-style: none;
            }

                .hotel-detail-pg-new .result-panel .amenities .detail-panel ul li {
                    width: 100%;
                    float: left;
                    padding-bottom: 5px;
                    text-transform: capitalize;
                }

                    .hotel-detail-pg-new .result-panel .amenities .detail-panel ul li i {
                        color: #16528e;
                        padding-right: 5px;
                    }

    .hotel-detail-pg-new .result-panel .hotel-information {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        .hotel-detail-pg-new .result-panel .hotel-information .header-strip {
            width: 100%;
            float: left;
            font-size: 16px;
            cursor: pointer;
            font-weight: 600;
            text-align: center;
            background: #e7e7e7;
            border-bottom: 1px solid #b7b7b7;
            color: #37454d;
            padding: 10px 15px;
        }

            .hotel-detail-pg-new .result-panel .hotel-information .header-strip[aria-expanded="false"] {
                background: #16528e;
                color: #fff;
            }

        .hotel-detail-pg-new .result-panel .hotel-information .detail-panel {
            width: 100%;
            float: left;
            padding: 0 20px;
        }

            .hotel-detail-pg-new .result-panel .hotel-information .detail-panel .panel-subtitle {
                width: 100%;
                float: left;
                font-size: 16px;
                font-weight: 600;
                color: #16528e;
            }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .container.accommodation-container .dashboard-paenl {
        padding: 0 0px !important;
    }

    .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSSlideWrapper.usingCss ul li {
        height: 193px;
    }

    .hotel-detail-pg-new .result-panel .header .box-panel {
        width: 100%;
        float: left;
    }

        .hotel-detail-pg-new .result-panel .header .box-panel + .box-panel {
            margin-left: 0px;
        }

        .hotel-detail-pg-new .result-panel .header .box-panel .heading {
            display: block;
            font-size: 13px;
            color: #999;
            text-align: left;
        }

    .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul li {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 2px;
    }

    .hotel-detail-pg-new .result-panel .result-full .results .result .price-night .price-n span {
        float: left;
    }

    .hotel-detail-pg-new .result-panel .result-full .result-header {
        display: none;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel1 {
        width: 50%;
        min-height: 210px;
        border-bottom: 1px solid #ddd;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel2 {
        width: 50%;
        min-height: 210px;
        border-right: 0px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel3 {
        width: 33.333333%;
        min-height: 70px;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel4 {
        width: 33.333333%;
        min-height: 70px;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel5 {
        width: 33.333333%;
        min-height: 70px;
    }

    .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout {
        text-align: left;
    }

        .hotel-detail-pg-new .result-panel .guaranteed-official .detail-panel ul.checkin-checkout li {
            width: 100%;
            border-left: 0px;
        }
}

@media only screen and (min-width: 320px) and (max-width:400px) {
    .hotel-detail-pg-new .result-panel .result-full .box-panel1 {
        width: 100%;
        min-height: 170px;
        border-right: 0px solid #ddd;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel2 {
        width: 100%;
        min-height: 170px;
        border-right: 0px solid #ddd;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable {
        width: 100%;
        float: left;
    }

    .hotel-detail-pg-new .price-map-paenl .price-panel .select-room {
        width: 100%;
        float: left;
    }

    .hotel-detail-pg-new .result-panel .header .box-panel + .box-panel {
        margin-left: 30px;
    }

    .hotel-detail-pg-new .result-panel .result-full .result-header {
        display: none;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel1 {
        width: 50%;
        border-bottom: 1px solid #ddd;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel2 {
        width: 50%;
        border-right: 0px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel3 {
        width: 33.333333%;
        min-height: 70px;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel4 {
        width: 33.333333%;
        min-height: 70px;
    }

    .hotel-detail-pg-new .result-panel .result-full .box-panel5 {
        width: 33.333333%;
        min-height: 70px;
    }
}
















.flight-results .filter {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

    .flight-results .filter .reset {
        width: 100%;
        float: right;
        text-align: right;
        font-size: 10px;
        color: #c9c9c9;
        padding: 10px 0;
    }

    .flight-results .filter .accordianfilter {
        width: 100%;
        float: left;
    }

    .flight-results .filter ul.departure, .flight-results .filter ul.stops {
        width: 100%;
        list-style: none;
        float: left;
    }

        .flight-results .filter ul.departure li {
            display: inline-block;
            float: left;
            width: 25%;
        }

            .flight-results .filter ul.departure li span {
                margin-top: 3px;
                margin-right: 5px;
                float: left;
                padding: 10px;
                color: #ccc;
                background: #f3f3f3;
                font-size: 11px;
                text-align: center;
                border: 1px solid #ccc;
                cursor: pointer;
            }

                .flight-results .filter ul.departure li span:hover, .flight-results .filter ul.departure li span:focus, .flight-results .filter ul.departure li span:active {
                    background: #fff;
                    color: #000;
                    font-weight: 600;
                }

                .flight-results .filter ul.departure li span.a-time {
                    background: #fff;
                    color: #000;
                    font-weight: 600;
                }

                .flight-results .filter ul.departure li span.a-time2 {
                    background: #fff;
                    color: #000;
                    font-weight: 600;
                }

        .flight-results .filter ul.stops li {
            display: inline-block;
            float: left;
            width: 100%;
            padding-top: 8px;
        }

            .flight-results .filter ul.stops li input[type=checkbox] {
                margin-top: 3px;
                margin-right: 5px;
                float: left;
            }

            .flight-results .filter ul.stops li span {
                float: right;
            }

    .flight-results .filter .accordianfilter .panel-default .panel-collapse label span {
        font-weight: normal;
    }


.flight-results .results .header {
    width: 100%;
    float: left;
}

    .flight-results .results .header ul {
        width: 100%;
        float: left;
        list-style: none;
    }

        .flight-results .results .header ul li {
            width: 16.666%;
            float: left;
            display: inline-block;
            border: 1px solid #ccc;
            padding: 5px 10px;
            height: 70px;
            border-right: 0px;
        }

            .flight-results .results .header ul li:last-child {
                border-right: 1px solid #ccc;
            }

            .flight-results .results .header ul li.place {
                width: 26%;
            }

            .flight-results .results .header ul li.departure {
                width: 16%;
            }

            .flight-results .results .header ul li.family {
                width: 20%;
            }

            .flight-results .results .header ul li.class {
                width: 14%;
            }

            .flight-results .results .header ul li.modify {
                width: 8%;
                padding: 0px;
                background: #00d227;
            }

                .flight-results .results .header ul li.modify:hover {
                    background: #16aa30;
                }

            .flight-results .results .header ul li input, .flight-results .results .header ul li select {
                width: 100%;
                float: left;
                height: 30px;
            }

                .flight-results .results .header ul li input:focus, .flight-results .results .header ul li input:hover, .flight-results .results .header ul li select:focus, .flight-results .results .header ul li select:hover {
                    outline: none;
                }

            .flight-results .results .header ul li p {
                font-size: 11px;
                font-weight: 600;
                color: #333;
                text-align: center;
            }

            .flight-results .results .header ul li.place p {
                width: 100%;
                float: left;
                font-size: 18px;
                color: #333;
                font-weight: bold;
                margin-top: 20px;
            }

        .flight-results .results .header ul.content-slider li {
            border: 1px solid #ccc;
        }

        .flight-results .results .header ul li .adult {
            width: 40px;
            float: left;
            margin-right: 4px;
        }

        .flight-results .results .header ul li a {
            width: 100%;
            margin-left: 0%;
            float: left;
            text-align: center;
            background: #00d227;
            color: #fff;
            padding: 17px 10px;
            margin-top: 0px;
        }

            .flight-results .results .header ul li a, .flight-results .results .header ul li a:hover, .flight-results .results .header ul li a:active, .flight-results .results .header ul li a:focus {
                text-decoration: none;
                color: #fff;
                font-size: 12px;
                font-weight: 700;
            }

                .flight-results .results .header ul li a:hover {
                    background: #16aa30;
                }

.flight-results .results h4 {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
}

    .flight-results .results h4 span {
        font-weight: normal;
        font-size: 14px;
    }

    .flight-results .results h4 i.retrn {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }

.flight-results .results h5 {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.flight-results .results h3 {
    width: 100%;
    float: left;
    font-size: 21px;
    color: #ff5454;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
}

.flight-results .product-img {
    margin-bottom: 20px;
}

    .flight-results .product-img ul.lSPager.lSpg {
        display: none;
    }

    .flight-results .product-img .content-slider p {
        width: 70%;
        float: left;
        font-size: 13px;
        font-weight: 600;
        color: #666;
        margin-top: 20px;
    }

    .flight-results .product-img .content-slider img {
        width: 30%;
        float: left;
        margin-top: 2px;
    }

.flight-results .results .result {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 0px 5px 0 5px;
    box-shadow: 0px 4px 10px #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flight-results .results .header-new {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 0 0px;
}

    .flight-results .results .header-new .header-new-inner {
        width: 100%;
        float: left;
    }

        .flight-results .results .header-new .header-new-inner .col-1 {
            width: 20%;
            float: left;
        }

        .flight-results .results .header-new .header-new-inner .col-2 {
            width: 60%;
            float: left;
        }

        .flight-results .results .header-new .header-new-inner .col-3 {
            width: 20%;
            float: left;
        }

    .flight-results .results .header-new .found-flight {
        font-weight: normal;
        font-size: 14px;
        font-weight: 600;
        color: #8ec320;
        font-family: Lato-Bold,Arial,Helvetica,sans-serif;
    }

    .flight-results .results .header-new .travel-detail {
        font-weight: normal;
        font-size: 14px;
        text-align: right;
        margin-bottom: 0px;
        color: #484848;
        font-family: Lato-Bold,Arial,Helvetica,sans-serif;
    }

    .flight-results .results .header-new .travel-info {
        font-weight: normal;
        font-size: 14px;
        float: right;
        margin-bottom: 0px;
    }

        .flight-results .results .header-new .travel-info .icon {
            float: left;
            width: 13px;
            margin-right: 1px;
            margin-top: -2px;
        }

            .flight-results .results .header-new .travel-info .icon img {
                width: 100%;
                height: auto;
            }

        .flight-results .results .header-new .travel-info .number {
            float: left;
            margin-right: 5px;
        }

    .flight-results .results .header-new .city-details {
        width: 100%;
        text-align: center;
        list-style: none;
        margin-bottom: 0px;
    }

        .flight-results .results .header-new .city-details li {
            display: inline-block;
            min-width: 80px;
        }

            .flight-results .results .header-new .city-details li span {
                width: 100%;
                float: left;
                text-align: center;
            }

            .flight-results .results .header-new .city-details li .city-name {
                color: #484848;
                font-size: 16px;
            }

            .flight-results .results .header-new .city-details li .date {
                color: #999;
                margin-top: -3px;
                font-size: 12px;
            }

            .flight-results .results .header-new .city-details li .icon {
                margin-top: -10px;
                float: left;
            }

.city-details li i {
    position: absolute;
    top: 0;
    right: -8px;
    float: left;
}

    .city-details li i.ytfi-exchange, .city-details li i.ytfi-right {
        top: 2px;
        color: #666;
    }

.flight-results .results .result table tbody tr td {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.flight-results .results .result table tbody tr:last-child td {
    border-bottom: 0px;
}

.flight-results .results .result img {
    text-align: center;
}

.flight-results .results .result p {
    margin: 0 0 0px;
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    text-align: center;
}

    .flight-results .results .result p.flight {
        font-weight: 600;
        font-size: 11px;
        color: #999;
        margin-top: 5px;
    }

.flight-results .results .result img {
    height: auto;
    width: auto;
    text-align: center;
}

.flight-results .results .result p.depart {
    font-size: 13px;
    color: #666;
}

.flight-results .results .result p.time {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.flight-results .results .result p.date {
    font-size: 13px;
    color: #333;
}

.flight-results .results .result p.location {
    font-size: 11px;
    color: #333;
    border: 0px;
}

.flight-results .results .result .from {
    width: 100%;
    float: left;
    font-size: 11px;
    text-align: center;
    color: #666;
    margin-top: 0px;
}

.flight-results .results .result .price {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #224191;
    margin-top: 10px;
}

.flight-results .results .result a.book {
    width: 100%;
    margin-left: 0%;
    float: left;
    text-align: center;
    background: #8ec320;
    color: #fff;
    padding: 8px 10px;
    margin-top: 5px;
}

    .flight-results .results .result a.book, .flight-results .results .result a.book:hover, .flight-results .results .result a.book:active, .flight-results .results .result a.book:focus {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

        .flight-results .results .result a.book:hover {
            background: #8ec320;
        }

.flight-results .results .result .border {
    position: relative;
}

    .flight-results .results .result .border:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 80px;
        background: #ccc;
        left: 0px;
        top: 20%;
    }

18 FLIGHT RESULT TWOWAY PAGE
.flight-results-twoway .results .result .price {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #8ec320;
    margin-top: 30px;
}

.flight-results-twoway .results .result .border {
    position: relative;
}

    .flight-results-twoway .results .result .border:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 160px;
        background: #ccc;
        left: 0px;
        top: 30%;
        opacity: 0;
    }



/* 19 FLIGHT CONFIRMATION PAGE */
.flight-confirmation .confirmation-detail .row1 p {
    margin: 0 0 0px !important;
}

.flight-confirmation .confirmation-detail .row2 {
    margin-top: 20px;
}

    .flight-confirmation .confirmation-detail .row2 p {
        width: 100%;
        float: left;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #ff5454;
    }

    .flight-confirmation .confirmation-detail .row2 .roomtype p {
        width: 100%;
        float: left;
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: left;
        color: #333 !important;
    }

    .flight-confirmation .confirmation-detail .row2 .departure {
        border: 1px solid #ccc;
        float: left;
        padding: 10px;
        width: 100%;
        margin-top: 10px;
    }

        .flight-confirmation .confirmation-detail .row2 .departure p {
            color: #000 !important;
            width: 100%;
            float: left;
            font-size: 14px;
            text-align: left;
            font-weight: bold;
        }

        .flight-confirmation .confirmation-detail .row2 .departure .hour {
            color: #ff5454;
        }

        .flight-confirmation .confirmation-detail .row2 .departure .iconimg {
            width: 35px;
            float: left;
            margin-right: 4%;
            margin-top: 12px;
        }

        .flight-confirmation .confirmation-detail .row2 .departure .class {
            width: 70%;
            float: left;
        }

            .flight-confirmation .confirmation-detail .row2 .departure.class p {
                margin-top: 55px;
            }

        .flight-confirmation .confirmation-detail .row2 .departure label {
            color: #666;
            width: 100%;
            float: left;
            font-size: 13px;
            text-align: left;
            font-weight: 600;
            margin-bottom: 0px;
        }

        .flight-confirmation .confirmation-detail .row2 .departure .hour {
            color: #ff5454;
        }

        .flight-confirmation .confirmation-detail .row2 .departure span {
            color: #666;
            width: 100%;
            float: left;
            font-size: 13px;
            text-align: center;
        }

            .flight-confirmation .confirmation-detail .row2 .departure span.depart {
                font-size: 13px;
                color: #666;
            }

            .flight-confirmation .confirmation-detail .row2 .departure span.time {
                font-size: 14px;
                color: #000;
                font-weight: 600;
            }

            .flight-confirmation .confirmation-detail .row2 .departure span.date {
                font-size: 13px;
                color: #333;
            }

            .flight-confirmation .confirmation-detail .row2 .departure span.location {
                font-size: 11px;
                color: #333;
            }

            .flight-confirmation .confirmation-detail .row2 .departure span.icon {
                font-size: 26px;
                color: #666;
            }

            .flight-confirmation .confirmation-detail .row2 .departure span.iconhour {
                font-size: 14px;
                color: #666;
                font-weight: bold;
            }

        .flight-confirmation .confirmation-detail .row2 .departure .fare {
            color: #ff5454;
            font-size: 16px;
            font-weight: 600;
        }

        .flight-confirmation .confirmation-detail .row2 .departure .farebaggage {
            color: #666;
            font-size: 16px;
            font-weight: 600;
        }


/* 20 FLIGHT HOTEL RESULT */
.flight-hotel-result.hotel-detail .header table tr td:first-child p {
    color: #333;
    padding-top: 0px;
}

.flight-hotel-result .header img {
    width: 100%;
    height: auto;
}

/* 21 FLIGHT HOTEL DETAIL */
.flight-hotel-detail .header a {
    padding: 14px 10px;
}

.flight-hotel-detail.hotel-detail .location {
    padding: 0px;
}

.flight-hotel-detail.hotel-detail .header table tr td:first-child p {
    color: #333;
    padding-top: 0;
}

/* 22 FLIGHT HOTEL BOOKING */
.flight-hotel-booking.flight-booking .booking-detail .confirm p.checkin {
    color: #333;
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.flight-hotel-booking.flight-booking .booking-detail .confirm p.date {
    color: #333;
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.flight-hotel-booking.flight-booking .booking-detail .confirm p.hotelname {
    color: #000;
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 0 0;
    text-align: left;
    width: 100%;
}

.flight-hotel-booking.flight-booking .booking-detail .confirm p.rating {
    color: #365cbe;
    font-size: 14px;
    padding-left: 0;
    margin: 0;
}

.flight-hotel-booking.flight-booking .booking-detail .confirm p.address {
    color: #000;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    width: 100%;
}

.flight-hotel-booking.flight-booking .summary p .normal {
    float: none !important;
    font-weight: normal;
}

.fh-departure {
    color: #ff5454;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.flight-booking .booking-detail .departure .hour {
    color: #ff5454;
    font-weight: 600;
}

.hotel-booking.Accommodation-booking .flight-booking .booking-detail .departure-heading {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

.hotel-booking.Accommodation-booking .flight-booking .booking-detail .departure p {
    font-weight: bold;
}

.hotel-booking.Accommodation-booking .flight-booking .flight-booking .booking-detail .departure {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/* 23 FLIGHT HOTEL CONFIRMATION */
.flighthotel {
    color: #224191 !important;
    margin-top: 5px !important;
    font-weight: 600;
}


/* 24 TRAVEL PORT */

.travel-port .arrival-city {
    font-weight: 400;
    margin-left: 6px;
    font-size: 13px;
    color: #4a4a4a;
    float: left;
    text-align: left !important;
    margin-top: 0px !important;
    padding-bottom: 5px !important;
    text-align: center !important;
}

.travel-port .flight-duration {
    color: #4a4a4a !important;
    font-size: 12px !important;
    margin-left: 0px;
    margin-bottom: 5px !important;
}

.travel-port .stop1 {
    margin-left: 56px;
    color: #9b9b9b !important;
    font-size: 10px !important;
}

.travel-port .radio_top {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    margin-left: 0px;
    font-size: 13px;
    color: #4a4a4a;
    margin-top: 0px;
}

.travel-port .radio {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
}

.travel-port .radio_top .city-name {
    font-weight: 400;
    color: #9b9b9b;
    font-family: Lato-Bold,Arial,Helvetica,sans-serif;
    font-size: 16px;
}

.travel-port .radio_top .time {
    color: #484848;
    font-family: Lato-Bold,Arial,Helvetica,sans-serif;
    font-size: 16px;
}

.travel-port .arrival-city .city-name {
    font-weight: 400;
    color: #9b9b9b;
    font-size: 16px;
}

.travel-port .arrival-city .time {
    color: #484848;
    font-family: Lato-Bold,Arial,Helvetica,sans-serif;
    font-size: 16px;
}

.flight-results .results .result.travel-port .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
}

    .flight-results .results .result.travel-port .radio label:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 3px;
        bottom: 5.5px;
        background-color: #ffffff;
        border: 1px solid #8ec320;
        border-radius: 99px;
    }

    .flight-results .results .result.travel-port .radio label:after {
        font-size: 13px;
        content: "";
        text-align: center;
        display: inline-block;
        width: 17px;
        height: 17px;
        position: absolute;
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 99px;
        left: 0px;
        top: 3px;
        background-color: #6f7b8a;
        border: 1px solid #6f7b8a;
    }

.flight-results .results .result.travel-port .radio input[type=radio] {
    display: none;
}
/*.radio input[type=radio][disabled] + label {opacity: 0.65;}*/
.flight-results .results .result.travel-port .radio.radio-success label:after {
    background-color: #8ec320;
    border: 1px solid #8ec320;
}

.flight-results .results .result.travel-port .radio.radio-success input[type=radio]:checked + label:before {
    border: 1px solid #0090d9;
}
/*.radio.radio-primary label:after {background-color: #0aa699; border: 1px solid #0aa699;}
.radio.radio-primary input[type=radio]:checked + label:before {border: 1px solid #0aa699;}
.radio.radio-info label:after {background-color: #1f3853; border: 1px solid #1f3853;}
.radio.radio-info label input[type=radio]:checked + :before {border: 1px solid #1f3853;}
.radio.radio-warning label:after {background-color: #fbb05e; border: 1px solid #fbb05e;}
.radio.radio-warning input[type=radio]:checked + label:before {border: 1px solid #fbb05e;}
.radio.radio-danger label:after {background-color: #F35958; border: 1px solid #F35958;}
.radio.radio-danger input[type=radio]:checked + label:before {border: 1px solid #F35958;}
.radio input[type=radio]:checked + label {color: #4d5056;}*/
.flight-results .results .result.travel-port .radio label:after {
    -o-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    line-height: 18px;
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
/*.radio input[type=radio]:checked + label:before {border: 1px solid #8e9095;}*/

.div-outer {
    position: relative;
    width: 100%;
    float: left;
}

    .div-outer .div-inner {
        width: 100%;
        float: left;
        position: absolute;
        top: 50%;
        transform: translate(-50%, 0%);
        height: 100vh;
    }

.travel-port h6.heading {
    text-align: right;
    cursor: pointer;
    margin-top: 10px !important;
    width: 100%;
    color: #224191 !important;
}

    .travel-port h6.heading:hover {
        text-decoration: underline;
    }

.travel-port h4.heading {
    color: #fff !important;
    background: #8ec320;
    padding: 5px 10px;
    font-size: 16px !important;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    position: relative;
    text-transform: capitalize;
    margin-top: 10px;
}

.travel-port .travelport-detail {
    margin-top: 0px;
}

    .travel-port .travelport-detail p {
        color: #666 !important;
        float: left;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        text-align: left !important;
        width: 100%;
    }

    .travel-port .travelport-detail span.icon {
        color: #666 !important;
        font-size: 16px !important;
    }

    .travel-port .travelport-detail a.fli-details {
        box-shadow: none;
        float: left;
    }

    .travel-port .travelport-detail .baggege-btn {
        font-size: 12px;
        color: #999;
        padding: 8px 0px;
        float: right;
    }

    .travel-port .travelport-detail .baggege-btn-content {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }

.flight-results-twoway .travel-port.result .border::after {
    top: 40%;
    width: 1px;
}

.flight-results-twoway .travel-port.result .from {
    margin-top: 0px;
}

.result table tbody tr td table tbody tr td {
    padding-bottom: 10px !important;
}

.result.travel-port .travelport-detail .baggege-btn-content table tbody tr td table tbody tr td {
    padding-bottom: 0px !important;
}


/* 25 AUTOEXTENDER */
.advance-search .AutoExtender {
    width: 100% !important;
}

.AutoExtender {
    font-size: 14px;
    border: solid 1px #ffc107;
    padding: 0;
    background-color: #fff;
    max-height: 280px;
    width: auto;
    overflow: hidden;
    padding: 5px;
    line-height: 23px;
}

.divExtender {
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
    padding: 2px 1px;
    border: solid 1px #0561aa;
}

.AutoExtender {
    font-size: 14px;
    font-weight: normal;
    border: solid 1px #0561aa;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

.AutoExtenderList {
    border-bottom: 1px solid #666666;
    cursor: pointer;
    color: #222;
    padding: 8px 0 8px 5px;
    line-height: 16px;
}

.AutoExtenderHighlight {
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 8px 0 8px 5px;
    line-height: 16px;
    background: #666666;
}

/* 26 PAGER */
.PagerContainerTable {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    overflow: hidden;
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.PagerInfoCell {
    font-size: 11px;
    color: #FFFFFF;
    padding: 5px 9px;
    margin-right: 4px;
    display: inline-block;
    background: #426FBF;
    border: solid 1px #32373b;
    border-radius: 3px;
    text-shadow: 0 1px 0 #181818
}

    .PagerInfoCell:link {
        text-decoration: none
    }

    .PagerInfoCell:visited {
        text-decoration: none
    }

.PagerCurrentPageCell {
    width: 32px;
    text-align: center;
    border: none;
    background: #426FBF;
    margin: 0 5px 0 0;
    border-radius: 10%;
    text-shadow: 0px 1px 0px #181818
}

.PagerOtherPageCells {
    width: 32px;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    padding: 5px 9px;
    margin: 0 3px 5px 3px;
    display: inline-block;
    background: #4d4d4d;
    border: solid 1px #32373b;
    border-radius: 10%;
}

.PagerSSCCells {
}

.PagerHyperlinkStyle {
    width: 20px;
    text-align: center;
    color: #FFF;
    cursor: pointer
}

    .PagerHyperlinkStyle:hover {
        text-decoration: none;
        color: #fff;
    }

    .PagerHyperlinkStyle:link {
        text-decoration: none;
        width: 20px;
        text-align: center;
        color: #fff;
    }

    .PagerHyperlinkStyle:visited {
        text-decoration: none;
        color: #fff;
    }

    .PagerHyperlinkStyle:active {
        text-decoration: none;
        color: #fff;
    }

/* 27  PROGRESS */

.popup_block {
    border: 0 solid #212121;
    float: left;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    padding: 15px 5px;
    position: fixed;
    top: 20%;
    width: auto;
    z-index: 10000
}

    .popup_block .progress {
        background-color: #FFFFFF;
        width: 320px;
        height: 290px;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        overflow: hidden;
        border: 4px solid #CCCCCC;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

        .popup_block .progress h1 {
            width: 100%;
            text-align: center;
            font-family: Trebuchet MS;
            font-size: 22px;
            padding-bottom: 5px;
            font-weight: bold
        }

        .popup_block .progress img {
            text-align: center;
            margin: 0 auto
        }

        .popup_block .progress h2 {
            width: 100%;
            text-align: center;
            font-family: Trebuchet MS;
            font-size: 12px;
            color: #212121;
            font-weight: bold
        }

        .popup_block .progress h3 {
            width: 100%;
            text-align: center;
            font-family: Trebuchet MS;
            font-size: 11px !important;
            color: #747474 !important;
            font-weight: bold;
            margin-top: 0px !important;
        }

#OuterOverlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100
}

#InnerOverlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    filter: alpha(opacity = 80);
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
}

/* FLIGHT PROGRESS START */

.popup_block.popup-outer {
    float: left;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.popup_block .progress.flight-popup {
    width: 500px;
    height: auto !important;
    background: transparent !important;
    border-color: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
}

    .popup_block .progress.flight-popup .header {
        width: 100%;
        float: left;
    }

        .popup_block .progress.flight-popup .header .onle-half {
            width: 50%;
            float: left;
        }

            .popup_block .progress.flight-popup .header .onle-half .im-res {
                width: 100%;
                height: auto;
            }

            .popup_block .progress.flight-popup .header .onle-half .im-auot {
                width: auto;
                height: auto;
            }

        .popup_block .progress.flight-popup .header .line {
            width: 100%;
            height: 5px;
            float: left;
            background: #1a2a4b;
            margin: 10px 0;
            position: relative;
        }

            .popup_block .progress.flight-popup .header .line:before {
                content: "";
                position: absolute;
                width: 25%;
                height: 5px;
                background: #8ec320;
                left: 0px;
            }

            .popup_block .progress.flight-popup .header .line:after {
                content: url(../images/icon/plane-icon.png);
                position: absolute;
                left: 23%;
                top: -7px;
            }

    .popup_block .progress.flight-popup .header2 {
        width: 100%;
        float: left;
        background: #8ec320;
        padding: 10px 10px;
    }

        .popup_block .progress.flight-popup .header2 h3 {
            width: 100%;
            float: left;
            font-size: 18px !important;
            color: #1a2a4b !important;
            text-align: center;
            font-weight: 600;
            margin: 0px;
        }

        .popup_block .progress.flight-popup .header2 p {
            width: 100%;
            float: left;
            font-size: 10px;
            color: #1a2a4b;
            text-align: center;
            font-weight: normal;
            margin: 0px;
        }

    .popup_block .progress.flight-popup .detail {
        width: 100%;
        float: left;
        background: #1a2a4b;
        color: #fff;
    }

    .popup_block .progress.flight-popup .detail {
        background: #565656 !important;
    }

        .popup_block .progress.flight-popup .detail .city-full {
            width: 100%;
            float: left;
            padding: 5px 0px;
            margin: 5px 0;
        }

            .popup_block .progress.flight-popup .detail .city-full i {
                color: #8ec320;
            }

            .popup_block .progress.flight-popup .detail .city-full .city {
                width: 100%;
                float: left;
                color: #fff;
                font-size: 12px;
                padding: 0px;
                margin-bottom: 0px;
            }

            .popup_block .progress.flight-popup .detail .city-full .city2 {
                width: 100%;
                float: left;
                color: #fff;
                font-size: 16px;
                padding: 0px;
                margin-bottom: 0px;
                font-weight: 600;
            }

            .popup_block .progress.flight-popup .detail .city-full p {
                margin-bottom: 0px;
            }

        .popup_block .progress.flight-popup .detail .info-full {
            width: 100%;
            float: left;
            padding: 10px 10px;
            margin: 5px 0;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

            .popup_block .progress.flight-popup .detail .info-full .head {
                width: 100%;
                float: left;
                color: #8ec320;
                font-size: 12px;
                padding: 0px;
                margin-bottom: 0px;
            }

            .popup_block .progress.flight-popup .detail .info-full .text {
                width: 100%;
                float: left;
                color: #fff;
                font-size: 12px;
                padding: 0px;
                margin-bottom: 0px;
            }

        .popup_block .progress.flight-popup .detail .call {
            width: 100%;
            float: left;
            color: #8ec320;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 0px;
            border-top: 1px solid #ccc;
            padding-top: 10px;
        }

        .popup_block .progress.flight-popup .detail .call-number {
            width: 100%;
            float: left;
            color: #fff;
            font-size: 20px;
        }

    .popup_block .progress.flight-popup .footer-logo {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 5px;
    }

    .popup_block .progress.flight-popup .detail .gif-full {
        width: 80%;
        margin: 0 auto;
    }

        .popup_block .progress.flight-popup .detail .gif-full .gif {
            width: 100%;
            float: left;
            margin: 10px 0;
        }

            .popup_block .progress.flight-popup .detail .gif-full .gif img {
                width: 100%;
                height: auto;
            }

    .popup_block .progress.flight-popup .detail .gif-ful1 {
        width: 100%;
        margin: 0 auto;
    }

    .popup_block .progress.flight-popup .detail .gif-full1 .gif {
        width: 100%;
        float: left;
        margin: 10px 0;
    }

        .popup_block .progress.flight-popup .detail .gif-full1 .gif img {
            width: auto;
            height: auto;
        }

    /* HOTEL PROGRESS START */
    .popup_block .progress.flight-popup .detail .gif-full.hotel-popup {
        width: 95%;
        margin: 0 auto;
    }

        .popup_block .progress.flight-popup .detail .gif-full.hotel-popup .gif {
            width: 100%;
            float: left;
            margin: 10px 0;
        }

            .popup_block .progress.flight-popup .detail .gif-full.hotel-popup .gif img {
                width: 100%;
                height: auto;
            }

    /* COMMON PROGRESS START */
    .popup_block .progress.flight-popup.common-p {
        width: 440px;
        height: auto !important;
        background: transparent !important;
        border-color: transparent !important;
        border: 0px !important;
        box-shadow: none !important;
    }

    .popup_block .progress.flight-popup .header2 h3 {
        width: 100%;
        float: left;
        font-size: 24px !important;
        color: #1a2a4b !important;
        text-align: center;
        font-weight: 600;
        margin: 0px;
    }

    .popup_block .progress.flight-popup .header2 p {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #1a2a4b;
        text-align: center;
        font-weight: normal;
        margin: 0px;
    }

    .popup_block .progress.flight-popup .detail .gif-full.common-popup {
        width: 20%;
        margin: 0 auto;
    }

        .popup_block .progress.flight-popup .detail .gif-full.common-popup .gif {
            width: 100%;
            float: left;
            margin: 10px 0;
        }

            .popup_block .progress.flight-popup .detail .gif-full.common-popup .gif img {
                width: 100%;
                height: auto;
            }

    .popup_block .progress.flight-popup .detail .not-refresh {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 10px;
        color: #868080;
    }

/* BOOKING PROGRESS START */
.popup_block .progress.booking-popup {
    width: 400px;
    height: auto !important;
    background: transparent !important;
    border-color: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
}

    .popup_block .progress.booking-popup .header {
        width: 100%;
        float: left;
    }

        .popup_block .progress.booking-popup .header .text1 {
            width: 100%;
            float: left;
            font-size: 12px;
            text-align: center;
            margin: 0px;
            color: #fff;
        }

    .popup_block .progress.booking-popup .detail {
        width: 100%;
        float: left;
        background: #fff;
        border: 1px solid #ccc;
        color: #333;
        border-radius: 10px;
        margin-top: 10px;
    }

        .popup_block .progress.booking-popup .detail .heading {
            width: 100%;
            float: left;
            text-align: center;
            color: #333;
            font-size: 20px;
            padding: 0px;
            margin-bottom: 0px;
            margin-top: 10px;
        }

        .popup_block .progress.booking-popup .detail .line {
            width: 100%;
            height: 1px;
            float: left;
            background: #ccc;
            margin: 20px 0;
        }

        .popup_block .progress.booking-popup .detail .list {
            width: 100%;
            float: left;
            text-align: left;
            color: #333;
            font-size: 14px;
            padding: 0px 20px;
            margin-bottom: 10px;
        }

            .popup_block .progress.booking-popup .detail .list i {
                color: #00a5ea;
                margin-right: 5px;
            }

    .popup_block .progress.booking-popup .footer-logo {
        width: 100%;
        float: left;
        text-align: center;
    }

        .popup_block .progress.booking-popup .footer-logo .list {
            width: 100%;
            float: left;
            text-align: center;
            color: #fff;
            font-size: 14px;
            padding: 0px;
            margin: 10px 0;
        }

@media screen and (min-width:320px) {
    .banner-new .new-tab-full .form-group label.position-relative label {
        font-size: 13px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup_block .progress.flight-popup {
        width: auto;
    }

        .popup_block .progress.flight-popup.common-p {
            width: auto;
        }

    .popup_block .progress.booking-popup {
        width: auto;
    }

    .popup_block.popup-outer {
        float: left;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }

    .popup_block .progress.flight-popup .header2 h3 {
        font-size: 18px !important;
    }

    .progress.flight-popup .header2 p {
        font-size: 12px;
    }

    .popup_block .progress.flight-popup .header2 p {
        font-size: 12px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .popup_block.popup-outer {
        float: left;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .popup_block.popup-outer {
        float: left;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }
}

@media only screen and (min-width:1200px) and (max-width:1366px) {
    .popup_block.popup-outer {
        float: left;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }
}

/* 27  HOTEL PACKAGE */

.hotels-package {
    float: left;
    width: 100%;
}

    .hotels-package .light-slider {
        width: 100%;
        float: left;
    }

    .hotels-package .package-detail {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 10px;
    }

        .hotels-package .package-detail h1 {
            width: 100%;
            float: left;
            font-size: 34px;
            text-align: left;
            color: #000;
            padding: 0px;
            margin: 0px;
        }

        .hotels-package .package-detail h4 {
            width: 100%;
            float: left;
            font-size: 14px;
            text-align: left;
            color: #666;
            padding: 0px;
            margin: 0px;
            margin-top: 10px;
        }

            .hotels-package .package-detail h4 i {
                color: #365cbe;
            }

        .hotels-package .package-detail .starrating {
            width: 100%;
            float: left;
            margin-top: 10px;
        }

            .hotels-package .package-detail .starrating img {
                width: auto;
                float: left;
            }

        .hotels-package .package-detail .sep-offer-outer {
            width: 150px;
            margin: 0 auto;
        }

        .hotels-package .package-detail .sep-offer {
            width: 100%;
            float: left;
            border: 1px solid #365cbe;
            text-align: center;
            color: #ff5454;
            padding: 5px 10px;
            margin-top: 30px;
        }

        .hotels-package .package-detail .price {
            width: 100%;
            float: left;
            font-size: 16px;
            color: #ccc;
            text-align: center;
            margin: 0px;
            padding: 0px;
            line-height: 40px;
            margin-top: 20px;
        }

            .hotels-package .package-detail .price span {
                font-size: 36px;
                color: #365cbe;
                font-weight: 600;
            }

    .hotels-package .book-now {
        width: 100%;
        height: 60px;
        float: left;
        font-size: 24px;
        line-height: 60px;
        font-weight: 600;
        text-align: center;
        background: #365cbe;
        color: #fff;
        border: none;
        outline: none;
        margin-top: 20px;
        transition: 0.5s;
        overflow: hidden;
    }

        .hotels-package .book-now:hover {
            background: #27438c;
            outline: none;
            font-size: 26px;
        }

    .hotels-package .company-info {
        width: 100%;
        float: left;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        margin-top: 40px;
    }

        .hotels-package .company-info p {
            width: 100%;
            float: left;
            font-size: 14px;
            color: #666;
        }

            .hotels-package .company-info p i {
                color: #365cbe;
            }


    .hotels-package .tab {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

        .hotels-package .tab .nav-tabs > li {
            width: 20%;
            float: left;
        }

            .hotels-package .tab .nav-tabs > li > a {
                padding: 10px 0px;
            }

        .hotels-package .tab .tab-content {
            border: 1px solid #ccc;
            border-top: 0px;
            float: left;
            position: relative;
            width: 100%;
            padding: 10px;
        }

        .hotels-package .tab .nav > li > a:focus, .hotel-detail .tab .nav > li > a:hover {
            text-decoration: none;
            background-color: #666;
            color: #fff;
            border-bottom: 0px;
        }

        .hotels-package .tab .nav-tabs > li.active > a, .hotel-detail .tab .nav-tabs > li.active > a:focus, .hotel-detail .tab .nav-tabs > li.active > a:hover {
            border-bottom: 1px solid #fff;
            text-align: center;
            background-color: #666;
            color: #fff;
        }

            .hotels-package .tab .nav-tabs > li.active > a::after, .hotel-detail .tab .nav-tabs > li > a::after {
                content: '';
                position: absolute;
                height: 2px;
                bottom: -1px;
            }

        .hotels-package .tab .nav-tabs > li > a {
            margin-right: -1px;
            line-height: 1.42857143;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 0px 0px 0 0;
            color: #333;
            font-weight: 600;
            font-size: 14px;
            border-bottom: 0px;
        }


/* 28  CONTACT US */

.contact-us {
    float: left;
    width: 100%;
}

.contact-us-bg {
    float: left;
    width: 100%;
    height: auto;
    background: url(../images/package/contactus-bg.jpg) no-repeat top;
    margin-bottom: 40px;
}

    .contact-us-bg h1 {
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        padding: 100px 0;
    }

.contact-us .map-full {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.contact-us .contact-detail h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.contact-us .contact-detail p {
    width: 100%;
    float: left;
    color: #777;
    font-size: 15px;
    line-height: 26px;
    padding: 0px;
    margin: 0px;
}

    .contact-us .contact-detail p span {
        color: #000;
    }

.contact-us .form-full {
    float: left;
    width: 100%;
    border: 5px solid #f5f5f5;
    padding: 40px 20px;
    margin-top: 10px;
    margin-bottom: 100px;
}

    .contact-us .form-full .input {
        border-radius: 0px;
        float: left;
        height: 46px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .contact-us .form-full .textaria {
        border-radius: 0px;
    }

    .contact-us .form-full .input-btn {
        border: none;
        outline: 0px;
        padding: 10px 30px;
        background: #8ec320;
        color: #fff;
        margin-top: 20px;
    }

        .contact-us .form-full .input-btn:hover {
            background: #77a516;
        }


/* 29 ABOUT US */
.about-us {
    float: left;
    width: 100%;
}

.about-us-bg {
    float: left;
    width: 100%;
    height: auto;
    background: url(../images/package/contactus-bg.jpg) no-repeat top;
    margin-bottom: 40px;
}

    .about-us-bg h1 {
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        padding: 100px 0;
    }

.about-us .heading {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

    .about-us .heading h2 {
        border-bottom: 0px solid #00d227;
        float: left;
        width: auto;
        padding: 5px 0;
        margin: 0px;
        position: relative;
    }

        .about-us .heading h2:after {
            width: 100%;
            height: 3px;
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            background: #8ec320;
        }

.about-us .abouttext {
    width: 100%;
    float: left;
    line-height: 23px;
}

.about-us .services {
    margin: 70px 0;
    float: left;
}

    .about-us .services h2 {
        width: 100%;
        float: left;
        color: #000;
        font-size: 24px;
        font-weight: 600;
        border-bottom: 0px solid #ccc;
    }

        .about-us .services h2 span {
            color: #365cbe;
        }

    .about-us .services p {
        width: 100%;
        float: left;
        color: #676767;
        font-size: 14px;
        font-weight: normal;
    }

.about-us .footer {
    width: 100%;
    float: left;
    background: #333;
    margin-top: 30px;
    padding: 50px 0;
}

    .about-us .footer h2 {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        border-bottom: 0px solid #ccc;
    }

    .about-us .footer p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 20px;
        color: #fff;
        margin-top: 0px;
    }

    .about-us .footer ul {
        width: 100%;
        text-align: center;
        list-style: none;
        margin-top: 20px;
        float: left;
    }

        .about-us .footer ul li {
            display: inline-block;
            color: #fff;
            padding: 10px 10px;
        }

            .about-us .footer ul li a {
                text-decoration: none;
                color: #fff;
                font-size: 20px;
                font-weight: 600;
            }

                .about-us .footer ul li a:hover {
                    color: #fff;
                }

/* 30 ENQUIRY NOW */
.enqiry-now {
    width: 100%;
    float: left;
}

.enqiry-now-bg {
    float: left;
    width: 100%;
    height: auto;
    background: url(../images/package/contactus-bg.jpg) no-repeat bottom;
    margin-bottom: 40px;
}

    .enqiry-now-bg h1 {
        width: 100%;
        float: left;
        text-align: left;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        padding: 80px 0 0 0;
    }

    .enqiry-now-bg p {
        width: 100%;
        float: left;
        font-size: 22px;
        color: #fff;
        padding-bottom: 80px;
    }

.enqiry-now .heading {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

    .enqiry-now .heading h2 {
        border-bottom: 0px solid #00d227;
        float: left;
        width: auto;
        padding: 5px 0;
        margin: 0px;
        position: relative;
    }

        .enqiry-now .heading h2:after {
            width: 100%;
            height: 3px;
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            background: #00d227;
        }

.enqiry-now .form-full {
    float: left;
    width: 100%;
    border: 5px solid #f5f5f5;
    padding: 40px 20px;
    margin-top: 10px;
    margin-bottom: 100px;
}

    .enqiry-now .form-full select {
        border-radius: 0px;
        float: left;
        height: 46px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .enqiry-now .form-full .input {
        border-radius: 0px;
        float: left;
        height: 46px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .enqiry-now .form-full .textaria {
        border-radius: 0px;
    }

    .enqiry-now .form-full .input-btn {
        border: none;
        outline: 0px;
        padding: 10px 30px;
        background: #00d227;
        color: #fff;
        margin-top: 20px;
    }

        .enqiry-now .form-full .input-btn:hover {
            background: #16aa30;
        }

/* 31 HEADER COMMON */
header .modal-content.login-popup .modal-body {
    padding: 0px;
}

    header .modal-content.login-popup .modal-body h3 {
        font-size: 20px;
        color: #fff !important;
        margin-bottom: 20px;
        background: #ff9900;
        padding: 15px;
        margin-bottom: 0px;
    }

    header .modal-content.login-popup .modal-body input[type=submit] {
        background: #00d227;
        border: 0px;
    }

        header .modal-content.login-popup .modal-body input[type=submit]:hover {
            background: #16aa30;
        }

header .login-popup-full {
    border-radius: 5px;
    width: 350px !important;
}

    header .login-popup-full .modal-content.login-popup .modal-body .popup-content {
        width: 100%;
        float: left;
        padding: 15px;
    }

        header .login-popup-full .modal-content.login-popup .modal-body .popup-content label {
            font-weight: 600 !important;
        }

    header .login-popup-full .modal-content.login-popup .modal-body .close-icon {
        width: auto;
        float: right;
        text-align: right;
        margin-top: 15px;
        margin-right: 15px;
        color: #fff;
    }

    header .login-popup-full .modal-content.login-popup .modal-body input.tab-btn[type=submit] {
        background: #ccc !important;
        color: #fff;
        padding: 3px 5px;
        border-radius: 3px;
        margin-bottom: 10px;
    }

        header .login-popup-full .modal-content.login-popup .modal-body input.tab-btn[type=submit]:hover {
            background: #666 !important;
        }

    header .login-popup-full .modal-content.login-popup .modal-body input.tab-btn.active[type=submit] {
        background: #ff9900 !important;
    }

    header .login-popup-full .modal-content.login-popup {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0px solid #999;
        border: 0px solid rgba(0,0,0,.2);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        header .login-popup-full .modal-content.login-popup .modal-body .forgot-register {
            width: 100%;
            float: left;
            padding-bottom: 10px;
            margin-top: -8px;
        }

            header .login-popup-full .modal-content.login-popup .modal-body .forgot-register .forgot {
                float: left;
            }

            header .login-popup-full .modal-content.login-popup .modal-body .forgot-register .registration {
                float: right;
            }

.agent-login-full {
    width: 100%;
    float: left;
}

    .agent-login-full h3 {
        width: 100%;
        float: left;
        font-size: 26px;
        font-weight: 300;
        color: #ff9900;
        margin-bottom: 20px;
    }

    .agent-login-full .login-tab {
        text-align: center;
        list-style: none;
        width: 100%;
    }

        .agent-login-full .login-tab li {
            display: inline-block;
            padding: 10px 40px;
            color: #ff9900;
            border: 1px solid #ff9900;
            cursor: pointer;
        }

            .agent-login-full .login-tab li.active {
                background: #ff9900;
                color: #fff;
            }

    .agent-login-full .forgot-register {
        width: 100%;
        float: left;
        padding-bottom: 10px;
        margin-top: -8px;
    }

        .agent-login-full .forgot-register .forgot {
            float: right;
            margin-bottom: 0px;
        }

            .agent-login-full .forgot-register .forgot a {
                text-decoration: none;
                color: #333;
                font-size: 12px;
            }

    .agent-login-full .input-btn {
        background: #ff9900;
        border: 0px;
        outline: none;
        padding: 5px 15px;
        color: #fff;
        border-radius: 3px;
    }

        .agent-login-full .input-btn:hover {
            background: #069ed0;
        }

    .agent-login-full .Registration-tab-content {
        width: 100%;
        float: left;
    }

        .agent-login-full .Registration-tab-content select {
            line-height: 28px;
        }

        .agent-login-full .Registration-tab-content h5 {
            font-weight: 600;
        }


    .agent-login-full .login-form-full {
        width: 100%;
        float: left;
        padding-bottom: 0px;
        margin-top: 50px;
    }

        .agent-login-full .login-form-full .heading-tital {
            width: 100%;
            float: left;
            font-size: 30px;
            font-weight: 300;
            text-align: center;
            background: #003366;
            color: #fff;
            padding: 10px 0;
            margin-bottom: 0px;
        }

        .agent-login-full .login-form-full .login-form {
            width: 100%;
            float: left;
            border-radius: 0px;
            background: #ccc;
            padding: 15px;
            margin-bottom: 20px; /*box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);     -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);*/
        }

            .agent-login-full .login-form-full .login-form .form-box {
                width: 100%;
                float: left;
                background: url(../images/banner/login-bg.jpg) no-repeat;
                background-size: 100% 100%;
                border-radius: 0px;
                padding: 15px;
                margin-top: 0px;
                padding-top: 40px;
            }

                .agent-login-full .login-form-full .login-form .form-box label {
                    position: relative;
                    width: 100%;
                }

                    .agent-login-full .login-form-full .login-form .form-box label span {
                        position: absolute;
                        left: 0px;
                        line-height: 40px;
                        color: #fff;
                        background: #ff9900;
                        width: 30px;
                        text-align: center;
                    }

                .agent-login-full .login-form-full .login-form .form-box .form-control {
                    border-radius: 0px;
                    height: 40px;
                    width: 100%;
                    float: left;
                    font-weight: normal;
                    padding: 0 10px 0 35px;
                }

                .agent-login-full .login-form-full .login-form .form-box .input-btn {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    font-weight: 600;
                    border-radius: 3px;
                    text-align: center;
                    padding: 8px 0;
                    border: 0px;
                    outline: 0px;
                    background: #ff9900;
                    color: #fff;
                }

                    .agent-login-full .login-form-full .login-form .form-box .input-btn:hover {
                        background: #ff9900;
                    }

                .agent-login-full .login-form-full .login-form .form-box .forgot {
                    width: 100%;
                    float: left;
                    text-align: right;
                    font-size: 14px;
                    font-weight: normal;
                    color: #fff;
                    margin: 0px 0 20px 0;
                }

                    .agent-login-full .login-form-full .login-form .form-box .forgot a {
                        color: #fff;
                        text-decoration: none;
                        outline: 0px;
                    }

                .agent-login-full .login-form-full .login-form .form-box .signup-txt {
                    width: 100%;
                    float: left;
                    text-align: center;
                    font-size: 14px;
                    font-weight: normal;
                    color: #fff;
                    margin: 10px 0 20px 0;
                }

                    .agent-login-full .login-form-full .login-form .form-box .signup-txt span {
                        color: #fff;
                        color: #ff9900;
                        cursor: pointer;
                    }

/* FORGOT PASSWORD POPUP START */
.login-forgotpopup {
    width: 100%;
    float: left;
}

    .login-forgotpopup .forgot-password {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 20px 20px;
        background: #fff;
    }

        .login-forgotpopup .forgot-password h3 {
            margin: 0px;
            padding: 0px;
            color: #ff9900;
            margin-bottom: 20px;
            width: 100%;
            text-align: center;
            font-weight: 600;
        }

        .login-forgotpopup .forgot-password input {
            width: 100%;
            float: left;
            border-radius: 0px;
            border: 1px solid #ccc;
            height: 36px;
            margin-bottom: 20px;
            outline: 0px;
            padding: 0 10px;
        }

            .login-forgotpopup .forgot-password input[type=submit] {
                background: #ff9900;
                color: #fff;
                font-weight: bold;
                outline: none;
                border: 0px;
            }

    .login-forgotpopup button {
        outline: none;
    }

    .login-forgotpopup .modal-content {
        border: 0px;
    }

    .login-forgotpopup .modal-body {
        width: 100%;
        float: left;
    }

    .login-forgotpopup .modal-header {
        display: none;
    }

    .login-forgotpopup .modal-footer {
        display: none;
    }

@media (min-width: 768px) {
    .agent-login-full .login-forgotpopup .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
}


/* SIGNUP POPUP START */
.agent-login-full .signuppopup h5 {
    width: 100%;
    float: left;
    text-align: center;
    color: #ff9900;
    font-size: 16px;
    margin-bottom: 20px;
}

.agent-login-full .signuppopup p {
    width: 100%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 14px;
}

    .agent-login-full .signuppopup p span {
        color: #cc3300;
        font-weight: 600;
        cursor: pointer;
    }

.agent-login-full .signuppopup .input-btn {
    background: #ff9900;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    outline: 0px;
    border-radius: 10px;
}

    .agent-login-full .signuppopup .input-btn:hover {
        background: #ff9900;
    }

.agent-login-full .signuppopup select {
    line-height: 30px;
}

/* client signuppopup */
header .signuppopup h5 {
    width: 100%;
    float: left;
    text-align: center;
    color: #ff9900;
    font-size: 16px;
    margin-bottom: 20px;
}

header .signuppopup p {
    width: 100%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 14px;
}

    header .signuppopup p span {
        color: #cc3300;
        font-weight: 600;
        cursor: pointer;
    }

header .signuppopup .input-btn {
    background: #ff9900;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    outline: 0px;
    border-radius: 10px;
}

    header .signuppopup .input-btn:hover {
        background: #ff9900;
    }

header .signuppopup select {
    line-height: 30px;
}


/* NEW LOGIN POPUP START */
header .new-login-popup-full {
    border-radius: 5px;
    width: auto !important;
}

header .new-login-popup-full {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: 0.5s;
}

    header .new-login-popup-full.in {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
    }

    header .new-login-popup-full .modal-dialog {
        width: 800px !important;
        border-radius: 10px !important;
        overflow: hidden !important;
    }

header .login-popup-full .modal-content.login-popup .modal-body .popup-content {
    width: 100%;
    float: left;
    padding: 15px;
}

header .new-login-popup-full label {
    font-weight: 600 !important;
}

header .new-login-popup-full .close-icon {
    width: auto;
    float: right;
    position: absolute;
    right: 0px;
    margin-top: 15px;
    margin-right: 15px;
    color: #666;
}

    header .new-login-popup-full .close-icon:hover {
        color: #ff9900;
    }

.new-login-popup {
    width: 100%;
    float: left;
    background: #efefef;
}

    .new-login-popup .login-content {
        width: 50%;
        float: left;
        background: #fff;
        padding: 20px;
    }

        .new-login-popup .login-content .title {
            font-size: 18px;
            line-height: 1.35;
            color: #223267;
            font-weight: 600;
        }

        .new-login-popup .login-content .social-login {
            width: 100%;
            float: left;
            border: 1px solid #ccc;
            border-radius: 3px;
            position: relative;
            margin-bottom: 10px;
        }

            .new-login-popup .login-content .social-login a {
                width: 100%;
                float: left;
                text-align: center;
                font-weight: 600;
                color: #666;
                padding: 8px 0;
            }

            .new-login-popup .login-content .social-login i {
                position: absolute;
                left: 10px;
                top: 5px;
                font-size: 25px;
                color: #3a559f;
            }

            .new-login-popup .login-content .social-login.facebook i {
                color: #3a559f;
            }

            .new-login-popup .login-content .social-login.facebook:hover {
                background: #3a559f;
            }

                .new-login-popup .login-content .social-login.facebook:hover a {
                    color: #fff;
                }

                .new-login-popup .login-content .social-login.facebook:hover i {
                    color: #fff;
                }

            .new-login-popup .login-content .social-login.gmail i {
                color: #df4f3f;
            }

            .new-login-popup .login-content .social-login.gmail:hover {
                background: #df4f3f;
            }

                .new-login-popup .login-content .social-login.gmail:hover a {
                    color: #fff;
                }

                .new-login-popup .login-content .social-login.gmail:hover i {
                    color: #fff;
                }

        .new-login-popup .login-content .or {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 14px;
            margin-top: 10px;
            position: relative;
        }

            .new-login-popup .login-content .or:before {
                content: "";
                position: absolute;
                width: 45%;
                height: 1px;
                background: #ccc;
                left: 0px;
                top: 50%;
            }

            .new-login-popup .login-content .or:after {
                content: "";
                position: absolute;
                width: 45%;
                height: 1px;
                background: #ccc;
                right: 0px;
                top: 50%;
            }

        .new-login-popup .login-content label {
            position: relative;
            width: 100%;
        }

            .new-login-popup .login-content label label {
                font-weight: normal;
                font-size: 12px;
            }

            .new-login-popup .login-content label span {
                position: absolute;
                left: 0px;
                line-height: 34px;
                color: #fff;
                background: #ff9900;
                width: 30px;
                text-align: center;
            }

        .new-login-popup .login-content .form-control {
            border-radius: 0px;
            width: 100%;
            float: left;
            font-weight: normal;
            padding: 0 10px 0 35px;
        }

        .new-login-popup .login-content .input-btn {
            width: 100%;
            float: left;
            font-size: 16px;
            font-weight: normal;
            border-radius: 3px;
            text-align: center;
            padding: 5px 0;
            border: 0px;
            outline: 0px;
            background: #ff9900 !important;
            color: #fff;
        }

            .new-login-popup .login-content .input-btn:hover {
                background: #ff9900 !important;
            }

        .new-login-popup .login-content .forgot {
            width: 100%;
            float: left;
            text-align: right;
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            margin: 0px 0 30px 0;
        }

            .new-login-popup .login-content .forgot a {
                color: #ff9900;
                text-decoration: none;
                outline: 0px;
            }

        .new-login-popup .login-content .signup-txt {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            margin: 10px 0 20px 0;
        }

            .new-login-popup .login-content .signup-txt span {
                color: #fff;
                color: #ff9900;
                cursor: pointer;
            }

    .new-login-popup .text-content {
        width: 50%;
        height: 100%;
        float: left;
        padding: 20px 30px; /*background:url(../images/banner/register-banner.jpg) no-repeat;*/
        background-size: cover;
        background-size: 100% 100%;
    }

        .new-login-popup .text-content .title1 {
            color: #ff9900;
            font-size: 32px;
            line-height: 1.34;
            font-weight: 600;
            margin-top: 0px;
            text-transform: uppercase;
        }

        .new-login-popup .text-content .title2 {
            color: #223267;
            font-size: 32px;
            line-height: 1.34;
            font-weight: 300;
            margin-bottom: 25px;
        }

        .new-login-popup .text-content ul {
            padding-left: 0;
            list-style: none;
        }

            .new-login-popup .text-content ul > li {
                position: relative;
                padding-left: 17px;
                font-size: 14px;
                line-height: 1.5;
                color: #666;
            }

                .new-login-popup .text-content ul > li:before {
                    content: "\f105";
                    color: inherit;
                    font-size: 0.75em;
                    font-family: fontawesome;
                    position: absolute;
                    top: 1px;
                    left: 0px;
                }


    /*2 login popup*/
    .new-login-popup .login-content2 {
        width: 50%;
        float: left;
        background: #fff;
        padding: 20px;
        background: #d6d6d6;
    }

        .new-login-popup .login-content2 h5 {
            color: #ff9900 !important;
            margin-bottom: 30px;
        }

        .new-login-popup .login-content2 .wrap-input100 {
            width: 100%;
            position: relative;
            border-bottom: 2px solid rgba(255,255,255,0.24);
            margin-bottom: 30px;
        }

        .new-login-popup .login-content2 .input100 {
            font-family: Poppins-Regular;
            font-size: 16px;
            color: #ff9900;
            border: 0px;
            outline: none;
            line-height: 1.2;
            display: block;
            width: 100%;
            height: 45px;
            background: transparent;
            padding: 0 5px 0 38px;
        }

            .new-login-popup .login-content2 .input100::placeholder {
                color: #fff;
            }
        /*---------------------------------------------*/
        .new-login-popup .login-content2 .focus-input100 {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
        }

            .new-login-popup .login-content2 .focus-input100::before {
                content: "";
                display: block;
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 0;
                height: 2px;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
                background: #fff;
            }

            .new-login-popup .login-content2 .focus-input100::after {
                font-family: fontawesome;
                font-size: 22px;
                color: #fff;
                content: "\f007";
                display: block;
                width: 100%;
                position: absolute;
                top: 6px;
                left: 0px;
                padding-left: 5px;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
            }

            .new-login-popup .login-content2 .focus-input100.password::after {
                content: "\f023";
            }

        .new-login-popup .login-content2 .input100:focus {
            padding-left: 5px;
        }

            .new-login-popup .login-content2 .input100:focus + .focus-input100::after {
                top: -22px;
                font-size: 18px;
            }

            .new-login-popup .login-content2 .input100:focus + .focus-input100::before {
                width: 100%;
            }

        .new-login-popup .login-content2 .has-val.input100 + .focus-input100::after {
            top: -22px;
            font-size: 18px;
        }

        .new-login-popup .login-content2 .has-val.input100 + .focus-input100::before {
            width: 100%;
        }

        .new-login-popup .login-content2 .has-val.input100 {
            padding-left: 5px;
        }

        .new-login-popup .login-content2 .forgot a {
            color: #ff9900;
        }

        .new-login-popup .login-content2 .input-btn {
            background: #ff9900 !important;
            color: #fff;
            margin-bottom: 50px;
        }

            .new-login-popup .login-content2 .input-btn:hover {
                background: #ff9900 !important;
                color: #fff;
            }



/*3 login popup*/
header .new-login-popup-full3 {
    border-radius: 5px;
    width: auto !important;
}

header .new-login-popup-full3 {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: 0.5s;
}

    header .new-login-popup-full3.in {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
    }

    header .new-login-popup-full3 .modal-dialog {
        width: 400px !important;
        border-radius: 10px !important;
        overflow: hidden !important;
    }

        header .new-login-popup-full3.modal-dialog .login-content {
            width: 100%;
            float: left;
            padding: 15px;
        }

    header .new-login-popup-full3 label {
        font-weight: 600 !important;
    }

    header .new-login-popup-full3 .close-icon {
        width: auto;
        float: right;
        position: absolute;
        right: 0px;
        margin-top: 20px;
        margin-right: 15px;
        color: #fff;
    }

        header .new-login-popup-full3 .close-icon:hover {
            color: #fff;
        }

.new-login-popup3 {
    width: 100%;
    float: left;
    background: #efefef;
}

    .new-login-popup3 .login-content {
        width: 100%;
        padding: 15px 20px;
    }

    .new-login-popup3 .title {
        font-size: 18px;
        line-height: 1.35;
        color: #fff;
        background: #5071a9;
        font-weight: 600;
        margin: 0px 0 20px 0;
        padding: 20px 20px;
    }

    .new-login-popup3 .login-content label {
        position: relative;
        width: 100%;
    }

        .new-login-popup3 .login-content label label {
            font-weight: normal;
            font-size: 12px;
        }

        .new-login-popup3 .login-content label span {
            position: absolute;
            right: 5px;
            line-height: 44px;
            font-size: 22px;
            color: #ccc;
            width: 30px;
            text-align: center;
        }

    .new-login-popup3 .login-content .form-control {
        border-radius: 0px;
        height: 44px;
        width: 100%;
        float: left;
        font-weight: normal;
        padding: 0 10px 0 10px;
    }

        .new-login-popup3 .login-content .form-control:focus {
            box-shadow: 5px 0px 0px #f35b61 inset;
            -moz-box-shadow: 5px 0px 0px #f35b61 inset;
            -webkit-box-shadow: 5px 0px 0px #f35b61 inset;
            outline: none;
        }

    .new-login-popup3 .login-content .forgot {
        width: 100%;
        float: left;
        text-align: right;
    }

        .new-login-popup3 .login-content .forgot a {
            color: #ff9900;
            text-align: right;
            font-weight: 600;
            text-decoration: none;
            outline: 0px;
        }

    .new-login-popup3 .login-content .input-btn {
        width: 100%;
        float: left;
        font-size: 18px;
        font-weight: normal;
        border-radius: 3px;
        text-align: center;
        padding: 13px 0;
        border: 0px;
        outline: 0px;
        background: #ff9900 !important;
        color: #fff;
        margin-bottom: 30px;
    }

        .new-login-popup3 .login-content .input-btn:hover {
            background: #ff9900 !important;
        }


@media (max-width:991px) {
    .new-login-popup-full .modal-dialog {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    header .new-login-popup-full.in {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    header .new-login-popup-full .modal-dialog {
        width: 100% !important;
    }

    .new-login-popup .login-content {
        width: 100%;
        float: left;
        background: #fff;
        padding: 20px;
    }

    .new-login-popup .text-content {
        width: 50%;
        display: none;
    }

    .new-login-popup .login-content2 {
        width: 100%;
        float: left;
        background: #fff;
        padding: 20px;
        background: #ccc;
        background: -webkit-linear-gradient(top, #7579ff, #b224ef);
        background: -o-linear-gradient(top, #7579ff, #b224ef);
        background: -moz-linear-gradient(top, #7579ff, #b224ef);
        background: linear-gradient(top, #7579ff, #b224ef);
    }

    header .new-login-popup-full .close-icon.version2 {
        color: #fff;
    }

    header .new-login-popup-full3.in {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    header .new-login-popup-full3 .modal-dialog {
        width: 100% !important;
    }
}

.padding0-agent-login {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

    .padding0-agent-login > div {
        padding-left: 5px;
        padding-right: 5px;
    }

/* FLEXI RESULT TWO WAY */

.flexi-result-full {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .flexi-result-full .header {
        width: 100%;
        float: left;
        background: #ff9900;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 5px 15px;
    }

        .flexi-result-full .header .im {
            width: 20px;
            height: 20px;
            float: left;
            margin: 5px 10px 0 0;
        }

            .flexi-result-full .header .im img {
                width: 100%;
                float: left;
            }

    .flexi-result-full .table-widht-full {
        width: 100%;
        float: left;
        overflow: initial;
    }

        .flexi-result-full .table-widht-full .towway-table {
            width: 100%;
            float: left;
            overflow: auto;
            text-align: center;
            font-size: 12px;
            margin-bottom: 0px;
            font-weight: 600;
        }

            .flexi-result-full .table-widht-full .towway-table thead tr th {
                text-align: center;
                background: #f7d29b !important;
            }

            .flexi-result-full .table-widht-full .towway-table tr td { /*border:1px solid #ccc;*/
                width: 12.5%;
            }

        .flexi-result-full .table-widht-full .date-heading {
            text-align: center;
            background: #f7d29b !important;
            font-weight: bold;
        }

        .flexi-result-full .table-widht-full .inbound {
            width: 100%;
            float: left;
            font-size: 14px;
            color: #666;
        }

            .flexi-result-full .table-widht-full .inbound i {
                float: right;
            }

        .flexi-result-full .table-widht-full .cheapest .text1 {
            width: 100%;
            float: left;
            color: #ff5454;
        }

        .flexi-result-full .table-widht-full .cheapest .text2 {
            width: 100%;
            float: left;
            color: #ff5454;
        }

        .flexi-result-full .table-widht-full .towway-table tr th {
            vertical-align: inherit;
        }

        .flexi-result-full .table-widht-full .towway-table tr td .active {
            font-size: 15px;
            color: #f00;
            font-weight: bold;
            border: 2px solid #ff9900;
        }

            .flexi-result-full .table-widht-full .towway-table tr td .active a {
                color: #f00;
            }

        .flexi-result-full .table-widht-full .towway-table tr td.cheapest.active {
            font-size: 20px;
            color: #f00;
            font-weight: bold;
            border: 2px solid #ff9900;
        }

            .flexi-result-full .table-widht-full .towway-table tr td.cheapest.active .text1 {
                font-size: 12px;
                font-weight: normal;
                color: #f00;
            }

            .flexi-result-full .table-widht-full .towway-table tr td.cheapest.active .text2 {
                font-size: 20px;
                font-weight: bold;
                color: #f00;
            }


        .flexi-result-full .table-widht-full .towway-table tr th { /*border:1px solid #ccc;*/
            width: 12.5%;
        }

        /*Tooltip*/
        /*.tooltip i .fa {margin-top: -20px;}*/
        .flexi-result-full .table-widht-full .tooltip {
            position: relative;
        }

        .flexi-result-full .table-widht-full .tooltips {
            position: relative;
        }

            .flexi-result-full .table-widht-full .tooltips .popup {
                position: absolute;
                width: 180px;
                z-index: 11111;
                color: #000;
                background: #fff;
                display: none;
                font-size: 10px;
                padding: 10px;
                border: 2px solid #ed8323;
                border-radius: 4px;
            }

                .flexi-result-full .table-widht-full .tooltips .popup .im-outer {
                    width: 100%;
                    float: left;
                }

                    .flexi-result-full .table-widht-full .tooltips .popup .im-outer .im {
                        width: 100%;
                        float: left;
                    }

                        .flexi-result-full .table-widht-full .tooltips .popup .im-outer .im img {
                            width: 50px;
                            float: left;
                            margin-left: 35%;
                        }

                .flexi-result-full .table-widht-full .tooltips .popup .popuptext1 {
                    width: 100%;
                    float: left;
                    text-align: center;
                }

                .flexi-result-full .table-widht-full .tooltips .popup .popuptext1 {
                    width: 100%;
                    float: left;
                    text-align: center;
                }

            .flexi-result-full .table-widht-full .tooltips:hover .popup {
                display: block;
                top: -100px;
                left: 50%;
                margin-left: -94px;
            }



/* FARE RULES POPUP START */
.farerules-popup {
    width: 100%;
    float: left;
}

    .farerules-popup .farerules-content {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 20px 20px;
        background: #fff;
    }

        .farerules-popup .farerules-content h3 {
            margin: 0px;
            padding: 0px;
            color: #ff9900;
            margin-bottom: 26px;
            width: 100%;
            text-align: center;
            font-weight: 600;
        }

        .farerules-popup .farerules-content .content-inner {
            width: 100%;
            height: 500px;
            overflow: auto;
            float: left;
            background: #f1efef;
            padding: 0 10px;
        }

            .farerules-popup .farerules-content .content-inner .heading {
                width: 100%;
                float: left;
                font-weight: 600;
                font-size: 18px;
                margin-top: 20px;
                margin-bottom: 10px;
            }

            .farerules-popup .farerules-content .content-inner p {
                width: 100%;
                float: left;
                font-size: 14px;
                margin-bottom: 10px !important;
            }

    .farerules-popup button {
        outline: none;
    }

    .farerules-popup .modal-content {
        border: 0px;
    }

    .farerules-popup .modal-body {
        width: 100%;
        float: left;
    }

    .farerules-popup .modal-header {
        display: none;
    }

    .farerules-popup .modal-footer {
        display: none;
    }

    .farerules-popup .modal-dialog {
        width: 80% !important;
    }

@media (max-width:767px) {
    .farerules-popup .modal-dialog {
        width: initial !important;
    }

    .farerules-popup .farerules-content .content-inner .heading {
        font-size: 16px;
    }
}

.etecket-full {
    width: 100%;
    float: left;
}

    .etecket-full .one-half {
        width: 50%;
        float: left;
    }

    .etecket-full .header {
        width: 100%;
        float: left;
        border-bottom: 2px solid #006699;
        padding-bottom: 10px;
    }

        .etecket-full .header .title {
            width: 100%;
            float: left;
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 0px;
        }

        .etecket-full .header .bookingid {
            width: 100%;
            float: left;
            font-size: 16px;
            margin-bottom: 0px;
        }

        .etecket-full .header .booking-date {
            width: 100%;
            float: left;
            font-size: 14px;
            margin-bottom: 0px;
        }

        .etecket-full .header .im {
            width: 200px;
            float: right;
        }

            .etecket-full .header .im img {
                width: 100%;
                height: auto;
            }

    .etecket-full .result-panel {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

        .etecket-full .result-panel .heading {
            width: 100%;
            float: left;
            font-size: 20px;
            font-weight: 600;
        }

        .etecket-full .result-panel .result {
            width: 100%;
            float: left;
            border: 1px solid #006699;
            margin-bottom: 20px;
        }

            .etecket-full .result-panel .result .detail {
                width: 100%;
                float: left;
                padding: 20px 0;
            }

                .etecket-full .result-panel .result .detail .box1 {
                    width: 20%;
                    float: left;
                    text-align: center;
                }

                .etecket-full .result-panel .result .detail .box2 {
                    width: 30%;
                    float: left;
                    border-left: 1px solid #006699;
                    position: relative;
                    padding-left: 20px;
                }
                /*.etecket-full .result-panel .result .detail .box2:before{content:""; position:absolute; width:1px; height:10px; background:#fff; top:0px; left:-1px;}
.etecket-full .result-panel .result .detail .box2:after{content:""; position:absolute; width:1px; height:10px; background:#fff; bottom:0px; left:-1px;}*/
                .etecket-full .result-panel .result .detail .box3 {
                    width: 30%;
                    float: left;
                }

                .etecket-full .result-panel .result .detail .box4 {
                    width: 20%;
                    float: left;
                    border-left: 1px solid #006699;
                    position: relative;
                    padding-left: 20px;
                }
                /*.etecket-full .result-panel .result .detail .box4:before{content:""; position:absolute; width:1px; height:10px; background:#fff; top:0px; left:-1px;}
.etecket-full .result-panel .result .detail .box4:after{content:""; position:absolute; width:1px; height:10px; background:#fff; bottom:0px; left:-1px;}*/
                .etecket-full .result-panel .result .detail .flight-icon {
                    width: 80px;
                    height: 30px;
                }

                    .etecket-full .result-panel .result .detail .flight-icon img {
                        width: 80px;
                        height: auto;
                    }

                .etecket-full .result-panel .result .detail .flight-name {
                    width: 100%;
                    float: left;
                    text-align: center;
                    font-size: 14px;
                    margin-bottom: 0px;
                }

                .etecket-full .result-panel .result .detail .flight-code {
                    width: 100%;
                    float: left;
                    text-align: center;
                    font-size: 14px;
                    font-weight: bold;
                    margin-bottom: 0px;
                }

                .etecket-full .result-panel .result .detail .departure {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    margin-bottom: 0px;
                    font-style: italic;
                }

                .etecket-full .result-panel .result .detail .city {
                    width: 100%;
                    float: left;
                    font-size: 16px;
                    font-weight: bold;
                    margin-bottom: 0px;
                }

                .etecket-full .result-panel .result .detail .terminal {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    margin-bottom: 0px;
                }

                .etecket-full .result-panel .result .detail .date {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    margin-bottom: 0px;
                }

                    .etecket-full .result-panel .result .detail .date span {
                        font-weight: bold;
                    }

                .etecket-full .result-panel .result .detail .stopage {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    margin-bottom: 0px;
                }

                .etecket-full .result-panel .result .detail .duration {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    margin-bottom: 0px;
                    word-break: break-all;
                }

                .etecket-full .result-panel .result .detail .refundable {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 0px;
                }

                .etecket-full .result-panel .result .detail .cabin-class {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    margin-bottom: 0px;
                    word-break: break-all;
                }

            .etecket-full .result-panel .result .table-full {
                width: 100%;
                float: left;
                border-top: 1px solid #006699;
                padding: 0 20px;
            }

                .etecket-full .result-panel .result .table-full table {
                    margin-bottom: 0px;
                }

                    .etecket-full .result-panel .result .table-full table > thead > tr > th {
                        border-bottom: 1px solid #006699;
                    }

    .etecket-full .ticket-information {
        width: 100%;
        float: left;
    }

        .etecket-full .ticket-information .heading {
            width: 100%;
            float: left;
            font-size: 18px;
            padding-bottom: 5px;
            font-weight: bold;
            color: #006699;
            border-bottom: 3px solid #006699;
        }

        .etecket-full .ticket-information .ul-info {
            width: 100%;
            float: left;
            padding-left: 20px;
        }

            .etecket-full .ticket-information .ul-info li {
                width: 100%;
                float: left;
                margin-bottom: 10px;
            }

        .etecket-full .ticket-information .question {
            width: 100%;
            float: left;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 0px;
        }

        .etecket-full .ticket-information .answer {
            width: 100%;
            float: left;
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 10px;
        }

        .etecket-full .ticket-information .cancellation-table {
            width: 100%;
            float: left;
            border-top: 1px solid #006699;
            margin-top: 20px;
        }

            .etecket-full .ticket-information .cancellation-table table tr th,
            .etecket-full .ticket-information .cancellation-table table tr td {
                border: 1px solid #006699;
                vertical-align: inherit;
            }

                .etecket-full .ticket-information .cancellation-table table tr th span,
                .etecket-full .ticket-information .cancellation-table table tr td span {
                    width: 100%;
                    float: left;
                }

    .etecket-full .etecket-bottom {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        .etecket-full .etecket-bottom .heading {
            width: 100%;
            float: left;
            font-size: 18px;
            padding-bottom: 5px;
            font-weight: bold;
            color: #006699;
            border-bottom: 3px solid #006699;
        }

        .etecket-full .etecket-bottom .ul-contact {
            width: 100%;
            float: left;
            list-style: none;
        }

            .etecket-full .etecket-bottom .ul-contact li {
                width: 100%;
                float: left;
            }

                .etecket-full .etecket-bottom .ul-contact li .text1 {
                    width: 100px;
                    float: left;
                }

                .etecket-full .etecket-bottom .ul-contact li .text2 {
                    float: left;
                    font-weight: 600;
                }

        .etecket-full .etecket-bottom .border-left {
            border-left: 1px solid #006699;
        }

.modify_top {
    background: #113888;
    padding: 10px 0;
    color: #ffffff;
}

p {
    margin: 0px !important;
    padding: 0px
}

.modify_top .btn_modify {
    background: #d7074e;
    font-size: 14px;
    color: #ffffff !important;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
}

.modify_top .title1 {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #60beff;
}

.result .heading {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    place-content: center flex-start;
    align-items: center;
}

.result .h_left {
    width: 600px;
    padding-right: 10px;
}

.list_amenities {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
}

    .list_amenities li {
        display: inline-block;
        margin-right: 10px;
    }

        .list_amenities li .wifi {
            background-position: -30px -25px;
        }

        .list_amenities li .ame_icon {
            width: 28px;
            height: 28px;
            display: inline-block;
            background: url(../Content/images/icon-amenities.png) no-repeat;
            background-color: #f5f5f5;
            border-radius: 3px;
            position: relative;
        }

        .list_amenities li .wifi {
            background-position: -30px -25px;
        }

        .list_amenities li .coffee {
            background-position: -30px 0px;
        }

        .list_amenities li .breakfast {
            background-position: 2px -26px;
        }

        .list_amenities li .dinner {
            background-position: -60px -26px;
        }

        .list_amenities li .pool {
            background-position: -60px 0px;
        }

        .list_amenities li .television {
            background-position: -148px 0px;
        }

        .list_amenities li .parking {
            background-position: -90px 0px;
        }

        .list_amenities li .wheelchair {
            background-position: -178px 0px;
        }

.freebreakfast::before {
    content: "";
    background: url(../Content/images/icon-amenities.png) no-repeat;
    background-position: 0px -29px !important;
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-right: 3px;
}

.freecancellation::before {
    content: "";
    background: url(../Content/images/icon-amenities.png) no-repeat;
    background-position: -92px -27px !important;
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-right: 3px;
}

.result .price_details {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    min-height: 70px;
    justify-content: end;
}

ul#HotelAutoexpender {
    list-style: none;
    background: #fff;
    border-radius: 5px;
}

.position-relative_Result {
    position: relative !important;
    color: #000;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
}

.TransTxt {
    background-color: #eee !important;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.0) !important;
    color: transparent !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    Top: 0 !important;
    right: 0 !important;
}

.eng_row .calendar_box {
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 110px;
    width: 100%;
}

ul#HotelAutoexpender.resultFix {
    position: absolute;
    z-index: 999;
    width: 24%;
}

ul#HotelAutoexpender li {
    border-bottom: 1px solid #ededed;
    display: inline-flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    color: #000;
}

    ul#HotelAutoexpender li:hover {
        background: #f6f6f6;
    }

span.icon {
    margin-right: 5px;
}

.result .h_oldprice {
    color: #ff0000;
    font-size: 14px;
    font-weight: 600;
}

.result .h_price {
    color: #111111;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    line-height: 28px;
}

.result .h_pricefor {
    font-size: 12px;
    color: #666666;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
}



.list_amenities li .ame_icon .ame_hvr {
    position: absolute;
    display: block;
    top: 0;
    font-size: 12px;
    background: #ffffff;
    color: #444444;
    padding: 4px 8px;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    user-select: none;
}

.result .freebreakfast {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #d4eefb;
    padding: 1px 7px;
    background-color: #e3f6ff;
    border-radius: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #1e547c;
}

.hotel-result {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .hotel-result .result_box {
        margin: 10px 0;
        display: block;
        width: calc(100% - 250px);
        flex: 0 0 auto;
        padding-left: 20px;
    }

        .hotel-result .result_box .result_list {
            background: #ffffff;
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
            padding: 10px;
            border-radius: 5px;
            margin: 0 0 15px;
            transition: all .3s ease;
            position: relative;
        }

            .hotel-result .result_box .result_list .h_row {
                flex-direction: row;
                box-sizing: border-box;
                display: flex;
                place-content: stretch flex-start;
                align-items: stretch;
                flex-flow: wrap;
            }

.result .h_title {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    line-height: 25px;
    max-width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding-right: 15px;
}

.result .btn_book {
    border: 0;
    background: #00537d;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: 600;
}

    .result .btn_book:hover {
        background: #002652;
    }

.result .btn_map {
    border: 1px solid #e7e7e7;
    width: 40px;
    height: 36px;
    display: inline-block;
    background: url(../Content/images/icon-amenities.png) no-repeat;
    background-position: 6px -95px !important;
    background-color: #f3f3f3;
    border-radius: 5px;
    opacity: 0.6;
    cursor: pointer;
    margin-bottom: 10px;
}

.result .h_right {
    width: 200px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: flex-end flex-start;
    align-items: flex-end;
}

.result .hotel_imgbox {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 160px;
    border-radius: 5px;
    margin-left: 15px;
    padding: 0px;
}

    .result .hotel_imgbox .hotel_img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
    }

.hotel-result .result_box .result_list .h_row .hotel_content {
    width: calc(100% - 170px);
    padding-left: 20px;
}

.hotel-result .result_box .result_list .h_row {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-start;
    align-items: stretch;
    flex-flow: wrap;
}

    .hotel-result .result_box .result_list .h_row .h_left {
        width: calc(100% - 200px);
        padding-right: 10px;
    }

    .hotel-result .result_box .result_list .h_row .h_right {
        width: 200px;
        flex-direction: column;
        box-sizing: border-box;
        display: flex;
        place-content: flex-end flex-start;
        align-items: flex-end;
    }

    .hotel-result .result_box .result_list .h_row .heading {
        flex-direction: row;
        box-sizing: border-box;
        display: flex;
        flex-flow: wrap;
        place-content: center flex-start;
        align-items: center;
    }

    .hotel-result .result_box .result_list .h_row .h_location {
        font-size: 13px;
        color: #666666;
        font-weight: 400;
        padding-left: 20px;
        position: relative;
    }

.list_amenities {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
}

.hotel-result .result_box .result_list .h_row .freebreakfast {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #d4eefb;
    padding: 1px 7px;
    background-color: #e3f6ff;
    border-radius: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #1e547c;
}

.star-rating {
    width: 84px;
    position: relative;
    font-size: 20px;
    color: #d3d3d3;
    display: inline-block;
    unicode-bidi: bidi-override;
    direction: ltr;
    line-height: 20px;
}

    .star-rating[data-rating="5"] .stars-inner {
        width: 100%;
    }

.freecancellation {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #c0e19a;
    padding: 1px 7px;
    background-color: #c5edb3;
    border-radius: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #1e547c;
}

.hotel-img-wrap {
    width: 100%;
    display: flex;
}

.hotel-img-left {
    width: calc(((100% - 345px) / 2) + 40%);
    min-height: 370px;
    cursor: pointer;
    padding-right: 15px;
}

.hotel-img:nth-child(-n+10) {
    display: block;
}

.hotel-img-left .hotel-img {
    max-width: 100%;
    border-radius: 8px;
    opacity: 1 !important;
}

.hotel-img {
    cursor: pointer;
    width: 100%;
    max-width: 120px;
    display: block;
    margin: 0 auto;
    display: none;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.7;
}

.hotel-img-right {
    width: 260px;
}

.hotel-images-list {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 3fr));
    position: relative;
}

.hotel-img img {
    width: 100%;
    display: block;
    height: 100%;
}

.hotel-details {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 10px;
}

.brd_box {
    background: #ffffff;
    padding: 15px;
    margin: 5px 0;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.05);
}

.hotel-details .heading {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    place-content: center flex-start;
    align-items: center;
    margin-bottom: 5px;
    padding-top: 5px;
}

    .hotel-details .heading .h_title {
        font-size: 21px;
        font-weight: 700;
        color: #111111;
        line-height: 25px;
        max-width: calc(100% - 100px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0;
        padding-right: 15px;
    }

.text-end {
    text-align: right !important;
}

.btn_style1 {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    padding: 8px 15px;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
}

.row_pre {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
}

.selected_room {
    border: 1px solid #cccccc;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px 25px;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}

.row_flex {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 30px;
}

.searchfor {
    min-width: 32%;
    padding-right: 15px;
}

    .searchfor .l1 {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #444444;
        margin-bottom: 5px;
    }

    .searchfor .l2 {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #222222;
        line-height: 20px;
    }

    .searchfor .l3 {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 16px;
    }


.selected_room {
    border: 1px solid #cccccc;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px 25px;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}


.roomtype {
    font-size: 18px;
    color: #222222;
    display: block;
    font-weight: 700;
}

.roomfor {
    font-size: 15px;
    color: #333333;
    display: block;
    font-weight: 500;
}

ul.roominclude {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}


.roomfare {
    margin-bottom: 15px;
}

.price_lbl {
    display: block;
    font-size: 15px;
    color: #444444;
    line-height: 26px;
}

    .price_lbl > b {
        font-size: 30px;
        color: #111111;
        font-weight: 700;
    }

.btn_book {
    border: 0;
    background: #00537d;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: 600;
}

.navoption {
    background: #ffffff;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    border-radius: 5px;
}

    .navoption .bav_btn {
        display: inline-block;
        padding: 7px 15px;
        min-width: 150px;
        text-align: center;
        cursor: pointer;
        color: #444444;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        text-transform: uppercase;
    }


span.active {
    background-color: #16528e;
    color: #fff !important;
    border-radius: 5px;
}

.content-inner {
    background: #e6f0ff;
}

@media (min-width: 1400px) {
    .container-xl, .container-xxl {
        max-width: 1320px;
    }
}


@media screen and (min-width:320px) {
    .banner-new .new-tab-full .form-group label.position-relative label {
        font-size: 11px;
    }

    .banner-new .new-tab-full .flight-tab .destination-to-info {
        width: 100%;
        float: left;
    }

        .banner-new .new-tab-full .flight-tab .destination-to-info .select-city {
            width: 50%;
            float: left;
        }

    .banner-new .new-tab-full .flight-tab .departure-info {
        width: 50%;
        float: left;
    }

        .banner-new .new-tab-full .flight-tab .departure-info .departure {
            width: 50%;
            float: left;
        }

    .banner-new .new-tab-full .flight-tab .return-info .departure {
        width: 50%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .departure-to-class .adults-info .adult {
        width: 33.3333%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .return-info {
        width: 50%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .adults-info {
        width: 100%;
        float: left;
    }
}

@media screen and (min-width:768px) {
    .banner-new .new-tab-full .form-group label.position-relative label {
        font-size: 11px;
    }

    .banner-new .new-tab-full .flight-tab .destination-to-info {
        width: 40%;
        float: left;
    }

        .banner-new .new-tab-full .flight-tab .destination-to-info .select-city {
            width: 50%;
            float: left;
        }

    .banner-new .new-tab-full .flight-tab .departure-info {
        width: 33.33%;
        float: left;
    }

        .banner-new .new-tab-full .flight-tab .departure-info .departure {
            width: 50%;
            float: left;
        }

    .banner-new .new-tab-full .flight-tab .return-info .departure {
        width: 50%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .departure-to-class .adults-info .adult {
        width: 33.3333%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .return-info {
        width: 33.33%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .adults-info {
        width: 33.33%;
        float: left;
    }
}

@media screen and (min-width:991px) {
    .banner-new .new-tab-full .form-group label.position-relative label {
        font-size: 13px;
    }

    .banner-new .new-tab-full .flight-tab .destination-to-info {
        width: 40%;
        float: left;
    }

        .banner-new .new-tab-full .flight-tab .destination-to-info .select-city {
            width: 50%;
            float: left;
        }

    .banner-new .new-tab-full .flight-tab .departure-info {
        width: 33.33%;
        float: left;
    }

        .banner-new .new-tab-full .flight-tab .departure-info .departure {
            width: 50%;
            float: left;
        }

    .banner-new .new-tab-full .flight-tab .return-info .departure {
        width: 50%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .departure-to-class .adults-info .adult {
        width: 33.3333%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .return-info {
        width: 33.33%;
        float: left;
    }

    .banner-new .new-tab-full .flight-tab .adults-info {
        width: 33.33%;
        float: left;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .etecket-full .one-half {
        width: 100%;
        float: left;
    }

    .etecket-full .header .im {
        float: left;
    }

    .etecket-full .result-panel .heading {
        font-size: 16px;
    }

    .etecket-full .ticket-information .heading {
        font-size: 16px;
    }

    .etecket-full .result-panel .result {
        width: 100%;
        overflow: auto;
    }

        .etecket-full .result-panel .result .detail {
            width: 700px;
        }

        .etecket-full .result-panel .result .table-full {
            width: 700px;
            float: left;
        }

            .etecket-full .result-panel .result .table-full table {
                float: left;
            }

    .etecket-full .ticket-information .cancellation-table {
        width: 100%;
        overflow: auto;
    }

    .etecket-full .result-panel .result .detail .box2,
    .etecket-full .result-panel .result .detail .box4 {
        padding-left: 10px;
    }

    .etecket-full .etecket-bottom .border-left {
        border-left: 0px solid #006699;
    }
}

.admin-login-full {
    width: 100%;
    float: left;
    background: #16528e;
}

    .admin-login-full .login-form-outer {
        width: 500px;
        margin: 0 auto;
    }

        .admin-login-full .login-form-outer .login-form-inner {
            width: 100%;
            background: #fff;
            float: left;
            padding: 0px;
            border: 1px solid #bac5ce;
            margin: 100px 0 200px 0;
            box-shadow: 0px 2px 10px 3px gainsboro;
        }

            .admin-login-full .login-form-outer .login-form-inner label {
                margin-top: 15px;
            }

            .admin-login-full .login-form-outer .login-form-inner .login {
                width: 100%;
                float: left;
                text-align: center;
                font-size: 20px;
                font-weight: 600;
                padding: 10px 0;
                color: #fff;
                background: #8ec320;
            }

            .admin-login-full .login-form-outer .login-form-inner .form-group {
                width: 100%;
                float: left;
                padding: 0 15px;
            }

            .admin-login-full .login-form-outer .login-form-inner .btn-primary {
                background: #8ec320;
                border: 0px;
            }

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .admin-login-full .login-form-outer {
        width: 95%;
        margin: 0 auto;
    }
}


.select-room-panel {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

    .select-room-panel .header {
        width: 100%;
        float: left;
        background: #16528e;
        padding: 8px 10px 8px 10px;
    }

        .select-room-panel .header .text1 {
            font-size: 18px;
            color: #fff;
        }

    .select-room-panel .detail-full {
        width: 100%;
        float: left;
    }

        .select-room-panel .detail-full.detail-full2 {
            width: 100%;
            float: left;
            border-top: 1px solid #16528e;
        }

        .select-room-panel .detail-full .im {
            width: 30%;
            height: 150px;
            float: left;
        }

            .select-room-panel .detail-full .im img {
                width: 100%;
                height: 100%;
            }

        .select-room-panel .detail-full .detail {
            width: 70%;
            float: left;
            padding: 0 10px;
            padding-bottom: 10px;
        }

            .select-room-panel .detail-full .detail .new-detail-info-panel {
                width: 70%;
                float: left;
                padding-left: 10px;
            }

            .select-room-panel .detail-full .detail .new-detail-price-panel {
                width: 30%;
                float: left;
            }

            .select-room-panel .detail-full .detail .new-detail-info-panel .room-only {
                width: 100%;
                float: left;
                font-size: 14px;
                color: #339900;
                text-transform: uppercase;
                margin-top: 10px;
                margin-bottom: 0px;
            }

                .select-room-panel .detail-full .detail .new-detail-info-panel .room-only .text1 {
                    color: #006699;
                }

                .select-room-panel .detail-full .detail .new-detail-info-panel .room-only .text2 {
                    color: #0099ff;
                }

            .select-room-panel .detail-full .detail .new-detail-info-panel .non-refundable {
                width: 100%;
                float: left;
                font-size: 14px;
                color: #ff7272;
                margin-top: 0px;
                font-weight: 600;
            }

            .select-room-panel .detail-full .detail .new-detail-info-panel .refundable1 {
                width: 100%;
                float: left;
                font-size: 14px;
                color: #1fc123;
                margin-top: 0px;
                font-weight: 600;
            }

            .select-room-panel .detail-full .detail .new-detail-info-panel .refundable2 {
                width: 100%;
                float: left;
                font-size: 14px;
                color: #1fc123;
                margin-top: 0px;
                font-weight: 600;
            }

            .select-room-panel .detail-full .detail .new-detail-info-panel .guest {
                width: 100%;
                float: left;
                font-size: 14px;
                color: #0099ff;
                text-transform: uppercase;
                margin-top: 0px;
                font-weight: 600;
                margin: 10px 0;
            }

            .select-room-panel .detail-full .detail .new-detail-info-panel .services {
                width: 100%;
                float: left;
                font-size: 14px;
                color: #006699;
                margin-top: 0px;
                font-weight: normal;
            }

            .select-room-panel .detail-full .detail .new-detail-info-panel .policy {
                width: 100%;
                float: left;
                font-size: 14px;
                color: #006699;
                margin-top: 0px;
                font-weight: normal;
            }

            .select-room-panel .detail-full .detail .new-detail-price-panel .price-from {
                width: 100%;
                float: right;
                text-align: right;
                font-size: 18px;
                color: #999;
                margin-top: 10px;
                position: relative;
                text-decoration: line-through;
            }

            .select-room-panel .detail-full .detail .new-detail-price-panel .price {
                width: 100%;
                float: right;
                text-align: right;
                font-size: 24px;
                font-weight: bold;
                color: #006699;
            }

            .select-room-panel .detail-full .detail .new-detail-price-panel .night-person {
                width: 100%;
                float: right;
                text-align: right;
                font-size: 12px;
                font-weight: 600;
                color: #006699;
            }

            .select-room-panel .detail-full .detail .new-detail-price-panel .select-btn {
                width: 100px;
                float: right;
                padding: 5px 0;
                margin-top: 10px;
                text-align: center;
                font-size: 14px;
                border: 1px solid #13becd;
                border-radius: 5px;
                color: #fff;
                outline: 0px;
                background: #16528e;
            }

    .select-room-panel .footer {
        width: 100%;
        float: left;
        background: #16528e;
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 8px 10px 8px 10px;
    }

.hotel-detail-pg-new { /*width:100%;*/
    float: left; /*background-color: #fff; padding: 5px 10px; border: 1px solid #ddd; border-bottom-color: transparent; margin:5px 0;*/
}

    .hotel-detail-pg-new .back-topage-panel {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

        .hotel-detail-pg-new .back-topage-panel .back-btn {
            -webkit-border-radius: 3px;
            padding: 5px 10px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background-color: #354ea1;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#354ea1),to(#223267));
            background-image: -webkit-linear-gradient(top,#354ea1,#223267);
            background-image: -moz-linear-gradient(top,#354ea1,#223267);
            background-image: -o-linear-gradient(top,#354ea1,#223267);
            background-image: linear-gradient(to bottom,#354ea1,#223267);
            background: #223267;
            border: 1px solid #223267;
            cursor: pointer;
            color: #fff;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 700;
        }

    .hotel-detail-pg-new .hotel-slider-panel {
        width: 100%;
        float: left;
        border: 1px solid #ddd;
    }

        .hotel-detail-pg-new .hotel-slider-panel .header {
            width: 100%;
            float: left;
            background: #f9f9f9;
            padding: 10px 10px 10px 10px;
        }

            .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar {
                width: 100%;
                float: left;
            }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar .text {
                    width: 100%;
                    float: left;
                    font-size: 20px;
                    font-weight: 600
                }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar .star-rating {
                    width: 100%;
                    float: left;
                    margin-top: -7px;
                }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar .location {
                    width: 100%;
                    float: left;
                    margin-top: 5px;
                }

                    .hotel-detail-pg-new .hotel-slider-panel .header .h-left-bar .location i {
                        color: #16528e;
                        margin-right: 5px;
                    }

            .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar {
                width: 100%;
                float: right;
                text-align: right;
            }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar .rating {
                    width: 100%;
                    float: right;
                    font-size: 11px;
                    font-weight: 800;
                    color: #16528e;
                }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar .logo {
                    width: 100%;
                    float: right;
                    margin: 0px;
                }

                    .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar .logo img {
                        width: auto;
                        float: right;
                        text-align: right;
                    }

                .hotel-detail-pg-new .hotel-slider-panel .header .h-right-bar .text {
                    width: 100%;
                    float: right;
                    clear: both;
                    font-size: 9.5px;
                    color: #666;
                }

        .hotel-detail-pg-new .hotel-slider-panel .product-slider-img {
            width: 100%;
            float: left;
        }

            .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSSlideWrapper.usingCss ul li {
                height: 400px;
            }

                .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSSlideWrapper.usingCss ul li img {
                    height: 100%;
                    width: 100%;
                }

            .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSPager.lSGallery li {
                height: 50px;
            }

                .hotel-detail-pg-new .hotel-slider-panel .product-slider-img .lSPager.lSGallery li img {
                    height: 100%;
                    width: 100%;
                }

    .hotel-detail-pg-new .price-map-paenl {
        width: 100%;
        float: left;
    }

        .hotel-detail-pg-new .price-map-paenl .price-panel {
            width: 100%;
            float: left;
        }

            .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable {
                width: 100%;
                float: left;
                text-align: center;
                color: #16528e;
            }

                .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable .from {
                    font-size: 10px;
                }

                .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable .price {
                    font-size: 20px;
                    font-weight: 800;
                }

                .hotel-detail-pg-new .price-map-paenl .price-panel .price-lable .night {
                    font-size: 10px;
                }

            .hotel-detail-pg-new .price-map-paenl .price-panel .select-room {
                width: 100%;
                float: left;
                text-align: center;
                outline: none;
                border: 0px;
                background: #16528e;
                color: #fff;
                padding: 5px 0;
                border-radius: 5px;
            }

        .hotel-detail-pg-new .price-map-paenl .map-panel {
            width: 100%;
            float: left;
            margin-top: 20px;
        }

        .hotel-detail-pg-new .price-map-paenl .hotel-top-featur {
            background-color: #f9f9f9;
            padding: 15px;
            width: 100%;
            float: left;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-top: 20px;
        }

            .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .panel-subtitle {
                color: #223267;
                border-bottom-color: #ddd;
                font-size: 18px;
                font-weight: 700;
                border-bottom: 1px solid #ddd;
                padding-bottom: 15px;
                margin: 0 0 15px;
            }

            .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .hotelFeaturesList li {
                position: relative;
                padding-top: 4px;
                padding-bottom: 4px;
                list-style: none;
            }

                .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .hotelFeaturesList li i.right {
                    float: right;
                    text-align: right;
                    color: #5da423;
                }

            .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .panel-footer {
                width: 100%;
                float: left;
                border-top: 0px;
            }

                .hotel-detail-pg-new .price-map-paenl .hotel-top-featur .panel-footer .hotel-info {
                    width: 100%;
                    float: left;
                    padding: 5px 0;
                    text-align: center;
                    font-size: 12px;
                    color: #666;
                    border: 1px solid #ddd;
                    border-radius: 5px;
                }

    .hotel-detail-pg-new .result-panel {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        .hotel-detail-pg-new .result-panel .header {
            width: 100%;
            float: left;
            background: #f8f8f8;
            border: solid 1px #ddd;
            margin: 0 0 22px 0;
            padding: 10px 10px 10px 10px;
        }

            .hotel-detail-pg-new .result-panel .header .box-panel {
                display: inline-block;
                position: relative;
                padding-left: 40px;
            }

                .hotel-detail-pg-new .result-panel .header .box-panel .icon {
                    width: 30px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    color: #999;
                    font-size: 26px;
                }

                .hotel-detail-pg-new .result-panel .header .box-panel .heading {
                    display: block;
                    font-size: 10px;
                    color: #999;
                }

                .hotel-detail-pg-new .result-panel .header .box-panel .detail {
                    display: block;
                    font-size: 14px;
                    font-weight: 600;
                    color: #000;
                }

                .hotel-detail-pg-new .result-panel .header .box-panel + .box-panel {
                    margin-left: 20px;
                }

            .hotel-detail-pg-new .result-panel .header .panel-footer {
                width: 150px;
                float: right;
                border-top: 0px;
            }

                .hotel-detail-pg-new .result-panel .header .panel-footer .hotel-info {
                    width: 100%;
                    float: left;
                    padding: 5px 0;
                    text-align: center;
                    font-size: 12px;
                    background: #fff;
                    color: #666;
                    border: 1px solid #ddd;
                    border-radius: 5px;
                }

        .hotel-detail-pg-new .result-panel .result-full {
            width: 100%;
            float: left;
            border: 1px solid #ddd;
        }

            .hotel-detail-pg-new .result-panel .result-full .box-panel1 {
                width: 20%;
                float: left;
                border-right: 1px solid #ddd;
            }

            .hotel-detail-pg-new .result-panel .result-full .box-panel2 {
                width: 30%;
                float: left;
                border-right: 1px solid #ddd;
            }

            .hotel-detail-pg-new .result-panel .result-full .box-panel3 {
                width: 15%;
                float: left;
                border-right: 1px solid #ddd;
            }

            .hotel-detail-pg-new .result-panel .result-full .box-panel4 {
                width: 15%;
                float: left;
                border-right: 1px solid #ddd;
            }

            .hotel-detail-pg-new .result-panel .result-full .box-panel5 {
                width: 20%;
                float: left;
            }

            .hotel-detail-pg-new .result-panel .result-full .box-detail-panel {
                min-height: 161px;
                padding: 15px 10px 0 10px;
            }

            .hotel-detail-pg-new .result-panel .result-full .result-header {
                width: 100%;
                float: left;
            }

                .hotel-detail-pg-new .result-panel .result-full .result-header .text {
                    width: 100%;
                    float: left;
                    padding: 5px 10px;
                    font-size: 12px;
                    font-weight: 600;
                    color: #666;
                }

            .hotel-detail-pg-new .result-panel .result-full .results {
                width: 100%;
                float: left;
            }

                .hotel-detail-pg-new .result-panel .result-full .results .offer-strip {
                    width: 100%;
                    float: left;
                    font-size: 12px;
                    text-align: center;
                    background: #16528e;
                    color: #fff;
                    padding: 5px 0;
                }

                .hotel-detail-pg-new .result-panel .result-full .results .result {
                    width: 100%;
                    float: left;
                    margin-top: 0px;
                    padding: 0px;
                    box-shadow: none;
                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail {
                        padding: 0 10px;
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .title {
                            width: 100%;
                            float: left;
                            font-size: 14px;
                            font-weight: 600;
                            color: #16528e;
                        }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .pax {
                            width: 100%;
                            float: left;
                            font-size: 12px;
                            color: #333;
                        }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .room-facilites {
                            width: 100%;
                            float: left;
                            font-size: 12px;
                            color: #333;
                            cursor: pointer;
                            margin: 10px 0;
                        }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .services {
                            width: 100%;
                            float: left;
                            list-style: none;
                            margin-top: 10px;
                        }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .services li {
                                width: 100%;
                                float: left;
                                font-size: 12px;
                                border-top: 1px solid #ddd;
                                padding: 2px 0;
                            }

                                .hotel-detail-pg-new .result-panel .result-full .results .result .room-detail .services li:last-child {
                                    border-bottom: 1px solid #ddd;
                                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .includes {
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul {
                            width: 100%;
                            text-align: center;
                            list-style: none;
                        }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul li {
                                width: 30.3333%;
                                float: left;
                                text-align: center;
                            }

                                .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul li .icon {
                                    width: 100%;
                                    text-align: center;
                                    display: block;
                                    font-size: 20px;
                                }

                                .hotel-detail-pg-new .result-panel .result-full .results .result .includes ul li .text {
                                    text-align: center;
                                    font-size: 11px;
                                    color: #333;
                                }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .price-night {
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .price-night .price-n {
                            width: 100%;
                            float: left;
                            text-align: center;
                        }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .price-night .price-n .price {
                                padding-right: 50px;
                                font-weight: 800;
                            }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .total-price {
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .total-price .price {
                            width: 100%;
                            float: left;
                            text-align: center;
                            font-size: 22px;
                            color: #16528e;
                            font-weight: 600;
                        }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .total-price .night {
                            width: 100%;
                            float: left;
                            text-align: center;
                            font-size: 10px;
                        }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .book-panel {
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .book-panel .book-btn-outer {
                            width: 80px;
                            margin: 0 auto;
                        }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .book-panel .book-btn-outer .book-btn {
                                width: 100%;
                                float: left;
                                border-radius: 5px;
                                background: #16528e;
                                color: #fff;
                                text-align: center;
                                padding: 5px 0;
                                outline: none;
                                border: 0px;
                            }

                    .hotel-detail-pg-new .result-panel .result-full .results .result .room-facilites-dropdown {
                        width: 100%;
                        float: left;
                        border: 1px solid #ddd;
                        border-left: 0px;
                        border-right: 0px;
                        padding: 5px 10px;
                    }

                        .hotel-detail-pg-new .result-panel .result-full .results .result .room-facilites-dropdown ul {
                            width: 100%;
                            float: left;
                            list-style: none;
                        }

                            .hotel-detail-pg-new .result-panel .result-full .results .result .room-facilites-dropdown ul li {
                                width: 100%;
                                float: left;
                                font-size: 12px;
                            }

                                .hotel-detail-pg-new .result-panel .result-full .results .result .room-facilites-dropdown ul li i {
                                    color: #16528e;
                                    padding-right: 5px;
                                }



.filter_result {
    width: 300px !important;
}

.result_box.results {
    /* margin: 10px 0; */
    display: block;
    width: calc(100% - 300px);
    flex: 0 0 auto;
    /* padding-left: 20px; */
}

.open > .dropdown-menu {
    display: block;
}

.collapse2.in {
    display: block;
}

.collapse2 {
    display: none;
}


nav.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 111;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    animation: slideDown 0.2s linear;
}

@keyframes slideDown {

    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.navbar-brand {
    outline: none !important;
}

.mainbody.mb1 {
    padding-top: 75px;
}


.main_menu a {
    font-size: 14px;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 10px;
    font-weight: 500;
    color: #16303f !important;
    height: 75px;
    transition: all .4s ease;
}

    .main_menu a.active::after, .main_menu a:hover::after {
        position: absolute;
        content: "";
        background: #c00875;
        width: 100%;
        bottom: 0;
        height: 3px;
        left: 0;
    }

    .main_menu a .icon {
        display: block;
        width: 24px;
        margin: 0 auto;
        height: 24px;
        background-size: 24px !important;
        margin-top: 12px;
    }

    .main_menu a .icon-flight {
        background: url('../Content/images/icon-menu-flight.svg') no-repeat center;
    }

    .main_menu a .icon-hotel {
        background: url('../Content/images/icon-menu-hotel.svg') no-repeat center;
    }

    .main_menu a .icon-bus {
        background: url('../Content/images/icon-menu-bus.svg') no-repeat center;
    }

    .main_menu a .icon-visa {
        background: url('../Content/images/icon-menu-visa.svg') no-repeat center;
    }

    .main_menu a:hover .icon-flight, .main_menu a.active .icon-flight {
        background-image: url('../Content/images/icon-menu-flight.svg');
    }

    .main_menu a:hover .icon-hotel, .main_menu a.active .icon-hotel {
        background-image: url('../Content/images/icon-menu-hotel-fill.svg');
    }

    .main_menu a:hover .icon-bus, .main_menu a.active .icon-bus {
        background-image: url('../Content/images/icon-menu-bus-fill.svg');
    }

    .main_menu a:hover .icon-visa, .main_menu a.active .icon-visa {
        background-image: url('../Content/images/icon-menu-visa-fill.svg');
    }

.btn_user {
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    min-width: 150px;
    background: #005A99;
    color: #ffffff;
    border-radius: 2px;
    border: 0;
}


.mobileapp_sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .mobileapp_sec .sectitle2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .mobileapp_sec p {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 20px;
    }

.featurList {
    margin: 0;
    padding: 0;
    column-count: 2;
    max-width: 610px;
    margin-bottom: 15px;
}

    .featurList li {
        list-style: none;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 600;
        color: #444444;
        position: relative;
    }

        .featurList li:before {
            content: "";
            background: url(../content/images/icon-tick.svg) no-repeat center;
            width: 20px;
            display: inline-block;
            height: 18px;
            vertical-align: middle;
            background-size: 20px;
            margin-right: 13px;
        }

.searchfor .l2 > b {
    font-size: 22px;
    font-weight: 700;
}

.app_links {
    margin-bottom: 30px;
}

.app_link {
    display: inline-flex;
    border: 0;
    padding: 8px 12px;
    background: #222222;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
    outline: none;
    margin-right: 10px;
}

    .app_link > i {
        margin-right: 5px;
        font-size: 20px;
    }

    .app_link > span {
        font-size: 10px;
        line-height: 10px;
    }

        .app_link > span > span {
            display: block;
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
        }


.qrCode {
    border: 1px solid #dddddd;
    padding: 20px;
    max-width: 250px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    border-radius: 20px;
}

footer {
    background: #f1f5f8;
    padding-top: 60px;
}

.ftr_title {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 15px;
}

ul.ftr_links {
    padding: 0;
    list-style: none;
}

    ul.ftr_links li {
        margin-bottom: 5px;
    }

        ul.ftr_links li a {
            text-decoration: none;
            color: #444444;
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

            ul.ftr_links li a:before {
                content: "";
                position: absolute;
                z-index: -1;
                height: 1px;
                left: 0;
                right: 0;
                bottom: 0;
                background: #444444;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            ul.ftr_links li a:hover:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

.ftr_social {
    list-style: none;
    padding: 0;
}

    .ftr_social li {
        display: inline-block;
        margin-right: 10px;
    }

        .ftr_social li a {
            color: #444444;
            font-size: 24px;
            display: block;
            line-height: 24px;
        }

.ftr_copyright {
    border-top: 1px solid #e1e1e1;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
}

    .ftr_copyright span {
        font-size: 14px;
        color: #666666;
    }

        .ftr_copyright span a {
            font-size: 14px;
            color: #666666;
            text-decoration: none;
            font-weight: 600;
        }

            .ftr_copyright span a:hover {
                font-size: 14px;
                color: #666666;
                text-decoration: underline;
            }

.sectoproutes {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
}

.box_toproute {
    padding: 20px 15px;
    width: 100%;
    display: inline-flex;
    border-radius: 10px;
    text-decoration: none;
    color: #333333;
    align-items: center;
    background: #f6fcff;
}

    .box_toproute img {
        width: 35px;
        opacity: 0.5;
        margin-right: 15px;
    }

    .box_toproute .l1 {
        display: block;
        color: #333333;
        font-size: 16px;
        font-weight: 600;
    }

    .box_toproute .l2 {
        display: block;
        color: #2196F3;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .box_toproute.b1 {
        background: #d4eee3;
    }

    .box_toproute.b2 {
        background: #e3e3ff;
    }

    .box_toproute.b3 {
        background: #ffe2e0;
    }

    .box_toproute.b4 {
        background: #fff3cd;
    }

    .box_toproute .btn_b {
        padding: 5px 13px;
        display: inline-block;
        font-size: 14px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
    }

    .box_toproute.b1 .btn_b {
        border: 1px solid #27a974;
        color: #27a974;
    }

    .box_toproute.b2 .btn_b {
        border: 1px solid #6363f5;
        color: #6363f5;
    }

    .box_toproute.b3 .btn_b {
        border: 1px solid #ce3426;
        color: #ce3426;
    }

    .box_toproute.b4 .btn_b {
        border: 1px solid #ffa800;
        color: #ffa800;
    }

    .box_toproute.b1 .btn_b:hover {
        background: #27a974;
        color: #ffffff;
    }

    .box_toproute.b2 .btn_b:hover {
        background: #6363f5;
        color: #ffffff;
    }

    .box_toproute.b3 .btn_b:hover {
        background: #ce3426;
        color: #ffffff;
    }

    .box_toproute.b4 .btn_b:hover {
        background: #ffa800;
        color: #ffffff;
    }

.secdeals {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 60px;
}

.sectitle {
    font-weight: 300;
    color: #00268b;
    font-size: 32px;
    margin-bottom: 35px;
}

    .sectitle b {
        font-weight: 700;
    }

.sec_why {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f1f5f8;
}

.why_box {
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    background: #ffffff;
}

    .why_box img {
        width: 60px;
        margin-bottom: 15px;
    }

    .why_box h4 {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
    }

    .why_box p {
        font-size: 14px;
        color: #666666;
    }






.pagetitle {
    background: #113888;
    display: inline-block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .pagetitle .title {
        color: #ffffff;
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 0;
    }

.contact_row {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 15px;
}

    .contact_row .contact_icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        text-align: center;
        line-height: 46px;
        font-size: 20px;
        border-radius: 50%;
        background: #ffffff;
        color: #0d6efd;
        margin-right: 20px;
        border: 1px solid #0d6efd;
    }

    .contact_row .contact_title {
        font-weight: 700;
        color: #505050;
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
        position: relative;
        line-height: 35px;
    }

        .contact_row .contact_title::after {
            content: "";
            position: absolute;
            width: 20px;
            height: 5px;
            background: #dfdfdf;
            left: 0;
            bottom: -4px;
            border-radius: 20px;
        }

    .contact_row .contact_info {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .contact_row .contact_info2 {
        font-size: 28px;
        font-weight: 700;
        color: #333333;
    }

/*-------------- Login From START------------*/

#loginModel {
    margin-top: -20px
}

button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.login_form {
    padding: 40px 30px 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

    .login_form .login_title {
        font-size: 22px;
        color: #103787;
        margin-bottom: 35px;
        font-weight: 600;
        display: inline-block;
        width: 100%;
    }

    .login_form .row_login {
        width: 100%;
        margin: 18px 0;
        position: relative;
        display: inline-block;
    }

        .login_form .row_login .lbllogin {
            position: absolute;
            top: -12px;
            left: 15px;
            font-size: 13px;
            color: #333333;
            font-weight: 600;
            background: #ffffff;
            padding: 0 5px;
        }

        .login_form .row_login .txtlogin {
            border: 1px solid #d1d1d1;
            width: 100%;
            outline: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 1px;
        }

            .login_form .row_login .txtlogin::placeholder {
                color: #bbbbbb;
                font-weight: 300;
            }

            .login_form .row_login .txtlogin:hover {
                border: 1px solid #999999;
            }

            .login_form .row_login .txtlogin:focus {
                border: 1px solid #0099e9;
            }

    .login_form .btnlogin {
        background-image: linear-gradient(to right, #f13528, #d7074e);
        color: #ffffff;
        border: 0;
        padding: 10px;
        display: inline-block;
        font-size: 16px;
        letter-spacing: 1px;
        border-radius: 3px;
        min-width: 100%;
        cursor: pointer;
        outline: none;
        margin: 10px 0;
    }

        .login_form .btnlogin:hover {
            background-image: linear-gradient(to right, #d7074e, #f13528);
        }

    .login_form .loginlink {
        font-size: 14px;
        text-decoration: none;
        color: #666666;
        margin: 5px;
    }

        .login_form .loginlink:hover {
            text-decoration: underline;
            color: #0d6efd;
        }

    .login_form .otpto {
        display: block;
        font-size: 14px;
        color: #777777;
    }

        .login_form .otpto b {
            color: #333333;
            font-weight: 600;
        }


    .login_form .seprator {
        width: 100%;
        height: 30px;
        display: block;
        margin: 15px auto;
        position: relative;
    }

        .login_form .seprator::before {
            content: "";
            position: absolute;
            border-top: 1px dashed #e1e1e1;
            width: 100%;
            left: 50%;
            transform: translate(-50%, 0);
            top: 13px;
        }

        .login_form .seprator .lb {
            width: 26px;
            display: inline-block;
            position: relative;
            background: #f1f1f1;
            border-radius: 50%;
            border: 1px solid #e7e7e7;
            height: 26px;
            line-height: 24px;
            color: #837e7e;
            font-size: 12px;
            font-weight: 600;
        }

.sociallogin {
}

    .sociallogin .btnsocial {
        background: #bdbdbd;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 32px;
        border-radius: 50%;
        margin: 5px;
        cursor: pointer;
    }

        .sociallogin .btnsocial.facebook {
            background: #3c66c4;
        }

        .sociallogin .btnsocial.twitter {
            background: #111111;
        }

        .sociallogin .btnsocial.linkedin {
            background: #0278b8;
        }

        .sociallogin .btnsocial.google {
            background: #cf4332;
        }

        .sociallogin .btnsocial:hover {
            background: #bdbdbd;
        }

.hotel_incon {
}


/*-------------- Login From END------------*/

.hide {
    display: none;
}

.show {
    display: block;
}

.sec_eng {
    background-color: #113888;
    padding-top: 40px;
    padding-bottom: 100px;
    min-height: 352px;
}

    .sec_eng .engHead {
        color: #ffffff;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 30px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
        text-align: center;
        letter-spacing: 1px;
    }

.eng_top {
    display: flex;
    margin-bottom: 10px;
    line-height: 20px;
}

    .eng_top .radio_full {
        padding: 0;
        display: inline-block;
        border-right: 1px solid #ffffff;
        margin-right: 20px;
    }

        .eng_top .radio_full label {
            color: #ffffff;
            cursor: pointer;
            margin-right: 20px;
            font-weight: 400;
            letter-spacing: 0.6px;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
        }

        .eng_top .radio_full .rbtn1[type='radio'] {
            display: none;
        }

            .eng_top .radio_full .rbtn1[type='radio'] + label::before {
                content: "";
                width: 18px;
                height: 18px;
                background: transparent;
                border-radius: 18px;
                display: inline-block;
                margin-right: 5px;
                border: 2px solid #ffffff;
                box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 13%);
            }

            .eng_top .radio_full .rbtn1[type='radio']:checked + label {
                color: #ffffff;
            }

                .eng_top .radio_full .rbtn1[type='radio']:checked + label::before {
                    background: #e62137;
                }

    .eng_top .checkfull {
        padding: 0;
        display: inline-block;
    }

        .eng_top .checkfull .eng_checkbox {
            display: inline-block;
            margin-right: 20px;
        }

            .eng_top .checkfull .eng_checkbox .lbl_checkbox {
                position: relative;
                cursor: pointer;
                padding-left: 22px;
                font-size: 13px;
                font-weight: 400;
                color: #ffffff;
                line-height: 16px;
                display: inline-block;
                margin: 0;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"] {
                display: none;
            }

                .eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"] + .lbl_checkbox::before {
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    content: "";
                    position: absolute;
                    left: 0;
                    z-index: 1;
                    width: 15px;
                    height: 15px;
                    border: 2px solid #ffffff;
                }

                .eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"]:checked + .lbl_checkbox::before {
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    height: 8px;
                    border-top-style: none;
                    border-right-style: none;
                }

            .eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"] {
                display: none;
            }

                .eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"] + .lbl_checkbox::before {
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    content: "";
                    position: absolute;
                    left: 0;
                    z-index: 1;
                    width: 15px;
                    height: 15px;
                    border: 1px solid rgb(255 255 255 / 40%);
                }

                .eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"]:checked + .lbl_checkbox::before {
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    height: 8px;
                    border-top-style: none;
                    border-right-style: none;
                }


.eng_row {
    background: #ffffff;
    display: flex;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border: 0;
    width: 100%;
}

    .eng_row .eng_col1 {
        width: 25%;
        max-width: 300px;
        border-right: 1px solid #dddddd;
        position: relative;
        height: 110px;
        display: inline-block;
    }

    .eng_row .eng_col2 {
        width: 170px;
        border-right: 1px solid #dddddd;
        position: relative;
        height: 110px;
        display: inline-block;
    }

    .eng_row .eng_col3 {
        width: 210px;
        border-right: 1px solid #dddddd;
        position: relative;
        height: 110px;
        display: inline-block;
    }

    .eng_row .eng_col4 {
        width: 150px;
        position: relative;
        height: 110px;
        display: inline-block;
        vertical-align: top;
    }

    .eng_row .eng_lbl {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        padding-left: 2px;
        margin-bottom: 5px;
        font-weight: 600;
        color: #3F51B5;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .eng_row .Airport_City {
        display: inline-block;
        width: 100%;
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        color: #000000;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: top;
        margin-bottom: 2px;
    }

    .eng_row .Airport_Name {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        padding-left: 2px;
        line-height: 18px;
        text-overflow: ellipsis;
        color: #333333;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

#hotel-engine.eng_row .eng_col1 {
    width: 40%;
    max-width: 500px;
}

#hotel-engine.eng_row .eng_col3 {
    width: 280px;
}

#hotel-engine.eng_row .eng_col4 {
    max-width: 170px;
    width: 50%;
}

.eng_row .pl_4 {
    padding-left: 30px;
}

.eng_row .swap {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translate(0, -50%);
    box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
    z-index: 1;
}

    .eng_row .swap .icon_swap {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        cursor: pointer;
        background: #ffffff url(../images/swap.svg) no-repeat center;
        transition: all 0.3s;
    }

.eng_row #from-Box {
    border-radius: 8px 0 0 8px;
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 110px;
    width: 100%;
}

.eng_row #to-Box {
    border-radius: 8px 0 0 8px;
    transition: all 0.15s linear;
    padding: 12px 15px 12px 25px;
    height: 110px;
    width: 100%;
}

.eng_row #from-Box:hover, #to-Box:hover {
    background: #e1f1ff;
    cursor: pointer;
}

.eng_row #from-Box.hvr, #to-Box.hvr {
    background: #e1f1ff;
}

.eng_row #fromContent, #toContent {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    background: #ffffff;
    width: 320px;
    padding: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.eng_row .search-container {
    position: relative;
}

    .eng_row .search-container::after {
        content: "";
        background: url(../images/icon-search.svg) no-repeat center;
        width: 40px;
        height: 45px;
        position: absolute;
        top: 0;
    }

    .eng_row .search-container .search-input {
        width: 100%;
        padding: 10px 10px 10px 38px;
        outline: none;
        border: 0;
        background: #ffffff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        font-weight: 600;
        color: #111111;
        height: 44px;
    }

.eng_row .suggestions-container {
    max-height: 370px;
    overflow-y: auto;
}

.eng_row .suggestion-item {
    border-bottom: 1px solid #ededed;
    display: inline-flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 10px;
}

    .eng_row .suggestion-item:hover {
        background: #f6f6f6;
    }

    .eng_row .suggestion-item img {
        margin-right: 15px;
    }

    .eng_row .suggestion-item .content {
        width: 100%;
        display: flex;
        flex-flow: column;
    }

    .eng_row .suggestion-item p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

.eng_row .airportname {
    font-size: 13px;
    color: #999999;
    font-weight: 400;
}

.eng_row .citycode {
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    padding-right: 5px;
}

.eng_row .cityname {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
}

.eng_row #suggestions-titleFrom, #suggestions-titleTo {
    background: #fff;
    display: block;
    font-size: 13px;
    padding: 5px 13px;
    color: #979797;
    font-weight: 600;
}

.eng_row .calendar_box {
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 110px;
    width: 100%;
}

    .eng_row .calendar_box:hover {
        background: #e1f1ff;
        cursor: pointer;
    }

    .eng_row .calendar_box.hvr {
        background: #e1f1ff;
    }

    .eng_row .calendar_box .txtCalendar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0 !important;
        outline: none;
        border: 0;
        cursor: pointer;
        border-radius: 0 !important;
        z-index: 0;
    }

.eng_row .hide_date {
    pointer-events: none;
}

    .eng_row .hide_date .calendar_box {
        opacity: 0.4;
    }

.eng_row .iconCalendar {
    background: url(../Content/images/icon-calendar.svg) no-repeat center;
    width: 14px;
    display: inline-block;
    height: 22px;
    margin-right: 8px;
    vertical-align: bottom;
}

.eng_row .rowDate {
    display: flex;
    align-items: end;
    margin-bottom: 6px;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .eng_row .rowDate .lblDay {
        font-size: 30px;
        font-weight: 700;
        line-height: 28px;
        margin-right: 5px;
    }

    .eng_row .rowDate .lblMonth {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        margin-right: 5px;
    }

    .eng_row .rowDate .lblYear {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
    }

.eng_row .lblDayName {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 2px;
    line-height: 18px;
    color: #333333;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row .btn_search {
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    background-image: linear-gradient(to right, #f13528, #d7074e);
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .eng_row .btn_search:hover {
        background-image: linear-gradient(to right, #d7074e, #f13528);
    }

.eng_row .p2 {
    padding: 12px;
}

.eng_row .traveller_box {
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 110px;
    width: 100%;
    position: relative;
}

.eng_row #traveller-box.hvr {
    background: #e1f1ff;
}

.eng_row .pax_display {
    display: flex;
    align-items: end;
    margin-bottom: 6px;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

    .eng_row .pax_display .txt_Traveler {
        width: 25px;
        font-size: 30px;
        font-weight: 700;
        line-height: 28px;
        padding: 0;
        height: 28px;
        border: 0;
        outline: none;
        background: transparent;
    }

.eng_row .trav_toggle {
    box-sizing: border-box;
    line-height: 32px;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.eng_row .trav_form {
    width: 250px;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    background: #ffffff;
    top: 110px;
    left: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.eng_row .trav_item {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    display: flex;
}

.eng_row .trav_inner1 {
    width: 40%;
    font-size: 15px;
    line-height: 16px;
    color: #333333;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .eng_row .trav_inner1 span {
        font-size: 11px;
        display: block;
        color: #888888;
    }

.eng_row .trav_inner2 {
    width: 60%;
    font-size: 13px;
    line-height: 30px;
    color: #666;
    box-sizing: border-box;
    display: flex;
    font-weight: 700;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row .minus, .plus {
    border: 1px solid #e6e6e6;
    width: 32px;
    text-decoration: none;
    font-size: 24px;
    height: 32px;
    text-align: center;
    box-sizing: border-box;
    background: #f7f7f7;
    line-height: 26px;
    font-family: cursive;
    color: #5c5c5c;
}

.eng_row .minus {
    border-radius: 5px 0 0 5px;
}

.eng_row .plus {
    border-radius: 0 5px 5px 0;
}

.eng_row .minus:hover, .plus:hover {
    background: #ddefff;
}

.eng_row .txt_trav {
    outline: none;
    border: 1px solid #e6e6e6;
    height: 32px;
    width: 36px;
    text-align: center;
    line-height: 34px;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row .trav_done {
    padding: 4px;
    display: block;
    border-radius: 2px;
    background: #2196F3;
    font-size: 13px;
    border: 1px solid #2196F3;
    color: #fff;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

    .eng_row .trav_done:hover {
        background: #ddefff;
        border: 1px solid #90dcff;
        color: #2196F3;
    }

.eng_row .trav_class {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    display: inline-block;
}

    .eng_row .trav_class .tl {
        font-size: 14px;
        font-weight: 500;
        color: #444444;
        display: block;
        margin: 5px 0;
    }

    .eng_row .trav_class .class_list {
    }

        .eng_row .trav_class .class_list input[type='radio'] {
            display: none;
        }

            .eng_row .trav_class .class_list input[type='radio'] + label {
                color: #666666;
                border: 1px solid #e6e6e6;
                padding: 4px 10px;
                font-size: 12px;
                border-radius: 20px;
                min-width: 80px;
                text-align: center;
                margin: 4px 0;
                cursor: pointer !important;
                text-transform: uppercase;
                background: #f7f7f7;
                font-weight: 400;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .eng_row .trav_class .class_list input[type='radio']:checked + label {
                background: #ffffff;
                border: 1px solid #2196F3;
                color: #2196F3;
            }

.eng_row .lblTravClass {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 2px;
    line-height: 18px;
    color: #333333;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 0px) and (max-width: 575.9px) {
    .sec_eng {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sectoproutes {
        padding-top: 40px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .box_toproute {
        padding: 10px 5px;
    }

        .box_toproute img {
            width: 25px;
            margin-right: 5px;
        }

        .box_toproute .l1 {
            font-size: 13px;
        }

        .box_toproute .l2 {
            font-size: 18px;
        }

        .box_toproute .btn_b {
            font-size: 13px;
        }

    .secdeals {
        background: #ffffff;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .featurList {
        column-count: 1;
    }

    .app_links {
        margin-bottom: 30px;
        text-align: center;
    }

    .app_link {
        margin: 10px;
    }

    .sec_why {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sectitle {
        font-size: 22px;
    }

    .why_box {
        padding: 5px;
        border-radius: 15px;
    }

        .why_box img {
            width: 40px;
            margin-bottom: 10px;
        }

        .why_box h4 {
            font-size: 16px;
        }

        .why_box p {
            font-size: 12px;
        }

    .mobileapp_sec {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .mobileapp_sec .sectitle2 {
            font-size: 22px;
        }

        .mobileapp_sec p {
            font-size: 12px;
        }

    .sec_eng .engHead {
        font-size: 22px;
        letter-spacing: 0;
    }


}

@media (min-width: 320px) and (max-width: 575px) {
    .eng_row {
        display: inline-table;
    }

    .eng_top {
        display: inline-block;
    }

        .eng_top .radio_full {
            border-right: 0;
            margin-right: 0;
            padding: 4px 10px;
            background: rgb(255 255 255 / 21%);
            border-radius: 50px;
            margin-bottom: 10px;
        }
        .eng_top .checkfull .eng_checkbox {
            display: inline-block;
            margin-right: 0;
            border: 1px solid rgb(255 255 255 / 12%);
            padding: 3px;
            border-radius: 3px;
        }
            .eng_top .checkfull .eng_checkbox .lbl_checkbox {
                font-size: 10px;
                user-select: none;
                display: flex;
                align-items: center;
                padding-left: 20px;
            }
        .eng_top .checkfull {
            display: flex;
            flex-flow: wrap;
            gap: 5px;
            margin: 5px 0;
        }

    #hotel-engine.eng_row .eng_col1 {
        width: 100% !important;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
        max-width: 100%;
        height: 90px;
    }

    .eng_row .swap {
        top: 100%;
        right: 20px;
        transform: translate(0, -50%) rotate(90deg);
    }

    .eng_row #to-Box {
        padding: 5px 15px;
        height: 90px;
    }

    .eng_row #from-Box {
        border-radius: 8px;
        height: 90px;
        padding: 5px 15px;
    }
    .eng_row .eng_lbl {
        font-size: 12px;
    }
    .eng_row .Airport_City {
        font-size: 18px;
        line-height: 26px;
    }
    .eng_row .Airport_Name {
        font-size: 12px;
    }

    .eng_row .eng_col2 {
        width: 50%;
        border-bottom: 1px solid #dddddd;
        height: 90px;
    }
    .eng_row .calendar_box {
        height: 90px;
        padding: 5px 15px;
    }
        .eng_row .eng_col2 .form-control {
            border:0;
        }
    .eng_row .rowDate {
        margin-bottom: 2px;
    }
        .eng_row .rowDate .lblDay {
            font-size: 18px;
            line-height: 18px;
            margin-top: 5px;
        }
        .eng_row .rowDate .lblMonth, .eng_row .rowDate .lblYear {
            font-size: 13px;
            line-height: 15px;
        }
    .eng_row .lblDayName {
        font-size: 12px;
    }
    .eng_row .traveller_box {
        height: 90px;
        padding:5px 15px;
    }
    .eng_row .eng_col3 {
        width: 100% !important;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
        height: 90px;
    }
    .eng_row .pax_display .txt_Traveler {
        font-size: 24px;
        line-height: 24px;
    }
    .traveller-info label {
        font-size: 15px;
    }
    .eng_row .eng_col4 { 
        width: 100% !important;
        max-width: unset !important;
        height: 74px;
    }
    .eng_row .btn_search {
        font-size: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .eng_row {
        display: inline-table;
    }

    .eng_top {
        display: inline-block;
    }

        .eng_top .radio_full {
            border-right: 0;
            margin-right: 0;
            padding: 4px 10px;
            background: rgb(255 255 255 / 21%);
            border-radius: 50px;
            margin-bottom: 10px;
        }

        .eng_top .checkfull {
            padding: 5px 10px;
        }

    .eng_row .eng_col1 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
        max-width: 100%;
        
    }

    .eng_row .swap {
        top: 100%;
        right: 20px;
        transform: translate(0, -50%) rotate(90deg);
    }

    .eng_row #to-Box {
        padding: 12px 15px 12px 15px;
    }

    .eng_row #from-Box {
        border-radius: 8px;
    }

    .eng_row .eng_col2 {
        width: 50%;
        border-bottom: 1px solid #dddddd;
    }

    .eng_row .eng_col3 {
        width: 50%;
    }

    .eng_row .eng_col4 {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .eng_row {
        display: inline-table;
    }

        .eng_row .eng_col1 {
            width: 50%;
            border-bottom: 1px solid #dddddd;
            max-width: 50%;
        }

        .eng_row .eng_col2 {
            width: 50%;
            border-bottom: 1px solid #dddddd;
        }

        .eng_row #to-Box {
            border-radius: 0 8px 0 0;
        }

        .eng_row .eng_col3 {
            width: 50%;
        }

        .eng_row .eng_col4 {
            width: 50%;
        }

    /*******************************/

    .hide {
        display: none;
    }

    .show {
        display: block;
    }

    .sec_eng {
        background-color: #113888;
        padding-top: 30px;
        padding-bottom: 100px;
    }

        .sec_eng .engHead {
            color: #ffffff;
            font-size: 32px;
            font-weight: 300;
            margin-bottom: 30px;
            text-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
            text-align: center;
            letter-spacing: 1px;
        }

    .eng_top {
        display: flex;
        margin-bottom: 10px;
        line-height: 20px;
    }

        .eng_top .radio_full {
            padding: 0;
            display: inline-block;
            border-right: 1px solid #ffffff;
            margin-right: 20px;
        }

            .eng_top .radio_full label {
                color: #ffffff;
                cursor: pointer;
                margin-right: 20px;
                font-weight: 400;
                letter-spacing: 0.6px;
                font-size: 14px;
                display: inline-flex;
                align-items: center;
            }

            .eng_top .radio_full .rbtn1[type='radio'] {
                display: none;
            }

                .eng_top .radio_full .rbtn1[type='radio'] + label::before {
                    content: "";
                    width: 18px;
                    height: 18px;
                    background: transparent;
                    border-radius: 18px;
                    display: inline-block;
                    margin-right: 5px;
                    border: 2px solid #ffffff;
                    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 13%);
                }

                .eng_top .radio_full .rbtn1[type='radio']:checked + label {
                    color: #ffffff;
                }

                    .eng_top .radio_full .rbtn1[type='radio']:checked + label::before {
                        background: #e62137;
                    }

        .eng_top .checkfull {
            padding: 0;
            display: inline-block;
        }

            .eng_top .checkfull .eng_checkbox {
                display: inline-block;
                margin-right: 20px;
            }

                .eng_top .checkfull .eng_checkbox .lbl_checkbox {
                    position: relative;
                    cursor: pointer;
                    padding-left: 22px;
                    font-size: 13px;
                    font-weight: 400;
                    color: #ffffff;
                    line-height: 16px;
                    display: inline-block;
                    margin: 0;
                    -webkit-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                .eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"] {
                    display: none;
                }

                    .eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"] + .lbl_checkbox::before {
                        -webkit-transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                        content: "";
                        position: absolute;
                        left: 0;
                        z-index: 1;
                        width: 15px;
                        height: 15px;
                        border: 2px solid #ffffff;
                    }

                    .eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"]:checked + .lbl_checkbox::before {
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        height: 8px;
                        border-top-style: none;
                        border-right-style: none;
                    }

                .eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"] {
                    display: none;
                }

                    .eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"] + .lbl_checkbox::before {
                        -webkit-transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                        content: "";
                        position: absolute;
                        left: 0;
                        z-index: 1;
                        width: 15px;
                        height: 15px;
                        border: 1px solid rgb(255 255 255 / 40%);
                    }

                    .eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"]:checked + .lbl_checkbox::before {
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        height: 8px;
                        border-top-style: none;
                        border-right-style: none;
                    }




    .eng_row {
        background: #ffffff;
        display: flex;
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        border: 0;
        width: 100%;
    }

        .eng_row .eng_col1 {
            width: 25%;
            max-width: 300px;
            border-right: 1px solid #dddddd;
            position: relative;
            height: 110px;
            display: inline-block;
        }

        .eng_row .eng_col2 {
            width: 170px;
            border-right: 1px solid #dddddd;
            position: relative;
            height: 110px;
            display: inline-block;
        }

        .eng_row .eng_col3 {
            width: 210px;
            border-right: 1px solid #dddddd;
            position: relative;
            height: 110px;
            display: inline-block;
        }

        .eng_row .eng_col4 {
            width: 150px;
            position: relative;
            height: 110px;
            display: inline-block;
            vertical-align: top;
        }

        .eng_row .eng_lbl {
            display: inline-block;
            width: 100%;
            font-size: 14px;
            padding-left: 2px;
            margin-bottom: 5px;
            font-weight: 600;
            color: #3F51B5;
            pointer-events: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .eng_row .Airport_City {
            display: inline-block;
            width: 100%;
            font-size: 28px;
            font-weight: 700;
            line-height: 38px;
            color: #000000;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            pointer-events: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
            vertical-align: top;
            margin-bottom: 2px;
        }

        .eng_row .Airport_Name {
            display: inline-block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            font-size: 14px;
            padding-left: 2px;
            line-height: 18px;
            text-overflow: ellipsis;
            color: #333333;
            pointer-events: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

    #hotel-engine.eng_row .eng_col1 {
        width: 40%;
        max-width: 500px;
    }

    #hotel-engine.eng_row .eng_col3 {
        width: 280px;
    }

    #hotel-engine.eng_row .eng_col4 {
        max-width: 170px;
        width: 50%;
    }

    .eng_row .pl_4 {
        padding-left: 30px;
    }

    .eng_row .swap {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -18px;
        transform: translate(0, -50%);
        box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
        z-index: 1;
    }

        .eng_row .swap .icon_swap {
            display: block;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            cursor: pointer;
            background: #ffffff url(../images/swap.svg) no-repeat center;
            transition: all 0.3s;
        }

    .eng_row #from-Box {
        border-radius: 8px 0 0 8px;
        transition: all 0.15s linear;
        padding: 12px 15px;
        height: 110px;
        width: 100%;
    }

    .eng_row #to-Box {
        border-radius: 8px 0 0 8px;
        transition: all 0.15s linear;
        padding: 12px 15px 12px 25px;
        height: 110px;
        width: 100%;
    }

    .eng_row #from-Box:hover, #to-Box:hover {
        background: #e1f1ff;
        cursor: pointer;
    }

    .eng_row #from-Box.hvr, #to-Box.hvr {
        background: #e1f1ff;
    }

    .eng_row #fromContent, #toContent {
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 1;
        background: #ffffff;
        width: 320px;
        padding: 0px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .eng_row .search-container {
        position: relative;
    }

        .eng_row .search-container::after {
            content: "";
            background: url(../images/icon-search.svg) no-repeat center;
            width: 40px;
            height: 45px;
            position: absolute;
            top: 0;
        }

        .eng_row .search-container .search-input {
            width: 100%;
            padding: 10px 10px 10px 38px;
            outline: none;
            border: 0;
            background: #ffffff;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
            font-size: 14px;
            font-weight: 600;
            color: #111111;
            height: 44px;
        }

    .eng_row .suggestions-container {
        max-height: 370px;
        overflow-y: auto;
    }

    .eng_row .suggestion-item {
        border-bottom: 1px solid #ededed;
        display: inline-flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
        padding: 10px;
    }

        .eng_row .suggestion-item:hover {
            background: #f6f6f6;
        }

        .eng_row .suggestion-item img {
            margin-right: 15px;
        }

        .eng_row .suggestion-item .content {
            width: 100%;
            display: flex;
            flex-flow: column;
        }

        .eng_row .suggestion-item p {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin: 0;
        }

    .eng_row .airportname {
        font-size: 13px;
        color: #999999;
        font-weight: 400;
    }

    .eng_row .citycode {
        font-weight: 700;
        font-size: 14px;
        color: #666666;
        padding-right: 5px;
    }

    .eng_row .cityname {
        font-size: 14px;
        color: #111111;
        font-weight: 500;
    }

    .eng_row #suggestions-titleFrom, #suggestions-titleTo {
        background: #fff;
        display: block;
        font-size: 13px;
        padding: 5px 13px;
        color: #979797;
        font-weight: 600;
    }

    .eng_row .calendar_box {
        transition: all 0.15s linear;
        padding: 12px 15px;
        height: 110px;
        width: 100%;
    }

        .eng_row .calendar_box:hover {
            background: #e1f1ff;
            cursor: pointer;
        }

        .eng_row .calendar_box.hvr {
            background: #e1f1ff;
        }

        .eng_row .calendar_box .txtCalendar {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0 !important;
            outline: none;
            border: 0;
            cursor: pointer;
            border-radius: 0 !important;
            z-index: 0;
        }

    .eng_row .hide_date {
        pointer-events: none;
    }

        .eng_row .hide_date .calendar_box {
            opacity: 0.4;
        }

    .eng_row .iconCalendar {
        background: url(../images/icon-calendar.svg) no-repeat center;
        width: 14px;
        display: inline-block;
        height: 22px;
        margin-right: 8px;
        vertical-align: bottom;
    }

    .eng_row .rowDate {
        display: flex;
        align-items: end;
        margin-bottom: 6px;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .eng_row .rowDate .lblDay {
            font-size: 30px;
            font-weight: 700;
            line-height: 28px;
            margin-right: 5px;
        }

        .eng_row .rowDate .lblMonth {
            font-size: 18px;
            font-weight: 400;
            line-height: 18px;
            margin-right: 5px;
        }

        .eng_row .rowDate .lblYear {
            font-size: 18px;
            font-weight: 400;
            line-height: 18px;
        }

    .eng_row .lblDayName {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        padding-left: 2px;
        line-height: 18px;
        color: #333333;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .eng_row .btn_search {
        border: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 600;
        background-image: linear-gradient(to right, #f13528, #d7074e);
        color: #ffffff;
        letter-spacing: 1px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .eng_row .btn_search:hover {
            background-image: linear-gradient(to right, #d7074e, #f13528);
        }

    .eng_row .p2 {
        padding: 12px;
    }

    .eng_row .traveller_box {
        transition: all 0.15s linear;
        padding: 12px 15px;
        height: 110px;
        width: 100%;
        position: relative;
    }

    .eng_row #traveller-box.hvr {
        background: #e1f1ff;
    }

    .eng_row .pax_display {
        display: flex;
        align-items: end;
        margin-bottom: 6px;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
    }

        .eng_row .pax_display .txt_Traveler {
            width: 25px;
            font-size: 30px;
            font-weight: 700;
            line-height: 28px;
            padding: 0;
            height: 28px;
            border: 0;
            outline: none;
            background: transparent;
        }

    .eng_row .trav_toggle {
        box-sizing: border-box;
        line-height: 32px;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }

    .eng_row .trav_form {
        width: 250px;
        box-sizing: border-box;
        padding: 10px;
        position: absolute;
        background: #ffffff;
        top: 110px;
        left: 0;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .eng_row .trav_item {
        width: 100%;
        box-sizing: border-box;
        padding: 8px 10px;
        display: flex;
    }

    .eng_row .trav_inner1 {
        width: 40%;
        font-size: 15px;
        line-height: 16px;
        color: #333333;
        box-sizing: border-box;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .eng_row .trav_inner1 span {
            font-size: 11px;
            display: block;
            color: #888888;
        }

    .eng_row .trav_inner2 {
        width: 60%;
        font-size: 13px;
        line-height: 30px;
        color: #666;
        box-sizing: border-box;
        display: flex;
        font-weight: 700;
        justify-content: center;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .eng_row .minus, .plus {
        border: 1px solid #e6e6e6;
        width: 32px;
        text-decoration: none;
        font-size: 24px;
        height: 32px;
        text-align: center;
        box-sizing: border-box;
        background: #f7f7f7;
        line-height: 26px;
        font-family: cursive;
        color: #5c5c5c;
    }

    .eng_row .minus {
        border-radius: 5px 0 0 5px;
    }

    .eng_row .plus {
        border-radius: 0 5px 5px 0;
    }

    .eng_row .minus:hover, .plus:hover {
        background: #ddefff;
    }

    .eng_row .txt_trav {
        outline: none;
        border: 1px solid #e6e6e6;
        height: 32px;
        width: 36px;
        text-align: center;
        line-height: 34px;
        box-sizing: border-box;
        border-left: 0;
        border-right: 0;
        font-size: 16px;
        color: #333333;
        font-weight: 500;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .eng_row .trav_done {
        padding: 4px;
        display: block;
        border-radius: 2px;
        background: #2196F3;
        font-size: 13px;
        border: 1px solid #2196F3;
        color: #fff;
        width: 70px;
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
    }

        .eng_row .trav_done:hover {
            background: #ddefff;
            border: 1px solid #90dcff;
            color: #2196F3;
        }

    .eng_row .trav_class {
        width: 100%;
        box-sizing: border-box;
        padding: 8px 10px;
        display: inline-block;
    }

        .eng_row .trav_class .tl {
            font-size: 14px;
            font-weight: 500;
            color: #444444;
            display: block;
            margin: 5px 0;
        }

        .eng_row .trav_class .class_list {
        }

            .eng_row .trav_class .class_list input[type='radio'] {
                display: none;
            }

                .eng_row .trav_class .class_list input[type='radio'] + label {
                    color: #666666;
                    border: 1px solid #e6e6e6;
                    padding: 4px 10px;
                    font-size: 12px;
                    border-radius: 20px;
                    min-width: 80px;
                    text-align: center;
                    margin: 4px 0;
                    cursor: pointer !important;
                    text-transform: uppercase;
                    background: #f7f7f7;
                    font-weight: 400;
                    -webkit-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    -webkit-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                .eng_row .trav_class .class_list input[type='radio']:checked + label {
                    background: #ffffff;
                    border: 1px solid #2196F3;
                    color: #2196F3;
                }

    .eng_row .lblTravClass {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        padding-left: 2px;
        line-height: 18px;
        color: #333333;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .sec_eng .engHead {
        font-size: 22px !important;
        letter-spacing: 0;
    }

    @media screen and (min-width: 320px) and (max-width: 575px) {
        .eng_row {
            display: inline-table;
        }

        .eng_top {
            display: inline-block;
        }

            .eng_top .radio_full {
                border-right: 0;
                margin-right: 0;
                padding: 4px 10px;
                background: rgb(255 255 255 / 21%);
                border-radius: 50px;
                margin-bottom: 10px;
            }

            .eng_top .checkfull {
                padding: 5px 10px;
            }

        .eng_row .eng_col1 {
            width: 100%;
            border-right: 0;
            border-bottom: 1px solid #dddddd;
            max-width: 100%;
        }

        .eng_row .swap {
            top: 100%;
            right: 20px;
            transform: translate(0, -50%) rotate(90deg);
        }

        .eng_row #to-Box {
            padding: 12px 15px 12px 15px;
        }

        .eng_row #from-Box {
            border-radius: 8px;
        }

        .eng_row .eng_col2 {
            width: 50%;
            border-bottom: 1px solid #dddddd;
        }
        .eng_row .eng_col3 {
            width: 50%;
        }
        .eng_row .eng_col4 {
            width: 50%;
        }      
    }

    @media screen and (min-width: 576px) and (max-width: 767px) {
        .eng_row {
            display: inline-table;
        }

        .eng_top {
            display: inline-block;
        }

            .eng_top .radio_full {
                border-right: 0;
                margin-right: 0;
                padding: 4px 10px;
                background: rgb(255 255 255 / 21%);
                border-radius: 50px;
                margin-bottom: 10px;
            }

            .eng_top .checkfull {
                padding: 5px 10px;
            }

        .eng_row .eng_col1 {
            width: 100%;
            border-right: 0;
            border-bottom: 1px solid #dddddd;
            max-width: 100%;
        }

        .eng_row .swap {
            top: 100%;
            right: 20px;
            transform: translate(0, -50%) rotate(90deg);
        }

        .eng_row #to-Box {
            padding: 12px 15px 12px 15px;
        }

        .eng_row #from-Box {
            border-radius: 8px;
        }

        .eng_row .eng_col2 {
            width: 50%;
            border-bottom: 1px solid #dddddd;
        }

        .eng_row .eng_col3 {
            width: 50%;
        }

        .eng_row .eng_col4 {
            width: 50%;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1199px) {
        .eng_row {
            display: inline-table;
        }

            .eng_row .eng_col1 {
                width: 50%;
                border-bottom: 1px solid #dddddd;
                max-width: 50%;
            }

            .eng_row .eng_col2 {
                width: 50%;
                border-bottom: 1px solid #dddddd;
            }

            .eng_row #to-Box {
                border-radius: 0 8px 0 0;
            }

            .eng_row .eng_col3 {
                width: 50%;
            }

            .eng_row .eng_col4 {
                width: 50%;
            }
    }
}
