/*
 * Title:   TI Infotech - Responsive CSS file
 * Author:  Shekhar Bajpayee
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Table of contents]

1. New Grid System
2. Add clearfix in the grid system
3. Styles for devices(>=992px and <=1199px)
4. Styles for devices(<=1199px)
5. Styles for devices(<=991px )
6. Styles for devices(>=768px and <= 991px)
7. Styles for devices(<=767px )
8. Styles for devices(<=480px )
9. Styles for devices(<=320px )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* 1. New Grid System */
.col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
        float: left;
    }

    .col-sms-12 {
        width: 100%;
    }

    .col-sms-11 {
        width: 91.66666667%;
    }

    .col-sms-10 {
        width: 83.33333333%;
    }

    .col-sms-9 {
        width: 75%;
    }

    .col-sms-8 {
        width: 66.66666667%;
    }

    .col-sms-7 {
        width: 58.33333333%;
    }

    .col-sms-6 {
        width: 50%;
    }

    .col-sms-5 {
        width: 41.66666667%;
    }

    .col-sms-4 {
        width: 33.33333333%;
    }

    .col-sms-3 {
        width: 25%;
    }

    .col-sms-2 {
        width: 16.66666667%;
    }

    .col-sms-1 {
        width: 8.33333333%;
    }

    .col-sms-pull-12 {
        right: 100%;
    }

    .col-sms-pull-11 {
        right: 91.66666667%;
    }

    .col-sms-pull-10 {
        right: 83.33333333%;
    }

    .col-sms-pull-9 {
        right: 75%;
    }

    .col-sms-pull-8 {
        right: 66.66666667%;
    }

    .col-sms-pull-7 {
        right: 58.33333333%;
    }

    .col-sms-pull-6 {
        right: 50%;
    }

    .col-sms-pull-5 {
        right: 41.66666667%;
    }

    .col-sms-pull-4 {
        right: 33.33333333%;
    }

    .col-sms-pull-3 {
        right: 25%;
    }

    .col-sms-pull-2 {
        right: 16.66666667%;
    }

    .col-sms-pull-1 {
        right: 8.33333333%;
    }

    .col-sms-pull-0 {
        right: 0%;
    }

    .col-sms-push-12 {
        left: 100%;
    }

    .col-sms-push-11 {
        left: 91.66666667%;
    }

    .col-sms-push-10 {
        left: 83.33333333%;
    }

    .col-sms-push-9 {
        left: 75%;
    }

    .col-sms-push-8 {
        left: 66.66666667%;
    }

    .col-sms-push-7 {
        left: 58.33333333%;
    }

    .col-sms-push-6 {
        left: 50%;
    }

    .col-sms-push-5 {
        left: 41.66666667%;
    }

    .col-sms-push-4 {
        left: 33.33333333%;
    }

    .col-sms-push-3 {
        left: 25%;
    }

    .col-sms-push-2 {
        left: 16.66666667%;
    }

    .col-sms-push-1 {
        left: 8.33333333%;
    }

    .col-sms-push-0 {
        left: 0%;
    }

    .col-sms-offset-12 {
        margin-left: 100%;
    }

    .col-sms-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sms-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sms-offset-9 {
        margin-left: 75%;
    }

    .col-sms-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sms-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sms-offset-6 {
        margin-left: 50%;
    }

    .col-sms-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sms-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sms-offset-3 {
        margin-left: 25%;
    }

    .col-sms-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sms-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sms-offset-0 {
        margin-left: 0%;
    }
}
/* 2. Add clearfix in the grid system */
.row.add-clearfix > .col-xs-2:nth-child(6n+1) {
    clear: both;
}

.row.add-clearfix > .col-xs-3:nth-child(4n+1) {
    clear: both;
}

.row.add-clearfix > .col-xs-4:nth-child(3n+1) {
    clear: both;
}

.row.add-clearfix > .col-xs-6:nth-child(2n+1) {
    clear: both;
}

