﻿/***********header Start*************/
@font-face {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Maven Pro', sans-serif;
}

.clear {
    clear: both;
    padding: 1px;
}

.clear1 {
    clear: both;
    padding: 5px;
}

.auto {
    margin: auto;
}

.result-page-main-demo {
    width: 100%;
    float: left;
    margin-bottom: 17px;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0, .2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

    .result-page-main-demo .result-inner-demo-1 {
        float: left;
        width: 23%;
        background-color: #f2f2f2;
        height: 162px;
        max-height: 162px;
    }

        .result-page-main-demo .result-inner-demo-1 img {
            width: 100%;
            height: 155px;
            max-height: 155px;
        }

    .result-page-main-demo .result-inner-demo-2 {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        list-style: none;
        width: 52%;
        float: left;
        flex-direction: column;
        margin: 9px 0 10px 15px;
        height: inherit;
        border-right: 1px solid #f2f2f2;
    }

        .result-page-main-demo .result-inner-demo-2 p {
            font-family: Arial;
            font-size: 13px;
            color: #f2f2f2;
            margin: 4px 0 2px;
            background-color: #f2f2f2;
        }

            .result-page-main-demo .result-inner-demo-2 p span {
                font-family: Arial;
                font-size: 11px;
                color: #f2f2f2;
            }

                .result-page-main-demo .result-inner-demo-2 p span a {
                    color: #f2f2f2;
                }

            .result-page-main-demo .result-inner-demo-2 p .extra {
                font-family: Arial;
                font-size: 13px;
                color: #757575;
            }

            .result-page-main-demo .result-inner-demo-2 p img {
                margin: 0 4px 0 0;
                vertical-align: top;
            }

        .result-page-main-demo .result-inner-demo-2 h2 {
            font-family: 'Roboto Regular';
            font-size: 18px;
            color: #f2f2f2;
            margin-top: 0;
            margin-bottom: 7px;
            background-color: #f2f2f2;
        }

        .result-page-main-demo .result-inner-demo-2 .cancel-policy {
            float: left;
            width: 95%;
            border-top: 1px solid #f2f2f2;
            margin-top: 9px;
        }

            .result-page-main-demo .result-inner-demo-2 .cancel-policy p {
                font-family: Arial;
                font-size: 13px;
                color: #f2f2f2;
                margin: 10px 0 0;
                background-color: #f2f2f2;
            }

                .result-page-main-demo .result-inner-demo-2 .cancel-policy p font {
                    font-family: Arial;
                    font-size: 13px;
                }

            .result-page-main-demo .result-inner-demo-2 .cancel-policy .text-green {
                color: #f2f2f2;
            }

            .result-page-main-demo .result-inner-demo-2 .cancel-policy .text-red {
                color: #f2f2f2;
            }

            .result-page-main-demo .result-inner-demo-2 .cancel-policy p img {
                float: right;
                background-color: #f2f2f2;
            }

    .result-page-main-demo .result-inner-demo-3 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        list-style: none;
        width: 22%;
        margin-top: 11px;
        float: left;
        flex-direction: column;
    }

        .result-page-main-demo .result-inner-demo-3 h2 {
            font-family: Arial;
            font-size: 12px;
            color: #f2f2f2;
            margin-top: 0;
            margin-bottom: 7px;
            background-color: #f2f2f2;
        }

        .result-page-main-demo .result-inner-demo-3 p {
            font-family: 'Roboto Bold';
            font-size: 26px;
            color: #f2f2f2;
            margin: 0;
            line-height: 19px;
            background-color: #f2f2f2;
        }

        .result-page-main-demo .result-inner-demo-3 span {
            font-family: Arial;
            font-size: 13px;
            color: #f2f2f2;
            display: inline-block;
            margin-top: 5px;
            margin-bottom: 5px;
            background-color: #f2f2f2;
        }

        .result-page-main-demo .result-inner-demo-3 font {
            font-family: Arial;
            font-size: 13px;
            color: #f2f2f2;
            background-color: #f2f2f2;
        }

        .result-page-main-demo .result-inner-demo-3 button {
            padding: 7px 45px;
            margin-top: 11px;
            border-color: #f2f2f2;
            border: 2px solid #f2f2f2;
            font-family: 'Roboto Medium';
            font-size: 14px;
            color: #f2f2f2;
            letter-spacing: 2px;
            background-color: #f2f2f2;
        }

        .result-page-main-demo .result-inner-demo-3 .btn-default:hover, .result-page-main .result-inner-3 .btn-default:active:focus, .result-page-main .result-inner-3 .btn-default:active {
            background-color: #f2f2f2;
            outline: none;
            box-shadow: none;
        }

.animated-background {
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-name: placeHolderShimmer;
    -o-animation-name: placeHolderShimmer;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: linear-gradient(to right, #e4e4e4 8%, #ccc 18%, #e4e4e4 33%);
    background-size: 800px 104px;
    font-size: 0 !important;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    25% {
        background-position: -100px 0;
    }

    50% {
        background-position: 150px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.text-green {
    color: #118516;
}

.text-red {
    color: #ff0404;
}

.click-fare {
    display: none;
}

.bt-new {
    display: block;
    text-align: center;
    font-family: 'Roboto Regular';
    font-size: 16px;
    color: #0b2240;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0, .2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-top: 6px;
    padding: 10px;
    cursor: pointer;
}

.spacer-1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin: 28px 0 18px 0;
}

.spacer-2 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin: 4px 0 22px 0;
}

.map {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.spinner {
    margin: 1px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: relative;
    top: 36%;
}

    .spinner > div {
        background-color: #cdcdcd;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        -moz-animation-delay: -1.1s;
        -o-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        -moz-animation-delay: -1.0s;
        -o-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        -moz-animation-delay: -0.9s;
        -o-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        -moz-animation-delay: -0.8s;
        -o-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4) transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0) transform: scaleY(1.0);
    }
}

@-moz-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        -moz-transform: scaleY(0.4);
        -ms-transform: scaleY(0.4);
        -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -moz-transform: scaleY(1.0);
        -ms-transform: scaleY(1.0);
        -o-transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -moz-transform: scaleY(0.4);
        -ms-transform: scaleY(0.4);
        -o-transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -moz-transform: scaleY(1.0);
        -ms-transform: scaleY(1.0);
        -o-transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

.cal {
    background-image: url( "../../images/cal.gif" ) !important;
    background-position: top right !important;
    z-index: 99999;
    background-repeat: no-repeat;
}

.col-md-12 {
    width: 100%;
    margin: auto;
}

body {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #4a4a4a;
    text-align: left;
    background-color: #f6f7fb;
    font-family: 'Montserrat', sans-serif;
}

.navbar-default {
    background-color: none;
    border-color: transparent;
}

.topways > div > label {
}

.pricerate {
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    margin-left: 13px !important;
    margin-top: 10px;
}

.resO {
    margin-bottom: 10px;
}

.schead-text {
    text-align: center;
    font-size: 14px;
    height: 83px;
    /* text-transform: uppercase; */
    /* padding: 5px; */
    color: #424242;
    border-bottom: 1px solid #dedede;
    z-index: 999999;
    background-color: #ffffff;
}

.htlautomaindiv {
    display: none;
    position: absolute;
    top: 34px;
    width: 94%;
    left: 4%;
}

.bdrs {
    border-top: 2px solid #fff;
    margin-left: 8px;
    width: 22% !important;
}