@media (min-width: 481px) {
    /* add clearfix in the grid system */
    .row.add-clearfix > .col-sms-2:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sms-2:nth-child(3n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sms-2:nth-child(4n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sms-2:nth-child(6n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-sms-3:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sms-3:nth-child(3n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sms-3:nth-child(4n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-sms-4:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sms-4:nth-child(3n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-sms-6:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 768px) {
    /* add clearfix in the grid system */
    .toggle {
        padding-top: 15px;
    }

    .new-detail-box-flex {
        display: flex;
    }

    .row.add-clearfix > .col-sm-2:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sm-2:nth-child(3n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sm-2:nth-child(4n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sm-2:nth-child(6n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-sm-3:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sm-3:nth-child(3n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sm-3:nth-child(4n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-sm-4:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-sm-4:nth-child(3n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .mobile-menu {
        display: none !important;
    }

    .visible-mobile {
        display: none !important;
    }

    .quote-delete-all-icon {
        top: 10px;
    }
    /* add clearfix in the grid system */
    .row.add-clearfix > .col-md-2:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-md-2:nth-child(3n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-md-2:nth-child(4n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-md-2:nth-child(6n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-md-3:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-md-3:nth-child(3n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-md-3:nth-child(4n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-md-4:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-md-4:nth-child(3n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-md-6:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    /* add clearfix in the grid system */
    .row.add-clearfix > .col-lg-2:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-lg-2:nth-child(3n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-lg-2:nth-child(4n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-lg-2:nth-child(6n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-lg-3:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-lg-3:nth-child(3n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-lg-3:nth-child(4n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-lg-4:nth-child(2n+1) {
        clear: none;
    }

    .row.add-clearfix > .col-lg-4:nth-child(3n+1) {
        clear: both;
    }

    .row.add-clearfix > .col-lg-6:nth-child(2n+1) {
        clear: both;
    }
}
/* 3. Styles for devices(>=992px and <=1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .listing-style3.hotel figure img.hotel-result-img {
        width: 100% !important;
        height: 130px !important;
    }

    .drop-alter-activity > a {
        padding: 8px 0px 8px 5px !important;
    }
}

/* 4. Styles for devices(<=1199px) */
@media (max-width: 1199px) {
    .left-image {
        padding: 90px 0px 80px 30px;
    }

    .mobile-filter ul li a {
        color: #fff;
    }

    .mobile-filter ul.dropdown-menu li a {
        color: #fff;
    }

    .partner-rightbg {
        padding: 50px 15px 50px 30px;
    }

    [class^="col-lg-"].pull-left, [class^="col-lg-"].pull-right {
        float: none !important;
    }

    .image-carousel.style3 .flex-direction-nav li a.flex-prev {
        left: 10px;
    }

    .image-carousel.style3 .flex-direction-nav li a.flex-next {
        right: 10px;
    }

    html.post-404page.style3 #page-wrapper {
        background-size: 170% auto;
    }
}
/* 5. Styles for devices(<=991px ) */
@media (max-width: 991px) {
    #header #main-menu {
        position: absolute;
        right: 50px;
        top: 10px;
    }

    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-title-container.style4 .page-title {
        margin-left: -15px;
        padding-left: 15px;
    }

    #header {
        padding-top: 0 !important;
    }

        #header .logo {
            float: none !important;
            position: static !important;
            padding-top: 19px;
            height: 66px;
            margin: 0 !important;
            display: block;
        }

            #header .logo a:after {
                display: none !important;
            }

            #header .logo a {
                background-size: auto 30px;
            }

            #header .logo img {
                height: 30px;
                width: auto;
                filter: alpha(opacity=0) !important;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
                -moz-opacity: 0 !important;
                -khtml-opacity: 0 !important;
                opacity: 0 !important;
            }

        #header .main-navigation {
            background: #fff;
        }
        /*#header #main-menu {display: none;}*/
        #header .topnav {
            display: none;
        }

    .dashboard.style1 #header .logo img, .dashboard.style2 #header .logo img {
        filter: alpha(opacity=100) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
        opacity: 1 !important;
    }

    .visible-mobile .search-tabs {
        display: none !important;
    }

    .search-box .search-tab-content {
        float: none !important;
        width: auto !important;
    }

    .hidden-mobile {
        display: none !important;
    }

    [class^="col-md-"].pull-left, [class^="col-md-"].pull-right, [class*=" col-md-"].pull-left, [class*=" col-md-"].pull-right {
        float: none !important;
    }

    .block-sm {
        float: none !important;
        margin-bottom: 10px !important;
    }

    .tab-container .tab-pane [class^="col-md-"], .tab-container .tab-pane [class*=" col-md-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .tab-container .tab-pane .row [class^="col-md-"], .tab-container .tab-pane .row [class*=" col-md-"], .tab-container .tab-pane [class^="col-sm-"], .tab-container .tab-pane [class*=" col-sm-"], .tab-container .tab-pane [class^="col-sms-"], .tab-container .tab-pane [class*=" col-sms-"], .tab-container .tab-pane [class^="col-xs-"], .tab-container .tab-pane [class*=" col-xs-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    dl.term-description dd {
        padding-left: 20px;
    }

    #style-changer {
        display: none;
    }

    .hidden-table-sm.table-wrapper {
        display: block;
    }

        .hidden-table-sm.table-wrapper.intro {
            border: 15px solid #f5f5f5;
        }

        .hidden-table-sm.table-wrapper > .table-cell, .hidden-table-sm.table-wrapper > .table-row > .table-cell {
            display: block;
        }

            .hidden-table-sm.table-wrapper > .table-cell.pull-left, .hidden-table-sm.table-wrapper > .table-row > .table-cell.pull-left {
                float: left !important;
            }

            .hidden-table-sm.table-wrapper > .table-cell.pull-right, .hidden-table-sm.table-wrapper > .table-row > .table-cell.pull-right {
                float: right !important;
            }

    .ti-process .process {
        margin-top: -27px;
        margin-left: -27px;
        margin-right: -27px;
    }

        .ti-process .process .icon-wrapper i {
            font-size: 30px;
        }

    .world-map-section {
        height: 600px;
    }

    .promo-box {
        text-align: center;
    }

        .promo-box .m-title {
            font-size: 1.6667em;
        }

            .promo-box .m-title em i {
                font-size: 0.8462em;
            }

        .promo-box .action-section {
            text-align: center;
            padding-top: 15px;
        }

            .promo-box .action-section button {
                font-size: 0.9167em;
                height: 34px;
                line-height: 34px;
                padding: 0 20px;
            }

        .promo-box input.input-text {
            height: 34px;
        }

    .ti-policies ul.tabs li {
        float: none;
    }

    .ti-policies ul.tabs.full-width {
        display: block;
    }

        .ti-policies ul.tabs.full-width > li {
            display: block;
            width: auto;
        }

            .ti-policies ul.tabs.full-width > li a {
                padding-left: 20px !important;
                text-align: left;
            }

    .coming-soon-page.style2 .clock li span {
        font-size: 10em;
    }

    .coming-soon-page.style2 .clock li.sep {
        font-size: 7em;
    }

    .coming-soon-page.style2 .clock li label {
        font-size: 1.5em;
    }

    .loading-page.style2 .notice-message {
        font-size: 8em;
    }

    .soap-login-page #page-wrapper {
        vertical-align: top;
    }
    /* slider */
    .revolution-slider .tp-caption a.link {
        font-size: 12px !important;
        line-height: 24px !important;
    }
}
/* 6. Styles for devices(>=768px and <= 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .swap-wrapper {
        right: -21px;
    }

    .listing-style3.hotel figure img.hotel-result-img {
        width: 100% !important;
    }

    .tab-container.full-width-style ul.tabs {
        width: 20%;
    }

    .tab-container.full-width-style .tab-content {
        width: 80%;
    }

    ul#mobile-search-tabs li a {
        padding: 0 0px;
    }

    .flight-pax-count {
        width: 355px;
        padding: 10px;
    }

    a.delete-city {
        top: 32px;
        position: relative;
    }

    .sort-by-section .sort-by-title-total {
        margin: 0px 0px 0 0;
        float: left;
        line-height: 1.2;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    /*.hidden-xs { display: block !important;}*/
}
/* 7. Styles for devices(<=767px ) */
@media (max-width: 767px) {
    /* remove chaser in mobile */
    .GridLex-flex {
        display: block;
    }

    .border-right-dashed {
        border-right: 0px dashed #d7d7d7;
    }

    .custom-close {
        right: 0px;
        top: 0px !important;
        font-size:24px !important;
    }

    .transfer-quotation .col-sm-6.col-md-7 {
        border: 0px;
    }

    .select-border {
        border: 0px dashed #d7d7d7;
    }

    .quote-service-heading-container > span {
        font-size: 1.2rem;
    }

    .activity-box-mobile .book-btn-h {
        margin: 6px 1px !important;
    }

    .quote-service-heading {
        font-size: 14px;
    }

    .price-wrapper-new-hotel .price {
        font-size: 14px !important;
    }

    .quote-service-info .row.new-detail-box-flex {
        display: flex;
    }

    .quote-service-detail-all .room-details.table-responsive {
        border: 0px;
    }

    .quote-delete-icon {
        width: 20%;
    }

    .listing-style1.flight .icon, .listing-style3.flight .icon {
        font-size: 14px;
    }

    .price-wrapper-new-hotel {
        top: 20% !important;
    }

    quote-item-main.sidebar .booking-details, .quote-item-main #fixedQuoteLeft {
        position: static !important;
        width: 100% !important;
        padding: 0px;
    }

    .swap-wrapper {
        /* top: 100%;*/
        top: 78% !important;
        right: 0%;
        /* right: 50%;*/
        transform: translate(50%, 5%);
    }

    .transfer-main-wrapper article.resultBox.box .row {
        display: block;
    }

    .text-transparent {
        color: transparent !important;
    }

    .chaser {
        display: none !important;
    }

    .tab-container ul.tabs li.pull-right {
        float: none !important;
    }

    .tab-container ul.tabs.full-width {
        display: block;
    }

        .tab-container ul.tabs.full-width > li {
            display: block;
            width: auto;
        }

            .tab-container ul.tabs.full-width > li a {
                padding-left: 20px !important;
                text-align: left;
            }

    .tab-container.style1 ul.tabs li > a:after {
        display: none !important;
    }

    .tab-container.trans-style ul.tabs {
        margin-left: 0;
    }

        .tab-container.trans-style ul.tabs li {
            margin: 0;
        }

    .tab-container.full-width-style ul.tabs {
        width: 25%;
    }

    .tab-container.full-width-style .tab-content {
        width: 75%;
    }

    [class^="col-sm-"].pull-left, [class^="col-sm-"].pull-right, [class*=" col-sm-"].pull-left, [class*=" col-sm-"].pull-right {
        float: none !important;
    }

    .listing-style3.flight .details .box-title {
        float: none !important;
    }

    .listing-style3.flight .details .time > div {
        padding-left: 0 !important;
        border-right: none !important;
    }

    .hidden-table-sms.table-wrapper {
        display: block;
    }

        .hidden-table-sms.table-wrapper.intro {
            border: 15px solid #f5f5f5;
        }

        .hidden-table-sms.table-wrapper > .table-cell, .hidden-table-sms.table-wrapper > .table-row > .table-cell {
            display: block;
        }

            .hidden-table-sms.table-wrapper > .table-cell.pull-left, .hidden-table-sms.table-wrapper > .table-row > .table-cell.pull-left {
                float: left !important;
            }

            .hidden-table-sms.table-wrapper > .table-cell.pull-right, .hidden-table-sms.table-wrapper > .table-row > .table-cell.pull-right {
                float: right !important;
            }

    .tab-container .tab-pane [class^="col-sm-"], .tab-container .tab-pane [class*=" col-sm-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .tab-container .tab-pane .row [class^="col-sm-"], .tab-container .tab-pane .row [class*=" col-sm-"], .tab-container .tab-pane [class^="col-sms-"], .tab-container .tab-pane [class*=" col-sms-"], .tab-container .tab-pane [class^="col-xs-"], .tab-container .tab-pane [class*=" col-xs-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-box-style.style2 figure {
        float: none;
    }

    .image-box-style.style2 .details {
        padding: 20px;
    }

    .image-box-style.style2.innerstyle .details {
        padding: 20px 0 0;
    }

    .ti-process .process {
        margin-top: -18px;
        margin-left: -18px;
        margin-right: -18px;
    }

        .ti-process .process .icon-wrapper i {
            font-size: 20px;
        }

    #content.image-bg2 #main {
        padding-top: 100px;
    }

    .world-map-section {
        height: 500px;
    }

    .column-2 > * {
        margin-right: 0;
        float: none;
    }

    .column-3 > *:nth-child(3n+1) {
        clear: none;
    }

    .column-3 > *:nth-child(2n+1) {
        clear: both;
    }

    .column-3 > *:nth-child(3n) {
        margin-right: 3%;
    }

    .column-4 > *:nth-child(4n+1) {
        clear: none;
    }

    .column-4 > *:nth-child(2n+1) {
        clear: both;
    }

    .column-4 > *:nth-child(4n) {
        margin-right: 3%;
    }

    .column-5 > * {
        width: 31.3333%;
        margin-right: 3%;
        margin-bottom: 3%;
    }

        .column-5 > *:nth-child(5n+1) {
            clear: none;
        }

        .column-5 > *:nth-child(3n+1) {
            clear: both;
        }

        .column-5 > *:nth-child(5n) {
            margin-right: 3%;
        }

        .column-5 > *:nth-child(3n) {
            margin-right: 0;
        }

    .column-5-no-margin > * {
        width: 50%;
    }

        .column-5-no-margin > *:nth-child(5n+1) {
            clear: none;
        }

        .column-5-no-margin > *:nth-child(2n+1) {
            clear: both;
        }

    .column-3 > *, .column-4 > * {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }

        .column-3 > *:nth-child(2n), .column-4 > *:nth-child(2n) {
            margin-right: 0;
        }

    .post-404page .error-message {
        font-size: 3em;
    }

    .post-404page .error-message-404 {
        font-size: 15em;
    }

    .post-404page.style2 .error-message {
        font-size: 1.6667em;
    }

    .post-404page.style2 .error-message-404 {
        font-size: 8em;
    }

    .post-404page.style2 .go-back {
        font-size: 1.4em;
        height: 50px;
        -webkit-border-radius: 25px 25px 25px 25px;
        -moz-border-radius: 25px 25px 25px 25px;
        -ms-border-radius: 25px 25px 25px 25px;
        border-radius: 25px 25px 25px 25px;
        line-height: 50px;
    }

    .post-404page.style3 #main {
        padding-top: 100px;
    }

    .post-404page.style3 .error-message {
        font-size: 2.5em;
    }

    .post-404page.style3 .error-message-404 {
        font-size: 1.6667em;
    }

    .coming-soon-page .clock li span {
        font-size: 4em;
    }

    .coming-soon-page .clock li label {
        font-size: 1em;
        letter-spacing: 0.04em;
    }

    .coming-soon-page.style2 .clock li span {
        font-size: 6em;
    }

    .coming-soon-page.style2 .clock li.sep {
        font-size: 4.1667em;
    }

    .coming-soon-page.style2 .clock li label {
        font-size: 1em;
    }

    .coming-soon-page.style2 .email-notify .notified-text {
        font-size: 1.3333em;
    }

    .coming-soon-page.style3 #main {
        padding-top: 30px;
    }

    .loading-page.style2 .notice-message {
        font-size: 6.25em;
    }

    .image-box.style2 figure {
        float: none;
    }

    .image-box.style2 .details {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .breadcrumbs {
        display: none;
    }
    /* slider */
    .revolution-slider .tp-caption a.link {
        font-size: 9px !important;
        line-height: 18px !important;
    }

    #booking .booking-info > .box-title {
        float: none;
    }

    #booking .booking-info .info {
        border-left: none;
    }

    .banner .big-caption {
        font-size: 3em;
    }

    .banner .med-caption {
        font-size: 1.8333em;
    }

    #tour-details .intro2 {
        padding: 10px 0;
    }

        #tour-details .intro2:after {
            content: "";
            display: table;
            clear: both;
        }

        #tour-details .intro2 .term-description dd {
            width: auto;
            max-width: 120px;
        }

        #tour-details .intro2 .price-section {
            border-left: none;
            width: auto;
            text-align: left;
            float: left !important;
            padding-left: 20px;
        }

    #content.tour .slideshow-bg {
        min-height: 800px;
    }

    .dropdown a {
        color: #fff;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #fff;
        color: #000; /* border-color: #337ab7; */
    }
}
/* 8. Styles for devices(<=480px ) */
@media (max-width: 480px) {
    /*.tab-container.full-width-style ul.tabs {width: 30%;}*/
    /*.tab-container.full-width-style .tab-content {width: 70%;}*/

    .image-box-style.style2 figure {
        width: 100%;
        float: none;
    }

    .image-box-style.style2 .details {
        padding: 20px;
    }

    .visible-sms {
        display: block;
    }

    .tab-container .tab-pane [class^="col-sms-"], .tab-container .tab-pane [class*=" col-sms-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .tab-container .tab-pane .row [class^="col-sms-"], .tab-container .tab-pane .row [class*=" col-sms-"], .tab-container .tab-pane [class^="col-xs-"], .tab-container .tab-pane [class*=" col-xs-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hidden-table-xs.table-wrapper {
        display: block;
    }

        .hidden-table-xs.table-wrapper.intro {
            border: 15px solid #f5f5f5;
        }

        .hidden-table-xs.table-wrapper > .table-cell, .hidden-table-xs.table-wrapper > .table-row > .table-cell {
            display: block;
        }

            .hidden-table-xs.table-wrapper > .table-cell.pull-left, .hidden-table-xs.table-wrapper > .table-row > .table-cell.pull-left {
                float: left !important;
            }

            .hidden-table-xs.table-wrapper > .table-cell.pull-right, .hidden-table-xs.table-wrapper > .table-row > .table-cell.pull-right {
                float: right !important;
            }

    .image-style.style1 {
        margin-right: 0;
        padding: 15px;
    }

        .image-style.style1:before, .image-style.style1:after {
            display: none;
        }

        .image-style.style1 .image-block {
            margin-right: 0;
            float: none !important;
        }

    .column-5 > * {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }

        .column-5 > *:nth-child(5n+1) {
            clear: none;
        }

        .column-5 > *:nth-child(3n+1) {
            clear: none;
        }

        .column-5 > *:nth-child(2n+1) {
            clear: both;
        }

        .column-5 > *:nth-child(5n) {
            margin-right: 3%;
        }

        .column-5 > *:nth-child(3n) {
            margin-right: 3%;
        }

        .column-5 > *:nth-child(2n) {
            margin-right: 0;
        }

    .coming-soon-page .clock li span {
        font-size: 3em;
    }

    .coming-soon-page .clock li label {
        font-size: 1em;
        letter-spacing: 0.04em;
    }

    .coming-soon-page.style2 .clock li span {
        font-size: 4em;
    }

    .coming-soon-page.style2 .clock li.sep {
        font-size: 2.8333em;
    }

    .coming-soon-page.style2 .clock li label {
        font-size: 0.8333em;
    }

    .coming-soon-page.style3 #main {
        padding-top: 10px;
    }

    .coming-soon-page.style3 .clock li span {
        font-size: 3.3333em;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .coming-soon-page.style3 .clock li.sep {
        font-size: 2.8333em;
    }

    .coming-soon-page.style3 .email-notify {
        width: 100%;
    }

    .coming-soon-page.style3 .header-title {
        font-size: 2em;
    }

    .coming-soon-page.style3 .container:before {
        display: none;
    }
    /* Tour page */

    #tour-details .price-section .details {
        float: none !important;
    }

    .background-masker-flight.header-right.price-band-2 {
        width: 30px;
        display: none;
    }

    .background-masker-flight.header-right.price-bandd {
        display: none;
    }

    .background-masker-flight.header-right-3 {
        display: none;
    }

    .background-masker-flight.header-right.price-band {
        display: none;
    }

    .background-masker-flight.header-right.price-band-1 {
        display: none;
    }

    .background-masker-flight.header-right-2 {
        display: none;
    }

    .background-masker-flight.header-right, .background-masker-flight.subheader-right {
        display: none;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 11px;
    }

    .progress.flight {
        top: 13px;
    }
    /*article.box > a.flight-list {padding: 10px 0px;}*/
    /*.margin-top-20 {margin-top: 0px;}*/
    .flight-pax-count .padding-top-10 {
        padding-top: 10px;
    }

    .padding-top-8 {
        padding-top: 0px !important;
        padding-bottom: 10px;
    }

    .delete-city-internal, .add-city-internal, .delete-city-internal:hover, .add-city-internal:hover {
        margin-left: 15px;
    }
}
/* 9. Styles for devices(<=320px ) */
@media (max-width: 320px) {
    /*.container {width: 314px;}*/
    .row {
        padding: 0 3px;
    }

    .column-5-no-margin > * {
        float: none;
        width: auto;
    }

    ul.search-tabs li {
        margin-right: 0px !important;
    }
}

/* custom css by shekhar*/
@media (min-width: 991px) and (max-width: 1199px) {
    .sidebar.quote-item-main {
        margin-top: 16px;
    }

    .spinnerMainDiv {
        position: relative;
    }

    .swap-wrapper {
        right: -21px;
    }

    .progress {
        top: 45px;
        margin-bottom: 0px;
        position: absolute;
        right: 0;
        left: auto;
    }

    #slider .slides img {
        width: 60%;
        display: block;
        margin-left: 242px;
        padding: 5px;
    }

    .affix {
        position: relative;
    }

    .drop-alter > a {
        padding: 1px 0px 0px 3px;
    }

    .progress {
        top: 65px;
    }

    #main-menu ul.menu > li ul, .chaser ul.menu > li ul {
        width: auto;
    }

    .modify-panel-width, .modify-panel {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .sidebar.quote-item-main {
        margin-top: 16px;
    }

    .add-city-container {
        right: 288px;
    }

    ul.search-tabs li a {
        color: #fff;
        display: block;
        padding: 0 8px;
        background: transparent;
    }

    ul#mobile-search-tabs li {
        position: relative;
        width: 135px;
        display: inline-block;
        font-size: 14px;
        background: #ff6a00;
        color: #fff;
    }

    .visible-mobile .search-tabs li a {
        padding: 0;
        color: #fff;
    }

    ul#mobile-search-tabs li.active {
        background: #000;
    }

    .bx-controls {
        display: none;
    }

    .explore-img {
        width: 100%;
        height: 190px !important;
    }
    /*.block-sm {float: left !important;margin-bottom: 10px !important;}*/
    .search-criteria li {
        margin: 0 15px;
        padding: 0;
    }

    .swap-tiles {
        float: left !important;
    }

    .search-criteria {
        margin-bottom: 0px !important;
        float: right !important;
    }

    li.search-date span br {
        display: none;
    }

    li.search-date span label {
        font-size: 10px;
    }

    li.search-date span { /*margin:0 0 0 10px;*/
    }

    h4.sort-by-title {
        font-size: 12px;
        display: inline-block;
        float: left !important;
        margin: 0 !Important;
    }

    ul.sort-bar {
        display: inline-block;
        float: left !important;
        margin-bottom: 0px !important;
    }

        ul.sort-bar li { /*padding: 5px;*/
        }

    .sort-by-section .sort-by-title {
        line-height: 58px;
    }

    h5.sort-by-title-total {
        font-size: 12px;
        font-weight: bold;
    }

    .sort-by-title-total i {
        display: none;
    }

    .sort-by-section .sort-bar .sort-by-container > span {
        padding: 0 10px;
    }

    .sort-by-section {
        padding: 0 10px;
    }

    .spinnerMainDiv {
        position: relative;
    }

    .progress {
        position: absolute;
        right: 0;
        left: auto;
        top: 45px;
    }

    .listing-style3.hotel figure img.hotel-result-img {
        width: 100% !important;
    }
    /*.details > div:first-child > div:first-child {width: 500px;}*/
    .listing-style3.hotel .box-title {
        font-size: 15px;
    }

    .listing-style3 [class^="fa"].circle {
        font-size: 15px;
    }

    .tab-container .tab-content .tab-pane {
        padding: 0px !important;
        line-height: 1.7em;
    }

    .select-rooms {
        width: 107px !important;
    }

    #RoomMenu ul {
        margin: 0 auto !important;
        width: auto !important;
    }

    #slider .slides img {
        margin-left: 137px !important;
    }

    .sort-by-section .sort-by-title-total {
    }

    #main-menu ul.menu > li ul, .chaser ul.menu > li ul {
        width: auto;
    }

    .modify-panel-width, .modify-panel {
        width: 738px;
    }

    #footer .discover li {
        line-height: 2em;
    }

    .margin-top-10-sm {
        margin-top: 10px !important
    }

    .txticonH {
        top: 30px;
    }

    .txticonFlightH {
        top: 34px;
    }

    .nav-md .right_col {
        margin-left: 0px;
    }

    .navbar {
        min-height: 0px;
    }

    .passanger_inp_con {
        margin-top: 5px;
    }

    .insurance-text {
        font-size: 8px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    ul.search-tabs li a {
        font-size: 20px;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }

    article.resultBox.box.border_sides.new-detail-box {
        padding: 0px 5px 7px 0px !important;
    }

    ul#mobile-menu-submenu-item-6 {
        right: 0px;
        top: 32px !important;
        left: 0px !important;
    }

        ul#mobile-menu-submenu-item-6 li a {
            color: #333 !important;
            font-size: 12px !important;
        }

    ul#mobile-menu-submenu-item-5 li a {
        color: #333 !important;
        font-size: 12px !important;
    }

    ul#mobile-menu-submenu-item-6 li {
        list-style-type: none;
        background: #fff;
    }

    ul#mobile-menu-submenu-item-5 li {
        list-style-type: none;
        background: #fff;
    }

    ul#mobile-menu-submenu-item-5 {
        right: 0px;
        top: 32px !important;
        left: 0px !important;
    }

    .call-no {
        line-height: 15px;
        font-size: 14px;
        padding-top: 2px;
    }

    .offers_respopnsive {
        display: block;
        text-align: center;
    }

    .offers_texts {
        text-transform: capitalize;
        padding: 5px 5px;
    }

    .explore-img {
        width: 270px;
        height: 161px;
    }

    ul.search-tabs li a {
        display: inline-block;
        padding: 0 30px;
        background: transparent;
    }

    ul#mobile-search-tabs li {
        position: relative !Important;
        width: 89px !Important;
        display: inline-block !Important;
        /*font-size: 28px;*/
        background: #007AFF;
        text-align: center;
        border-radius: 8px;
        margin-bottom:8px;
    }

        ul#mobile-search-tabs li.active {
            background: #000;
            border-radius:8px;
        }

    .visible-mobile .search-tabs li a {
        padding: 0 0px;
    }

    .search-box .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .bx-controls-direction {
        display: none;
    }

    .search-box-wrapper.style2 .search-tab-content {
        padding: 10px;
    }

    .social-icons li {
        display: none;
    }

    #footer .footer-wrapper {
        padding: 0;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .copyright p {
        text-align: center;
        margin-bottom: 0px;
        font-size: 10px;
        padding-top: 5px;
    }

    #footer .bottom .copyright {
        font-size: 1.0833em;
        width: 100%;
    }

    .modify-panel {
        width: 90% !important;
    }

    .panel {
        background: transparent;
    }

    .pax-count-hotel {
        padding: 10px;
        width: 100%;
    }

    ul.check-square li.active {
        background: none;
    }

    #modifytbl {
        display: none;
    }

    .sort-by-section {
        padding: 0 10px;
    }

    .search-criteria li.search-city {
        margin: 0px;
        padding: 0px;
    }

    .search-criteria li.search-date {
        margin: 0px;
        padding: 0px;
    }

    .sort-by-section {
        padding: 10px;
    }

    #main-1 {
        padding-top: 10px;
    }

    .sort-by-section .sort-by-title-total {
        margin: 0;
        line-height: 18px;
        color: #000;
    }

    .listing-style3.hotel figure img.hotel-result-img {
        width: 100% !important;
        height: 80px !important;
    }

    .listing-style3.hotel .details {
        display: inline-block;
    }

        .listing-style3.hotel .details > * {
            display: inline-block;
        }

            .listing-style3.hotel .details > * > * {
                display: inline-block;
            }

    .listing-style3.hotel .box-title {
        font-size: 14px;
        display: grid;
    }

    .padding-responsive {
        padding-right: 5px;
        padding-left: 5px;
    }

    .listing-style3.hotel .details {
        padding: 8px 5px 2px 10px !important;
    }

        .listing-style3.hotel .details > *:first-child > * {
            border-bottom: 0px solid #f5f5f5;
            padding-bottom: 0px;
        }

    .listing-style3 .box, .listing-style3.box {
        margin-bottom: 10px;
    }

    .hotel-list {
        margin-top: 10px;
    }

    .block {
        margin-bottom: 0px;
    }

    .partners {
        padding: 0;
    }

    ul.pagination li {
        display: none;
    }

        ul.pagination li.ng-scope {
            display: block;
        }

    .box-title div, .box-title small {
        word-break: break-all;
        word-wrap: break-word;
    }

    .listing-style3.hotel .box-title i {
        font-size: 12px;
    }

    .tab-container .tab-content .tab-pane {
        padding: 0px !important;
    }

    .alertMsg {
        width: auto !important;
    }

    .tab-container ul.tabs li a {
        padding: 0 12px !important;
    }

    a.button.yellow {
        background: #98ce44;
        padding: 0px 4px !important;
    }

    .tab-container .tab-content {
        padding: 0px 10px 10px 10px !important;
    }

    .box-title small {
        font-size: 10px;
    }

    .hidden-table-sms.table-wrapper.intro {
        border: 2px solid #f5f5f5 !important;
    }

    #hotel-description .intro, #hotel-reviews .intro, #hotel-write-review .intro, #car-details .intro, #flight-details .intro, #cruise-description .intro, #cruise-reviews .intro, #cruise-write-review .intro, #travel-guide .intro, #tour-details .intro {
        background: #fff !important;
    }

    .price {
        color: #01b7f2;
        font-size: 16px !important;
    }

    #slider .slides img {
        width: auto !important;
        margin-left: 0px !important;
    }

    .overflow {
        overflow: hidden !important;
    }

    .txt-right {
        text-align: left;
    }

    .page-title-container {
        display: none;
    }

    button.close {
        font-size: 34px;
        font-weight: bold;
        z-index: 9999;
        position: absolute;
        right: 0px;
        top: -5px;
        padding: 0px;
        margin: 0;
    }

    .title {
        display: none;
    }

    .txticonMM {
        top: 30px;
    }
    /*.txticonAM { top: 30px;}*/
    /* PassengerInfo */
    #dvPaxDetail .form-group selector {
        margin: 10px 0;
    }
    /*#dvPaxDetail .form-group { margin-top: 10px;}*/
    .sidebar {
        padding-top: 20px;
    }

    .tab-content h2 {
        padding-top: 10px;
        font-size: 14px;
    }

    .select-rooms {
        height: 30px !important;
        line-height: 30px !important;
        font-size: 13px !important;
        width: 100% !important;
        font-weight: bold !important;
    }

    #slider .slides img {
        width: 100% !important;
        display: block !important;
        margin-left: 0px !important;
        padding: 5px;
        float: left !important;
    }

    .flexslider .flex-direction-nav a,
    .flexslider .flex-direction-nav a {
        top: 60% !important;
    }

    .flexslider {
        height: 200px !important;
        overflow: hidden !important;
    }

    #slider .slides img {
        height: 194px !important;
    }
    /* PassengerInfo */
    /* flight */
    .search-criteria li {
        display: block;
        clear: both;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .box {
        margin-bottom: 10px;
    }

    .affix {
        position: relative;
    }

    .alertMsg {
        float: none;
    }

    .paxpage #main {
        padding-top: 0px !important;
    }

    .sidebar {
        margin-bottom: 0px !important;
    }

    form .form-group {
        margin-bottom: 10px !important;
    }

    .text-justify {
        text-align: justify;
    }
    /*.confirmbooking #main { margin-bottom: -15px !important;}*/
    .confirmbooking .booking-information > .booking-confirmation .main-message {
        font-size: 15px;
    }

    .confirmbooking .booking-information > .booking-confirmation .print-button {
        width: 100%;
        margin-top: 10px;
    }

    dl.term-description dd {
        word-wrap: break-word;
    }

    .txt-align-center {
        text-align: center;
    }

    .blink_me {
        color: #ff0000;
    }

    .txticonH {
        top: 30px !important;
    }

    .autocomplete-width {
        min-width: 254px;
        width: 100%;
    }

    .tab-container ul.tabs li {
        float: left;
        padding-right: 5px;
    }

        .tab-container ul.tabs li a {
            font-size: 1.0em;
        }

    .progressbar {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0px;
        left: 0;
        width: 50%;
        text-align: center;
        margin-left: 10px;
    }

    .progress {
        position: absolute;
        right: 0;
        left: 0;
        top: 13px;
    }

    .margin-top-10-xs {
        margin-top: 10px;
    }

    .margin-bottom-10-xs {
        margin-bottom: 10px;
    }

    .hotelreview .hotel-name {
        width: 175px;
    }

    .ui-datepicker {
        width: 200px !important;
    }

    .btn-group > .btn, .btn-group-vertical > .btn {
        float: none;
    }

    #rating-filterMobile .btn-group > .btn, #rating-filterMobile .btn-group-vertical > .btn {
        width: 40px;
    }

    .btn-checkbox.btn:active, .btn-checkbox.btn.active {
        color: #fff;
    }

    .checkbox-filters .btn:hover, .checkbox-filters .btn:focus, .btn.focus {
        color: #fff;
    }

    .search-tab-content .btn-group {
        width: 100%;
        border: 0px solid red;
    }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -4px;
    }

    .tab-container.full-width-style ul.tabs {
        width: 100%;
    }

    .tab-container.full-width-style .tab-content {
        width: 100%;
    }

    .tab-container.full-width-style ul.tabs li a > i {
        display: none;
    }

    .tab-container.full-width-style ul.tabs li a {
        height: 50px;
    }

    .tab-container.full-width-style.arrow-left ul.tabs li {
        margin: 0 3px 0px 0;
        width: 32%;
        float: left;
        display: inline-block;
    }

    tab-container.full-width-style.arrow-left ul.tabs li:last-child {
        margin-right: 0 !important;
    }

    .tab-container.full-width-style.arrow-left ul.tabs li a {
        white-space: normal;
        line-height: normal;
        margin-right: 0;
    }

    .tab-container.full-width-style.arrow-left ul.tabs li a {
        padding: 10px 0;
    }

    .tab-container.dashboard ul.tabs li a {
        padding: 12px 5px !Important;
    }

    .sort-by-section .sort-by-title {
        float: left !important;
    }

    .sort-by-section .sort-bar .sort-by-container > span {
        padding: 0 10px;
    }
    /*.sort-bar { float:left !important;}*/
    .sort-by-section .sort-by-title {
        margin: 15px 0px 0 0;
        float: left !important;
    }

    h4.sort-by-title.pull-right {
        display: none;
    }

    .block-sm {
        margin-bottom: 0px !important;
    }

    #booking .booking-info div.date {
        width: 50px !important;
        height: 117px !important;
    }

    h4.box-title {
        width: 153px !important;
        font-size: 11px !important;
        text-overflow: initial !important;
    }

    .ti-signup-box, .ti-policy-box {
        width: 100%;
    }

    .session-box {
        width: 100%;
    }

    .sidebar {
        float: none;
    }

    .my-container2 .padding-top-8 {
        padding-top: 0px !important;
    }

    .full-width.sub {
        position: relative;
    }

    .listing-style3.flight .box, .listing-style3.flight.box {
        padding: 5px;
    }

    .flight-logo span img {
        width: 60px;
        margin: 0;
    }

    .skin-color {
        line-height: 16px;
        padding-bottom: 0px;
    }

    .review-selection .panel {
        background: #fff;
    }

    .flight-pax-count, .activity-pax-count {
        width: 100%;
        padding: 10px;
    }

    .padding-xs-top-10 {
        padding-top: 10px;
    }

    .flight-pax-count span.sub {
        margin: 0;
        display: inline-block;
        padding-left: 10px;
    }

    .flight-pax-count div.col-sm-4 {
        margin-top: 10px;
    }

    .nofilterresult {
        padding: 10px;
        text-align: center;
    }
    /*.search-box-wrapper.style2 .search-tab-content {background: rgba(255,255,255,1);}*/
    article.box {
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
        border-radius: 14px;
    }

    .view-profile > article.box {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
    }

    #profile {
        margin-top: 20px;
    }

    #changepasswordid {
        padding: 0 15px;
    }

    .btn-responsive {
        margin-top: 10px;
        clear: both;
    }

    .add-city {
        font-size: 14px;
        font-weight: bold;
    }

    #collapseTwo .table-responsive > .table > tbody > tr > td {
        white-space: inherit;
    }
    /*.dropdown-menu{ padding: 5px;}*/
    .mobile-modify {
        margin-top: 20px;
    }
    /*.mobile-modify .drop-alter {margin-top: 10px;}*/
    #filterModalLabel .modal-body {
        margin-top: 20px;
    }

    #filterModalLabel #price-filter .check_div_1 {
        margin-top: 30px;
    }
    /*rzslider{margin-top:40px !important;}*/
    .roompagepadding {
        padding: 20px;
    }

    .animated-background {
        position: relative;
    }

    .background-masker {
        background: none;
        position: absolute;
    }

    .animated-hotelSorting {
        display: none;
    }

    .animated-totalHotel {
        display: none;
    }

    .background-masker.header-right.price-band-2 {
        display: none;
    }

    .background-masker.header-right.price-band {
        display: none;
    }

    .background-masker.header-right.price-band-1 {
        display: none;
    }

    .pax-type b {
        font-size: 12px;
    }

    .flightreview .line:before {
        width: 40px;
    }

    .dropdown-menu {
        min-width: 280px;
    }

    #time-filterMobile rzslider {
        margin-top: 0px;
    }

    #time-filterMobile h6 {
        margin-top: 30px;
        margin-bottom: 0;
    }

    #time-filterMobile h5 {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #price-filterMobile rzslider {
        margin-top: 30px;
    }
    /*flight Autocomplete css start*/
    flightautocomplete .autocomplete-options-container {
        min-width: 260px;
        position: absolute;
        direction: ltr;
        border: 0px solid #23e813;
        width: 250px;
    }

    .add-city-container {
        clear: both;
        float: right;
        right: 0px;
        left: 42px;
        position: absolute;
        bottom: 137px;
    }

    .add-city-container-m {
        clear: both;
        float: right;
        right: 200px;
        position: absolute;
        bottom: 138px;
        margin-right: 0px;
    }

        .add-city-container-m .add-city {
            color: #8a8a8a !Important;
        }

    .dropdown-menu {
        left: 0px;
    }

    .mrgn-top10-xs {
        margin-top: 10px;
    }

    .responsive-btn-group {
        text-align: center;
        display: block;
    }
    /*FAQ*/
    .tab-container.full-width-style ul.tabs {
        width: 100%;
        float: left;
    }

    .tab-container.full-width-style .tab-content {
        float: left;
        width: 100%;
    }

    .print-voucher {
        width: 100%;
    }

        .print-voucher .voucher-header td {
            display: block;
        }

        .print-voucher .voucher-booking-details td {
            display: block;
        }

        .print-voucher .voucher-hotel-details td {
            display: block;
        }

    .tab-container.full-width-style ul.tabs:not(#myaccountLeftMenu) {
        width: 100%;
    }

    /* 11-Jul-2018 css changes by shekhar */
    .slideshow-bg {
        background: #e2e2e2;
    }

    #header .mobile-menu a {
        color: #fff;
    }

    #main h1, #main h2 {
        display: block;
    }

    .search-box-wrapper {
        margin-top: 0px;
    }

    .page-description {
        margin-bottom: 0px;
    }

    #main h1.page-title {
        font-size: 18px;
    }

    .page-description {
        font-size: 1.5em;
    }

    section#content1 {
        height: 400px;
    }

    .contact-details {
        text-align: left;
    }

    .page-title, .page-description {
        color: #000;
    }

    #header .mobile-menu-toggle {
        height: 45px;
        width: 45px;
    }

    .search-tab-content {
        margin-top: 0px;
    }

    .search-box-wrapper .search-tab-content {
        padding: 10px;
    }

    .search-box-wrapper.style2 {
        width: 100%;
    }

    .search-back-img-htl {
        text-align: left;
        background: rgba(226, 226, 226, 1) no-repeat !important;
    }

    .visible-mobile .search-tabs li a {
        color: #fff;
    }
    /*ul.search-tabs li.active a {color: #0065b8;}*/
    section#content {
        min-height: 300px;
    }

    #main {
        margin-bottom: 10px;
    }

    .text_home {
        text-align: justify
    }

    .clear-both {
        clear: both;
    }

    .waiting-bg {
        background: #0065b8;
        height: 55px;
    }

    .waiting-content {
        width: 100%;
    }

    .chekin-dates .text-right {
        text-align: left;
    }

    #price-breakup ul {
        float: left;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: normal
    }

    #header .mobile-menu-toggle {
        display: block;
    }

    .search-tabs {
        display: none !important;
    }

    .visible-mobile .search-tabs {
        display: block !important;
        text-align:center;
    }
    /*.multi-price-box{left:40%;}*/
    /*.glyphicon-star {font-size: 10px;}*/
    .responsive-float-left {
        float: left
    }

    .responsive-float-right {
        float: right
    }

    .responsive-width-94 {
        width: 94% !important;
        padding: 0 !important
    }

    .listing-style3 .price {
        float: right;
    }

    a.show-hide-text {
        color: transparent;
    }

    .dropdown-menu > li {
        margin: 5px 0;
    }

    .search-city > div:first-child > div:first-child {
        padding: 0;
    }

    .waiting-content {
        top: 20%;
    }

    .roombreakup-details {
        clear: both;
    }
    /*Kaleem start here*/
    .activity-result-img {
        width: 100% !important;
        height: 87px !important;
    }

    .activity-price {
        float: left !important;
        margin-left: -15px !important;
        padding: 10px 0px 0px 0px;
    }

    .block-xs {
        display: block
    }

    .tansfer-waiting.waiting-bg {
        height: 200px;
    }

    .waiting-border-r {
        border-right: 0px solid #fff;
    }

    .conatainer-back {
        padding: 15px 7px;
    }

    .nav-md .right_col {
        margin-left: 0px;
    }

    .nav-md .col-md-3.left_col {
        width: 0px;
    }

    .transfer-pax-count {
        padding: 10px;
    }

    .transfer-price {
        width: 100% !important;
        margin-top: 10px;
    }

    .tab-container.full-width-style ul.tabs:not(#myaccountLeftMenu) {
        margin-left: 0px;
    }

    .static-content .tab-container.full-width-style .tab-content {
        width: 100%;
        padding-top: 20px !important;
    }

    .search-booking-chkbox-sec {
        margin-left: 0px;
    }

    .navbar {
        min-height: 20px;
    }

    .welcome-msg {
        padding: 10px 10px 0px 5px;
        font-size: 16px;
    }

    .page-title .title_left h1 {
        margin: 0;
        font-size: 16px;
    }

    .select-criteria.table-responsive {
        border: 0px solid red !important;
    }

    .criteria {
        width: 100%
    }

    #DivFirst {
        left: 0 !important;
        margin: 0 auto !important;
        width: 93% !important;
        right: 0;
    }
}

@media (max-width: 480px) {
    .multi-price-box {
        left: 45%;
    }
}

@media (max-width: 320px) {
    .table.table.responsive_extrabed td {
        padding: 2px;
    }

    .input-group-btn a.btn.btn-default.btn-info.minuscls {
        padding: 6px 8px;
    }

    .input-group-btn a.btn.btn-default.btn-info.pluscls {
        padding: 6px 8px;
    }

    .autocomplete-options-dropdown {
        overflow-x: scroll;
    }

    .autocomplete-option {
        font-size: 10px;
    }

    .ui-datepicker-group {
        float: left !important;
        width: 100%;
    }

    .ui-datepicker {
        width: 19.3em !important;
    }

    #ui-datepicker-div {
        left: 44px !important;
    }

    .txt-center {
        text-align: center;
    }

    .margin-zero {
        margin: 0 auto;
    }

    .copyright {
        float: none !important;
    }

        .copyright p {
            text-align: center;
            clear: both;
            padding-top: 5px;
            margin-bottom: 0px;
            font-size: 12px;
        }
    /*#flights-tab .btn-group a.btn {font-size: 12px;}*/
    .image-box .box > .details, .image-box.box > .details {
        padding: 10px 0px;
        font-size: 11px;
    }

    .email-privacy {
        text-align: center;
    }

    .multi-price-box {
        left: 20%;
    }

    .activity-adult-information {
        padding: 0px 3px 2px 15px !important;
    }

    span.room {
        margin: 5px 0px 5px 0px !important;
    }

    .cart-service-info .padding-left-15 {
        padding-left: 0px;
    }
}