.flyclubhead {
    /*position: fixed;*/
    top: 0px;
    width: 100%;
    float: left;
    z-index: 1;
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#051322),to(#15457c));
    background-image: -webkit-linear-gradient(top,#051322,#15457c);
    background-image: -moz-linear-gradient(top,#051322,#15457c);
    background-image: -o-linear-gradient(top,#051322,#15457c);
    background-image: linear-gradient(180deg,#051322,#15457c);
    -webkit-background-size: 100% 454px;
    -moz-background-size: 100% 454px;
    -o-background-size: 100% 454px;
    background-size: 100% 454px;
    min-height: 450px;
}

.dates {
    float: left;
}

.class_ops {
    opacity: 0.5;
}

.datedsb {
    opacity: 0.5;
    z-index: 9999999999;
    background-color: #e2e2e2 !important;
}

.sdfsdfsd {
    display: none !important;
}

.topblc {
    position: fixed !important;
    z-index: 99999;
    margin-right: 0px;
    margin-left: 0px;
    animation: slide-down .3s;
    top: 0;
    width: 103%;
    /* border-bottom: 1px solid #dedede; */
}

.faredetsil {
    width: 60%;
    margin: 10% 0 0 20% !important;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #333;
    margin: auto;
    border: 6px solid #eee;
    left: 34%;
    top: 182px;
}



.input-group-addon {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ffffff;
    /* border-left: 1px solid #ccc; */
    border-radius: 0px;
}

.head-text {
    text-align: center;
    font-size: 14px;
    height: 84px;
    /* text-transform: uppercase; */
    /* padding: 5px; */
    color: #fff;
    z-index: 999999;
    background-color: #051323;
}

.topways {
}

.mail {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 12px;
    width: 100%;
    font-weight: 300;
    height: 33px;
    border-radius: 10px;
    line-height: 30px;
    margin: 0;
    padding: 1px 5px;
    text-align: center;
    cursor: pointer;
}

.topways > div > label.active {
    background: #e7e7e7;
    color: #504e70;
}

.padfive {
    padding: 0;
}

.nopad {
    padding: 0 !important;
}

.mrgs {
    margin-left: -2px;
}

.mrgss {
    margin-left: -6px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 12px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption div {
        color: #fff;
        font-size: 37px;
        font-weight: 700;
        overflow: hidden;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
    }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    /*min-height: 650px;*/
}

.carousel-caption span {
    color: #fff;
    font-size: 26px;
    overflow: hidden;
    text-align: center;
}

.nav-tabs.customtab {
    border: 0;
}

    .nav-tabs.customtab li {
        display: table-cell;
        float: none;
        margin: 0;
        vertical-align: top;
    }

        .nav-tabs.customtab li a {
            background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
            border: 0 none;
            border-radius: 0;
            color: #333;
            display: table;
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
            white-space: nowrap;
        }

.morefa.fa {
    color: #666;
    font-size: 14px;
    width: 20px;
}

.nav-tabs.customtab li a span {
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.nav-tabs.customtab li.active a, .nav-tabs.customtab li.active a:hover {
    border: 0;
}

.nav-tabs.customtab li.active a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
}

.captngrp {
    display: block;
    margin: 8% 0;
    overflow: hidden;
}

.bigcaption {
    color: #fff;
    display: block;
    font-size: 58px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.smalcaptn {
    color: #fff;
    display: block;
    font-size: 30px;
    overflow: hidden;
    text-align: center;
}

.secndblak {
    background: none repeat scroll 0 0 rgba(18, 3, 30, 0.7);
    width: 100%;
    height: auto;
}

.sprte {
    background: url(../../images/sprite1.png?v=1) no-repeat 0 0;
}

.sidebord {
    border-right: 1px solid #d8d8d8;
}

.nav-tabs.tabstab {
    width: 930px;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -37px;
    right: 0;
    z-index: 11;
}

    .nav-tabs.tabstab > li {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
        margin: 0 2px 0 0;
        transition: all 400ms ease-in-out;
    }

        .nav-tabs.tabstab > li > a {
            border: medium none;
            border-radius: 0;
            color: #333;
            font-weight: 600;
            font-size: 16px;
            line-height: 60px;
            margin: 0;
            padding: 0 30px;
        }

            .nav-tabs.tabstab li.active a, .nav-tabs.tabstab > li > a:hover, .nav-tabs.tabstab > li > a:focus {
                background: none;
                border: none;
                font-weight: bold;
                /* border-bottom: 5px solid #ddd; */
                color: #313131;
                cursor: pointer;
                text-decoration: none;
            }

    .nav-tabs.tabstab li.active {
        color: #000;
        border-bottom: 2px solid #0b91ff;
        background: none repeat scroll 0 0 rgba(214, 214, 214, 0.7);
    }

    .nav-tabs.tabstab li:hover {
        background: none repeat scroll 0 0 rgba(214, 214, 214, 0.7);
    }

.sprte.iconcmn {
    margin-right: 12px;
}

.sprte.icnhnflight {
    background-position: 2px 14px;
    transition: all 400ms ease-in-out;
}

.sprte.icnhtl {
    background-position: -138px 14px;
    transition: all 400ms ease-in-out;
}

.sprte.icnhnbus {
    background-position: -273px 14px;
    transition: all 400ms ease-in-out;
}

.sprte.icnhnhlydy {
    background-position: -409px 14px;
    transition: all 400ms ease-in-out;
}

.nav-tabs.tabstab li:hover .sprte.icnhnflight,
.nav-tabs.tabstab li.active .sprte.icnhnflight {
    background-position: 2px -66px;
    transition: all 500ms ease-in-out;
}

.nav-tabs.tabstab li:hover .sprte.icnhtl,
.nav-tabs.tabstab li.active .sprte.icnhtl {
    background-position: -138px -68px;
    transition: all 500ms ease-in-out;
}

.nav-tabs.tabstab li:hover .sprte.icnhnbus,
.nav-tabs.tabstab li.active .sprte.icnhnbus {
    background-position: -273px -68px;
    transition: all 500ms ease-in-out;
}

.nav-tabs.tabstab li:hover .sprte.icnhnhlydy,
.nav-tabs.tabstab li.active .sprte.icnhnhlydy {
    background-position: -409px -68px;
    transition: all 500ms ease-in-out;
}

.alladvnce {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #fff;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
    width: 96%;
}

    .alladvnce::after {
        content: "\f078";
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: 0;
        color: #fff;
        font-family: "FontAwesome";
        font-size: 12px;
        line-height: 50px;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 30px;
    }

.advncedown::before {
    content: "\f0d8";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 45px;
    position: absolute;
    right: 50px;
    top: -30px;
}

.advncedown {
    display: none;
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px -5px #000;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 55px;
    width: auto;
    transition: all 400ms ease-in-out;
    z-index: 10000;
}

    .advncedown.fadeinn {
        display: block;
    }

.scroladvc {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.adscrla {
    color: #444;
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.advncedown.spladvnce {
    left: 0;
}

.iconcmn {
    float: left;
    height: 60px;
    width: 67px;
}

.nopad {
    padding: 0;
}

.tabspl {
    float: left;
    padding: 20px 0;
    width: 100%;
}

.tabrow {
}

.lablform {
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
}

.deprtures::before {
    content: "\f072";
    bottom: 0;
    color: #d1bd9c;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.destinatios::before {
    content: "\f072";
    bottom: 0;
    color: #d1bd9c;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 40px;
}

.plcetogo {
    position: relative;
}

.plcemark::before {
    content: "\f041";
    bottom: 0;
    color: #d1bd9c;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.datemark::before {
    content: "\f073";
    bottom: 0;
    color: #d1bd9c;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.nitmark::before {
    content: "\f186";
    bottom: 0;
    color: #d1bd9c;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.selctmark::after {
    content: "\f078";
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    color: #999;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 50px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.normalsel {
    border: 1px solid #fff;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.normalinput::-webkit-input-placeholder {
    color: #666;
}

.normalinput:-moz-placeholder {
    color: #666;
}

.normalinput::-moz-placeholder {
    color: #666;
}

.normalinput:-ms-input-placeholder {
    color: #666;
}

.normalinput::-ms-input-placeholder {
    color: #666;
}

.normalinput:placeholder-shown {
    color: #666;
}

.padselct {
    color: #666;
    font-size: 15px;
    padding: 0 20px 0 40px;
    text-align: center;
}

.normalinput {
    border: 1px solid #fff;
    color: #333;
    display: block;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    padding: 0 10px 0 40px;
    width: 100%;
}

.tab-content.custmtab {
    float: left;
    width: 100%;
}

.padfive {
    padding: 0;
}

.totlall {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

    .totlall::after {
        content: "\f078";
        background: none repeat scroll 0 0 #fff;
        bottom: 0;
        color: #999;
        font-family: "FontAwesome";
        font-size: 12px;
        line-height: 50px;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 30px;
    }

.remngwd {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.roomcount {
    display: none;
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px -5px #000;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 55px;
    width: auto;
    transition: all 400ms ease-in-out;
    z-index: 10000;
}

    .roomcount.fadeinn {
        display: block;
    }



.modifytop {
    width: 50%;
    overflow-x: auto;
    margin: 50px auto;
}

.secndblak {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
    background-color: #fff;
    padding: 50px 20px 0;
}

.segmented {
    padding: 12px;
}

    .segmented input[type=radio] {
        display: none;
    }

    .segmented label {
        border: outset 1px silver;
        padding: 2px 16px;
        margin-right: -5px;
        background: #ddd;
        cursor: pointer;
    }

    .segmented input:checked + label {
        border: inset 1px silver;
        background: #aaa;
    }

.top_cont {
    background-color: #004b91;
    min-height: 32px;
    width: 100%;
}

.head {
    margin: 0px;
    padding: 0px;
}

    .head li {
        float: left;
        padding: 5px 4px;
        color: #fff;
        font-weight: normal;
        font-size: 15px;
        list-style-type: none;
    }

.head-new {
    float: left;
    padding: 6px 0 0 0;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    list-style-type: none;
    width: 100%;
}

.layover {
    text-align: center;
    padding: 4px;
    background: #f1f1f1;
    border-radius: 20px;
}

.btn-head {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 0 0 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.loginfnt {
    font-size: 13pt !important;
    color: #555 !important;
    font-family: 'Quicksand', sans-serif !important;
}

.line-top {
    border-top: 1px solid #414141;
    float: left;
    margin-top: -12px;
    width: 100%;
}

.fome-few {
    width: 100%;
    margin: 0 0 7px 0;
}


.headnumber {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

    .headnumber a {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

        .headnumber a:hover {
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            margin-top: 4px;
            text-decoration: underline;
        }

.headnumber-left {
    color: #fff;
    font-family: 'Bernard MT';
    font-weight: bold;
    font-size: 23px;
    padding-left: 3px;
}

.headnumber-left-1 {
    color: #fff;
    font-size: 14px;
}

    .headnumber-left-1:hover {
        color: #fff;
        font-size: 14px;
    }

@font-face {
    font-family: 'Trebuchet MS Bold';
    src: url('../fonts/Trebuchet MS Bold.ttf');
    font-weight: bold;
}

.logo {
    font-size: 30px;
    color: #1e4b86;
    font-weight: bold;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/Trebuchet MS.ttf');
    font-weight: bold;
}

.logo-footer {
    font-size: 11px;
    color: #414141;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.homebutton {
    color: #f59440;
    font-size: 18px;
}

.main-head-left {
    margin: 0px;
    padding: 0px;
}

    .main-head-left ul li {
        line-height: 21px;
        color: #fff;
        font-size: 14px;
        list-style: none;
        display: inline;
        padding: 0 6px;
    }

/***********header End*************/
/***********Footer Start*************/
.flyclubfooter {
    width: 100%;
    float: left;
}

.Fly_footer {
    background-color: #19191b;
    min-height: 200px;
    width: 100%;
}

.Fly_footer-last {
    background-color: #242426;
    min-height: 30px;
    width: 100%;
    font-family: "Open Sans",sans-serif;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.iata {
    margin: 80px 0 0 0;
}

@font-face {
    font-family: 'bellotabold';
    src: url('../fonts/Bellota-Bold-webfont.eot');
    font-weight: bold;
}

.logo-flt {
    font-family: Bellota;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

@font-face {
    font-family: 'bellotabold';
    src: url('../fonts/Bellota-Bold-webfont.eot');
    font-weight: bold;
}

.logo-flt-1 {
    font-family: bellota;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.address {
    font-size: 14px;
    color: #a7a9a8;
    line-height: 20px;
}

.footer-txt {
    font-size: 16px;
    color: #a7a9a8;
    line-height: 20px;
}

    .footer-txt a {
        font-size: 14px;
        color: #a7a9a8;
        line-height: 20px;
    }

        .footer-txt a:hover {
            font-size: 14px;
            color: #fff;
            line-height: 20px;
        }

.part {
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    padding: 0px 0 0 0px;
}

.facbook {
    float: left;
    margin-right: 0px;
    transition: width 2s ease 0s, height 2s ease 0s, transform 2s ease 0s;
}



/***********Footer End*************/
/***********Default Start*************/

.searchengine {
    padding: 0px;
    /* margin: -482px 0 0 0; */
    width: 100%;
    z-index: 999;
    /* margin: 0 auto; */
    top: 296px !important;
}

.align-set {
    float: right;
}

.maintab {
    background-color: #d31b83;
    min-height: 40px;
}

.maintab1 {
    background-color: #1e4b86;
    opacity: 0.7;
}

.backmiddle {
    background-image: url( "../images/back.png" );
    background-position: top center;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 68px;
}

.text-top {
    font-size: 19px;
    color: #fff;
}


.text-search {
    font-size: 14px;
    color: #fff;
}

.dest-fare {
    font-size: 16px;
    color: #504e70;
}

.totel-fare {
    font-size: 18px;
    color: #fd5f00;
    font-weight: bold;
}

.head-top {
    font-size: 18px;
    color: aliceblue;
}

.search {
    margin: 20px 0 0 0;
    width: 140px;
    font-size: 21px;
}

.flight-big-head h1 {
    font-size: 18px;
    color: #222222;
    line-height: 16px;
    font-weight: normal;
    text-align: center;
}

.big-head h1 {
    font-size: 20px;
    color: #1e4b86;
    line-height: 16px;
    font-weight: normal;
}

.big-head h2 {
    font-size: 19px;
    color: #222222;
    font-weight: bold;
}

.big-head h3 {
    font-size: 19px;
    color: #222222;
}

.whybook-text {
    font-size: 15px;
    color: #0e0e0e;
}

.whybook-textsmall {
    font-size: 13px;
    color: #0e0e0e;
    line-height: 16px;
}

.needmain {
    background-color: #de0071;
}

.needhelp {
    font-size: 20px;
    color: #ffffff;
    line-height: 18px;
    padding: 5px 0 0 0;
}

.needhelpsmall {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}

.needcallicon {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
}

.needphonenumber {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
}

.inbox {
    border: 1px solid #e1e0e0;
    background-color: #edeff0;
}

.deals-inbox {
    font-size: 26px;
    color: #272728;
    font-weight: normal;
}

.deals-inboxsmall {
    font-size: 11px;
    color: #272728;
    font-weight: normal;
}

.newsletter-btn {
    background-color: #de0071;
    border: none;
    width: 224px;
    font-size: 20px;
    line-height: 28px;
}

.email-icon {
    font-size: 26px;
    color: #de0071;
    font-weight: bold;
}

.email-main {
    height: 45px;
    font-size: 14px;
    color: #131313;
}

.text-gray {
    font-size: 14px;
    color: #131313;
    line-height: 20px;
    text-align: justify;
}

@media (max-width: 767px) {

    .pdbtm {
        padding-bottom: 10px;
    }

    .clearsss {
        clear: both;
    }

    .carousel {
        position: absolute;
        top: 58px;
    }

    #page-content-wrapper {
        width: 100%;
        padding-top: 5px !important;
    }

    .collapse {
        display: block;
        visibility: initial;
        float: right;
    }



    .tabs-left > li.small_size {
        margin-right: -1px;
        background-color: #f2fbff;
        color: #424242;
        float: left;
    }

    .text-top {
        font-size: 15px;
        color: #fff;
    }

    .dest-fare {
        font-size: 13px;
        color: #504e70;
    }

    .totel-fare {
        font-size: 14px;
        color: #fd5f00;
        font-weight: bold;
    }

    .main-txtbig {
        color: #504e70;
        font: normal 12px/14px calibri;
    }

    .rst-totel {
        color: #fd5f00;
        font: normal 14px/12px calibri;
    }



    label {
        display: inline-block;
        max-width: 100%;
        font-size: 12px;
        margin-bottom: 2px;
        font-weight: normal;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .searchengine {
        padding: 0px;
        /* margin: -482px 0 0 0; */
        width: 100%;
        z-index: 99;
        /* margin: 0 auto; */
        position: absolute;
        top: 126px !important;
    }

    .searchenginess {
        padding: 0px;
        /* margin: -482px 0 0 0; */
        width: 100%;
        z-index: 99;
        /* margin: 0 auto; */
        position: absolute;
        top: 126px !important;
    }
}

/*New Tab Start Start*/

.bgclo {
    /*background: url("../../images/blur-images-14.jpg")*/ /*repeat scroll left top rgba(0, 0, 0, 0)*/
    ;
    background-size: cover;
    /*background-color:#ddd;*/
}

.tabsbg {
    color: #696969;
    opacity: 0.95;
}

.tab-top {
    background-color: #ff9840;
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 20px;
    height: 60px;
    color: #fff;
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
    float: right;
}

.tabs-left {
    margin-top: 58px;
    width: 100%;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
    background-color: #fff;
    color: #424242;
}


.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background-color: #5a5f65;
    color: #fff;
    text-align: center;
    width: 100%;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 0px 0 0 0px;
    color: #102a50;
    font-size: 14px;
    text-align: center;
    padding: 15px 19px;
    line-height: 21px;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
/*New Tab Start End*/

.mg-image {
    width: 278px;
    height: 165px;
    overflow: auto;
}

    .mg-image img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -o-transition: all 1s ease; /* IE 9 */
        -ms-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
        max-width: 100%;
    }

.input-group .form-control {
    position: relative;
    z-index: 999;
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
}



.form-control {
    display: block;
    width: 100%;
    height: 49px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.carousel-indicators {
    bottom: 0px;
    padding: 0 0 0 0px;
    z-index: 9999;
    top: 405px;
    position: absolute;
}

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 0;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 3px #424242;
    }

ul, ol {
    margin-top: 0;
    margin-bottom: 4px;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group > label {
        color: #051322;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px;
    text-indent: -999px;
    box-shadow: 0px 0px 3px #424242;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(62, 62, 62, 1);
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #424242;
}

.recent {
    background-color: #004b91;
    color: #fff;
    font-size: 27px !important;
    margin-top: 10px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ico-be-sub-arrow {
    position: absolute;
    top: -16px;
    right: 5px;
}

.text-searchs {
    border-radius: 6px;
    font-size: 11px;
    color: #424242;
}

#hbox {
    display: none;
    background-color: white;
    width: 39%;
    box-shadow: 0px 0px 7px #424242;
    color: #424242;
    z-index: 9999999999;
    height: 288px;
    position: absolute;
    bottom: 0;
    top: 23px;
    right: 11px;
    overflow: scroll !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.travelpad {
    padding-top: 10px;
}

.arrowss {
    position: relative;
    top: -40px;
    color: #fff;
    z-index: 999999;
}

#box {
    display: none;
    background-color: white;
    width: 300px;
    box-shadow: 0px 0px 7px #424242;
    color: #424242;
    z-index: 99999;
    position: absolute;
    bottom: 0;
    top: 77px;
    right: -32%;
    padding-bottom: 10px;
    padding-top: 10px;
    float: right;
    right: -10px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    width: 100%;
}

.btn-success {
    color: #fff;
    background-color: #ed1922 !important;
    border-color: #ed1922 !important;
}

    .btn-success:hover {
        color: #fff;
        background-color: #c8151c !important;
        border-color: #c8151c !important;
    }

    .btn-success:active {
        color: #fff;
        background-color: #c8151c !important;
        border-color: #c8151c !important;
    }

    .btn-success::selection {
        color: #fff;
        background-color: #c8151c !important;
        border-color: #c8151c !important;
    }

.input-group-addon {
    border-left: 1;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.leftp {
    padding-left: 0px;
}

.leftr {
    padding-right: 0px;
}

.leftp > ul > li > a {
    padding: 8px 10px;
    text-align: left !important;
    padding-left: 17px;
}

.leftp > ul > li.active > a {
    background-color: #f79541 !important;
    color: #fff !important;
}

.abc > tbody > tr > td {
    padding: 3px 0px 3px 2px;
    font-size: 13px;
}

.acc > tbody > tr > th {
    text-decoration: underline;
    font-size: 13px;
    text-align: center;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    left: initial;
    right: 0;
    z-index: 1030;
}

/***********Default End*************/


/*Side Menu Start*/

#sidebar-wrapper {
    z-index: 99999;
    right: -2px;
    top: 105px;
    width: 0;
    height: 100%;
    border: 1px solid #e8e8e8;
    margin-right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 52px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .sidebar-nav li {
        position: relative;
        line-height: 20px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        .sidebar-nav li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            height: 100%;
            width: 0px;
            background-color: #1c1c1c;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
        }




.abcss {
}

.sidebar-nav li:before {
    background-color: transparent;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #656565;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    font-size: 14px;
}

    .sidebar-nav li a:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #ed1821;
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus,
    .sidebar-nav li.open a:hover,
    .sidebar-nav li.open a:active,
    .sidebar-nav li.open a:focus {
        color: #fff;
        text-decoration: none;
    }

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 14px;
    line-height: 35px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #eee;
    box-shadow: none;
}




    .sidebar-nav .dropdown-menu li.open a:hover,
    .sidebar-nav .dropdown-menu li.open a:focus {
        color: #fff;
        text-decoration: none;
    }

.sidebar-nav li:first-child a:hover {
    color: #656565;
    text-decoration: none;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 48px;
    right: 34px;
    z-index: 99999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}

    .hamburger:hover,
    .hamburger:focus,
    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        position: absolute;
        left: 0;
        height: 4px;
        width: 100%;
    }

    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
        background-color: #ffffff;
    }

    .hamburger.is-closed .hamb-top {
        top: 5px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-middle {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-closed .hamb-bottom {
        bottom: 5px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-top {
        top: 0;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        bottom: 0;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        background-color: #ffffff;
        color: #fff;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-bottom {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(191, 191, 191, 0.8);
    z-index: 999;
}

.wlctt {
    margin-top: 24px;
    text-align: right;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: initial;
}

.form-controlss {
    display: block;
    width: 270px !important;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin: 0 auto;
    background-color: #fff !important;
    background-image: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 13pt !important;
    color: #555 !important;
}

    .form-controlss::-webkit-input-placeholder {
        color: #004b91;
    }

.form-controlsl {
    display: block;
    width: 389px !important;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border-bottom: 0px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 13pt !important;
    color: #555 !important;
}



    .form-controlsl::-webkit-input-placeholder {
        color: #004b91;
    }

.btnsss {
    display: inline-block;
    padding: 12px 17px;
    font-size: 17px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background-color: #ed131c;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.input-groups {
    position: relative;
    display: inherit;
    border-collapse: initial;
}

.search-text {
    color: #004b91;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
}

.btn-warning {
    color: #fff;
    background-color: #ed1821;
    border-color: #ed1821;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #ed1821;
        border-color: #ed1821;
    }

.form-groups {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    /*width: 15%;*/
}

.form-controlaa {
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #a2a2a2 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.form-controlaa, select {
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #a2a2a2 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.ui-corner-all {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0px !important;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    height: 39px !important;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
    line-height: 34px !important;
    cursor: pointer;
}
/*  Side Menu End */

hr {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid #eee;
}

.clears {
    clear: both;
}

.fade {
    opacity: initial;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.lblss {
    color: #424242 !important;
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    font-size: 11pt;
    color: #0d0d0d;
}

#hTraveller > label > span {
    color: #fff !important;
}




.abc1 > input[type=checkbox] {
    display: none;
    cursor: pointer;
}


    .abc1 > input[type=checkbox] + label {
        background: url(../images/1t.png) no-repeat;
        background-size: 100%;
        height: 35px;
        width: 35px;
        display: inline-block;
        padding: 0 0 0 0px;
        cursor: pointer;
    }

.abc1 span {
    padding: 2px 0 0 2px;
    border-top: 1px solid #e2e2e2;
    float: left;
}

.abc2t > input[type=checkbox] {
    display: none;
    cursor: pointer;
}

    .abc2t > input[type=checkbox] + label {
        background: url(../images/2t.png) no-repeat;
        background-size: 100%;
        height: 35px;
        width: 35px;
        display: inline-block;
        padding: 0 0 0 0px;
        cursor: pointer;
    }


.abc2t span {
    padding: 2px 0 0 7px;
    border-top: 1px solid #e2e2e2;
    float: left;
}


.abc3t > input[type=checkbox] {
    display: none;
    cursor: pointer;
    float: left;
}

    .abc3t > input[type=checkbox] + label {
        background: url(../images/3t.png) no-repeat;
        background-size: 100%;
        height: 35px;
        width: 35px;
        display: inline-block;
        padding: 0 0 0 0px;
        cursor: pointer;
    }


.abc3t span {
    padding: 2px 0 0 7px;
    border-top: 1px solid #e2e2e2;
    float: left;
}


.abc4t > input[type=checkbox] {
    display: none;
    cursor: pointer;
}

    .abc4t > input[type=checkbox] + label {
        background: url(../images/4t.png) no-repeat;
        background-size: 100%;
        height: 35px;
        width: 35px;
        display: inline-block;
        padding: 0 0 0 0px;
        cursor: pointer;
    }


.abc4t span {
    padding: 2px 0 0 7px;
    border-top: 1px solid #e2e2e2;
    float: left;
}

.bdrs {
    border-top: 2px solid #fff;
    margin-left: 2px;
}

.bdrss {
    border-top: 2px solid #e9121a;
    margin-left: 6px;
}



/*Hotel Start*/


.main-content {
    width: 1120px;
    margin: 0 auto;
    padding-left: 106px;
}

#main-content {
    width: 1120px;
    margin: 0 auto;
}

.modifyss {
    background-color: #004b91;
    height: 60px;
    padding: 10px;
    width: 100%;
    color: #fff;
}

[type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    margin-left: 0.1rem !important;
    margin-right: 0.2rem !important;
    margin-bottom: 0;
    vertical-align: baseline;
}

.jplist-panel .text-filter-box {
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
}

.jplist-panel input[type="text"] {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    /* width: 150px; */
    text-indent: 5px;
    background: #fff;
}
/*.list .list-item {
    margin-top: 8px;
    float: left;
}*/

.bstfont {
    font-size: 15px;
}

.resultDivround {
    line-height: 32px;
}

.jplist-range-slider .ui-slider {
    float: left;
    width: 197px;
    margin-left: 10px;
    margin-top: 10px;
}


.ResultPageLoding_box {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../../Hotel/Images/fade.png);
    z-index: 999;
}

.ResultPageLoding {
    width: 29%;
    position: fixed;
    top: 26%;
    left: 35%;
    padding: 1%;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 5px #333;
    z-index: 9999;
}

.text-center {
    text-align: center;
}

.htlmodify {
    /* background: #f9f9f9 url(../images/logo.png) no-repeat; */
    width: 100%;
    padding-left: 2%;
    position: fixed;
    top: 0;
    /* left: 34%; */
    border-bottom: 2px solid #d1d1d1;
    z-index: 999;
    box-shadow: 0px 2px 3px #d1d1d1;
}


.buttonfltbkss {
    background-color: #ed131b !important;
    color: #ffffff !important;
    /* width: 100%; */
    height: 32px;
    padding-left: 6px;
    padding-right: 8px;
    padding: 5px 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    font-size: 13px;
    border-radius: 3px !important;
    border: 0px solid #ffffff;
    cursor: pointer;
}

    .buttonfltbkss:hover, .buttonfltbkss:focus, buttonfltbkss.focus, buttonfltbkss:active, buttonfltbkss.active {
        background-color: #ed131b !important;
        color: #ffffff !important;
        /* width: 100%; */
        height: 32px;
        padding-left: 6px;
        padding-right: 8px;
        padding: 5px 12px;
        font-weight: bold;
        text-align: center;
        padding-top: 7px;
        font-size: 13px;
        border-radius: 3px !important;
        border: 0px solid #ffffff;
        cursor: pointer;
    }

.buttonfltbk {
    background-color: #ed131b !important;
    color: #ffffff !important;
    width: 100px;
    height: 32px;
    padding-left: 3px;
    padding-right: 3px;
    float: left;
    padding: 5px 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 3px !important;
    border: 0px solid #ffffff;
    cursor: pointer;
}

    .buttonfltbk:hover, .buttonfltbk:focus, buttonfltbk.focus, buttonfltbk:active, buttonfltbk.active {
        background-color: #ed131b !important;
        color: #ffffff !important;
        width: 100px;
        height: 32px;
        padding-left: 3px;
        padding-right: 3px;
        float: left;
        padding: 5px 5px;
        font-weight: bold;
        text-align: center;
        padding-top: 7px;
        margin-right: 5px;
        font-size: 13px;
        border-radius: 3px !important;
        border: 0px solid #ffffff;
        cursor: pointer;
    }

.buttonfltbks {
    background-color: #ed131b !important;
    color: #ffffff !important;
    width: 100px;
    height: 32px;
    padding-left: 3px;
    padding-right: 3px;
    float: left;
    padding: 5px 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 3px !important;
    border: 0px solid #ffffff;
    cursor: pointer;
}

    .buttonfltbks:hover, .buttonfltbks:focus, buttonfltbks.focus, buttonfltbks:active, buttonfltbks.active {
        background-color: #ed131b !important;
        color: #ffffff !important;
        width: 100px;
        height: 32px;
        padding-left: 3px;
        padding-right: 3px;
        float: left;
        padding: 5px 5px;
        font-weight: bold;
        text-align: center;
        padding-top: 7px;
        margin-right: 5px;
        font-size: 13px;
        border-radius: 3px !important;
        border: 0px solid #ffffff;
        cursor: pointer;
    }

.OSelect {
    padding: 9px;
    background: #ed1821;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500 !important;
    color: #fff;
}

.frscls1 {
    font-size: 18px;
}

.divseat {
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    z-index: 999999 !important;
    top: 120px !important;
    color: #14b4f0;
    vertical-align: top;
    padding-top: 100px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #333;
    padding: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: auto;
    height: auto;
    width: 700px;
    background-color: #fff;
    background-position: center;
    display: none;
}

.tbl div {
    float: right;
}

.divBlock {
    background-image: url(../Images/1.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.divHoriSleperBlock {
    background-image: url(../Images/s4.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 20px;
    cursor: pointer;
}

.divSeatshow {
    display: none;
    position: absolute;
    padding: 1% 2%;
    z-index: 9999;
    margin-top: 50px;
    font-weight: normal;
    background: #f1f1f1;
    box-shadow: 1px 2px 3px #d1d1d1;
}

.divAval {
    background-image: url(../Images/4.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.divHoriSleperAval {
    background-image: url(/Bs/Images/s1.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.divHoriSleperSelect {
    background-image: url(/Bs/Images/s3.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.divSelect {
    background-image: url(../Images/2.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.cls {
    width: 30px;
    height: 30px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.bothwayselect {
    color: #504e70;
}

.bothwayselect {
    z-index: 9999;
    position: absolute;
    width: 64.6% !important;
    border: 1px solid #ccc;
    background: #dddddd !important;
    padding: 1%;
    display: none;
    box-shadow: 1px 2px 4px #ccc;
}

.jplist-list .list-item .DepartureTime {
    float: left;
    padding: 0 1%;
    width: 22% !important;
}

.jplist-list .list-item .block .title {
    width: 34% !important;
    text-align: right;
    float: right;
}

.OSelect {
    padding: 0px !important;
    background: #ec1e24 !important;
    cursor: pointer;
    height: 30px !important;
    text-align: center !important;
    width: 63px !important;
    border-radius: 5px;
    font-weight: bold;
    float: right;
    color: #fff;
    margin-top: 5px;
    font-size: 12px !important;
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    color: #424242 !important;
}

.clear1 {
    clear: both;
}

.catioon_top {
    margin-bottom: 0px;
    font-size: 25px;
    color: #262626;
    margin: 15px auto;
    padding-top: 0px;
    text-align: center;
}

.bullet_flight {
    width: 255px;
    height: 228px;
    border: 1px solid #f0f0f0;
    background-color: White;
    border-radius: 4px;
    background: url(../../images/buttet1.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 40px;
}

.bullet_flight1 {
    width: 255px;
    height: 228px;
    border: 1px solid #f0f0f0;
    background-color: White;
    border-radius: 4px;
    background: url(../../images/buttet2.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 40px;
}

.bullet_flight2 {
    width: 255px;
    height: 228px;
    border: 1px solid #f0f0f0;
    background-color: White;
    border-radius: 4px;
    background: url(../../images/buttet3.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 40px;
}

.bullet_flight3 {
    width: 255px;
    height: 228px;
    border: 1px solid #f0f0f0;
    background-color: White;
    border-radius: 4px;
    background: url(../../images/buttet4.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 40px;
}

.bullet_flight_inn {
    width: 100%;
    height: 100px;
    background-color: #f0f0f0;
    margin-top: 130px;
    padding-top: 10px;
}

    .bullet_flight_inn h2 {
        color: #000000;
        font-size: 18px;
        padding-top: 20px;
    }

#boxssss {
    text-align: center;
    padding-top: 0px;
    width: 100%;
    height: auto;
}

    #boxssss img {
        width: 100%;
        height: auto;
    }

.dest-fare > i > span {
    color: #004b91;
}

.tabcontent > p {
    font-size: 12px !important;
}

.ui-corner-left {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ui-corner-right {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.loginss {
    width: 275px;
    height: 275px;
    box-shadow: 0 1px 10px #c3c3c3;
    margin: 10px;
    padding: 0px;
    text-align: left;
    border-radius: 3%;
    border: 0px solid #f2f2f2;
}

.topfnt {
    font-size: 13px;
    color: #2199e8;
    font-weight: 400;
}

.topfntss {
    font-size: 14px;
    width: 19%;
    TEXT-ALIGN: CENTER;
    FLOAT: LEFT;
    color: #2199e8;
    font-weight: 400;
    margin-left: 10px;
    padding-top: 27px;
}

.menusbar {
    width: 100%;
    /* background-color: #FFF; */
    top: 0;
    left: 0;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#051322),to(#ffffff)); */
    /* background-image: -webkit-linear-gradient(top,#ffffff,#ffffff); */
    background-image: -moz-linear-gradient(top,#051322,#15457c);
    background-image: -o-linear-gradient(top,#051322,#15457c);
    /* background-image: linear-gradient(180deg,#ffffff,#ffffff); */
    /* -webkit-background-size: 100% 454px; */
    -moz-background-size: 100% 454px;
    -o-background-size: 100% 454px;
    /* background-size: 100% 83px; */
    height: 75px;
    right: 0;
    /* z-index: 10000; */
    /* position: fixed; */
    box-shadow: 0px 2px 5px #e6e6e6;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff !important;
}

.menusss > ul > li > a {
    border: 1px solid #e8e8e8;
}

.bgsimg {
    width: 100% !important;
    height: auto !important;
}

.loginpnld {
    background-color: rgba(90, 90, 90, 0.7);
    margin-top: 100px;
    position: absolute;
    z-index: 999999;
    height: 468px;
    border-radius: 4px;
    width: 470px;
    padding-left: 20px;
    padding-top: 8%;
    /* padding: 4%; */
    top: 6%;
    left: 35%;
    /* border: 1px solid #fff; */
}



.closebtnsss {
    display: none;
}

/*Media Query For Mobile*/
.asbc {
    display: block;
}

@media only screen and (max-width: 500px) {
    .colorp > i {
        font-size: 13px !important;
        margin-right: 2px;
    }

    .closebtnsss {
        display: block;
    }

    .fltbox2 {
        width: 102% !important;
        float: left !important;
        /* box-shadow: 0px 0px 5px #b9b9b9; */
    }

    .asbc {
        display: none;
    }

    .fliters {
        z-index: 999999;
        position: fixed;
        top: 50px;
        color: #fff;
        left: 10px;
        cursor: pointer;
        font-size: 15px;
    }

    .lftflt {
        max-height: 500px;
        overflow: scroll;
        overflow-x: hidden;
        white-space: nowrap;
        padding-top: 11px;
        position: fixed;
        margin-left: 0px !important;
    }

    #divResults {
        display: none !important;
    }

    .sidenavssss {
        height: 100%;
        position: fixed;
        z-index: 999999;
        padding-top: 10px;
        top: 102px;
        left: 0;
        height: 30px !important;
        background-color: #ccc;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 46px !important;
    }

        .sidenavssss .closebtnsss {
            position: absolute;
            top: 15px;
            right: 9px;
            font-size: 18px;
            z-index: 999999;
            color: #565656;
            margin-left: 50px;
        }

    #waitMessage {
        width: 70% !important;
        margin: 0 auto !important;
    }

    .abdd div i {
        margin-right: 0px !important;
        font-size: 18px;
        margin-top: 1px;
        display: none;
        width: 20px;
        vertical-align: middle;
        cursor: pointer;
    }

    #hbox {
        display: none;
        background-color: white;
        width: 100%;
        box-shadow: 0px 0px 7px #424242;
        color: #424242;
        z-index: 99999;
        height: 300px;
        position: absolute;
        bottom: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .secndblak {
        background: none repeat scroll 0 0 rgb(0, 75, 146);
        width: 100%;
        height: auto;
        padding: 43px 0px 0;
    }

    .headerow > div {
        text-align: left;
    }

    #showmenus {
        /* margin-right: 100%; */
        position: fixed;
        top: 52px;
        z-index: 9999999 !important;
        right: 18px !important;
        padding: 6px 10px 7px 10px;
        font-size: 2.6em;
        z-index: 99999;
        color: #1a1a1a;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav-tabs.tabstab > li > a {
        border: medium none;
        border-radius: 0;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 34px;
        margin: 0;
        padding: 0 30px;
    }

    .slidehd {
        display: none;
    }

    .icnhnflight {
        display: none;
    }

    .icnhtl {
        display: none;
    }

    .icnhnbus {
        display: none;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

        .logo > a > img {
            width: 200px;
            height: 65px;
        }

    .srcmobile {
        padding-left: 2px;
        padding-right: 2px;
    }

    .topfntss {
        padding-top: 0px;
    }

    .bgmobile {
        background-color: #004b92;
        width: 100%;
        height: 600px;
        z-index: 9999999;
    }

    .form-controlsl {
        width: 100% !important;
    }

    .btnsss {
        display: inline-block;
        padding: 12px 17px;
        font-size: 14px;
        width: 99%;
    }

    .loginpnld {
        background: rgb(0, 75, 146);
        margin-top: 32px;
        position: relative;
        /* z-index: 999999; */
        height: 100%;
        width: 100%;
        padding-left: 0px;
        padding-top: 8%;
        /* padding: 4%; */
        /* top: 6%; */
        left: 0%;
        border-radius: 0%;
        border: 0px solid #fff;
    }

    #boxssss {
        display: none;
    }

    .nav-tabs.tabstab {
        border: medium none;
        padding-top: 10px;
    }

    .userway > i {
        color: #ffffff;
        font-size: 60px !important;
        background-color: #565656;
        /* padding: 10px; */
        position: absolute;
        top: -96px !important;
        left: 40% !important;
        z-index: 9999;
        border-radius: 50%;
    }

    .carousel {
        position: absolute;
        top: 58px;
        width: 100%;
    }

    .carousel-inner {
        display: none;
    }

    .searchengine {
        padding: 0px;
        /* margin: -482px 0 0 0; */
        /* width: 100%; */
        z-index: 999;
        background-color: #ccc;
        /* position: absolute; */
        top: 0px !important;
    }

    .testmb {
        text-align: center;
    }

    .hamburger {
        right: 23px;
    }

    .align-set {
        float: none;
        width: 340px;
    }

    .pd {
        padding: 0px !important;
    }

    .navbar-default {
        border-color: #fff;
    }

        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            border-color: #fff;
        }

    .flyclubhead {
        border-bottom: 0px solid #eaeaea;
    }

    .tabs-left {
        margin-top: 5px;
        width: 100%;
    }

    .searchbg {
        background-color: #004b92;
    }

    .tabs-left > li.small_size {
        margin-right: 1px;
        background-color: #f2fbff;
        color: #424242;
        float: left;
    }

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 0px;
    }

        .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
            border: none;
        }

    #box {
        width: 104%;
        z-index: 999999999999;
        top: 297px;
        position: absolute;
        right: -32%;
        right: 1px;
    }

    .navbar-nav {
        margin: 0px 0px !important;
    }

    .menuhide {
        display: none !important;
    }

    .buttonfltbk {
        background-color: #ed1821 !important;
        color: #ffffff !important;
        width: 74px !important;
        height: 27px !important;
        padding-left: 3px;
        padding-right: 3px;
        float: left;
        padding: 5px 5px;
        margin-bottom: 7px;
        font-weight: bold;
        text-align: center;
        padding-top: 4px !important;
        margin-right: 5px;
        font-size: 12px !important;
        border-radius: 3px !important;
        border: 0px solid #ffffff;
        cursor: pointer;
    }

    .fltbox2 {
        width: 102% !important;
        float: left !important;
        /* box-shadow: 0px 0px 5px #b9b9b9; */
    }

    .headerow {
        background: #004b91;
        color: #fff;
        line-height: 39px;
        font-weight: 500;
        font-size: 12px !important;
        width: 98% !important;
        padding: 0 0% !important;
        box-shadow: 0px 0px 5px #888;
        -moz-box-shadow: 0px 0px 5px #888;
        -webkit-box-shadow: 0px 0px 5px #888;
    }

    .f-nav {
        z-index: 999;
        position: fixed;
        top: 105px;
        left: 2.5% !important;
        font-size: 13px;
        width: 99.5% !important;
        /* border: 1px solid #d1d1d1; */
        border-bottom: none;
        border-top: none;
    }

    .f16 {
        font-size: 12px !important;
        color: #424242;
    }

    .dhide {
        display: none;
    }

    .gray {
        color: #5a5a5a !important;
        font-size: 9px !important;
    }

    .airlineImage {
        color: #5a5a5a !important;
        font-size: 12px !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 43px;
        overflow: hidden;
    }

    .menusbar {
        position: relative !important;
    }

    #fltbtn {
        display: block;
    }

    .prevfare {
        display: none;
    }

    .msg1 {
        display: none;
    }

    .currentfare {
        font-size: 13px !important;
        font-weight: 600;
        color: #0156b1;
    }

    .difffare {
        display: none;
    }

    #fltselct {
        width: 85%;
        padding: 1%;
        bottom: 0px;
        position: fixed;
        background-color: #fff;
        border: 1px solid #eee;
        z-index: 99999;
    }

    .destination1 {
        padding-left: 12px;
        font-size: 13px !important;
    }

    .btsslt {
        padding-top: 10px;
    }

    .stops {
        margin-left: 5px;
        color: #186ef6 !important;
        font-size: 13px !important;
    }

    .f20 {
        font-size: 14px !important;
    }

    .w21 {
        width: 17% !important;
    }

    .modifytop {
        width: 90%;
        overflow-x: auto;
        margin: 50px auto;
    }

    .jplist-range-slider .ui-slider {
        float: left;
        width: 300px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .value {
        font-size: 15px;
    }

    .faredetsil {
        width: 90%;
        margin: 10% 0 0 5% !important;
        padding: 10px;
        background: #ffffff;
        box-shadow: 0px 0px 4px #333;
        margin: auto;
        border: 6px solid #eee;
        left: 2%;
        top: 182px;
    }
}


/*--------------------- Login Footer Start -------------------------------*/

.footer {
    float: left;
    width: 100%;
    border-top: 2px solid #c52d6c;
}

.footer2 {
    float: left;
    width: 100%;
    background: #dcdcdc;
    padding-bottom: 10px;
}

.inner {
    width: 100%;
    max-width: 1176px;
    margin: auto;
}

.navb {
    float: left;
    margin-top: 0;
}

    .navb h3 {
        color: #001540;
        font-size: 15px;
        margin-bottom: 0;
        text-align: left;
    }

    .navb hr {
        border-color: #001540;
        width: 50px;
        margin-top: 3px;
        float: left;
        border-width: 2px;
        margin-bottom: 10px;
    }

    .navb ul li {
        padding: 0 0;
        width: 100%;
        float: left;
        text-align: left;
    }

        .navb ul li a {
            color: #001540;
            font-size: 13px;
            line-height: 25px;
            font-weight: normal;
        }

.footer4 {
    float: left;
    width: 100%;
    background-color: #fff;
}

.hid {
    display: none;
}

.txt_depositedate img {
    position: relative;
    top: -31px;
    right: -122px;
    cursor: pointer;
}

.footer3 {
    float: left;
    width: 100%;
    background: #383838;
    color: #899dc5;
    padding: 10px 0;
}

    .footer3 .lft_img {
        /*float: left;
        width: 100%;*/
        text-align: center;
    }

.social i.fa-facebook:hover {
    background: #3c65b9;
}

.social i.fa-facebook {
    background: #3c5b9b;
    color: #fff;
    padding: 6px 12px;
    font-size: 22px;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: '\f09a';
}

div.social > a {
    margin: 0 3px;
}

.social i.fa-twitter {
    background: #2daae1;
}

.social i.fa-google-plus, .social i.fa-instagram, .social i.fa-twitter, .social i.fa-youtube, .social i.fa-linkedin {
    padding: 6px 8px;
    font-size: 22px;
    color: #fff;
}

.social i.fa-google-plus {
    background: #f6351e;
}

.social i.fa-youtube {
    background: #0077b5;
}

.social i.fa-instagram {
    background: #58a0cb;
}

.social i.fa-linkedin {
    background: #0077b5;
}

.footer4_bold {
    font-weight: bold;
    margin-top: 10px;
    color: #333333;
    font-size: 12px;
    float: left;
    width: 100%;
}

.footer4 p {
    font-size: 11px;
    color: #777777;
}

.has-success .input-group-addon {
    color: #424242;
    background-color: #fff;
    border-color: #fff;
    font-size: 18px;
}

.userway > i {
    color: #ffffff;
    font-size: 139px;
    background-color: #0e4ca2;
    /* padding: 10px; */
    position: absolute;
    top: -170px;
    left: 35%;
    z-index: 9999;
    border-radius: 50%;
}
/*common setup code*/
.sectionHeader {
    font-size: 14px;
    text-align: center;
    color: #0e4faa;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .sectionHeader .header {
        font-size: 26px;
    }

span.header {
    font-size: 24px;
    background-color: #FFF;
    position: relative;
    z-index: 50;
    padding: 0 9px 0 9px;
}

.header img {
    opacity: .45;
}

/*version 1*/

hr.rule1 {
    background-color: #FFF;
    position: absolute;
    z-index: 1;
    margin-top: -19px;
}

.rule1.experience {
    left: 26%;
    right: 26%;
    min-width: 250px;
    border-top: 2px solid red;
}


/*version 2*/



.header.ver2 {
    font-size: 30px;
}


    .header.ver2::before {
        content: " ";
        display: block;
        position: absolute;
        width: 30em;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%);
        z-index: -1;
        margin-top: 0;
        border-top: 2px solid #ee1c23;
    }

.aboutus {
}

    .aboutus h2 {
        font-size: 24px;
        background-color: #FFF;
        color: #004b91;
        padding: 0 9px 0 9px;
        font-weight: normal;
    }

    .aboutus p {
        font-size: 14px;
        background-color: #FFF;
        color: #666;
        padding: 0 9px 0 9px;
    }

.box_nav_r ul {
    list-style: none;
}

    .box_nav_r ul li a {
        border-radius: 40px;
        color: #404040;
        padding-top: 10px;
        display: block;
        float: left;
        font-size: 15px;
        height: 68px;
        margin: 5px 3px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 19%;
    }

.a_bodr {
    border: 2px solid #ec2f59;
}

.b_bodr {
    border: 2px solid #73b3bc;
}

.c_bodr {
    border: 2px solid #ffcc01;
}

.d_bodr {
    border: 2px solid #0b2241;
}

.e_bodr {
    border: 2px solid #0084f7;
}

.contact-main {
    line-height: 29px;
    font-weight: normal;
    font-size: 15px;
    color: #2a2828;
}

.contact-icon {
    width: 7%;
    height: 36px;
    float: left;
}

.customer-review {
    width: 37%;
    height: 36px;
    font-family: Arial;
    background-color: #ec1e24;
    color: #fff;
    padding: 8px 10px 0 10px;
    margin-right: 2px;
    font-size: 16px;
    /* text-align: left; */
}

.review-txt {
    font-family: Arial;
    font-size: 12px;
    color: #616060;
    line-height: 45px;
}

.regnal-icon {
    width: 7%;
    height: 36px;
    float: left;
}

.regnal-review {
    width: 50%;
    height: 36px;
    font-family: Arial;
    background-color: #ec1e24;
    color: #fff;
    padding: 8px 10px 0 10px;
    margin-right: 2px;
    font-size: 16px;
}

.office {
    background-color: #f8f8f8;
    border: 1px solid #c7c4c3;
    width: 100%;
    float: left;
    margin: 0 0 19px 0;
}

    .office ul {
        margin: 0;
        padding: 0;
    }

        .office ul li {
            color: #504e70;
            height: 101px;
            float: left;
            font: normal 16px/24px Arial;
            list-style-type: none;
            margin: 0 1px;
            padding: 9px 0;
        }

.call {
    background-color: #f8f8f8;
    border: 1px solid #c7c4c3;
    width: 100%;
    float: left;
    margin: -3px 0 0 -14px;
    background-image: url(../../images/girl.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 200px;
}

.tack {
    font-family: Arial;
    font-size: 18px;
    color: #673100;
    margin: 22px 25px 0 0;
    float: right;
}

.tack-phone {
    font-family: 'Century Gothic';
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    float: right;
    margin: 44px -191px 0 0;
}

.regss {
    text-decoration: none;
    font-size: 17px;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.autoss {
    font-size: 22px;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #004b91;
}

.pd {
    font-weight: 600;
    padding-top: 7px;
}

.ui-widget-header {
    background: #fff none !important;
    color: #424242 !important;
    font-weight: 500;
    font-size: 16px;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
        font-weight: normal !important;
        color: #2e6e9e;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fad42e;
        background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
        color: #363636;
        padding: 5px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #2e6e9e;
        padding: 7px;
        border: 1px solid #eee;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: #fff !important;
        /* background: url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; */
        font-weight: bold;
        color: #2e6e9e;
    }

.ui-corner-right {
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-corner-left {
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .7em 0 !important;
}

.ui-datepicker {
    width: 17em;
    padding: .0em .0em 0 !important;
    display: none;
}

/*.ui-widget-header {
    background: #fff none !important;
    color: #ffffff !important;*/ /*#424242 !important;*/
/*font-weight: 500;
    font-size: 16px;
}*/

div#ui-datepicker-div.ui-datepicker {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 10px -5px #000;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: auto !important;
    z-index: 100000002 !important;
}

jquery-ui.structure.min.css:1 .ui-datepicker td {
    /* border: 0; */
    padding: 0px !important;
}

.leftscroll {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    white-space: nowrap;
    position: fixed;
}

/*--------------------- Login Footer End -------------------------------*/
.advopt {
    z-index: 1; /*position:absolute;  margin-top: 120px;*/
}

.ui-progressbar {
    height: 19px !important;
    text-align: left;
    background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(0.25,rgba(255,255,255,0.2)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.2)),color-stop(0.75,rgba(255,255,255,0.2)),color-stop(0.75,transparent),to(transparent));
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
    z-index: 1;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: move 1s linear infinite;
    -moz-animation: move 1s linear infinite;
    animation: move 1s linear infinite;
    box-shadow: 0 1px #fff, inset 0 1px #aaa;
    position: relative;
    border-radius: 20px !important;
    overflow: hidden;
}

#lbMain {
    margin-top: 130px !important;
}

.plft20 {
    padding-left: 15px;
    padding-top: 10px;
}

.lft {
    float: left;
}

.ui-autocomplete {
    z-index: 99999 !important;
}

.srtarw {
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
}

.jplist-range-slider > div > span {
    font-size: 15px;
    font-weight: 500;
    padding-top: 6px;
    color: #0a223d;
}

.wht {
    background-color: #fff;
}

.wss20 {
    width: 21%;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.colorp > i {
    font-size: 16px;
}

#displaySearchinput {
    font-weight: bold;
    font-size: 16px;
}

/*---------------------------------------------------------New Home Page start- ----------------------------------------*/
.bgGradient {
}

.primaryBtn {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    width: 216px;
    padding: 10px;
    background-image: -webkit-linear-gradient(354deg,#53b2fe,#065af3);
    background-image: -moz-linear-gradient(354deg,#53b2fe,#065af3);
    background-image: -o-linear-gradient(354deg,#53b2fe,#065af3);
    background-image: linear-gradient(96deg,#ed1c24,#a70006);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
}

.latoBlack {
    font-weight: 800;
}

.font24 {
    font-size: 24px;
    line-height: 24px;
}

.widgetSection .widgetSearchBtn {
    padding: 10px;
    margin-bottom: -32px;
    opacity: 1;
}

.lhUserss {
    border-radius: 4px;
    height: 41px;
    width: 69%;
    float: right;
    padding-top: 11px;
    margin-top: 1px;
    text-align: center;
    background-image: -webkit-linear-gradient(45deg,#53b2fe,#065af3);
    background-image: -moz-linear-gradient(45deg,#53b2fe,#065af3);
    background-image: -o-linear-gradient(45deg,#53b2fe,#065af3);
    background-image: linear-gradient(45deg,#53b2fe,#065af3);
}

.makeFlex.hrtlCenter, .makeFlex.perfectCenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.userNameIcon {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.landingSprite {
    background: url(//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/landingSprite@2x.png) no-repeat;
    /* display: inline-block; */
    -webkit-background-size: 200px 550px;
    -moz-background-size: 200px 550px;
    -o-background-size: 200px 550px;
    /* background-size: 200px 550px; */
    font-size: 0;
    /* -webkit-flex-shrink: 0; */
    -ms-flex-negative: 0;
    /* flex-shrink: 0; */
}

.myIconWhite {
    background-position: 0px -443px !important;
    width: 23px;
    height: 22px;
}

.makeFlex.column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.latoBold {
    font-weight: 600;
}

.whiteText {
    color: #fff;
}

.userSection div, .userSection li.myBizIntro, .userSection li.personalIntro {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.userSection div {
    cursor: pointer;
    background-color: hsla(0,0%,100%,.15);
    margin-left: 5px;
    padding: 5px 10px;
}

.font10 {
    font-size: 10px;
    line-height: 7px;
}

.landingContainerss {
    width: 1200px;
    margin: 34px auto;
    margin-bottom: 94px;
    position: static;
    z-index: 9;
    /* top: 300px; */
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
    background-color: #fff;
    padding: 25px 15px 10px;
}

.landingContainer {
    width: 1200px;
    margin: 72px auto;
    position: relative;
    z-index: 9;
    top: -29px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
    background-color: #fff;
    padding: 25px 15px 10px;
}

.landingCard42 {
    font-size: 42px;
    color: #000;
}

main {
}


main {
    min-height: 100px;
}

.card {
    position: relative;
    margin-bottom: 0.5rem;
    width: 100%;
}

.item-card {
    overflow: hidden;
    border-radius: 2px;
}

.item-card-desc {
    position: relative;
}

.umino-section_title {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 30px;
    margin-bottom: 2.5rem;
    color: #051323;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}

    .umino-section_title > h3 {
        margin-bottom: 0;
        color: #0e4ca2;
        font-size: 36px;
        text-align: center;
        font-weight: 500;
        text-decoration: dashed;
    }

        .umino-section_title > h3:before {
            background-color: #e7242c;
            content: "";
            position: absolute;
            bottom: 0;
            height: 4px;
            width: 166px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 3px;
        }



.item-card .item-card-desc:before {
    content: '';
    display: block;
    position: absolute;
    background: rgb(15, 76, 163,0.7);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.item-card-desc a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.item-card-img {
    overflow: hidden;
}

.item-card .item-card-desc img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 182px;
}

.item-card .item-card-desc .item-card-text {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.item-card-text h4 {
    font-size: 25px;
    font-weight: 300;
}

.item-card-text span {
    font-size: 16px;
    display: block;
    margin: 0.5rem;
    font-weight: 400;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4px;
    min-width: 0;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8ebf3;
}

.item-card .item-card-desc:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sptb {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: -43px;
}

.center-block {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    padding-bottom: 2rem;
}

.text-center {
    text-align: center !important;
}

.section-title h1 {
    margin-bottom: 0.5rem;
    color: #051323;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}

.section-title p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.item-all-card img.imag-service {
    width: 40%;
}

.bg-white {
    background-color: #fff !important;
}

.item-all-cat .item-all-card {
    border: 1px solid #e8ebf3;
}

.item-all-cat .item-all-card {
    position: relative;
    padding: 1.5rem 1.5rem;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #fff;
}

    .item-all-cat .item-all-card a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

a:hover {
    color: #6963ff;
    text-decoration: underline;
}

.singess {
    width: 30px;
    height: 30px;
    position: relative;
    top: -6px;
    left: 10px;
    float: left;
    padding-top: 3px;
    font-size: 23px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

    .close:hover {
        filter: alpha(opacity=20);
        opacity: 1;
    }

div.close {
    background-color: #fff !important;
    background-image: none !important;
    /* bottom: 24px; */
    border-radius: 50%;
    cursor: pointer !important;
    float: right !important;
    height: 25px !important;
    font-size: 12px;
    top: -5px !important;
    z-index: 999999999 !important;
    right: -6px !important;
    left: auto !important;
    padding: 8px !important;
    border: 1px solid #fa4a4a;
    position: absolute !important;
    width: 25px !important;
}

.blockOverlay {
    background-color: rgb(255, 255, 255,0.6) !important;
}

.modalss {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.6);
}

.logintxtx {
    font-size: 16px;
    margin: 0px;
    color: #fff;
    border-bottom: 2px solid #ccc;
    width: 100%;
    text-align: left;
}

.text-dark {
    color: #ffffff !important;
}

.form-label {
    display: block;
    margin-bottom: .2rem;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
}

.form-controllsr {
    display: block;
    width: 100% !important;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #605e7e;
    height: 50px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8ebf3;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-dark {
    background-color: #19244f !important;
}

.footer-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid rgba(167, 180, 201,.1);
    border-bottom: 1px solid rgba(167, 180, 201,.1);
}

    .footer-main h6 {
        font-size: 18px;
        margin-bottom: 1.2rem;
    }

.tophead_out {
    background-color: #0a223d;
    height: 74px;
    padding-top: 35px;
    text-align: center;
    font-size: 13px;
    position: relative;
    top: -4px;
    color: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.list-unstyledss {
    padding-left: 0;
    list-style: none;
}

    .list-unstyledss > li {
        /* width: 34px; */
        height: 34px;
        /* margin-right: 16px; */
        /* background: #cee5f5; */
        color: #dadada;
        border-radius: 50px;
        /* vertical-align: middle; */
        /* display: table-cell; */
        font-size: 1.2em;
        /* line-height: 28px; */
    }

        .list-unstyledss > li > i {
            font-size: 1.6em;
        }

        .list-unstyledss > li:hover {
            color: #fff;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.dsest-text {
    color: #0053a1;
    font-size: 18px;
    margin-top: 17px;
}

.footer-main a {
    line-height: 2;
    transition: opacity .2s;
    color: rgba(255,255,255,0.6);
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #0f0518 !important;
}

.arrwaa {
    width: 176px !important;
    padding: 7px 9px;
    background: hsla(0,0%,100%,.1);
    border-radius: 4px;
    margin-right: 5px;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* position: relative; */
    /* border-right: 1px solid #fff; */
    height: 44px;
    padding-top: 12px;
    /* margin-right: 4px; */
    /* background-color: #0086c7; */
    margin-top: -24px;
}

.loader {
    border: 2px solid #ed1c24;
    border-radius: 50%;
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
    width: 70px;
    height: 70px;
    margin: 10px auto;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.price {
    color: #186ff6;
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chHeaderContainer div ul {
    width: 675px;
    padding-left: 60px;
}

    .chHeaderContainer div ul li {
        margin: 0 10px;
        list-style: none;
        position: relative;
    }

.makeFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.font12 {
    font-size: 12px;
    line-height: 12px;
}

.chHeaderContainer {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .chHeaderContainer li.active:after {
        content: "";
        top: 50px;
        right: 37%;
        z-index: 1000;
        position: absolute;
        background: #fff;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(135deg) skew(7deg,7deg);
        -moz-transform: rotate(135deg) skew(7deg,7deg);
        -ms-transform: rotate(135deg) skew(7deg,7deg);
        -o-transform: rotate(135deg) skew(7deg,7deg);
        transform: rotate(135deg) skew(7deg,7deg);
    }

    .chHeaderContainer li .chNavText {
        padding: 3px 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #fff;
        font-weight: normal;
    }

    .chHeaderContainer li .chNavTextss {
        padding: 3px 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #000;
        font-weight: normal;
    }

    .chHeaderContainer li.active .chNavText {
        color: #fff;
        background-color: #008cff;
    }

        .chHeaderContainer li.active .chNavText span {
            color: #fff;
        }

    .chHeaderContainer li.active .arrow {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .chHeaderContainer li .chNavIcon {
        width: 32px;
        height: 26px;
    }

    .chHeaderContainer li .chBuses.chNavIcon, .chHeaderContainer li .chCabs.chNavIcon, .chHeaderContainer li .chHolidays.chNavIcon {
        width: 25px;
    }

    .chHeaderContainer .chWalletIcon {
        width: 27px;
        height: 25px;
        margin-right: 5px;
    }

    .chHeaderContainer .chLoggedOutLogo {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .chHeaderContainer .chWalletBox {
        margin-right: 31.5px;
    }

.chSprite {
    background: url(../images/commonHeaderSprite1.png) no-repeat;
    -webkit-background-size: 230px 200px;
    -moz-background-size: 230px 200px;
    -o-background-size: 230px 200px;
    background-size: 230px 200px;
}

.chHotels {
    background-position: -37px -28px;
}

.chFlights {
    background-position: -2px -30px;
}

    .chFlights.active {
        background-position: -2px -1.5px;
    }

.chHolidays {
    background-position: -68px -27px;
}

hr {
    max-width: 96rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e0e0e0 !important;
    border-left: 0;
    clear: both;
}

.text-search > div > label {
    display: block;
    margin-bottom: 9px;
    /* font-size: 0.875rem; */
    font-weight: normal;
    line-height: 1.0 !important;
    color: #0a0a0a;
}
/*--footer--*/
.footer-main .social li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

    .footer-main .social li a {
        color: #a7b4c9;
        line-height: 0;
    }

.social li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    float: right;
}

.social-icons li a {
    color: #fff;
}

.social-icons li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    width: 40px;
    height: 40px;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    line-height: 40px;
}

    .social-icons li:hover {
        background: #6963ff;
        color: #fff;
    }

.social li a {
    color: rgb(255, 255, 255,0.6);
    line-height: 0;
}

    .social li a:hover {
        color: #6963ff;
    }

.footer-main .payments li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

    .footer-main .payments li a {
        color: rgb(255, 255, 255,0.6);
        line-height: 0;
    }

.footer-main h6 {
    font-size: 18px;
    margin-bottom: 1.2rem;
}

footer .border-bottom {
    border-bottom: 1px solid rgba(167, 180, 201,.1) !important;
}

.footer-main p {
    color: rgba(255,255,255,0.8);
}

.footer-main a {
    line-height: 2;
    transition: opacity .2s;
    color: rgba(255,255,255,0.6);
}

.footer-main.footer-main1 a {
    color: #605e7e;
}



.footer-main.footer-main1 .form-control {
    border: 1px solid #e8ebf3 !important;
}



@media (max-width:992px) {
    .footer-main h6 {
        margin-top: 2rem;
    }

    footer.bg-dark .text-left {
        text-align: center !important;
    }

    footer.bg-dark .social li {
        float: none;
        text-align: center;
    }

    footer.bg-dark .social {
        text-align: center;
    }

    .footer-main .row div:first-child h6 {
        margin-top: 0;
    }
}

.list-catergory ul li {
    line-height: 2;
}

.product-tags a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 2px;
    color: #1a1a1a;
    font-size: 12px;
    border: 1px solid #e8ebf3;
}

.product-tags li a:hover {
    background: #6963ff;
    border-color: #6963ff;
    border-radius: 2px;
    color: #fff !important;
}

.media-posts {
    width: 100%;
    height: 233px;
    overflow: hidden;
}

    .media-posts:hover {
        overflow: scroll;
    }

.icon-bg i {
    font-size: 1.5rem;
}

.icon-service {
    display: inline-flex;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: #6963ff;
    border-color: #6963ff;
}

.input-group-prepend, .input-group-append, .input-group-btn {
    font-size: 0.9375rem;
}








.ui-slider-horizontal {
    height: .4em !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.5em !important;
        margin-left: -.6em;
    }

.logoimg > img {
    width: 25px;
    height: 25px;
}

.fli-stops-seperator {
    border-top: 1px solid #d2d2d2;
    width: 50px;
    height: 2px;
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    top: 7px;
    bottom: 0px;
    z-index: 1;
}

.fli-stops-seperatorrt {
    border-top: 1px solid #d2d2d2;
    width: 50px;
    height: 2px;
    position: relative;
    /* left: 0; */
    right: 16px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

.bggray {
    background-color: #dedede;
    /* padding: 5px; */
}



.selectbtn {
    background-color: #fff;
    padding: 8px 15px 15px 15px !important;
    border-radius: 4px;
}

.ABC {
    display: none;
    margin-top: 15px;
    font-size: 13px;
    padding: 7px;
    height: 36px;
    padding-top: 9px;
}

    .ABC ul li {
        display: inline;
        list-style: none;
        color: #cccccc;
    }

        .ABC ul li a {
            color: #333333;
            padding: 0px 10px;
            font-weight: bold;
        }

.summary {
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #000000;
    border-radius: 4px;
    display: none;
    font-size: 12px;
}

#back-to-top {
    background: linear-gradient(120deg, #ed1c24 0%, #8c0005 100%);
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}

    #back-to-top i {
        padding-top: 20px;
        font-size: 16px;
        transform: rotate(-45deg);
        margin-left: -16px;
    }

.autossd {
    margin: 0 auto;
    width: 95%;
}

#ABC {
    float: right !important;
    padding-right: 18px;
    width: 100%;
    position: relative;
    left: 0px;
    text-align: right;
    padding-top: -35px;
    height: 23px;
    top: 4px;
    z-index: 99;
    /* margin-left: 45px; */
    background-color: #cecece;
}

.col-sm-12 {
    width: 100% !important;
    margin: auto;
}

#ret > img {
    width: 25px;
    height: 25px;
}

.colorp {
    color: #004b91;
}

.pnday {
    font-size: 10px;
    background-color: #fff;
    padding: 4px;
    color: #325380;
    border-radius: 4px;
}

.close-div {
    float: right;
    margin-top: -9px !important;
    cursor: pointer;
    position: relative;
    right: -6px;
    z-index: 9999999;
    color: #000 !important;
    font-size: 19px !important;
}

.text-center {
    text-align: center !important;
}

.menussss {
    background-color: #fff;
    width: 249px;
    height: 220px;
    left: -12%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    top: 8px;
    margin-top: 1px;
    /* top: -18%; */
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 99999999;
    position: relative;
}

    .menussss > li {
        list-style: none;
    }

#ctl00_divAgentBalance {
    color: #000;
}

#Mwallet > ul > li {
    float: left;
    color: #000;
    text-align: left;
    width: 100%;
    list-style: none;
}

    #Mwallet > ul > li > a {
        float: left;
        color: #000;
        padding: 4px;
        text-align: left;
        width: 100%;
    }

        #Mwallet > ul > li > a:hover {
            float: left;
            color: #000;
            text-align: left;
            width: 100%;
        }

.modal2 {
    top: 57%;
    left: 50%;
    width: 812px;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#051322),to(#15457c));
    background-image: -webkit-linear-gradient(top,#051322,#15457c);
    background-image: -moz-linear-gradient(top,#051322,#15457c);
    background-image: -o-linear-gradient(top,#051322,#15457c);
    background-image: linear-gradient(180deg,#051322,#15457c);
    -webkit-background-size: 100% 454px;
    -moz-background-size: 100% 454px;
    -o-background-size: 100% 454px;
    background-size: 100% 554px !important;
    min-height: 350px;
    padding: 30px 30px 0px 30px;
    position: fixed;
    min-width: 424px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 999;
    /* background-color: #fff; */
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    clear: left;
    width: 100%;
    line-height: 20px;
    cursor: pointer;
}

.ui-menu-item {
    width: 100%;
    height: 60px;
}

    .ui-menu-item:nth-child(odd) {
        background: rgba(140, 140, 140, 0.1);
    }


    .ui-menu-item > a:hover {
        text-decoration: none !important;
        display: block !important;
        padding-left: 28px !important;
        zoom: 1 !important;
        background-image: url( "../../images/flight-auto.png" ) !important;
        background-repeat: no-repeat !important;
        background-position: center left !important;
    }

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    width: 405px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px;
    font-size: 1.3rem;
    margin: 0;
    background: white;
    resize: horizontal;
    padding-left: 28px !important;
    zoom: 1;
    background-image: url(../../images/flight-auto.png) !important;
    background-repeat: no-repeat !important;
    background-position: center left;
}

.ui-state-hover {
    background-image: url(../../images/flight-auto.png) !important;
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #f3f3f3 !important;
}
/*---------------------------------------------------------New Home Page End- ----------------------------------------*/

.widgetSprite {
    background: url(//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/spriteModifySearch.png) no-repeat;
    display: inline-block;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    background-size: 50px 50px;
    font-size: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fsw {
    background: #fff;
    padding: 11px 0;
}

    .fsw .fsw_inner {
        width: 100%;
        margin: 0 auto 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-align-items: center;
        -moz-box-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #e7e7e7;
        background-color: #f1f1f1;
        z-index: 0;
    }

    .fsw .fsw_inner, .fsw .fsw_inputBox {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        display: -moz-box;
        /* display: flex; */
        position: relative;
    }

    .fsw .fsw_inputBox {
        background: hsla(0,0%,100%,.1);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

        .fsw .fsw_inputBox.activeWidget .fsw_inputField, .fsw .fsw_inputBox.activeWidget .lbl_input {
            opacity: 1;
        }

    .fsw .activeWidget.fsw_inputBox {
        opacity: 1;
        background: #eaf5ff;
    }

    .fsw .activeWidget label {
        color: #008cff;
    }

.fsw_inputBox input {
    background-color: transparent !important;
}

.fsw .lbl_input {
    text-transform: uppercase;
}

.fsw .fsw_inputField {
    border: 0;
    z-index: 0 !important;
    outline: 0;
    background: none;
    min-width: 140px;
    max-height: 114px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.fsw .fsw_searchButton {
    width: 176px;
    font-size: 18px;
    margin-left: 30px;
}

.fsw_autocomplePopup {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    width: 316px;
    position: absolute;
    left: 0;
    top: 23px;
    min-height: 316px;
    overflow: hidden;
    z-index: 999999;
}

.fsw .react-autosuggest__container:after {
    width: 10px;
    height: 10px;
    background: url(//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/spriteModifySearch.png) no-repeat;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: -20px -5px;
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
}

.fsw .react-autosuggest__input {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    padding: 11px 10px 11px 30px;
    outline: 0;
    border: 0;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.fsw .react-autosuggest__suggestions-list li {
    padding: 5px 10px;
    margin-bottom: 13px;
    cursor: pointer;
}

.react-autosuggest__suggestions-list li:hover {
    background: #f2f2f2;
}

.fsw .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
    max-height: 300px;
    overflow-y: auto;
}

.fsw_sectionTitle {
    text-transform: uppercase;
    padding: 10px;
}

.fsw .searchedResult {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fsw .sr_city {
    margin-right: 20px;
    width: 70%;
}

.fsw .sr_city, .fsw .sr_iata {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fsw .travellers {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    position: absolute;
    right: 0;
    top: 35px;
    width: 410px;
    padding: 20px 40px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .fsw .travellers, .fsw .travellers .guestCounter {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
    }

        .fsw .travellers .guestCounter {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -moz-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
            margin-bottom: 24px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .fsw .travellers .guestCounter:last-child {
                margin-bottom: 0;
            }

            .fsw .travellers .guestCounter li {
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                cursor: pointer;
                width: 36px;
                height: 32px;
                position: relative;
                z-index: 2;
            }

        .fsw .travellers .classSelect li {
            width: auto;
            padding: 0 10px;
        }

        .fsw .travellers .guestCounter li:hover {
            font-weight: 900;
        }

        .fsw .travellers .classSelect li:hover {
            font-weight: 400;
        }

        .fsw .travellers .guestCounter li:hover:after {
            width: 26px;
            left: 5px;
        }

        .fsw .travellers .classSelect li:hover:after, .fsw .travellers .guestCounter li:hover:after {
            height: 26px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            background: #f2f2f2;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            z-index: -1;
        }

        .fsw .travellers .classSelect li:hover:after {
            width: 100%;
            left: 0;
        }

        .fsw .travellers .guestCounter li.selected {
            color: #fff;
            font-weight: 900;
        }

        .fsw .travellers .classSelect li.selected {
            color: #fff;
            font-weight: 400;
        }

        .fsw .travellers .guestCounter li.selected:after {
            width: 100%;
            height: 38px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            background: #008cff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
            z-index: -1;
        }

.fsw .btnApply {
    width: 88px;
    height: 32px;
}

.fsw .datePickerContainer {
    width: 625px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 999999;
}

.fsw .hsBackDrop {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -1;
}

.fsw .widgetSprite.icCalendar {
    width: 10px;
    height: 10px;
    background-position: -5px -5px;
}

.shiftModal .datePickerContainer {
    left: -190px;
}

.DayPicker-Day--disabled {
    color: #dce0e0 !important;
}

.dateErrorMsgForFlight {
    margin-top: 18px;
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    background: #cf8100;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    top: 50px;
    z-index: 1001;
}

    .dateErrorMsgForFlight:after {
        margin-top: 18px;
        bottom: 100%;
        right: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(207,129,0,0);
        border-bottom-color: #cf8100;
        border-width: 6px;
        margin-left: -6px;
    }

.fswTabs {
    width: 800px;
}

    .fswTabs, .fswTabs li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .fswTabs li {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-transform: uppercase;
            cursor: pointer;
            margin: 0 10px;
            padding: 2px 6px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

            .fswTabs li.selected {
                background: #e7e7e7;
                color: #000;
            }

            .fswTabs li .tabsCircle {
                width: 12px;
                height: 12px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                border: 1px solid #9b9b9b;
            }

            .fswTabs li.selected .tabsCircle {
                border: 1px solid #000;
                background: #000;
            }

.tabsCircle {
    display: inline-block;
}

    .tabsCircle:after {
        content: "";
        display: block;
        width: 3px;
        height: 6px;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 1px;
        margin-left: 3px;
    }

.widgetSection .fsw .fsw_inputBox {
    height: 95px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

    .widgetSection .fsw .fsw_inputBox:first-of-type:hover {
        background: #eaf5ff;
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }

    .widgetSection .fsw .fsw_inputBox:hover {
        background: #eaf5ff;
    }

    .widgetSection .fsw .fsw_inputBox label {
        padding: 10px 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer;
    }

    .fsw_inputBox.searchCity, .widgetSection .fsw .fsw_inputBox.searchToCity {
        width: 280px;
        height: 95px;
        border-right: 1px solid #e7e7e7;
    }

    .widgetSection .fsw .fsw_inputBox.searchToCity {
        padding-left: 1px;
        margin-left: -7px;
    }

.fsw_inputBox .lineHeight36 {
    line-height: 36px;
}

.htlfsw_inputBox.htlsearchCity, .widgetSection .fsw .htlfsw_inputBox.htlsearchCity {
    width: 381px;
    height: 95px;
    border-right: 1px solid #e7e7e7;
}

.fsw_inputBox.dates input, .fsw_inputBox.reDates input {
    /* opacity: 2332 !important; */
    /* position: relative; */
    position: absolute;
    display: block;
    opacity: 0;
    height: 98px !important;
    width: 142px;
    z-index: 999999999999;
    cursor: pointer;
}

.fsw_inputBox.dates {
    width: 157px;
}

.fsw_inputBox.dates, .fsw_inputBox.reDates {
    height: 95px;
    border-right: 1px solid #e7e7e7;
}

.fsw_inputBox.reDates {
    width: 196px;
}

.fsw .fsw_inputBox.flightTravllers {
    width: 210px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

.flightTravllers input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

.dateInnerCell {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.leaveDot {
    width: 5px;
    height: 5px;
    background: #ffce17;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.todayPrice {
    font-size: 8px;
}

    .todayPrice.priceHigh {
        color: #ec595d;
    }

    .todayPrice.priceLow {
        color: #26b5a9;
    }

.DayPicker-Day--end .todayPrice.priceHigh, .DayPicker-Day--end .todayPrice.priceLow, .DayPicker-Day--start .todayPrice.priceHigh, .DayPicker-Day--start .todayPrice.priceLow {
    color: #fff;
}

.fsw .DayPicker-Day.DayPicker-Day--outside .todayPrice {
    font-size: 0;
}

.returnCross {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

p[title]:hover:after {
    content: attr(title);
    width: 220px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    display: none;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.3);
    background-color: #eaf5ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    font-size: 10px;
}

.todayHoliday:after {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ffce17;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.todayHolidayText {
    padding: 0 20px 20px;
}

    .todayHolidayText:before {
        content: "";
        width: 5px;
        height: 5px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #ffce17;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 5px;
    }

.interNational .fsw_inputBox label {
    padding: 10px 15px !important;
}

.interNational .fsw_inputBox.searchCity {
    width: 238px !important;
}

.interNational .fsw_inputBox.searchToCity {
    width: 238px !important;
    padding-left: 15px !important;
    margin-left: -18px !important;
}

.interNational .fsw_inputBox.travelFor {
    width: 175px;
    border-left: 1px solid #e7e7e7;
    min-height: 95px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

    .interNational .fsw_inputBox.travelFor label {
        padding-bottom: 35px !important;
        padding-left: 12px !important;
    }

.interNational .fsw_inputBox.flightTravllers {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.widgetSection .travelForPopup {
    width: 174px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: 35px;
    right: 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    z-index: 1;
}

    .widgetSection .travelForPopup li {
        padding: 10px 20px;
        cursor: pointer;
    }

        .widgetSection .travelForPopup li:first-of-type {
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
        }

        .widgetSection .travelForPopup li:last-of-type {
            -webkit-border-radius: 0 0 8px 8px;
            -moz-border-radius: 0 0 8px 8px;
            border-radius: 0 0 8px 8px;
        }

        .widgetSection .travelForPopup li:hover {
            background: #f2f2f2;
        }

.widgetSection .travelFor input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

.multiCity .fsw_inputBox.searchToCity {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.multiCity .flightTravllers {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fsw .btnAddCity {
    width: 200px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #008cff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #008cff;
    outline: 0;
    margin-left: 20px;
    display: none;
}

.fsw .removeCity {
    border-left: 1px solid #e7e7e7;
    width: 94px;
    height: 95px;
    display: none;
}

.anotherChild .fsw_inner:last-child .removeCity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.anotherChild .fsw_inner:first-child .removeCity {
    display: none;
}

.anotherChild .fsw_inner:last-child .btnAddCity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.anotherChild .fsw_inner:nth-child(5) .btnAddCity {
    display: none;
}

.fsw_inputBox.dates .lbl_input:after, .fsw_inputBox.flightTravllers .lbl_input:after, .fsw_inputBox.travelFor .lbl_input:after {
    border: solid #008cff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: top;
    margin: 3px 0 0 8px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fsw_inputBox.travelFor .lbl_input:after {
    margin: 3px 0 0 6px;
}

.fsw_inputBox.dates.activeWidget .lbl_input:after, .fsw_inputBox.flightTravllers.activeWidget .lbl_input:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 7px 0 0 8px;
}

.fsw_inputBox.travelFor.activeWidget .lbl_input:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 7px 0 0 6px;
}

.fsw_inputBox.flightTravllers .lbl_input:after, .fsw_inputBox.travelFor .lbl_input:after {
    position: absolute;
}

._MyBiz .fsw .dayPickerFlightWrap .oneWay .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #ff664b;
}

._MyBiz .fsw .dateFiled.active .selectedDateField:after {
    background: #ff664b;
}

._MyBiz .fsw .dayPickerFlightWrap .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: rgba(255,102,75,.1);
}

._MyBiz .fsw .DayPicker-Day--end.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside), ._MyBiz .fsw .dayPickerFlightWrap .DayPicker-Day--start.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #ff664b;
}

._MyBiz .fsw .dayPickerFlightWrap .DayPicker-NavBar .DayPicker-NavButton--next, ._MyBiz .fsw .dayPickerFlightWrap .DayPicker-NavBar .DayPicker-NavButton--prev {
    background-position: -32px -21px;
}

._MyBiz .fsw .activeWidget label {
    color: #ff664b;
}

._MyBiz .fsw .DayPicker-Day--end.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #ff664b !important;
}

._MyBiz .fsw .travellers .guestCounter li.selected:after {
    background: #ff664b;
}

.hsw_sectionTitle {
    text-transform: uppercase;
    padding: 10px;
}

.shortYear:before {
    content: "'";
}

.fsw .activeWidget label {
    color: #008cff;
}

.fsw_inputBox .lineHeight36 {
    line-height: 36px;
}

.latoBlack {
    font-weight: 800;
}

.fsw .fsw_inputField {
    border: 0;
    outline: 0;
    background: none;
    min-width: 140px;
    max-height: 36px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}


.font30 {
    font-size: 30px;
    line-height: 30px;
    color: #0b91ff;
}

.slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    -webkit-transform: translate3d(0,0,0);
}

.ig-parent-latest1 {
    padding: 19px 20px;
    height: 134px;
    background-image: -webkit-gradient(linear,left top,right top,from(#7491ff),color-stop(48%,#0ac3fa),to(#4addea));
    background-image: linear-gradient(to right,#7491ff,#0ac3fa 48%,#4addea);
}

.ig-parent-latest2 {
    padding: 19px 20px;
     height: 134px;
    background-image: -webkit-gradient(linear,right top,left top,from(#e281ff),color-stop(36%,#db7cf4),to(#8464ef));
    background-image: linear-gradient(to left,#e281ff,#db7cf4 36%,#8464ef);
}

.ig-parent-latest3 {
    padding: 19px 20px;
     height: 134px;
    background-image: -webkit-gradient(linear,right top,left top,from(#fbbc91),color-stop(26%,#e3a863),to(#f17a8f));
    background-image: linear-gradient(to left,#fbbc91,#e3a863 26%,#f17a8f);
}

.ig-parent-latest4 {
    padding: 19px 20px;
     height: 134px;
    background-image: -webkit-gradient(linear,right top,left top,from(#6ff1bc),color-stop(51%,#1ca4be),to(#2cb5dd));
    background-image: linear-gradient(to left,#6ff1bc,#1ca4be 51%,#2cb5dd);
}

.ig-icon-discount img {
    width: 100%;
}

.ig-latest-text-second {
    font-size: 12px;
    font-weight: 400;
    display: block;
    letter-spacing: normal;
    color: #fff;
}

.ig-parent-latest1, .ig-parent-latest2, .ig-parent-latest3, .ig-parent-latest4 .ig-latest-text {
    font-size: 17px;
    font-weight: 700;
    display: block;
    letter-spacing: normal;
    color: #fff;
}

.automaindiv {
    display: none;
    position: absolute;
    top: 34px;
    width: 96%;
}

.automaindivdatss {
    display: none;
    position: absolute;
    top: 35px;
    right: 299px;
    width: 283px;
}

.automaindivto {
    display: none;
    position: absolute;
    top: 35px;
    left: 19px;
    width: 245px;
}

.fsw_inputBoxss, .searchCityss {
    width: 23%;
    height: 95px;
    padding: 10px 8px;
}

.cont-title {
    background: linear-gradient(270deg, #01b7f2, #fdb91a, #f15a50);
    background-size: 600% 600%;
    -webkit-animation: cont-title 10s ease infinite;
    -moz-animation: cont-title 10s ease infinite;
    -o-animation: cont-title 10s ease infinite;
    animation: cont-title 10s ease infinite;
}

@-webkit-keyframes cont-title {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes cont-title {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-o-keyframes cont-title {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes cont-title {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#modalss_main {
    background-color: #fff;
    color: #000;
    margin-top: 12px;
    height: 80px;
    left: -43px;
    width: 252px;
    position: relative;
}

.partlogin {
    border: 1px solid #ccc;
    height: 38px;
    padding: 10px;
}

.automaindivthree {
    cursor: pointer;
}

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .img-logo {
        text-align: center;
    }

        .img-logo > a > img {
            text-align: center;
            width: 180px;
            height: 55px;
        }

    .userlogis {
        text-align: center;
    }

    .flyclubhead {
        float: left;
        z-index: 1;
        background: #f2f2f2;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#051322),to(#15457c));
        background-image: -webkit-linear-gradient(top,#051322,#15457c);
        background-image: -moz-linear-gradient(top,#051322,#15457c);
        background-image: -o-linear-gradient(top,#051322,#15457c);
        background-image: linear-gradient(180deg,#051322,#15457c);
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        min-height: 121px;
    }

    .lhUserss {
        border-radius: 4px;
        height: 41px;
        width: 75% !important;
        float: none;
        margin: -5px auto;
        padding-top: 13px;
        margin-top: -9px;
        text-align: center;
        background-image: -webkit-linear-gradient(45deg,#53b2fe,#065af3);
        background-image: -moz-linear-gradient(45deg,#53b2fe,#065af3);
        background-image: -o-linear-gradient(45deg,#53b2fe,#065af3);
        background-image: linear-gradient(45deg,#53b2fe,#065af3);
    }

    .fsw_inputBox.searchCity, .widgetSection .fsw .fsw_inputBox.searchToCity {
        width: 100%;
        height: 125px;
        float: left;
        border-right: 1px solid #e7e7e7;
    }

    .makeFlex {
        padding-bottom: 10px;
    }

    .secndblak {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
        box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        background-color: #fff;
        padding: 20px 0px 0 !important;
    }

    .fsw .fsw_inner, .fsw .fsw_inputBox {
        display: block;
        display: block;
        display: block;
        display: block;
        display: table-row-group;
        position: relative;
        height: 125px !important;
    }

    .font30 {
        font-size: 20px;
        line-height: 30px;
        color: #0b91ff;
    }

    .fsw_inputBox.dates {
        width: 50%;
    }



    .automaindiv {
        display: none;
        position: absolute;
        top: 34px;
        width: 94%;
        left: 4%;
    }

    .automaindivto {
        display: none;
        position: absolute;
        top: 35px;
        left: 10px;
        width: 78%;
    }

    .mail {
        width: 104% !important;
    }

    .nav-tabs.tabstab {
        width: 100%;
    }

    .landingContainer {
        display: none;
    }

    .secndblak {
        width: 100%;
    }

    .fsw_inputBoxss, .searchCityss {
        text-align: center;
    }

    #sapnTotPax {
        text-align: center;
    }

    .primaryBtn {
        width: 341px;
    }

    #advtravel {
        margin-top: -92px !important;
    }

    .fsw_inputBoxss, .searchCityss {
        width: 100%;
        height: 67px;
        padding: 10px 8px;
        border-right: 1px solid #e7e7e7;
    }

    h1 {
        font-size: 15px;
        margin: 0px;
        color: #272727;
        text-align: left;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 0px;
        border: 0px solid transparent;
    }

    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .arrwaa {
        width: 172px !important;
        padding: 7px 9px;
        background: hsla(0,0%,100%,0);
        border-radius: 4px;
        margin-right: 5px;
        display: -ms-flexbox;
        float: left;
        /* display: flex; */
        -ms-flex-direction: column;
        /* flex-direction: column; */
        /* position: relative; */
        /* border-right: 1px solid #fff; */
        height: 44px;
        padding-top: 8px;
        /* margin-right: 4px; */
        /* background-color: #0086c7; */
        margin-top: -28px;
    }

    .price {
        color: #186ff6;
        line-height: 24px;
        font-size: 16px;
        font-weight: 600;
    }

    .msearch {
        font-weight: 600;
    }

    .fltbox2 {
        width: 100% !important;
        /* box-shadow: 0px 0px 5px #b9b9b9; */
    }

    .sptb {
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-top: 0px;
    }

    .logos {
        margin-left: 28%;
        width: 144px !important;
        height: 46px;
    }



    .head-text {
        text-align: center;
        font-size: 14px;
        height: 123px;
        /* text-transform: uppercase; */
        /* padding: 5px; */
        color: #fff;
        z-index: 999999;
        background-color: #051323;
    }

    .pricerate {
        padding: 0px 0px 0px 0px;
        background-color: #ffffff;
        margin-left: -2px;
        margin-top: 10px;
    }

    .modal2 {
        top: 46%;
        left: 50%;
        height: 500px;
        overflow-y: scroll;
        width: 250px;
    }

    div.close {
        background-color: #fff !important;
        background-image: none !important;
        /* bottom: 24px; */
        border-radius: 50%;
        cursor: pointer !important;
        float: right !important;
        height: 25px !important;
        font-size: 12px;
        top: 0% !important;
        z-index: 999999999 !important;
        right: 25px !important;
        left: auto !important;
        padding: 8px !important;
        border: 1px solid #fa4a4a;
        position: absolute !important;
        width: 25px !important;
    }

    #ABC {
        float: right !important;
        padding-right: 39px;
        width: 100%;
        position: absolute;
        left: 0px;
        text-align: right;
        padding-top: 3px;
        height: 23px;
        top: 69px;
        /* margin-left: 45px; */
        background-color: #cecece;
    }

    .autossd {
        margin: 0 auto;
        width: 103%;
    }
}