/*responsive css added by mujahid*/
@media (max-width: 1200px) {
}


@media (max-width: 1199px) {
    [class^="col-"], [class*=" col-"], .listing-style3.flight .box.new-detail-box, .container {
        padding: 0px 7px !important;
    }

    #main {
        padding-top: 15px !important;
    }

    ul.search-tabs li a {
        padding: 0 8px;
    }

    .listing-style3.hotel .details {
        padding: 10px 0 5px 10px !important;
    }

    .row {
        margin: 0px -7px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sort-by-section {
        padding: 5px 7px;
    }

    .travelo-box {
        padding: 7px;
    }

    .sidebar .sidebarFixed {
        max-width: 309px;
    }

    .car-review-selection h4 {
        font-size: 16px;
        padding: 10px 7px;
    }

    .car-detail-wrapper .car-detail-inner {
        padding: 7px;
    }

    .search-booking-chkbox-sec {
        margin-left: 0px;
    }

    .navbar-header .nav_menu {
        display: none;
    }

    hotelautocomplete {
        left: 7px;
        right: 7px;
    }

    .stick {
        position: fixed;
        top: 50px;
        width: 22.3%;
    }

    .pkg-float-box {
        width: 100%;
    }
}

@media (max-width: 991px) {
    /*header-responsive*/
    .navbar-toggle {
        background: none !important;
    }

    .header-main {
        padding: 10px 0px 10px;
    }

    header .navbar-nav > li > a {
        text-transform: capitalize;
    }

    .navbar-header {
        float: none;
    }

    .nav_menu {
        width: auto;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        margin-bottom: 0px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
    /*header-responsive-end*/

    #header .ribbon1 > ul.menu {
        left: 0;
    }

    ul.menu.mini {
        min-width: 201px;
        width: 100%;
    }

    .call-no {
        line-height: 15px;
        font-size: 13px;
        padding-top: 2px;
        color: #fff;
    }

    #header .ribbon1 > a {
        height: auto;
    }

    .dropdown-menu.new-dropdown-menu {
        left: 0px;
        top: 41px;
    }

        .dropdown-menu.new-dropdown-menu > li {
            padding: 5px 7px;
            margin: 0px;
            color: #000000;
        }

    #header .ribbon1 > a:after {
        top: 5px;
    }

    .sort-by-section {
        padding: 7px 10px;
        min-height: 34px;
    }

        .sort-by-section.search-details {
            padding: 7px 0px;
        }

    .dropdown-toggle.txt-white {
        background-color: transparent !important;
        border: none !important;
    }

    .bg-yellow {
        padding: 10px 15px;
        background: #8a498a;
    }

    header .navbar-nav > li > a {
        padding: 5px 0px;
        font-size: 13px;
        display: block;
    }

    header .navbar-nav > li + li {
        margin-left: 0px;
    }

    #bs-example-navbar-collapse-1 {
        margin: 0px -7px;
    }

    .navbar-toggle {
        margin: 0px;
    }

    header img {
        /*max-width: 110px;
        width:20%;*/
        height: 45px;
    }

    .modal-dialog {
        width: 100%;
        margin: 10px auto;
    }

    .modal {
        left: 10px;
        right: 10px;
    }

    .cart-service-heading {
        font-size: 14px;
    }

    .cart-service-name span {
        font-size: 12px;
        line-height: 15px;
    }

    .sidebar .sidebarFixed {
        max-width: 242px;
    }

    .mobile-modify {
        margin-top: 15px;
    }

    .adult-child {
        font-size: 12px;
        margin-top: 0px;
    }

        .adult-child .form-group {
            margin-bottom: 5px !important;
        }

    .drop-alter .paxpanel {
        right: 0;
        left: auto;
        transform: translateX(0);
    }

    .txticonMM {
        position: absolute;
        left: 24px;
        top: 32px;
        font-size: 16px;
    }

    .sort-by-section.newsort-result h5 {
        float: left;
    }

    .progressbar.custom-progressbar {
        float: right;
        width: 120px;
    }

    .sticky-box {
        margin-top: 15px;
    }

    .booking-information > .booking-confirmation > .message {
        width: 100%;
        max-width: 100%;
    }

    .sort-by-title-total.block-sm-total.sm-floatleft {
        float: left !important;
    }
}

@media (max-width: 767px) {


    /*imran start 21-02-2022*/
    .search-city {
        font-weight: bold;
        font-size: 9px !important;
    }

    .timiin-sec li img {
        width: 100%;
        position: relative;
        bottom: 0;
    }

    .flx {
        display: flex;
        margin-top: 5px !important;
    }

    .m_auto {
        margin: 0px auto !important;
    }

    .time_cen {
        padding: 5px 0px;
    }

    .containerradio {
        font-size: 12px;
    }

    .bg_fix {
        background: #fff;
        padding: 8px 16px;
        /* color: #fff; */
        font-size: 14px;
        position: fixed;
        z-index: 9999;
        bottom: 0px;
        width: 100%;
        border-radius: 12px;
        border: 1px solid #000;
        margin: 0px 8px;
        right: -8px;
    }

    .timiin-sec_fst li img {
        bottom: 0px;
        width: 30px !important;
        display: inline-block;
        margin-right: 0px;
    }

    .dep_font_s {
        font-size: 13px !important;
    }

    .pdl {
        padding: 5px 13px !important;
        margin-bottom: 0px !important;
    }

    .pdr {
        padding: 5px 14px !important;
        margin-bottom: 0px !important;
    }

    .txt-left {
        text-align: left !important;
    }

    .pdl_10 {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .m-0 {
        margin: 0px;
    }

    .mt_18 {
        margin-top: 18px;
    }

    .faretypeM {
        margin-right: 25px;
        font-size: 10px;
    }

    .px_rs {
        padding: 0px !important;
    }

    .mrl_0 {
        margin-left: 0px !important;
    }

    .fnt li {
        font-size: 9px !important;
        font-weight: bold !important;
        margin: 0px 0px 0px 3px;
    }

    /*imran end 21-02-2022*/



    /*imran css start 18-06-2025*/
    .srch {
        bottom: 0px !important;
    }
    .search-section {
        background-image: url('../../Images/ATQ/banner/bnr-1.jpg')!important;
    }
    .future-icon {
        width: auto !important;
        margin-bottom: 10px;
    }
    .future-box {
        display: block !important;
        margin-top: 15px;
        text-align: center;
    }
    #mobile-search-tabs li a i {
        color: #fff !important;
        margin-right:3px;
    }
    .button-checkbox .btn-group a{
        padding-left:20px !important;
    }
    .search-tab-content .btn-group .btn{
        font-size:14px !important;
    }
    .navbar-toggle .icon-bar {
        background: #fff !important;
    }
    #toparea #header {
        background-image: none !important;
    }
    .modisection {
        display: block !important;
        align-items: normal;
        text-align: left !important;
    }
        .modisection .searchbox-text {
          margin-top:0px;
        }
    .sort-by-section {
        display: none;
    }
    .htl-text-with-star{
        display:block !important;
    }
    .htl-textHeding h2 {
        font-size: 14px !important;
        margin-bottom: 0px !important;
        line-height: normal !important;
        text-transform: capitalize !important; 
    }
    .htl-text-with-star {
        padding: 0px 7px !important;
    }
    .iconRooms span i {
        color: #007aff;
        font-size: 14px;
        margin: 0px 3px 0px 0px !important;
    }
    .mobile-filter nav a{
        font-size:14px!important;
    }


    .mobile-filter .dropdown-menu > li {
        margin:0px;
    }
    .txticonM {
        left: 24px;
        top: 34px;
    }
    .sec-searchmodify {
        background: #fff;
        padding: 8px 0px !important;
    }
    .breadcrumb-section {
        background-color: #f5f5f5;
        padding: 8px 0px !important;
    }
        .breadcrumb-section .breadcrumblist ol {
            padding: 0px 0px !important;
        }
    li > a:after {
        display: inline-block;
        position: absolute;
        right: 3px;
        top: 12px !important;
        content: "";
        font-family: FontAwesome;
    }
    .listing-style3.hotel figure img.hotel-result-img {
        width: 100% !important;
        height: 80px !important;
    }
    .new-detail-box-flex {
        display: block !important;
    }
        .new-detail-box-flex p{
            padding:0px 7px !important;
            margin:0px !important;
        }
    .iconRooms span {
        display: inline-block;
        margin: 0px 0px 0px 0px;
        padding: 0px 7px !important;
    }
    .price-wrapper-new-hotel {
        display: flex;
        transform: translateY(0%) !important;
        justify-content:space-between;
    }
    .recently-view {
        width: 50%;
        display: inline-block;
        justify-content: normal !important;
        margin-top: 10px !important;
    }
    #RoomMain .slider {
        margin-bottom: 10px !important;
        height: 289px !important;
    }
    .datepicker-wrap:before {
        left: 13px !important;
    }
    .shortShowRoomList{
        display:block !important;
    }
    .ShowRoom-dtl-box .box{
        box-shadow:none;
    }
    .shortShowRoomList li a {
        padding: 10px 8px !important;
        margin: 10px 0px !important;
        width: 100%;
    }
    .hotel-dtl-md-mdsearch {
        margin: 0px 0px !important;
    }
    .sec-hotelDtl {
        padding: 8px 0px !important;
    }
    .ShowRoom-dtl-box {
        margin: 0px 0px !important;
    }
    .optionContentListbox {
        display: flex !important;
        padding: 2px 4px !important;
        height: 90px !important;
    }
    .roomPrice-Box {
        height: 90px!important;
    }
    .mb-15 {
        margin-bottom: 15px !important;
    }
    .addd-q-book {
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        padding: 0px 0px;
        margin-top: 10px !important;
    }
    .room-First-col {
        padding: 5px 11px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .htl-RoomHeding h2 {
        font-size: 18px !important;
        margin-top: 0px;
    }
    .payment-mode {
        display: flex !important;
        justify-content: space-between!important;
    }
    .bdr-left {
        border-left: none !important;
    }
    .payment-mode .rdbtn {
        margin-right:0px!important
    }
    .pax-payment-dtltab-box {
        padding: 0px 15px !important;
    }
    .trav-info-h2{
        margin-bottom:0px;
    }
    form .checkbox label, form label.checkbox {
        font-size: 13px;
        text-transform: none;
    }
    .pax-contact-dtltab-box {
        padding: 10px 20px;
        border-right: 0 !important;
    }
       input.input-text, select, textarea, span.custom-select, .search-tab-content button, .drop-alter, .drop-alter > a {
            font-size: 12px;
            height: 40px !important;
        }
    .pax-tab-box {
        padding: 0px 14px;
        border-right: 0px !important;
    }
    article.box{
        box-shadow:none;
    }

    .Width-22 {
        width: 100%!important;
    }
    .cncle-ploy-txt{
        word-wrap:break-word !important;
    }
    .flag-icon-squared{
        display:none !important;
    }
    #copyright{
        margin-bottom:0px !important
    }
    .sidebar{
        float:none !important;
    }
    .cart-service-heading-container{
        font-size:18px !important;
    }
    /* .mobPrice {
        width:50%;
    }*/
    /*imran css end 18-06-2025*/
    .search-box #mobile-search-tabs > li.hidden {
        display: none !important;
    }

    #policyAnimate {
        height: 440px;
        overflow-y: auto;
    }

    .mobile-filter ul li a {
        color: #fff;
    }

    .visible-mobile .search-tabs li a {
        font-size: 15px;
    }

    .book-btn-h {
        width: 40%;
        display: inline-block;
        margin: 6px 13px;
    }

    div#quote_Pkg {
        width: 90%;
    }

    .txticonNR {
        position: absolute;
        left: 15px !important;
    }

    .nav.side-menu > li.active, .nav.side-menu > li.current-page {
        min-width: 53px;
    }

    .sort-by-section.search-details {
        padding: 7px 10px;
    }
    /*css form mobile flight result*/
    .hours-class {
        margin-top: 10px;
    }

    .border-rdashed {
        border-right: 1px dashed #d3d3d3;
    }

    .hours-class span {
        font-weight: 700;
    }

    .activity-main-wrapper article.resultBox.box {
        padding: 0px 7px 7px !important;
    }

    .activity-name-details h3 {
        font-size: 13px;
        margin: 5px 0px;
    }

    .car-wrapper article.resultBox.box img {
       /* border: 1px solid #d3d3d3;*/
        border:0px;
        width: 100%;
    }

    .car-future-icon {
        height: 26px;
        width: 26px;
        font-size: 14px;
        line-height: 24px;
    }

    .amenities ul.list_inline_check_car li {
        display: inline-block;
        margin-top: 0px;
        margin-right: 0px;
        padding-right: 2px;
    }

        .amenities ul.list_inline_check_car li i {
            display: inline-block;
        }

    #btnPaxSubmit {
        margin: 10px 0px 0px;
    }

    .copy-right p {
        font-size: 11px;
        text-align: center;
        display: block;
        float: none !important;
    }

        .copy-right p + p {
            margin-top: 5px;
        }

    .bottom-footer {
        padding: 10px;
    }

    .sidebar .booking-details {
        padding-top: 7px;
    }

    .sub.padding-top-10 {
        padding-top: 0px;
    }

    .passenger-main-wrapper #main {
        padding-top: 0px !important;
    }

    .date-status {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .status {
        margin-top: 5px;
        text-align: center;
        margin-left: 10px;
    }

    .date-status select, .date-status .status {
        flex: 1;
        text-align: left;
        margin-top: 0px;
    }

    .activity-pax-count, .transfer-pax-count {
        width: 100%;
    }

    .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria {
        left: 0px;
        right: 0px;
    }

    .agency-wrapper li.cartItem_main > a {
        margin-top: 3px;
    }

    #header #main-menu {
        position: absolute;
        right: 50px;
        top: 10px;
    }
    /*Issue resolved generate by QC team*/
    .transfer-main-wrapper article.resultBox.box .row {
        display: block;
    }

    .mrgn-top10-xs {
        margin-top: 10px;
    }

    .search-booking-chkbox-sec .lbldive {
        margin-left: 0px;
        float: none;
        display: inline-block;
        letter-spacing: normal;
    }

    .rating_con_flight .checkbox input[type=checkbox] {
        margin: 0px;
    }

    .dataTables_filter {
        width: 100%;
    }

    .text-transparent {
        color: transparent !important;
    }

    .transfer-main-wrapper article.resultBox.box .row {
        display: block;
    }

    .rights_checkbox {
        margin-top: 15px;
    }

    .outer-pages-wrapper {
        font-size: 12px;
    }

    #reCapcthaCode div, #reCapcthaCode iframe {
        max-width: 100% !important;
    }

    .rc-anchor-normal {
        width: 288px !important;
    }

    .menu.navbar-right.bg-yellow li {
        display: block;
    }

        .menu.navbar-right.bg-yellow li.active a {
            background: none;
        }

        .menu.navbar-right.bg-yellow li a {
            background: none;
            text-transform: uppercase;
        }

    .modal.in .modal-dialog {
       /* top: 0;*/
        top: 45%;
        transform: translateY(0%);
    }

    h2.request-txt {
        font-size: 16px;
        margin: 10px 0px;
    }

    .rightpostn {
        left: 0;
        float: none !important;
        top: 10px;
    }

    .pickup-detail ul li {
        display: block;
        border-right: none;
    }

    .inactiveuser {
        top: 0;
        left: 0;
        text-align: left;
        right: auto;
    }

    .modal-body iframe {
        min-height: 300px !important;
    }

    hotelautocomplete {
        position: relative !important;
        left: 0px !important;
        right: 0px !important;
        width: 100% !important;
    }

    .dropdown-toggle.black-text {
        /*color: #000000!important;*/
        background: none !important;
        border: none !important;
    }

    .progressbar.custom-progressbar {
        position: static;
    }

    .box-title, .package-headings {
        font-size: 16px;
    }

    .select-btn {
        width: 125px;
    }

    .pkg-add-room {
        right: auto;
        left: 40px;
        bottom: 0px;
    }

    .div_first_inner input {
        width: 100% !important;
    }

    .gridHeader th, tr {
        white-space: normal !important;
    }
}

@media (min-width: 320px) {
    .navbar-brand, .navbar-nav > li > a {
        color: #fff !important;
    }
}

@media(max-width: 480px) {
    #divtotalRecordTop {
        position: static;
        margin-bottom: 0px;
        padding: 5px 0px;
    }

    .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
    }

    #dvGB .table-responsive {
        position: relative;
        padding: 5px;
    }

    .issuevoucher-btn .col-xs-6 {
        width: 100%;
    }

    .confirmdesing {
        height: auto !important;
    }
}
/*responsive css added by mujahid end*/

/*responsive css added by kapil*/
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {

    .roomtbl tr {
        margin: 0 0 1rem 0;
    }

    .roomtbl td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    #rslt-cont.table > tbody > tr > td, #rslt-cont.table > tbody > tr > th, #rslt-cont.table > tfoot > tr > td, #rslt-cont.table > tfoot > tr > th, #rslt-cont.table > thead > tr > td, #rslt-cont.table > thead > tr > th {
        padding: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    ul.search-tabs li a {
        font-size: 12px;
    }
}

@media(min-width:768px) {

    .w-85 {
        width: 84.7%
    }

    .w-15 {
        width: 15%;
    }

    footer#footer {
        margin-top: 0px;
    }
}

#header .ribbon1.currency > ul.menu li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.hidden-table-sms.table-wrapper.intro {
    margin-top: 10px;
    padding: 10px;
}

.toggle-container .panel.style1.arrow-right .panel-title.pkg-toggle {
    position: relative;
    background: #f9f9f9;
    margin-top: 10px;
}

h2.box-title.travel-title.padding-bottom-10.room-price {
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}

.quote-btn {
    text-decoration: none;
}

.price-wrapper-new-hotel {
    margin: 10px 8px;
    text-align: center;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}

.listing-style3 .price-wrapper-new-hotel .price {
    text-align: center;
}

.quote-container .price small {
    text-transform: capitalize;
}


.transfer-quotation .col-sm-6.col-md-7 {
    border-right: 1px dashed #d9d9d9;
}

.activity_qutation > .row {
    display: flex;
    flex-wrap: wrap;
}

article.res.ult.Bo.x.box.transfer-quotation > .row {
    display: flex;
    flex-wrap: wrap;
}

.sort-flex {
    display: flex;
    align-items: center;
}

.quote-container .details_tabs a {
    background: #00a546;
    color: #fff;
    border: 0 solid #00a546;
}

.quote-container.quote-delete-all-icon {
    top: 10px;
}

.quote-service-price .currency {
    display: block;
    text-align: center;
}

.quote-Items .panel-title > i {
    font-size: 14px !important;
    width: 25px;
    text-align: center;
}

.quote-container .quote-service-price .currency {
    display: block;
    color: #000;
    font-weight: bold;
}

.quote-container .price-wrapper-new-hotel .currency {
    font-size: 90% !important;
    display: block;
    color: #838383;
    font-weight: bold;
}

.quote-container .price-wrapper-new-hotel {
    font-weight: bold;
    position: relative;
    text-align: center !important;
}

    .quote-container .price-wrapper-new-hotel .price small {
        font-size: 12px !important;
        text-transform: capitalize;
    }

.quote-container .quoteServicePrice {
    font-size: 14px;
    text-align: center !important;
    font-weight: bold;
    display: block;
}

.editQuotationPage #get-quote-loader {
    margin-left: 0px !important;
}

.quote-container .details_tabs a {
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

.transfer-quotation h3.box-title > span {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    display: block;
}

.resultBox.activity_qutation .car-future-icon {
    line-height: 0;
    padding: 5px 0;
}

.travelo-box .quote-Items > .panel-title {
    border-top: 1px dashed #d7d7d7;
    padding: 6px 0;
}

.travelo-box .quote-Items .panel-title:nth-child(1) {
    border-top: 0;
}

.travelo-box .quote-Items > .panel-title > .fa {
    width: 25px;
    vertical-align: middle;
}

.car-wrapper .amenities .popover-dismiss {
    display: inline-flex;
    color: #838383;
    align-items: center;
    margin-top: 7px;
    cursor: pointer;
}

.car-wrapper .amenities .fa-check-circle {
    display: inline-block;
}

.approveQuotationPage .rejected-cross {
    margin: -7px 7px 0 5px;
    color: red;
}

.approveQuotationPage .rejectedtxt {
    font-size: 9px !important;
}

.viewQuotationPage .rejectedtxt {
    font-size: 9px !important;
}

.margin-top-50 {
    margin-top: 50px;
}

ul#cultureDropDown li a {
    color: #fff;
    font-weight: 400;
}

.select-border {
    border-left: 1px dashed #ccc;
}

div#modifyNR .searchbox-text {
    font-size: 9px;
}

.viewQuotationPage #get-quote-loader {
    margin-left: 50px !important;
}

.editQuotationPage #get-quote-loader {
    margin-left: 50px !important;
}

.takepaymentissue {
    border-radius: 0.5rem;
}

/*F + H BY Amir*/
.FH-modify {
    padding: 0px !important;
    align-items: center;
    background: none !important;
}

.button-flex .amenities ul li a, .infor-circle a {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    cursor: pointer;
}

.FH-modify [class^="col-"], .FH-modify [class*=" col-"], .fltHtl [class^="col-"], .fltHtl [class*=" col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.fltHtl .col-md-5 {
    border-right: 1px dashed #d3d3d3;
}

.hover-effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
}

.amenities li {
    display: inline-block !important;
}

.fh-price-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.FH-result-wrapper .new-cost-wrapper .amenities ul li a {
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    cursor: pointer;
}

.fh-price-wrapper .price small {
    display: block;
    color: #838383;
    font-size: .6em !important;
    font-weight: bold;
}

.fh-tabwrapper .search-tab-content {
    border: 1px solid #dddddd;
    margin-top: -1px;
    padding: 10px !important;
    background: #fff;
}

.search-city {
    font-weight: bold;
    font-size: 14px;
}

.fh-sorting-bottom-flex .price-wrap .price small {
    color: #000000;
    font-size: 11px !important;
    display: block;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.fltHtl-row .row.button-flex {
    margin-top: 10px !important;
}

.fh-tabwrapper .article-top .col-sm-3, .fh-tabwrapper .article-top .col-sm-7, .fh-tabwrapper .article-top .col-sm-2 {
    padding: 7px !important;
}

.fh-tabwrapper .infor-circle a {
    display: inline-block;
    cursor: pointer;
}

.FH-result-wrapper .new-cost-wrapper .amenities ul li a:hover, .FH-result-wrapper .amenities ul li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.FH-passenger-wrapper .new-pax-details h3, .FH-passenger-wrapper .traveller-head {
    background: none;
    color: inherit;
}

.FH-passenger-wrapper .margin-top-10 {
    margin-top: 10px !important;
}

.FH-passenger-wrapper .radio, .FH-passenger-wrapper .checkbox {
    margin-bottom: 20px;
}

    .FH-passenger-wrapper .checkbox input[type=checkbox] {
        margin-left: -20px;
    }

.FH-result-wrapper .search-box-wrapper {
    padding: 20px 15px 5px;
    background: #fff;
    margin-top: 15px;
}

.FH-modify ul.search-criteria.sort-bar {
    float: left !important;
    display: flex;
    align-items: flex-end;
}

.FH-modify ul.search-criteria li {
    font-weight: bold;
}

.FH-result-wrapper .search-city {
}

.total-package-price {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.FH-result-wrapper .review-take-off, .FH-result-wrapper .review-landing {
    margin: 0;
}

.waiting-bg-gray.waiting-image {
    height: 80px;
}

.padding-top-left-right-10 {
    padding: 10px 0px 0px;
}

.FH-result-wrapper .toggle-container .panel-title.filter-heading > a {
    padding: 15px;
}


.agency-wrapper .cartItem_main #itemCount {
    background: #000 !important;
}

.cartItem_main #itemCount {
    background: #006ea6;
}

.cartItem_main #itemCountmobile {
    position: relative;
    display: block;
    top: -34px;
    left: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    color: #fff;
    border: 3px solid #fff;
    padding: 3px 0 0 0;
}

.agency-wrapper .cartItem_main #itemCountmobile {
    background: #000 !important;
}

/*Start fixes for Flight Sort result by By Amir*/
.flight-wrapper .dropdown-menu > li > div.inactive {
    padding: 0;
}

    .flight-wrapper .dropdown-menu > li > div.inactive > i {
        padding-right: 0;
        padding: 9px 8px 7px 9px;
    }

.flight-wrapper .dropdown-menu-fixed > li > div.active {
    padding: 0;
}

.flight-wrapper .dropdown-menu-fixed > li > div.inactive.active > i {
    padding-right: 0;
    padding: 9px 8px 7px 9px;
}

.flight-wrapper .dropdown-menu-fixed > li > div.inactive {
    padding: 0;
}

    .flight-wrapper .dropdown-menu-fixed > li > div.inactive > i {
        padding: 9px 8px 7px 9px;
    }
/*end*/

.railrq_time {
    padding: 0 !important;
}

.drop-alter .rail-pax-count.paxpanel {
    right: auto !important;
}
