@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700');

/********  font-family: 'Open Sans', sans-serif; **************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

input, select {
    vertical-align: middle;
}

.form-control {
    box-shadow: none;
    outline: none;
}

    .form-control:focus {
        border-color: #fff;
        outline: 0;
        box-shadow: none;
        outline: none;
    }

ul, ol {
    margin-top: 0;
    padding: 0;
}
/****************download-scrollbar *******************/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	 margin-top: -34px;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #3853c6;
    position: absolute;
    z-index: 2000;
    top: 75px;
    right: 100%;
    width: 100%;
    height: 3px;
}
/***************download-scrollbar //******************/
.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

/*****************  Default Home Page  **********************/
body {
    /* [disabled]font-family: 'Roboto', sans-serif; */
    background: #fff;
    font-size: 13px;
}

btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    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: #2e333f;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btn:focus, .btn:active:focus {
    outline: none;
}
/************************ index-page design ****************************/
/*****************  header-top **********************/
.header-top {
    /* background: url(../images/top.jpg) no-repeat center;
    background-size: cover;*/
    width: 100%;
    min-height: 80px;
    display: block;
    border-bottom: 1px solid #999;
}

.navbar-collapse {
    float: left;
    width: 100% !important;
}

.navbar-brand {
    height: 75px;
}

.flag-icon:before {
    content: "\00a0";
}

.navbar {
    margin-bottom: 0;
}
/******* nav *********/

.navbar-default { /*background: url(../images/top.jpg) no-repeat center;*/
    background-size: cover;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-color: transparent !important;
    top: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/*.navbar-brand{padding-top:2px;padding-bottom:4px;height:60px;font-family: 'Open Sans', sans-serif; margin-left:0 !important;}*/


.dropdown-menu > li > a {
    padding: 5px 15px;
    font-family: 'Open Sans', sans-serif;
}

.open.dropdown-menu.mega {
    display: block;
}

.dropdown-menu.mega > .sub-menu > li > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-header {
    padding: 5px 15px;
    color: #777;
    font-weight: bold;
    border-bottom: 1px dashed #e7e7e7;
}

.navbar-nav > li > a, .navbar-nav > .open > a, .navbar-nav > .active > a, .dropdown-menu > li > a, .dropdown-menu.mega > .sub-menu > li > a {
    color: #4a4a4a;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

    .navbar-nav > li > a::before, .navbar-nav > .open > a::before, .navbar-nav > .active > a::before, .dropdown-menu > li > a::before,
    .dropdown-menu.mega > .sub-menu > li > a::before {
        content: '';
        position: absolute;
        background: #ffbf3a !important;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .navbar-nav > li > a::before, .navbar-nav > .open > a::before, .navbar-nav > .active > a::before {
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
    }

    .dropdown-menu > li > a::before, .dropdown-menu.mega > .sub-menu > li > a::before {
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
    }

    .navbar-nav > li > a:hover::before, .navbar-nav > li > a:focus::before, .navbar-nav > .open > a::before, .navbar-nav > .open > a:hover::before,
    .navbar-nav > .open > a:focus::before, .navbar-nav > .active > a::before, .navbar-nav > .active > a:hover::before, .navbar-nav > .active > a:focus::before, .dropdown-menu > li > a:hover::before,
    .dropdown-menu > li > a:focus::before,
    .dropdown-menu > .active > a::before, .dropdown-menu > .active > a:hover::before,
    .dropdown-menu > .active > a:focus::before, .dropdown-menu.mega > .sub-menu > li > a:hover::before,
    .dropdown-menu.mega > .sub-menu > li > a:focus::before, .dropdown-menu.mega > .sub-menu > .active > a::before,
    .dropdown-menu.mega > .sub-menu > .active > a:hover::before, .dropdown-menu.mega > .sub-menu > .active > a:focus::before,
    .dropdown-menu.mega > .sub-menu > li > a:hover::before,
    .dropdown-menu.mega > .sub-menu > li > a:focus::before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus, .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu.mega > .sub-menu > li > a:hover, .dropdown-menu.mega > .sub-menu > .active > a,
    .dropdown-menu.mega > .sub-menu > li > a:focus {
        background-color: transparent !important;
        color: #ffbf3a !important;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
    /*color: #ffbf3a!important;*/
}

@media (min-width:768px) {
    .dropdown .dropdown-menu {
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        -ms-transform: scale(1,0);
        -o-transform: scale(1,0);
        transform: scale(1,0);
        -webkit-transition: all 200ms ease 0s;
        -moz-transition: all 200ms ease 0s;
        -o-transition: all 200ms ease 0s;
        transition: all 200ms ease 0s;
        display: block;
    }

    .dropdown:hover .dropdown-menu, .dropdown.open .dropdown-menu {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    /*.navbar-nav > li > a::before, .navbar-nav > .open > a::before,
.navbar-nav > .active > a::before {
left: 0;
height: 100%;
width: 2px;
top: 0;
}
*/
    .dropdown-menu.mega > .sub-menu {
        display: block;
    }

        .dropdown-menu.mega > .sub-menu > li > a {
            padding-left: 25px;
        }

    .navbar-collapse {
        width: auto !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent !important;
    }

    .navbar-brand {
        height: 60px;
    }

    .tick-top {
        padding: 0;
        margin-top: 5px;
        display: block;
        width: 4%;
        float: none !important;
    }
}


@media (max-width: 1025px) {
    .navbar-fixed-top {
        position: relative !important;
    }

    .navbar-default {
        border: none !important;
    }

    .left-tab-process .tab-content {
        background-color: #e4e5ea;
        margin-left: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: none !important;
    }

    .tab-pane .facilty-bk {
        width: 100% !important;
    }


    .flight-content .eco-xp {
        width: 100% !important;
    }
    /*******all-footer-pages ******/
    .postticket .table {
        border: none !important;
    }

    .taxes-panel {
        border: none !important;
    }

    .navbar {
        min-height: 80px;
    }
}

/************ support-fixed-top-scroll *************/
/*top nav*/
.navbar-trans.afterscroll {
    top: 0px;
    background: #f5f5f5;
}

ul.navsupport {
    margin-top: 20px;
    /*color: #be0405 !important;*/
    padding-bottom: -50px;
    font-size: 12px;
}

    ul.navsupport a {
        color: #f9b019 !important;
        line-height: 1em;
        font-size: 15px !important;
        font-weight: 400;
        text-decoration: none;
    }

        ul.navsupport a:hover {
            text-decoration: none !important;
        }

.navbar-top .navsupport li a {
    font-size: 12px;
    line-height: 19px;
    color: #f9b019;
}

    .navbar-top .navsupport li a span {
        font-size: 15px;
    }

/*==================================================
 * left tab and img
 * ===============================================*/

.main-text {
    margin 0;
}

    .main-text p {
        font-size: 12px;
    }

.active-banner {
    background-color: #282c37;
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 560px;
    display: block;
    border-bottom: 1px solid #999;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border: none;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}

    .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
        /*float: none;*/ display: block;
    }

ul.panel-sdm li {
    padding: 0 0 7px 0 !important;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 140px;
    margin-right: 0;
    /* margin-bottom:9.6px;*/
    background-color: #e4e5ea;
    border-radius: 0px;
    color: #272727;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    background-color: #fff;
    color: #f9b019;
    border: 1px solid #fff;
}

.left-tab-process .tab-content {
    background-color: #e4e5ea;
    margin-left: 131px;
    display: flex;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.book-process-ltab {
    max-width: 131px;
}

.left-tab-process .tab-pane {
    padding: 15px;
    width: 100%;
    min-height: 150px;
}

.left-tab-process h4 {
    color: #536779;
}

.term-fa {
    margin-right: 7px;
    font-size: 11px;
    margin-left: -18px;
    color: #2EA72F;
}

.tac-content {
    background-color: #ccc;
}
/*==================================================
 * left tab
 * ===============================================*/


/*==================================================
 * left tab
 * ===============================================*/

@media (max-width:768px) {
    .flight-content .load-time {
        width: 100%;
    }

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 0px;
        padding: 5px 8px;
        margin-right: 5px;
        font-size: 12px;
    }

    .left-tab-process .tab-pane {
        padding: 13px 11px;
        min-height: auto;
    }

    .left-tab-process .tab-content {
        background-color: #e4e5ea;
        margin-left: 0px;
        /*	display: inherit;*/
    }

    .tabs-left > .nav-tabs {
        float: none;
        margin-right: 0px;
        border: none;
        display: block;
    }

        .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
            float: left;
        }

    .book-process-ltab {
        max-width: 100%;
    }


    .left-tab-process .card .tab-content {
        background-color: #e4e5ea;
        margin-left: 0px;
    }

    .form-row .form-control {
        width: 100% !important;
    }
    /**** tab****/
    #origin-input {
        width: 100%;
    }

    .tablist-icon > li > a > i {
        font-size: 12px !important;
        padding-right: 0;
    }

    .tablist-icon > li > a span {
        position: inherit !important;
    }
    /****tab****/

    /****modal*******/
    .modal-content {
        width: 90% !important; /* Could be more or less, depending on screen size */
    }

    #carousel3d .carousel-3d-slide.current span {
        top: 30px !important;
    }

    /****textimonial *****/

    .servicebottom .btn-add {
        border-right: 1px solid none !important;
    }

    .servicebottom .btn-details {
        display: inline-block;
        width: 100% !important;
    }

    .servicebottom .btn-add {
        width: 100% !important;
        display: inline-block;
    }

    /****textimonial *****/
}

@media (max-width:520px) {
    .servicebox h1 {
        width: 60%;
        font-size: 18px !important;
    }

        .servicebox h1:before {
            margin-top: 30p !important;
        }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .form-rows {
        width: 100%;
    }

        .form-rows .form-control {
            width: 45%;
            display: inline-block;
            margin-left: 14px;
            position: relative;
        }

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 0px;
        padding: 5px 8px;
        margin-right: 5px;
        font-size: 12px;
    }

    .left-tab-process .tab-pane {
        padding: 13px 11px;
        min-height: auto;
    }

    .left-tab-process .tab-content {
        background-color: #e4e5ea;
        margin-left: 0px;
        /*display: inherit;*/
    }

    .tabs-left > .nav-tabs {
        float: none;
        margin-right: 0px;
        border: none;
        display: block;
    }

        .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
            float: left;
        }

    .book-process-ltab {
        max-width: 100%;
    }



    .left-tab-process .card .tab-content {
        background-color: #e4e5ea;
        margin-left: 0px;
    }

    .form-row .form-control {
        width: 100%;
    }
    /**** tab****/
    #origin-input {
        width: 100%;
    }
    /****tab****/
    .form-row .form-control {
        width: 100% !important;
    }
}

/****modal*******/
/*****************  header-top **********************/

/***************tabs -2 start inner *****************/
.card .nav-tabs {
    border-bottom: 2px solid #e4e5ea;
    background: #e4e5ea;
    padding: 0 15px;
    display: inline-block;
}

    .card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a:focus, .card .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .card .nav-tabs > li > a {
        border: none;
        color: #272727;
        font-size: 14px;
        padding: 8px 12px;
    }

        .card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover {
            border: none;
            color: #f9b019 !important;
            background: transparent;
        }

        .card .nav-tabs > li > a::after {
            content: "";
            background: #f9b019;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .card .nav-tabs > li.active > a::after, .card .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.card .tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.card .tab-pane {
    padding: 0px 0;
}

.card .tab-content {
    /* padding: 10px 0; */
    display: block;
}

.card {
    background: #e4e5ea;
    margin-bottom: 0;
    width: 100%;
    /* width: 810px; */
}
/********** redeswign tab********/
.left-tab-process .card .tab-content {
    background-color: #e4e5ea;
    margin-left: 0px;
    width: 100%;
    /* padding:15px; */
    margin-top: 20px;
}

/******** tab in form design ***********/
#origin-input {
    padding: 15px 0 0 0;
    clear: both;
    /* display: inline-block;*/
}

.tab-pane .form-control {
    display: block;
    font-size: 14px;
    padding: 1px 2px;
    line-height: 1.42857143;
    color: #272727;
    background-color: #fff;
    padding: 0 5px;
    height: 40px;
    margin-bottom: 8px;
    border: 1px solid #cecece !important;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    clear: both;
    outline: none !important;
    border: none;
    box-shadow: none;
    width: 100%;
}
/*** search **/
.inner-addon {
    position: relative;
}

.right-addon .glyphicon {
    right: 0px;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 17px;
    pointer-events: none;
}
/*** search **/

.form-rows {
    width: 100%;
}

    .form-rows .form-control {
        width: 18%;
        display: inline-block;
        margin-left: 14px;
    }
/****************** search// *******************/


/********* subscribe *************/
.well {
    min-height: 20px;
    padding: 19px;
    margin: 10px;
    background-color: #3853c6;
    border: 1px solid #e3e3e3;
}

h2.orange {
    padding: 25px 0 0 0;
    color: #fff;
    line-height: 1.5em;
    font-size: 20px;
}

p.newsletter {
    padding: 0;
    color: #fff;
    line-height: 1em;
}

.well .form-control {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 1px 2px;
    line-height: 1.42857143;
    color: #272727;
    background-color: #fff;
    padding: 0 5px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    clear: both;
}

.latest-subs {
    padding: 25px 0 0 0;
    text-align: center;
}

    .latest-subs .btn-success {
        color: #fff;
        background-color: #12b126;
        border-color: #12b126;
        padding: 9px 15px;
        border-radius: 0px;
        box-shadow: none;
    }

        .latest-subs .btn-success:hover, .latest-subs .btn-success:focus {
            background: #13c32a !important;
            color: #fff;
            text-decoration: none;
            border: 1px solid #12b126;
        }

.row-travel {
    width: 100%;
    display: inline-block;
    clear: both;
}

/***********spacing-section***************/
.personalized {
    background: url(../images/travels-banner.jpg) no-repeat center;
    min-height: 530px;
    padding: 10px 0 65px 0;
    overflow: hidden;
    background-size: cover;
    display: block;
}

.spacing-section {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 0 !important;
    padding-bottom: 3em !important;
}

.subtitle {
    color: #8b8b8e;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.title {
    font-weight: 300;
    font-size: 36px;
    padding-top: 1.3em;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
}

/* FAQ */
.accordion-faq {
    text-align: left;
    position: relative;
}

    .accordion-faq .panel {
        border-radius: 0;
        margin: -15px auto;
    }

    .accordion-faq .panel {
        border-radius: 0;
        margin: -15px auto;
        background: transparent;
        box-shadow: none;
    }

        .accordion-faq .panel .panel-heading {
            padding: 0;
            color: #fff;
            border-radius: 0 !important;
            background: #333;
        }

    .accordion-faq .panel-heading a {
        display: block;
        font-size: 18px;
        position: relative;
        background: #ececec;
        color: #333;
        padding: 8px 15px;
        border-radius: 0;
        border-right: 48px solid #ececec;
        min-height: 50px;
        text-decoration: none;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        margin: 15px auto;
    }

    .accordion-faq .collapsed .arrow-down {
        display: block;
    }

    .accordion-faq .arrow-down, .accordion-faq .arrow-up {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        font-size: 20px;
        top: 50%;
        margin-top: -15px;
        right: -36px;
        color: #333;
    }

    .accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
        display: none;
    }
/* FAQ */
h5.travel-xp {
    font-weight: 500;
    font-size: 13px;
    color: #3853c6;
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
}

.term-condti . panel-default > .panel-heading {
    padding: 10px 15px !important;
    border-radius: 0;
    color: #151212;
    border-color: #EEEEEE;
    border-radius: 3px;
    margin-top: 20px;
}

.term-condti .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: none;
    border: none;
}

.term-condti .panel-default .panel-body {
    /*padding: 0px 20px 10px 20px;*/
    border: 1px solid #ddd;
}

.term-condti .detail-block {
    padding: 0;
}

#accordion .panel-heading {
    color: #333;
    background-color: #ececec !important;
    padding: 15px 15px;
}

#accordion .panel-title > a {
    display: block;
    outline: none;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5em;
    color: #272727;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}

    #accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
        content: "\e113";
        float: right;
        font-family: 'Glyphicons Halflings';
        margin-right: 1em;
        margin-top: 0.9em;
    }

    #accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
        content: "\e114" !important;
    }

span.ibis-trx {
    /*padding-right: 1em!important;*/ flex: 1 1 auto !important;
    color: #717585 !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
    width: 70%;
    display: inline-block;
}

span.rupees {
    color: #717585 !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
    width: 30%;
    float: right;
}

.packages-xp {
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
}

    .packages-xp a {
        color: #717585 !important;
    }

.js-link:hover {
    text-decoration: underline !important;
    color: #9F0 !important;
}
/***********spacing-section***************/

/********************testimonial-slider *****************************/
.servicebox {
    width: 100%;
    background: #d9d9d9;
    padding: 40px 0px;
    float: left;
}

    .servicebox h1 {
        width: 70%;
        font-weight: 600;
        font-size: 28px;
        color: #000;
        font-family: 'Open Sans', sans-serif;
        padding: 0 0 25px 46px;
    }

        .servicebox h1:before {
            position: absolute;
            content: "";
            height: 2px;
            background-color: #be0405;
            width: 100px;
            /* margin-left: 15px; */
            margin-top: 40px;
        }

}

.servicecontainer {
    width: 100%;
    margin: 15px 0px;
    padding: 0px;
}

.blackbg {
    background: rgba(0,0,0,0.8);
    padding: 2px 0px;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .blackbg p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 0px 0px !important;
        margin: 0px;
        font-family: 'Open Sans', sans-serif;
        color: #fff !important;
    }

    .blackbg h2 {
        font-size: 24px;
        padding: 0px;
        margin: 0px;
        font-family: 'LiberationSans-Bold';
        color: #2ca01c;
        font-weight: 700;
    }

.servicecolumn {
    padding: 1px;
    margin: 0px;
    background: #fff;
    width: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -khtml-transition: .4s;
    -o-transition: .4s;
}

    .servicecolumn + .servicecolumn {
        margin: 0 0 0 30px;
        padding: 1px;
        background: #fff;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -khtml-transition: .4s;
        -o-transition: .4s;
    }

.servicepic {
    width: 100%;
    margin: 0;
    position: relative;
}

    .servicepic img {
        width: 100%;
    }

.servicebottom {
    width: 90%;
    margin: 0 auto;
    clear: both;
    text-align: left;
    padding-bottom: 10px;
}

    .servicebottom h3 {
        font-size: 20px;
        color: #0065a0;
        padding: 10px 0 8px 0px;
        margin: 0px;
    }

    .servicebottom p {
        font-size: 14px;
        color: #333;
        font-weight: 300;
        line-height: 2em;
        padding: 0 0 5px 3px;
        margin: 0px;
    }

    .servicebottom .separator p i {
        margin-right: 10px;
    }

    .servicebottom .separator {
        border-top: 1px solid #E1E1E1;
    }

.clear-left {
    clear: left;
}


.servicebottom .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}


.servicebottom .btn-add {
    width: 50%;
    float: left;
}

.servicebottom .btn-add {
    border-right: 1px solid #E1E1E1;
}

.servicebottom .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}










    .servicebottom .btn-details a {
        font-size: 13px;
        background: #034f9c;
        font-weight: 400;
        padding: 7px 15px;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .servicebottom .btn-details a:hover, .servicebottom .btn-details a:focus {
            background: #fff;
            color: #034f9c;
            text-decoration: none;
            border: #3853c6 1px solid;
        }


/* tesimonial slider start */
#owl-demo .item, #owl-demo1 .item, #owl-demo2 .item, #owl-demo3 .item {
    margin: 0 0 0 0;
}

    #owl-demo .item img, #owl-demo1 .item img, #owl-demo2 .item img, #owl-demo3 .item img {
        display: block;
        height: auto;
        width: 100%;
    }

.owl-theme .owl-controls {
    margin-top: 10px;
}

#owl-demo .item, #owl-demo1 .item, #owl-demo2 .item, #owl-demo3 .item + #owl-demo .item, #owl-demo1 .item, #owl-demo2 .item, #owl-demo3 .item {
    margin: 0 0 0 30px;
}

.owl-buttons {
    position: absolute;
    top: 0px;
    right: -0.4%;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    font-size: 12px;
    width: 40px;
    height: 38px;
}

.owl-next {
    background: url(../images/blog_slider_arrow_next.png) no-repeat 0 0px;
    position: absolute;
    right: 0%;
    top: -50px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -khtml-transition: .2s;
    -moz-transition: .2s;
}

    .owl-next:hover {
        background: url(../images/blog_slider_arrow_next.png) no-repeat 0 -38px;
    }

.owl-prev {
    background: url(../images/blog_slider_arrow_perv.png) no-repeat 0px 0px;
    position: absolute;
    right: 50px;
    top: -50px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -khtml-transition: .2s;
    -moz-transition: .2s;
}

    .owl-prev:hover {
        background: url(../images/blog_slider_arrow_perv.png) no-repeat 0 -38px;
    }
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
    margin: 0em auto;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* tesimonial slider*/

/*******************testimonial-slider // **********************/

/***************** footer *******************/
footer {
    background-color: #282c37;
    color: #fff;
    /*	padding:2em 0;
	padding-bottom: 10px;*/
}

    footer h3 {
        padding: 10px 0 0;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        margin-bottom: 15px;
        clear: both;
        margin-top: 40px;
    }

    footer ul {
        list-style: none;
        clear: both;
    }

        footer ul li a {
            padding: 5px 0;
            color: #afb1b5;
            font-size: 14px;
            font-weight: normal;
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 10px;
            line-height: 30px;
        }

            footer ul li a:hover, footer ul li a:focus {
                color: #3853c6;
                text-decoration: none;
            }

.footer-bottom {
    padding: 10px 0;
    display: block;
    background-color: #2e333f;
    vertical-align: middle;
    margin-top: 50px;
    color: #FFF;
    clear: both;
}

    .footer-bottom ul li {
        margin: 0 15px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
    }

        .footer-bottom ul li a {
            color: #FFF;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
        }

    .footer-bottom .faqus ul li a {
        color: #FFF;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
    }

        .footer-bottom .faqus ul li a:hover, .footer-bottom .faqus ul li a:focus {
            color: #3853c6;
            text-decoration: none;
        }

    .footer-bottom p {
        color: #FFF;
        font-size: 12px;
        line-height: 2.6em;
        font-family: 'Open Sans', sans-serif;
    }

/******************** footer ***********************/

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/
#return-to-top {
    position: fixed;
    bottom: 45px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999999;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #3853c6;
        color: #FFFFFF;
    }

        #return-to-top:hover i {
            color: #fff;
            top: 8px;
        }

/***************************/

/************ curve slider *****************/
#carousel3d .carousel-3d-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    #carousel3d .carousel-3d-slide.current {
        background-color: #333;
        color: #fff;
        width: 100%;
    }

        #carousel3d .carousel-3d-slide.current span {
            font-size: 20px;
            font-weight: 500;
            position: absolute;
            font-family: 'Open Sans', sans-serif;
            text-align: center !important;
            top: 70px;
            left: 30px;
            right: 30px;
            color: #f6e206;
        }

        #carousel3d .carousel-3d-slide.current p {
            font-size: 15px;
            font-weight: 200;
            position: absolute;
            font-family: 'Open Sans', sans-serif;
            text-align: center !important;
            line-height: 20px;
            width: 90%;
            padding: 0 10px;
        }

#carousel3d .prev {
    left: 80px !important;
    text-align: left;
    font-weight: 200;
    color: #999;
}

#carousel3d .next {
    right: 90px !important;
    text-align: right;
    font-weight: 200;
    color: #999;
}

i.previous {
    position: absolute;
    top: 50%;
    height: 0;
    margin-top: -30px;
    left: 0;
    width: 100%;
    z-index: 9099;
    text-align: left;
    font-weight: 200;
    color: #0065a0;
    font-size: 100px;
}

i.forward {
    position: absolute;
    top: 50%;
    height: 0;
    margin-top: 0px;
    z-index: 909999;
    right: 90px !important;
    text-align: right;
    font-weight: 200;
    color: #0065a0;
    font-size: 100px;
}

/************ curve slider *****************/

/*************** new modal *******************/
/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}



span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #f1f1f1;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
}

    .close:hover,
    .close:focus {
        color: #fff;
        cursor: pointer;
        opacity: 1;
    }

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

/*******************
my -moadal design
/*******************/

.modal input[type=text], .modal input[type=password] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

.signup-box h1 {
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f9b019;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
    margin: 0;
    border-top-right-radius: 5px;
}

.signup-box p {
    text-align: center;
    padding: 30px 0 !important;
    font-weight: 400;
    color: #272727;
}

.term-xx p {
    padding: 10px 0 !important;
    font-weight: 400;
    color: #272727;
    font-size: 14px;
    text-align: left;
}

.quick-btn {
    color: #fff !important;
    background: #f9b019;
    padding: 8px 12px;
    border: none;
    margin: 20px 15px;
    border-radius: 3px;
}

    .quick-btn:hover {
        color: #fff !important;
        background: #e8642b;
        padding: 8px 12px;
        border: none;
    }

.signup-blue {
    color: #fff !important;
    background-color: #2196F3 !important;
    padding: 8px 12px;
    border: none;
    border-radius: 3px;
}

    .signup-blue:hover {
        color: #fff !important;
        background-color: #2196F3 !important;
    }

.button-up {
    background-color: white;
    color: black;
    border: 2px solid #f9b019;
    padding: 7px 42px;
    border-radius: 0;
    text-align: center;
    margin: 15px 0 0px 24px;
}

    .button-up:hover, .button-up:focus, .button-up.active {
        background-color: #f9b019;
        color: white;
        box-shadow: none;
    }

.btn-danger {
    color: #fff;
    background-color: #ffbf3a;
    border-color: #ffbf3a;
    padding: 7px 40px;
    border-radius: 0;
    text-align: center;
    margin: 15px 0 0px 24px;
}

    .btn-danger:hover, .btn-danger:focus {
        color: #fff;
        background-color: #ffbf3a;
        border-color: #ffbf3a;
    }


.account-xp {
    width: 180px !important;
}

    .account-xp i {
        padding-left: 10px !important;
    }
/*******************
my -moadal design
/*******************/
/*************** new modal //*******************/
/***************End for index page //*******************/



/***************Start for flight page *******************/
.flight-content {
    background-color: #e4e5ea;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}

    .flight-content .load-time {
        max-width: 100%;
        width: 250px !important;
    }

    .flight-content .form-control {
        display: block;
        width: 100%;
        height: 45px;
        padding: 10px 10px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 6px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 5px;
    }

    .flight-content .inner-addon .glyphicon {
        position: absolute;
        padding: 12px;
        pointer-events: none;
    }
/*********left-panel********/
.filter-Content .well {
    padding: 15px 0 15px 0;
    margin: 10px 0;
    background-color: #e4e5ea;
    box-shadow: none;
    border-radius: 0px;
    border: none;
}


/** =======================
 * Contenedor Principal
 ===========================*/
.leftside-content {
    padding: 20px;
}

.accordion {
    width: 100%;
    /*  max-width: 260px;*/
    margin: 0;
    background: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
}

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 0px;
        color: #0f0f0f;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #CCC;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    /*.accordion li:last-child .link { border-bottom: 0; }*/
    .accordion li {
        list-style: none;
    }

        .accordion li i {
            position: absolute;
            top: 16px;
            left: 12px;
            font-size: 18px;
            color: #0f0f0f;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .accordion li i.fa-chevron-down {
                right: 12px;
                left: auto;
                font-size: 14px;
            }

        .accordion li.open .link {
            color: #0f0f0f;
            font-family: 'Open Sans', sans-serif;
        }

        .accordion li.open i {
            color: #0f0f0f;
        }

            .accordion li.open i.fa-chevron-down {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

/**
 * Submenu
 -----------------------------*/

/** well**/
.titles {
    font-size: 14px;
    color: #0f0f0f;
    font-weight: 600;
    letter-spacing: .03em;
    display: inline-block;
    margin-bottom: 8px;
    padding: 10px 0 0 10px;
    height: auto;
    width: 100%;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.well .accordion .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 1px 2px;
    line-height: 1.42857143;
    color: #4a4a4a;
    background-color: #fff;
    padding: 0 5px;
    height: 35px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    clear: both;
    border: 1px solid #aaa;
    width: 200px !important;
    margin: 10px 0 0 28px;
}

.sort {
    color: #037df8 !important;
}
/* well //***/
/* dropdown */
#sort-by {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    width: 100%;
    width: 100%;
    padding: 0;
}

    #sort-by ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline;
    }

    #sort-by a:link, #sort-by a:visited {
        color: #333;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    #sort-by li {
        background: none repeat scroll 0 0 #fff;
        cursor: pointer;
        margin: 0 auto;
        outline: medium none;
        padding: 7px 12px;
        position: relative;
        width: 100%;
        border-color: #757575;
        border-width: 1px;
        border-style: solid;
        float: left;
        color: #333;
        border-radius: 0;
        list-style: none !important;
    }

        #sort-by li li {
            width: 170px;
            margin-top: 0px;
            border-radius: 0px 0px 0px 0px;
            border-bottom: none;
            border-left: none;
            border-top: none;
            border-right: none;
        }

            #sort-by li li a:hover {
                color: #000;
            }

        #sort-by li:hover {
            background-color: #F8F8F8;
        }

        #sort-by li li:hover {
            background-color: #ffffff;
            color: #000;
            text-decoration: underline;
        }

    #sort-by ul ul {
        position: absolute;
        visibility: hidden;
        left: -1px;
        top: 36px;
        background: none repeat scroll 0 0 #fff;
        border: 1px #ddd solid;
        border-top: none;
        z-index: 10000;
        border-bottom: 4px #fc7136 solid;
    }

        #sort-by ul ul ul {
            position: absolute;
            left: 100%;
            top: -2px;
            border: solid 1px transparent;
        }

    #sort-by li:hover > ul {
        visibility: visible;
    }

.right-arrow {
    float: right;
}

    .right-arrow:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #037df8 transparent;
    }

ul.list-item li {
    padding: 3px 12px !important;
}

    ul.list-item li:first-child {
        padding-top: 15px !important;
        text-decoration: underline !important;
        color: #09F !important;
    }

#sort-by li a.view {
    color: #037df8 !important;
}
/* dropdown */
/*******div-left-2 *******/
/** Reset***/
.resultsCountGrid {
    display: flex;
    align-items: center;
    text-align: center;
    height: 40px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    background-image: linear-gradient(135deg,#3faf0e 0%,#3faf0e 100%);
}

    .resultsCountGrid .count span.filtered {
        font-size: 1.5em;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

    .resultsCountGrid .count {
        flex-grow: 2;
        font-size: 1em;
    }

    .resultsCountGrid .reset {
        flex-grow: 1;
        border-left: 1px solid #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        font-size: .8em;
        line-height: 2.2em;
    }

        .resultsCountGrid .reset a {
            color: #fff;
            transition: color .2s ease;
        }

.advice {
    background-color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    width: 100%;
}

.advice-title {
    font-size: 10px;
    color: #717585;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
}

.value {
    color: #fc7136;
}

.info-text {
    font-size: 12px;
    color: #717585;
    font-weight: bold;
}

    .info-text i:hover {
        color: #fc7136;
    }
/*******div-left-2// *******/
/*******div-left-1 *******/
.advice-advance {
    background-color: #fff;
    padding: 5px 0;
    margin: 10px 0;
    width: 100%;
}

.cm-header {
    color: #0f0f0f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 0 5px;
}

.imageContainer {
    flex: 1;
    display: block;
    width: 95%;
    border: 1px solid;
    clear: both;
    margin: 5px auto !important;
}

img.compare {
    display: block;
    border: 1px solid transparent;
    cursor: pointer;
}

.imageContainer .btn {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 6px 2px;
    background: #fff;
    color: #333;
    box-shadow: none;
}

.imageContainer .trip {
    display: inline-block;
    padding: 6px 24px !important;
}

.imageContainer .btn:hover {
    color: #037df8;
}

.provides {
    width: 95%;
    display: block;
    margin: 10px auto 5px auto;
}

    .provides .btn:hover, .btn:focus, .btn.focus {
        color: #fff;
        background: #3854c5;
        text-decoration: none;
    }

.compare-all {
    width: 100%;
    border-radius: 0px;
    font-size: 12px;
    color: #fff;
    background: #558fe6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
/*******div-left-1 *******/


.submenu {
    display: block;
    background: fff;
    font-size: 14px;
}

    .submenu li { /* border-bottom: 1px solid #ccc; */
        list-style: none;
    }

    .submenu a {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        list-style: none;
        font-family: 'Open Sans', sans-serif;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        float: right;
        display: inline-block;
    }
/*.submenu a:hover {
  background: #fff;
   color: #000;
}*/
/****** checkbox ***********/

.containerss {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    word-wrap: break-word;
}
    /* Hide the browser's default checkbox */
    .containerss input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        background: #09F;
    }

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #f9b019;
}
/* On mouse-over, add a grey background color */
.containerss:hover input ~ .checkmark {
    /*  background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.containerss input:checked ~ .checkmark {
    background-color: #f9b019;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerss input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerss .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.containerss .price-stop {
    float: right;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

label.containerss:hover {
    color: #f9b019 !important;
}
/****** checkbox ***********/


/*********************** handle-slider ***********************/
#slider12a .slider-track-high, #slider12c .slider-track-high {
    background: #f9b019;
}

#slider12b .slider-track-low, #slider12c .slider-track-low {
    background: #f9b019;
}

#slider12c .slider-selection {
    background: #a5a7b3;
}

.slider.slider-horizontal {
    height: 20px;
    margin-top: 10px;
    max-width: 100%;
    width: 210px !important;
}

    .slider.slider-horizontal .slider-track {
        height: 6px !important;
    }

.slider-handle.round {
    /*border-radius: 15% !important;*/
}

.slider-handle {
    position: absolute;
    top: -3px !important;
    width: 24px !important;
    height: 24px !important;
}

label.take-off {
    letter-spacing: .03em;
    font-size: .9em;
    padding-bottom: 15px;
    color: #0f0f0f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding-top: 10px;
}
/*********************** handle-slider //***********************/
.title-air {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: .03em;
    font-size: 1em;
    padding: 15px 0 5px;
    color: #558fe6;
}
/*******left-panel //**********/
/*****start right-content ****/
.right-content {
    margin: 0;
    display: block;
}

    .right-content .well {
        min-height: 20px;
        padding: 0;
        margin: 15px 0;
        background-color: #fff;
        box-shadow: none;
        border-radius: 0px;
        display: block;
        border: none;
    }

p.description {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 12px;
    color: #0f0f0f !important;
    letter-spacing: 0.15px;
}
/*****start right-content ****/
td.a-center {
    width: 90px;
    margin: 0 0 0 30px;
}


/***************End for flight page *******************/


/******************flight page date 0f 7feb ************************/
.depart-txt {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
}

.easy-autocomplete {
    width: 100% !important;
}

.tab-pane .seat-book {
    width: 100%;
    padding: 0;
}

.easy-autocomplete-container ul {
    border-top: 1px solid #e4e4e4 !important;
    max-width: 400px;
    width: 100%;
}

    .easy-autocomplete-container ul li {
        font-size: 16px !important;
        font-weight: 400 !important;
        padding: 4px 16px;
    }
/********************** Re-design pages issue ***************************/

.label-cd {
    font-weight: 400;
    font-size: 10px;
    color: #666;
    padding-top: 0;
}

.top-field {
    font-size: 13px;
    line-height: 1;
    padding-right: 20px;
    color: #272727;
    font-weight: 500;
}

.tab-pane .drop-xp {
    /*width: 65px; */
    max-width: 100%;
}

.tab-pane .srch-as {
    width: 100%;
    padding: 20px 2px 0 0;
}

.go-srh {
    display: inline-block;
    float: right;
    background: red;
}

.tab-pane .clas-fn {
    width: 100%;
}

.tab-pane .srch-fild {
    width: 100%;
    padding: 38px 2px 0 0;
}

.filling {
    padding: 15px 0 0 0;
}

.arrive-flit {
    margin-top: 3px;
}

.body-content {
    width: 100%;
    display: block;
}

.car-srh .btn-warning {
    height: 40px !important;
}

.flight-content .flight-time {
    min-width: 100%;
    width: 230px !important;
}

.flight-content .flight-drop {
    min-width: 100%;
    width: 75px;
    /*display:inline-block;*/
}

.full-to {
    padding: 8px 0;
}

.car-dl .btn-warning {
    color: #0f0f0f;
    background-color: #ffffff;
    border-color: #8c8c8c;
    box-shadow: none;
    outline: none;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding: 6px 16px;
    font-weight: 400;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .car-dl .btn-warning:hover,
    .car-dl .btn-warning:focus {
        color: #558fe6;
        background-color: #ffffff;
        border-color: #558fe6;
    }

.tab-div .nav-tabs {
    padding: 0 !important;
}

.top-fills {
    font-size: 13px;
    /*   line-height: 1;*/
    padding-right: 6px;
    color: #272727;
    font-weight: 500;
}

.flight-content .small {
    font-size: 10px;
    display: block;
}

.flight-content .eco-xp {
    max-width: 100%;
    margin-top: 16px;
    font-size: 13px;
}

.flight-content .distance-time {
    min-width: 100%;
    /* width: 190px !important; */
    margin: 15px 0 5px 0;
}

.flight-content .srch-btn {
    width: 100%;
    padding: 35px 0 0 0;
}

/*************************** car-dropdown  ***********************************/
.icar-heading {
    line-height: 1;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    padding-left: 17px;
}

.recommendationBlk .recommendcar {
    color: #717585;
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.recommendcar strong {
    display: inline-block;
    font: 500 14px 'Lato', sans-serif !important;
    margin-bottom: 0;
    color: #333;
    padding-right: .5em;
}

.field {
    display: inline-block;
    padding-right: 1em;
    margin: 0 0 10px;
}

.ui-header {
    padding: 10px 0 0 0;
    width: 100%;
}

    .ui-header p {
        font: 600 16px 'Lato', sans-serif !important;
        color: #333;
    }

    .ui-header .contents {
        font: 500 13px 'Lato', sans-serif !important;
        color: #717585;
    }

    .ui-header h4 {
        font: 500 14px 'Lato', sans-serif !important;
        color: #3e3f40;
        padding: 5px 0 0 0;
    }

.drop-value p {
    font: 500 12px 'Lato', sans-serif !important;
    color: #717585;
    padding: 5px 0;
}

.ui-header b {
    color: #333;
}

.vender {
    border-top: 1px solid #ccc;
}

.car-htb img {
    width: 45px;
    margin: 10px 15px 0 0;
}

.sett-cr {
    font-size: 13px;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #cac5c5;
    border-left: 1px solid #cac5c5;
}

.ui-heading {
    padding: 0 0 20px 0;
}

    .ui-heading p {
        font: 600 16px 'Lato', sans-serif !important;
        color: #333;
    }

.price-Wrap {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.ui-note {
    font: 600 18px 'Lato', sans-serif !important;
    color: #333;
    padding-top: 3px;
}

.content p {
    font: 500 12px 'Lato', sans-serif !important;
    color: #717585;
    padding: 7px 0;
}

.text-note {
    padding: 10px 0 20px;
}

.content-rtn {
    padding: 0 0 20px;
}

.rate-xp {
    padding: 0 0 0 10px !important;
}

.content-rtn p {
    font: 500 13px 'Lato', sans-serif !important;
    color: #717585;
    padding: 5px 0;
}

.recommend-up {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 20px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 2px rgba(0,0,0,0.24);
    margin: 0 auto 20px;
}

.fare-rules {
    padding: 10px 0;
}

.rate-rs {
    padding: 0 0 10px 0px !important;
}

.nodata {
    box-shadow: 0 0 0 1px #a5a5a5 inset, 0 0 0 0 transparent;
    background-color: #f9f9f9;
    padding: 0;
    margin: 0 0 20px;
}

    .nodata p {
        font-size: 1em;
        text-align: center;
        color: #be0405;
        line-height: 2em;
    }

    .nodata h1 {
        font-size: 1.8em;
        text-align: center;
        color: #be0405;
        line-height: 1.6em;
    }
/**********************new-design-footer *****************************/
.about-best {
    padding: 0;
    color: #afb1b5;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}

.footer-extream-bottom {
    margin-top: 15px;
}

    .footer-extream-bottom p {
        text-align: center;
        color: #5f626a;
        font-size: 12px;
    }
/************** privacy *****************/

.articletitle {
    position: relative;
    padding-bottom: 12px;
}

    .articletitle > h1 {
        margin: 30px 0 5px 0;
        color: #20242E;
        font-weight: 700;
        line-height: 1.1;
        text-transform: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
    }

    .articletitle:before {
        width: 100%;
        height: 1px;
        content: "";
        position: absolute;
        /*  left: 65px;*/
        bottom: 1px;
        background: rgba(32, 36, 46, 0.1);
    }

    .articletitle:after {
        width: 50px;
        height: 3px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        background-color: #3853c6;
    }

.general-text {
    margin-bottom: 0px;
    padding: 20px 0 40px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    color: #4D4D4D;
    opacity: 1;
    line-height: 1.8;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

    .general-text h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        color: #20242E;
        text-align: left;
        text-transform: none;
        line-height: 2.8em;
    }

    .general-text ul li {
        list-style: none;
    }

        .general-text ul li:before {
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #337ab7;
            content: "";
            vertical-align: middle;
            margin: -1px 10px 0 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
/************** privacy // *****************/
/****************** faqs 
.faqs-text .panel-title > a.accordion-toggle::before, .faqs-text a[data-toggle="collapse"]::before {
    margin-top:0 !important; 
    background: red;
    padding: 4px 8px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.faqs-text #accordion .panel-title > a.accordion-toggle::before, .faqs-text #accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    margin-top: 0;
    color: #fff;
}
.faqs-text #accordion .panel-hd {
    color: #333;
    background-color: #f5f5f5 !important;
    padding: 5px 5px 8px;
}
.faq-ask {
    font-size: 15px;
    color: #666;
}************************/
/******new faq******/
/* Flat accordion*/
/*-------------------------------------------------------------- */
.flat-accordion {
    clear: left;
}

    .flat-accordion .flat-toggle {
        margin-bottom: 10px;
    }

        .flat-accordion .flat-toggle:last-child {
            margin-bottom: 0;
        }

        .flat-accordion .flat-toggle .toggle-title {
            background-color: rgba(228, 230, 242, 0.5);
            margin: 0;
            color: #ffffff;
            font-weight: 400;
            padding: 15px 0 15px 20px;
            line-height: 1.4;
            background-color: #20242E;
            cursor: pointer;
            position: relative;
        }

    .flat-accordion.style .flat-toggle .toggle-title:after {
        position: absolute;
        right: 15px;
        top: 50%;
        content: "";
        width: 15px;
        height: 2px;
        background-color: #fff;
    }

    .flat-accordion.style .flat-toggle .toggle-title:before {
        position: absolute;
        right: 21px;
        top: 50%;
        margin-top: -6.5px;
        content: "";
        width: 2px;
        height: 15px;
        background-color: #fff;
    }

    .flat-accordion .flat-toggle .toggle-title.active:before {
        display: none;
    }

    .flat-accordion .flat-toggle .toggle-content {
        background: #f1f2f8;
        border: none;
        display: block;
        padding: 25px 30px;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .flat-accordion p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
        margin-bottom: 0;
        line-height: 1.7em;
    }

    .flat-accordion h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        text-align: justify;
        margin-bottom: 0;
        line-height: 1em;
        color: #3e3f40;
    }
    /* Accordion style1 */
    .flat-accordion.style1 .flat-toggle {
        margin-bottom: 30px;
        margin-top: 20px;
    }

        .flat-accordion.style1 .flat-toggle .toggle-title.active:after {
            font-family: "FontAwesome";
            position: absolute;
            font-size: 14px;
            content: "\f077";
            left: 20px;
            top: 50%;
            margin-top: -16px;
            font-weight: normal;
            width: 32px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background-color: #f9b019;
        }

        .flat-accordion.style1 .flat-toggle .toggle-title:before {
            font-family: "FontAwesome";
            position: absolute;
            font-size: 14px;
            content: "\f078";
            left: 20px;
            top: 50%;
            margin-top: -16px;
            font-weight: normal;
            width: 32px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background-color: #20242E;
        }

        .flat-accordion.style1 .flat-toggle .toggle-title.active:before {
            display: none;
        }

        .flat-accordion.style1 .flat-toggle .toggle-title {
            color: #f9b019;
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            background-color: #f1f2f8;
            padding: 20px 20px 20px 70px;
        }

        .flat-accordion.style1 .flat-toggle .toggle-content {
            padding-left: 70px;
            padding-top: 0;
        }
/* Accordion style1// */

/*********************feestaxes-pages *************************/
.taxes-panel {
    border: 1px solid #e1e1e1;
    margin: 30px 0;
}

.feestaxes {
    width: 100%;
    display: inline-block;
}

    .feestaxes > thead > tr > th {
        box-sizing: border-box;
        outline: none;
        padding: 12px 0px;
        text-align: center;
        margin: 0px 0px 25px;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        font-style: inherit;
        font-variant: inherit;
        font-weight: inherit;
        font-stretch: inherit;
        font-size: 14px;
        line-height: inherit;
        font-family: inherit;
        background: #f9b019;
        color: rgb(255, 255, 255);
    }

    .feestaxes > tbody > tr > td {
        box-sizing: border-box;
        outline: none;
        padding: 10px;
        margin: 0px 0px 15px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        font-style: inherit;
        font-variant: inherit;
        font-weight: inherit;
        font-stretch: inherit;
        font-size: 14px;
        line-height: 18px;
        font-family: inherit;
        background-image: initial;
        background-position: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        color: rgb(33, 33, 33);
        position: relative;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

        .feestaxes > tbody > tr > td span {
            box-sizing: border-box;
            outline: none;
            margin: 5px;
            padding: 0px;
            border: 0px;
            font-style: inherit;
            font-variant: inherit;
            font-weight: inherit;
            font-stretch: inherit;
            font-size: 14px;
            line-height: inherit;
            font-family: inherit;
            width: 407px;
            float: left;
            font-family: 'Open Sans', sans-serif;
        }

        .feestaxes > tbody > tr > td small {
            box-sizing: border-box;
            outline: none;
            font-size: 13px;
            margin: 0px 5px 5px;
            padding: 0px;
            border: 0px;
            font-family: 'Open Sans', sans-serif;
            font-style: inherit;
            font-variant: inherit;
            font-weight: inherit;
            font-stretch: inherit;
            line-height: inherit;
            font-family: inherit;
            color: rgb(123, 123, 123); /*width: 407px; */
            float: left;
        }

        .feestaxes > tbody > tr > td.taxes-us {
            box-sizing: border-box;
            outline: none;
            padding: 10px;
            margin: 0px 0px 15px;
            border-style: solid;
            border-color: rgb(217, 217, 217);
            font-style: inherit;
            font-variant: inherit;
            font-weight: inherit;
            font-stretch: inherit;
            font-size: 14px;
            line-height: 18px;
            background-image: initial;
            background-position: initial;
            background-size: initial;
            background-repeat: initial;
            background-attachment: initial;
            background-origin: initial;
            background-clip: initial;
            color: rgb(33, 33, 33);
            position: relative;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
        }
/*********************feestaxes-pages//*************************/
/*********************post-ticketing-pages *************************/
.postticket {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

    .postticket .table {
        width: 100%;
        margin-bottom: 24px;
        border: 1px solid #e1e1e1;
    }

        .postticket .table > tbody > tr > th {
            color: white;
            background: #f26722;
            border-top: none;
            /* border-bottom: 1px solid #e1e1e1; */
            padding: 8px 0;
            line-height: 1.5;
            vertical-align: top;
            text-align: center;
        }

        .postticket .table tbody tr:last-child td {
            color: #393a3c;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
        }

    .postticket h4 {
        line-height: 1.33333;
        font-size: 24px;
        color: #3e3f40;
        font-weight: 400;
    }

    .postticket .table > tbody > tr > td {
        border-top: none !important;
        border-bottom: 1px solid #e1e1e1;
        padding: 13px 8px 12px 32px;
        color: grey;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }

        .postticket .table > tbody > tr > td .mid-small {
            color: grey;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            display: block;
        }

        .postticket .table > tbody > tr > td .mid-post {
            color: grey;
            font-size: 13px;
            font-family: 'Open Sans', sans-serif;
            display: block;
        }

    .postticket p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 2.2em;
        color: grey;
    }

/*********************post-ticketing-pages //*************************/
/****company ****/
.our-company {
    width: 100%;
    display: block;
    padding: 20px 0;
}

.our-company {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2.2em;
    color: grey;
}
/***company //****/

/* Conatct start */
.contactus {
    width: 100%;
    padding: 30px 0;
}

.header-title {
    text-align: center;
    color: #3853c6;
}

#tip {
    display: none;
}

.fadeIn {
    animation-duration: 3s;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #EDEDED;
}

    .form-control:focus {
        border: 1px solid #3853c6;
    }

.textarea-contact {
    resize: none;
}

.btn-send {
    border-radius: 0px;
    border: 1px solid #3853c6;
    background: #3853c6;
    color: #fff;
}

    .btn-send:hover {
        border: 1px solid #3853c6;
        background: #fff;
        color: #3853c6;
        transition: background 0.5s;
    }

.second-portion {
    margin-top: 50px;
}

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box > .icon {
    text-align: center;
    position: relative;
}

    .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #3853c6;
        vertical-align: middle;
    }

    .box > .icon:hover > .image {
        background: #fb763b;
    }

    .box > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .box > .icon:hover > .image > i {
        color: white !important;
    }

    .box > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
        min-height: 163px;
    }

    .box > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    .box > .icon > .info > h3.title {
        font-family: "Robot",sans-serif !important;
        font-size: 16px;
        color: #222;
        font-weight: 700;
    }

    .box > .icon > .info > p {
        font-family: "Robot",sans-serif !important;
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
        color: #222;
    }

    .box > .icon > .info > .more a {
        font-family: "Robot",sans-serif !important;
        font-size: 12px;
        color: #222;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .box > .icon:hover > .info > .more > a {
        color: #fff;
        padding: 6px 8px;
        background-color: #63B76C;
    }

.box .space {
    height: 30px;
}

@media only screen and (max-width: 768px) {
    .contact-form {
        margin-top: 25px;
    }

    .btn-send {
        width: 100%;
        padding: 10px;
    }

    .second-portion {
        margin-top: 25px;
    }
}
/* Conatct end */

/*****index-page-redesign-13.3.2018 ****/
section.cm-gaid-wrapper {
    padding: 30px 0;
    background: #fff;
}

section.cm-gaid-wrapper {
    padding: 30px 0;
    background: #fff;
}

.cm-gaid {
    text-align: center;
    padding: 20px 10px;
    /*max-width: 83%;*/
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    background: #fdfdfd;
    border-radius: 4px;
}

    .cm-gaid:hover {
        border: 1px solid #f1f1f1;
        background: #fdfdfd;
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .35);
        -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, .35);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, .35);
    }

    .cm-gaid span {
        /* border: 1px solid #565656;*/
        display: block;
        width: 85px;
        height: 85px;
        border-radius: 100%;
        margin: 0 auto;
        padding: 24px 0;
        background: #12b126;
    }

    .cm-gaid img {
        max-width: 38px;
    }

    .cm-gaid h4 {
        margin: 24px 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 1.2em;
    }

    .cm-gaid p {
        line-height: 24px;
        font-size: 16px;
        color: #565656;
        max-width: 280px;
        margin: 0 auto;
        font-family: 'Open Sans', sans-serif;
    }

span.hv-show {
    background: #ff690f;
    border-color: transparent;
    display: none;
}

p.incl-rs {
    padding: 20px 0 10px !important;
    line-height: 1.5em;
}

.flight-table td {
    width: 15%;
}

.srch-btn .btn-warning {
    padding: 10px 30px !important;
}
/*****index-page-redesign-13.3.2018 //****/

/************************flight-table****************************/
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    width: 100%;
    display: inline-block;
}

.matrixTable td {
    border-bottom: solid 1px #f0b846 !important;
    border-right: solid 1px #f0b846 !important;
}

.matrixTable {
    /*  position: relative;
    left: -1px;
    top: -1px;*/
    margin-bottom: -5px;
}

.matrix-box {
    border: solid 1px #f0b846 !important;
    background-color: #fef7d6;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto 0;
}

.matrixTable td, .table-sm th {
    padding: .3rem !important;
}

.matrix-airline img {
    margin: 0px 40px;
    margin-bottom: 5px;
    margin-top: 5px;
    /*width:42px;
	height:42px;*/
}

.matrix-airline h5 {
    font-size: 1.25rem;
}

.matrixTable td {
    cursor: pointer;
    text-align: center;
}
/************************flight-table //****************************/

/************************flight-book-status ****************************/
.sec-nm {
    display: inline-block;
    padding: 0;
}

.confirm-sm {
    font-size: 20px;
    display: inline-block;
    line-height: 2em;
}

.number-bk {
    color: #fff;
    background-color: #3853c6;
    font-size: 20px;
    padding: 3px 7px;
}

.bookstatus {
    background-color: #f9b019;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.city-bk {
    padding: 4px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #f9b019;
    color: #fff;
    margin: 5px auto;
}

    .city-bk p {
        font-size: 18px;
        line-height: 1.7em;
    }

.bookfilght {
    font-size: 18px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 4px;
}

.fptuac {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    margin: auto 0 0 0;
    line-height: 1.8;
    padding: 0;
}

.section-status {
    background: #dce6f1;
    display: inline-block;
}

.unit-body {
    width: 100%;
    display: block;
}

    .unit-body img {
        max-width: 100%;
        height: auto;
    }

/*******new-flightbookstatus ******/
.flightbookstatus {
    padding: 50px 0;
    display: block;
}

.kxhrpi-bk {
    margin: 0px auto;
    display: inline-flex;
    width: 100%;
    float: left;
}

.depart-time {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
    border-right: 2px solid #fff;
    /*max-width: 100%;*/
    background: #e5f2fa;
}

.price-air {
    width: 36px;
    max-height: 36px;
    display: inline-block;
    margin: auto 10px;
}

.sc-fly {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    /* margin-left: 16px; */
    background: e5f2fa;
    /* padding: 5px; */
    width: 100%;
    margin: auto 0 auto 8px;
    display: flex;
    line-height: 1.5em;
}


.embed-em {
    width: 75%;
    display: flex;
    margin: 8px 0;
}

.airport-wd {
    padding: 0 8px;
    width: 40%;
    display: inline-block;
    padding-right: 8px;
    border-right: 2px solid #fff;
    background: #e5f2fa;
}

.summry {
    font-size: 16px;
    width: 100%;
    display: block;
    font-weight: bold;
    color: #001833;
    letter-spacing: 0.2px;
    padding: 5px 0;
}

.district-as {
    font-size: 15px;
    font-weight: normal;
    color: #001833;
    width: 100%;
    display: block;
}

.hour-smt {
    padding-left: 8px;
    width: 20%;
    text-align: left;
    background: #e5f2fa;
}

.tick-send {
    font-size: 18px;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #0275d8;
    /*text-decoration:underline;*/
}
/************************flight-book-status //****************************/

/************************call-popup ****************************/
.term-xx input[type="checkbox"] {
    cursor: pointer;
    position: inherit;
    top: 0;
    left: 0;
    /* opacity: 0!important; */
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
    margin-left: 0;
    margin-top: 0;
}

.modal-top {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: none;
    width: 45%;
    border-radius: 0;
}

.modal-call {
    background: url(../images/girl.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 120px;
}

h1.call-title {
    color: #fff;
    text-align: left;
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f9b019;
}

.phone-modal-content {
    text-align: center;
    padding: 30px 30px 60px 30px;
}

.phone-modal-text {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px;
    line-height: 28px;
}

.phone-modal-phone {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.powered-by-block {
    color: #666;
    bottom: 5px;
    position: absolute;
    left: 10px;
    font-size: 12px;
}

    .powered-by-block span {
        color: #0f0f0f;
    }

.phone-modal-phone i, .rates-phone-number-inner-block i {
    margin-right: 10px;
    color: #46b754;
}
/************************call-popup //****************************/
.sales-tp {
    /*padding: 10px 20px;*/
    margin: 10px 0;
    width: 100%;
}

    .sales-tp img {
        width: 100%;
        height: auto;
    }

.alert-modal-content {
    text-align: center;
    padding: 0px 30px 10px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/*.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}*/
/*.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}*/
.w3-animate-opacity {
    animation: opac 8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*************************************/
/***********design-issue ************/
.flight-field {
    font-size: 13px;
    line-height: 2;
    padding-right: 20px;
    color: #272727;
    font-weight: 500;
}

.flights-book {
    margin: 10px 0 0 0;
}

    .flights-book .btn-warning {
        color: #fff;
        background-color: #ffbf3a;
        border-color: #f9b019;
        box-shadow: none;
        border-radius: 0;
        padding: 6px 25px;
        /* height: 45px; */
        font-size: 15px;
    }

        .flights-book .btn-warning:hover,
        .flights-book .btn-warning:focus {
            color: #fff;
            background-color: #f9b019;
            border: 1px solid #f9b019;
            box-shadow: none;
            outline: none;
        }

    .flights-book .info {
        border: 1px solid #2196f3;
        border-color: #2196F3;
        color: white;
        padding: 6px 10px;
        font-size: 14px;
        cursor: pointer;
        box-shadow: none;
        border-radius: 0;
        background-color: #2196F3;
    }

        .flights-book .info:hover,
        .flights-book .info:focus {
            color: #fff;
            background: #0b7dda;
            border: 1px solid #0b7dda;
            box-shadow: none;
            outline: none;
        }

.details-rules {
    width: 100%;
    /* max-width: 742px; */
    margin: 0 auto;
    overflow-y: scroll;
    height: 270px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: #fbfbfb;
}

.card .tab-preset {
    padding: 0;
    margin-bottom: 15px;
}


.block-content {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    width: 45%;
    display: inline-block;
    float: right;
}

.table-view span.left {
    font-size: 15px;
    text-align: left;
    display: inline-block;
    width: 49%;
}

.table-view span.right {
    font-size: 15px;
    text-align: right;
    display: inline-block;
    width: 49%;
}

.container-sp {
    width: 910px;
    margin: 0 auto;
}

.tab-dd strong {
    margin-bottom: 0;
    display: inline-block;
}

.status-content {
    padding: 0px;
    background: #f8f8f8;
    margin: 0 auto 10px;
    border: 1px solid 1px solid #fbfbfb;
    width: 100%;
    display: inline-table;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: #fefefe;
}

.state-bk p {
    margin: 0;
    line-height: 1.2em !important;
    font-size: 14px !important;
}

.row-one {
    margin: 1em 0;
}

.section {
    zoom: 1;
    position: relative;
}

.twelve {
    width: 100%;
    float: left;
    padding-bottom: 2em;
}

.why-head {
    font-size: 34px;
    color: #024981;
    line-height: 45px;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
    padding-bottom: 20px;
}

.why-bg {
    background-image: -ms-linear-gradient(top, #FFF 0, #FFF5DF 100%);
    background-image: -moz-linear-gradient(top, #FFF 0, #FFF5DF 100%);
    background-image: -o-linear-gradient(top, #FFF 0, #FFF5DF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #FFF5DF));
    background-image: -webkit-linear-gradient(top, #FFF 0, #FFF5DF 100%);
    background-image: linear-gradient(to bottom, #FFF 0, #FFF5DF 100%);
    padding-bottom: 15px;
}

.row-one {
    margin: 2em 0;
}

.center-text {
    text-align: center;
}

.customers {
    padding: 40px 0 30px;
    background: #fdfdfd;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.form-trust {
    /*width: 16%;*/
    filter: gray;
    -webkit-filter: grayscale(100%);
    max-width: 100%;
    opacity: .5;
    transition: opacity .25s ease-in 0;
    display: inline-block;
}

    .form-trust:hover {
        -webkit-filter: grayscale(0);
        -webkit-transition: all .6s ease;
        opacity: 1;
    }

    .form-trust img {
        padding: 5px;
    }

ul.navsupport h1:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 1px 2px 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: '\f095';
    color: #fff;
    background: #ff7f01;
    border-radius: 50%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    /*vertical-align: top;*/
    margin-right: 5px;
}

ul.navsupport p {
    font-size: 12px;
    text-align: left;
    letter-spacing: .5px;
    color: #12b126;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.content_call {
    /*padding: 5px 0;
    position: relative;*/
    display: inline-block;
    /*width: 100%;*/
}





/* __________________ New banner */
/* __________________ Other */
.call_boost {
    height: 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #FFF;
    float: left;
    padding: 8px 10px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 13px 0 rgba(25, 91, 139, 0.48);
    box-shadow: 0 0 13px 0 rgba(25, 91, 139, 0.48);
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(48%, #f1f1f1), color-stop(49%, #e1e1e1), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
    background: -o-linear-gradient(top, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(48%, #f1f1f1), color-stop(49%, #e1e1e1), to(#f3f3f3));
    background: linear-gradient(to bottom, white 0%, #f1f1f1 48%, #e1e1e1 49%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.call_boost {
    overflow: visible;
}
/*.content_call  {
  width: 70%;
}*/

.content_call .benefits {
    width: 100%;
}

.img_call {
    background: url(../images/yinglee.png) no-repeat;
    width: 200px;
    height: 140px;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
}

/*.img_call.sp {
  background: url(/Sites/1/Images/yinglee_sp.png) no-repeat;
}

.img_call.cn {
  background: url(/Sites/1/Images/yinglee_cn.png) no-repeat;
}

.img_call.th {
  background: url(/Sites/1/Images/yinglee_th.png) no-repeat;
}

.img_call.ab {
  background: url(/Sites/1/Images/yinglee_ab.png) no-repeat;
}*/



/*.phone_num > div {
  float: right;
  z-index: 10;
  position: absolute;
  right: 80px;
}*/

.phone_num strong {
    margin-bottom: 0 !important;
}

    .phone_num strong a {
        display: block;
        font-size: 36px;
        color: #ff8418;
        text-align: center;
        text-decoration: none;
        text-shadow: 1px 2px 0px black;
        padding: 48px 0 0 0;
    }

.phone_num span a {
    font-size: 22px;
    color: #195b8b;
    font-weight: bold;
    float: right;
    clear: right;
    text-decoration: none;
}

.phone_num p {
    font-size: 14px;
    font-weight: bold;
    color: #195b8b;
    text-align: center;
}

.phone_num.vn strong a {
    font-size: 30px;
    padding-top: 5px;
}

.call_boost.airfare .phone_num:before {
    display: none;
}

.call_boost.airfare .phone_num span a {
    font-size: 15px;
}

.call_boost.airfare .phone_num strong a {
    font-size: 19px;
}

.call_boost.airfare .phone_num p {
    width: 122px;
    font-size: 12px;
    margin: 0;
}

.benefits {
    float: left;
    padding: 0;
}

    .benefits span {
        display: inline-block;
        font-weight: bold;
        text-align: center;
        color: #195b8b;
        float: left;
        font-size: 13px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    .benefits i {
        border-right: 1px dotted #ff8418;
        display: block;
        content: '';
        position: absolute;
        height: 8em;
        bottom: 0;
    }

    .benefits span:last-child {
        border: 0;
    }

    .benefits span:first-child:before {
        background: url(../images/arc-aa.png) no-repeat;
        width: 70px;
        height: 70px;
        display: block;
        margin: 0 auto 5px;
        content: '';
    }

    .benefits span:nth-child(2):before {
        background: url(../images/arc-ab.png);
        width: 76px;
        height: 76px;
        display: block;
        margin: 0 auto 5px;
        content: '';
    }

    .benefits span:nth-child(3):before {
        background: url(../images/arc-ac.png);
        width: 76px;
        height: 76px;
        display: block;
        margin: 3px auto 5px;
        content: '';
    }

    .benefits span:last-child:before {
        background: url(../images/arc-ad.png) no-repeat;
        width: 76px;
        height: 76px;
        display: block;
        margin: 5px auto 5px;
        content: '';
    }

@media (max-width: 768px) {
    .benefits i {
        border-right: none !important;
    }

    .phone_num strong a {
        padding: 0;
    }

    .phone_num:before {
        position: inherit !important;
    }

    .phone_num i {
        border-left: none;
    }

    .phone_num:before {
        bottom: 0;
        left: 0;
    }
}


ul.foot-li li a {
    position: absolute;
    margin-left: 10px;
    margin-top: -9px;
}

ul.foot-li li {
    padding: 5px 0;
}

    ul.foot-li li img:hover {
        border-radius: 50%;
    }

    ul.foot-li li img {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

i.icon.plane:before {
    content: "\f072";
}

i.icon {
    /* display: inline-block; */
    /* opacity: 1; */
    /* margin: 0 .25rem 0 0; */
    /* width: 1.18em; */
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tablist-icon > li > a > i {
    font-size: 18px !important;
    padding-right: 5px;
}

.tablist-icon > li > a {
    padding: 10px 7px !important;
}

    .tablist-icon > li > a span {
        margin-top: 0;
        /* position: absolute; */
    }
/************flight-details-redesign ************/
.info-mat {
    color: gray;
    font-size: 13px;
    padding: .25rem .25rem !important;
    font-weight: 600;
}

.right-content .well {
    min-height: 20px;
    padding: 0;
    margin: 15px 0;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
    display: block;
    border: none;
    clear: both;
}

.ring-titles {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #d5ffcc;
    color: #0f0f0f;
    padding-bottom: 0px;
    display: block;
    border: 1px solid #3faf0e;
    margin: 0 auto 15px;
}

h3.call-price {
    font-size: 30px;
    color: #1d9905;
    text-decoration: none;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-weight: bold;
}

.ring-titles p {
    padding: 15px 0;
}

.ring-titles small {
    font-size: 80%;
    color: #d11e19;
}

.phone-far {
    color: #d11e19;
    font-weight: 600;
    font-size: 18px;
}

.phone-sp {
    margin: 5px auto 0;
    padding: 0;
}

    .phone-sp img {
        width: 60px;
    }

.book-fare {
    padding: 0;
}
/***********booking-review ************/
.Review-op {
    margin-bottom: 15px;
}

    .Review-op input[type="checkbox"] {
        margin-left: 25px !important;
        margin-top: 7px;
    }

.review-detail {
    font: 400 15px 'Lato', sans-serif !important;
}

    .review-detail p {
        line-height: 1.7em;
        color: #0f0f0f;
        font-family: "Lato", sans-serif;
    }

h3.review-book {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.6em;
    color: #0f0f0f;
    font-family: "Lato", sans-serif;
}

.review-list li {
    /* padding-top: 5px; */
    line-height: 1.7em;
    list-style: none;
    padding-left: 15px;
}

    .review-list li::before {
        color: #5bb162 !important;
        content: "\2022";
        padding-right: 10px;
        font-size: 1.2em !important;
        position: relative;
        top: 1px;
    }

.secure-we {
    padding: 0px 30px 10px;
}

    .secure-we p {
        font: 400 15px 'Lato', sans-serif !important;
        line-height: 1.7em !important;
    }

.prceed {
    padding-left: 20px;
}

.locked-tip {
    padding-right: 8px;
    font-size: 18px;
}

.alert {
    border-radius: 0px;
}

.number-pt span {
    font: 400 15px 'Lato', sans-serif !important;
    line-height: 1.7em !important;
}

.guarntee-price {
    display: block;
    margin: 20px auto 0;
}

.tick-top {
    padding: 0;
    margin-top: 2px;
    display: block;
    width: 4%;
    float: left;
}

.lowest-tip {
    width: 90%;
    /* float: left; */
    display: inline-block;
}

.ember-view {
    background: #e6e6e6;
    padding: 20px 0;
}

    .ember-view p {
        color: #0f0f0f;
        font: 400 14px 'Lato', sans-serif !important;
        line-height: 1.7em !important;
    }
/*******popular-destination (index)*******/
.pop-head {
    font-size: 40px;
    color: #024981;
    line-height: 45px;
    display: block;
    text-align: center;
    padding-bottom: 8px;
}

.pop-discount {
    font-size: 20px;
    color: #12b126;
    /* line-height: 45px; */
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.pos-rel {
    padding: 30px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}


.about-grid-info {
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .about-grid-info h4 {
        color: #ffffff;
        font-size: 1em;
        margin: 1em 0 5px 0px;
        font-weight: 600;
        /* border: 1px solid #ddd; */
        padding: 20px;
        margin: 0px auto 30px;
        background: #35ad17;
    }

.agileits-about-grids {
    margin: 2em 0 0 0;
    /* display: inline-block; */
}

.about-grid-info img {
    height: auto;
    max-width: 100%;
    border: 0;
    display: block;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

    .about-grid-info img:hover {
        opacity: 0.6;
        filter: alpha(opacity=50); /* For IE8 and earlier */
    }

/*******popular-destination (index)*******/
.pop-head {
    font-size: 40px;
    color: #024981;
    line-height: 45px;
    display: block;
    text-align: center;
    padding-bottom: 8px;
}

.pop-discount {
    font-size: 20px;
    color: #12b126;
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

.pos-rel {
    padding: 30px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}

.about-grid-info {
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .about-grid-info h4 {
        color: #ffffff;
        font-size: 1em;
        margin: 1em 0 5px 0px;
        font-weight: 600;
        padding: 20px;
        margin: 0px auto 10px;
        background: #35ad17;
    }

.agileits-about-grids {
    margin: 2em 0 0 0;
    /* display: inline-block; */
}

a.ih-item {
    position: relative;
    clear: both;
    font-family: 'Open Sans', sans-serif;
}

a.ihd-item .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a.ihd-item .info {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    a.ihd-item .info h3 {
        color: #fff;
        text-transform: uppercase;
        position: relative;
        letter-spacing: .2px;
        font-size: 20px;
        margin: 0 30px;
        line-height: 1.5em;
        top: 29%;
        text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    }

a.ihd-item .img {
    position: relative;
    width: 100%;
    height: 100%;
}

a.ihd-item img {
    width: 100%;
    height: 100%;
}

a.ihd-item .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a.ihd-item:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    a.ihd-item:hover .info p {
        opacity: 1;
    }

a.ihd-item:hover .img:before {
    box-shadow: inset 0 0 0 160px #1a4a72, inset 0 0 0 5px rgba(255, 255, 255, 0.8) /*, 0 1px 2px rgba(0, 0, 0, 0.1)*/;
    box-shadow: inset 0 0 0 160px rgba(26, 74, 114, 0.6), inset 0 0 0 5px rgba(255, 255, 255, 0.8) /*, 0 1px 2px rgba(0, 0, 0, 0.1)*/;
}

.offer-discount {
    font-size: 16px;
    color: #12b126;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    padding-bottom: 33px;
}

.price-details {
    width: 100%;
    margin: 40px auto 0;
    padding: 0;
    display: inline-block;
    background: #f8f8f8;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.24);
    box-shadow: 0 1px 10px rgba(0,0,0,0.24);
}

.stay-up .form-control {
    /* width: 260px !important; */
    display: block;
    width: 100%;
}

.tp-widget-logo {
    margin-top: 13px;
}
/*******popular-destination (index) //*******/


/*
.search-selector > .col-xs-4,  .search-selector > .col-xs-3 {
    padding-left: 0px;
    padding-right: 10px;
}

*/

.form-group {
    margin-bottom: 8px;
}

.tab-pane .col-xs-3, .tab-pane .col-xs-4 {
    padding-right: 0px;
    /* padding-left: 30px; */
    margin-right: -5px;
    /* margin-left: -10px; */
}


.result-modify {
    background-color: #282c37;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}

.destination-details, .timing-details, .traveller-details, .class-details {
    color: #fff;
}

.modify-div {
    padding: 15px;
    margin-top: 15px;
}


.modify_sm span {
    font-size: 12px;
    color: #b5b5b5;
}

.btn-modify {
    color: #fff;
    background-color: #ffbf3a;
    border-color: #f9b019;
    box-shadow: none;
    border-radius: 0;
    padding: 0px;
    height: 45px;
    font-size: 16px;
    width: 100%;
    float: right;
}
.btn-modify {
    color: #fff;
    background-color: #2fb4e5;
    border-color: #2fb4e5;
    box-shadow: none;
    border-radius: 0;
    padding: 0px;
    height: 38px;
    font-size: 16px;
    width: 100%;
    margin-top: 3px;
    float: right;
}

    .btn-modify:hover, .btn-modify:focus {
    color: #fff;
    background-color: #184592;
    border-color: #184592;
}









































/********* 5.april.2018 New CSS ***********/

.flight-fare-section {
    display: block;
    position: relative;
    margin-bottom: 20px;
    border: #008E97 0px solid;
    clear: both;
    border-radius: 5px;
}

.right-content p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.fair-section {
    margin-right: 0;
    margin-left: 0;
    clear: both;
}

    .fair-section a:hover {
        text-decoration: none;
    }

h3.flight-fair {
    font-size: 28px;
    color: #1d9905;
    text-decoration: none;
    text-align: left;
    padding: 5px 0;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}


.btn-warning {
    color: #fff;
    background-color: #ffbf3a;
    border-color: #f9b019;
    box-shadow: none;
    border-radius: 0;
    /*padding: 3px 20px;*/
    font-weight: bold;
    width: 150px;
    height: 35px;
}

    .btn-warning:hover, .btn-warning:focus {
        color: #fff;
        background-color: #f9b019;
        border: 1px solid #ffffff;
        box-shadow: none;
        outline: none;
    }

.btn-warning-filter {
    color: #fff;
    background-color: #ffbf3a;
    border-color: #f9b019;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    /* height: 45px; */
    font-size: 15px;
    margin-left: 15px;
    width: 150px !important;
    text-align: center;
}

    .btn-warning-filter:hover, .btn-warning-filter:focus {
        color: #fff;
        background-color: #f9b019;
        border: 1px solid #f9b019;
        box-shadow: none;
        outline: none;
    }


.btn-info {
    background-color: #3854c5;
    border: 1px solid #3854c5;
    font-size: 11px !important;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 150px;
    height: 26px;
}

    .btn-info:hover, .btn-info:focus {
        color: #fff;
        background: #2e48b9;
        border: 1px solid #2e48b9;
        box-shadow: none;
        outline: none;
    }

.flight_box_row {
    display: table;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}



.first_row {
    padding: 10px 0;
    background-color: #008E97;
    border-bottom: #e4e5ea 1px solid;
}

.second_row {
    background-color: #fff;
    padding: 10px;
}

.third_row {
    background-color: #ffffff;
    border-top: #e4e5ea 1px solid;
}

.discount-details {
    float: left;
}

h3.flight-fair {
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    padding: 5px 0;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    float: left;
    margin-right: 10px;
}

p.taxes-rs {
    color: #ffffff;
    font-size: 11px;
    padding: 0px 0 0px !important;
    line-height: 1.2em;
    font-family: "Lato", sans-serif;
    clear: both;
}

.cities {
    width: 30px;
    height: 25px;
    padding: 2px;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
}

.flight-fare-section .col-sm-3, .flight-fare-section .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.flight-fare-section a p.date-time {
    color: #3b951a;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-weight: normal;
    /* margin: 7px 0 0 0; */
}

.date-and-time {
    color: #000;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-weight: bold;
    margin: 0;
}

.place-name {
    color: #3b951a;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin: 0;
}

.free_cancellation {
    font-size: 11px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #1d9905;
    margin-bottom: 5px;
}

.free_assistance {
    font-size: 11px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #1d9905;
    margin-bottom: 10px;
}

.tabbable-more {
    /*display:none;*/
    clear: both;
    /*margin-top: 55px;*/
    padding: 20px 15px;
    border-top: #e4e5ea 1px solid;
}

.rotate {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transition: all .5s ease;
}

.rotate-180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transition: all .5s ease;
}

.date-flit i {
    display: inline-block;
    font-size: 16px;
    color: #f9b019;
}

.date-flit span {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}

.date-flit strong {
    color: #0f0f0f;
    font-size: 18px;
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
}

.tabbable-more span {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    display: inline-block;
    line-height: 2em;
}


.total_hours {
    color: #1d9905;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-weight: bold;
    margin: 0;
}

.flight_stops {
    color: #000;
    font-size: 14px !important;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin: 0;
}

.conn :before {
    border-top: 1px dashed #1d9905;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 78%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.hide-down {
    margin: 5px auto;
}

.tabbable-more .tab-pane {
    margin-bottom: 30px;
}

.ico-field {
    font-size: 14px;
    line-height: 1;
    /* padding-right: 20px; */
    color: #0f0f0f;
    font-wseight: 500;
    padding-left: 0;
    display: block;
}

p.tollfree {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}


/***********************************************  Home Page Css New  **********************************************************/

.header-top {
    border-bottom: none;
}

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
    /*top: 8px;*/
    position: absolute;
}


.navbar-default {
    top: 30px;
    background-color: #fff;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-default1 {
    top: 0px;
    background-color: #fff;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.1);
}

.top-stip {
    background-color: #ededed;
    display: block;
    clear: both;
    height: 30px;
}

    .top-stip ul {
        list-style: none;
    }

        .top-stip ul li {
            display: inline-block;
            margin-left: 15px;
            float: left;
        }

    .top-stip strong {
        display: inline-block;
        font: 600 16px;
    }

    .top-stip ul li a {
        color: #000;
    }

    .top-stip .contact-info {
        float: right;
        width: 100%;
        text-align: right;
    }

.contact-number a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    float: right;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-nav > li > a::before, .navbar-nav > .open > a::before, .navbar-nav > .active > a::before {
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.btn-danger {
    color: #fff;
    background-color: #ffbf3a;
    border-color: #ffbf3a;
    padding: 7px 40px;
    border-radius: 0;
    text-align: center;
    margin: 15px 0 0px 24px;
}

.navbar-nav > li > a {
    font-weight: 600;
}

.navbar-toggle {
    margin-top: 20px;
}

.btn-danger:hover, .btn-danger:focus {
    color: #fff;
    background-color: #f9b019;
    border-color: #f9b019;
}

.btn-danger.active.focus, .btn-danger.active:focus,
.btn-danger.active:hover, .btn-danger:active.focus,
.btn-danger:active:focus, .btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: #f9b019;
    border-color: #f9b019;
}

.provides .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}



.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info, .btn-info:active:hover {
    background-color: #3854c5 !important;
    border: 1px solid #3854c5 !important;
}


.button-up {
    background-color: white;
    color: black;
    border: 2px solid #f9b019;
    padding: 7px 42px;
    border-radius: 0;
    text-align: center;
    margin: 15px 0 0px 24px;
}

    .button-up:hover, .button-up:focus, .button-up.active {
        background-color: #f9b019;
        color: white;
        box-shadow: none;
    }

.navbar-default .navbar-nav > li > a.dropdown-toggle, .navbar-default .navbar-nav > li > a.dropdown-toggle:hover {
    color: #fff !important;
    background-color: transparent;
    background: #3855c4 !important;
    border-radius: 4px;
}

    .navbar-default .navbar-nav > li > a.dropdown-toggle::before, .navbar-default .navbar-nav > li > a.dropdown-toggle:hover::before {
        display: none;
    }

.dropdown a.dropdown-toggle {
    background-color:;
}

.dropdown-toggle {
    color: #fff;
    background-color: #2b46af;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: auto !important;
}

/***************************/

.top-slider .fa-angle-left, .top-slider .fa-angle-right {
    text-align: center;
    line-height: 38px;
    outline: none;
    font-size: 75px;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 5px 5px 0px rgb(26, 66, 225);
    -webkit-text-shadow: 0 5px 5px 0px rgb(26, 66, 225);
}

.top-slider .carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    background: none;
    opacity: 1;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item {
    min-height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: none;
}

/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 35%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.carousel-caption h1 {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    text-shadow: none;
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    transition: all 0.2s ease-out;
}

.navbar-default.top-fixed {
    top: 0;
}


.search-outer {
    margin-top: -180px;
    position: relative;
    margin-bottom: 20px;
}

.flight_details {
    margin-top: 0px !important;
    position: relative;
    margin-bottom: 20px;
}

    .flight_details .tab-content {
        padding: 20px;
    }



.search-outer .nav-tabs {
    background-color: #3855c4;
    padding: 0 50px;
    border: none;
}

.search-outer .search-box {
    
    border-radius: 5px;
    padding: 0px 0;
    margin-top: 10px;
    
}

.search-outer .nav-tabs > li {
    float: left;
    margin-bottom: 0;
}


.search-outer .tab-content > .active, .search-outer .pill-content > .active {
    display: block;
    padding: 20px 50px;
    min-height: 200px;
}

.search-outer .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 35px;
    border-radius: 0;
    border: none;
    font-size: 18px;
    color: #fff;
}

.search-outer .nav-tabs > li.active > a, .search-outer .nav-tabs > li.active > a:hover, .search-outer .nav-tabs > li.active > a:focus {
    border-radius: 0;
    border: none;
    color: #202020;
    background-color: #fff;
}


.search-outer .nav > li > a:hover, .search-outer .nav > li > a:focus {
    text-decoration: none;
    background-color: #4762c7;
    border: none;
}


.search-box .form-control {
    border: none !important;
    /*border-bottom:#bcbcbc 1px solid !important;*/
}


/* The container */
.radio-box {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .radio-box .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #2e5e84;
    }

    /* On mouse-over, add a grey background color */
    .radio-box:hover input ~ .checkmark {
        background-color: #fff;
        border: 2px solid #ffbf3a;
    }

    /* When the radio button is checked, add a blue background */
    .radio-box input:checked ~ .checkmark {
        background-color: #fff;
        border: 2px solid #2fb4e5;
    }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-box .checkmark:after {
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #2fb4e5;
}


.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 60px;
    height: 25px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    padding-left: 20px;
    border: none;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    border: none;
    margin-top: 5px;
}

    .quantity input:focus {
        outline: 0;
    }

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    font-weight: bold;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 25px;
        top: 0;
        right: -48px;
        background: #fff;
        border: 1px solid #d3d3d3;
        font-size: 20px;
        margin-top: 5px;
    }

    .quantity-button.quantity-down {
        position: absolute;
        height: 25px;
        left: -41px;
        border: 1px solid #d3d3d3;
        font-size: 20px;
        margin-top: 5px;
    }

.selector-range {
    width: 100%;
}

    .selector-range h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .selector-range p {
        font-size: 10px;
        font-weight: 400;
        display: inline-block;
    }


.range {
    float: left;
    margin-bottom: 5px;
}

.tab-pane .form-control {
    padding: 5px;
}

.step1 label {
    font-size: 14px;
    float: left;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
}

.search_btn {
    padding: 10px 80px;
    /* width:100%; */
}

.flight_class {
    display: inline-block;
    margin-top: -3px;
    font-size: 12px;
    width: 100%;
}

    .flight_class .form-control {
        float: left;
    }


.search-outer .search-box input[type="date"] {
    padding-left: 30px;
}

    .search-outer .search-box input[type="date"]:before {
        content: "\f073";
        font-family: "FontAwesome";
        text-align: center;
        font-size: 18px;
        color: #555;
        position: absolute;
        left: 15px;
        display: inline-block;
        border-radius: 50px;
    }


.search-outer .btn-primary {
    color: #000;
    font-size: 16px;
  
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -o-transition: all .5s ease;
}

    .search-outer .btn-primary:hover, .search-outer .btn-primary:focus {
        color: #000;
        background-color: #f9b019;
    }



/*****  why choose us  *******/
.why_choose_us h1 {
    font-size: 36px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 3px;
    color: #184592;
    clear: both;
}

.why_choose_us h3.heading-top {
    font-size: 12px;
    margin-top: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
}

    .why_choose_us h3.heading-top:after {
        content: '';
        bottom: 0;
        text-align: center;
        top: 0;
        display: block;
        margin: 0 auto;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 15px;
        width: 80px;
        background: #ffbf3a !important;
    }

.why_choose_us h3 {
    font-size: 16px;
    color: #1d3d70;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
}

.features-icons-item {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

    .features-icons-item:hover {
        box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

.home_page section, .home_page .section {
    padding: 5px 0;
    clear: both;
}

.why_choose_us .col-md-3:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.features-icons .col-md-3:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.features-icons h3.heading {
    font-size: 22px;
    margin: 18px auto;
    color: #0e367e;
    line-height: 26px;
    text-align: center;
    position: relative;
}

.features-icons h3.heading:after {
    content: '';
    bottom: 0;
    text-align: center;
    top: 0;
    display: block;
    margin: 0 auto;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 80px;
    background: #0e367e !important;
}
.features-icons-item p {
    color: #000;
    font-size: 12px;
    margin: 8px 0 35px;
    float: left;
}
.get-started-btn {
    color: #000;
    background-color: #fff;
    border: 1px #000 solid;
    padding: 12px 30px;
    border-radius: 0;
    text-align: center;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .get-started-btn:hover {
        color: #fff;
        background-color: #ffbf3a;
        border-color: #ffbf3a;
    }

/************   destination Section  ************/
.destination {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffbf3a;
    position: relative;
    background-image: url(../images/destination-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

    .destination h1.destination_title {
        font-size: 45px;
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        text-align: center;
        margin: 20px auto;
    }

    .destination p.offer_heading {
        font-size: 12px;
        margin-top: 30px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }

    .destination p.offer_heading {
        font-size: 12px;
        margin-top: 30px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }

        .destination p.offer_heading:after {
            content: '';
            bottom: 0;
            text-align: center;
            top: 0;
            display: block;
            margin: 0 auto;
            height: 3px;
            margin-top: 15px;
            width: 50px;
            background: #fff;
        }

    .destination h3.lead {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
        display: block;
        color: #5b5b5b;
    }

    .destination h3.heading-top:after {
        content: '';
        bottom: 0;
        text-align: center;
        top: 0;
        display: block;
        margin: 0 auto;
        height: 3px;
        margin-top: 15px;
        width: 50px;
        background: #ffbf3a !important;
    }

    .destination .destination_details {
        font-size: 35px;
        font-weight: 500;
        margin: 0;
        color: #fff;
        font-family: 'Lora', serif;
        margin-bottom: 10px;
        font-weight: 300;
        padding: 10px 25px;
        padding-top: 10px;
    }

.destination-item {
    background-color: #000;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

    .destination-item:hover {
        box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.5);
        cursor: pointer;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
    }

.destination-div {
    margin: 50px auto;
}

.destination h3.heading-top {
    font-size: 12px;
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
}

    .destination h3.heading-top:after {
        content: '';
        bottom: 0;
        text-align: center;
        top: 0;
        display: block;
        margin: 0 auto;
        height: 3px;
        margin-top: 15px;
        width: 50px;
        background: #ffbf3a !important;
    }

.destination .caption-details {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-left: 0;
    text-align: center;
    z-index: 99;
    position: absolute;
    padding: 50px 10px;
    padding-bottom: 20px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 52%, rgba(0,0,0,0.75) 99%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 52%,rgba(0,0,0,0.75) 99%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 52%,rgba(0,0,0,0.75) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}

.destination .star-premium {
    padding: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/star-premium.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
}

.discount-detail {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.destination .airplane-div {
    position: absolute;
    left: -50px;
    top: -40px;
    z-index: 0;
    width: 180px;
    height: 180px;
}

::-moz-selection { /* Code for Firefox */
    color: #000;
    background: #ffbf3a;
}

::selection {
    color: #000;
    background: #ffbf3a;
}


.flight_deals {
    text-align: center;
    margin: 0 auto;
}

.flight_deals-btn {
    color: #000;
    background-color: #fff;
    padding: 12px 30px;
    margin: 20px auto;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .flight_deals-btn:hover {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        background-color: #000;
    }

.flight_deals p {
    font-size: 20px;
    color: #000;
    margin: 10px auto;
}


/************************************/
.subscribe {
    padding: 2em 0 !important;
    background: #008E97;
}

    .subscribe h1 {
        font-size: 45px;
        color: #fff;
        font-weight: 400;
        margin: 0 0 10px auto;
        font-family: 'Open Sans', sans-serif;
    }

.subscribe p {
    color: #fff;
    margin: 0 0 5px;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
p.stayupdat {
    font-size: 24px;
    margin: 13px 0 8px;
}

    .subscribe .input-group .form-control {
        height: 50px;
        background-color: #fff;
        border-radius: 0;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        border: none;
        font-size: 16px;
        color: #000;
    }

    .subscribe .input-group {
        margin-top: 15px;
    }

.subscribe .input-group .btn {
    display: inline-block;
    padding: 12px 30px;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    height: 50px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    background-color: #3f8fd6;
    line-height: 1.42857143;
}



.footer {
    background-color: #3f8fd6;
    font-size: 16px;
    padding: 22px 0 17px 0;
    color: #ffffff;
}


.widget-footer .footer-heading {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.widget-footer .footer-about {
    color: #fdfdfd;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    padding-right: 20px;
}

.widget-footer .footer-list {
    color: #fdfdfd;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
}
    /*.widget-footer .footer-list li a{
	color:#fdfdfd;
	border-bottom:1px #ddd solid;
	display:block;
	margin:0;
		transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}*/
    .widget-footer .footer-list li a {
        color: #fff;
        border-bottom: none !important;
        display: block;
        margin: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        line-height: 20px;
    }

        .widget-footer .footer-list li a::last-child {
            border-bottom: none;
        }

        .widget-footer .footer-list li a:hover, .widget-footer .footer-list li a:hover, .widget-footer .footer-list li a:focus, .widget-footer .footer-list li.active a {
            color: #000 !important;
        }

.widget-footer .footer-social {
    list-style: none;
    margin: 24px 0 0 0;
}

    .widget-footer .footer-social li {
        display: inline-block;
    }

        .widget-footer .footer-social li a {
            color: #fff;
            font-size: 18px;
            padding-right: 22px;
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            text-align: left;
        }

            .widget-footer .footer-social li a:hover {
                color: #0e367e;
            }

.widget-footer ul.address_info a {
    color: #fdfdfd;
    display: block;
    margin: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .widget-footer ul.address_info a:hover, .widget-footer .footer-list li a:focus {
        color: #000;
    }


.footer .copy_right {
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
}

    .footer .copy_right p {
        font-size: 14px;
        line-height: 24px;
        color: #fdfdfd;
    }

.footer_other_details {
    background-color: #0a3254;
    padding: 3em 0;
}

    .footer_other_details p {
    font-size: 12px;
    line-height: 20px;
    float: left;
    color: #fdfdfd;
    width: 100%;
    margin-bottom: 10px;
}

/*******   assignment   *********/
.assignment {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

    .assignment h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .assignment .btn-primary {
        color: #fff;
        font-size: 18px;
        background-color: #5cb85c;
        border-color: #5cb85c;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -khtml-transition: all .5s ease;
        -o-transition: all .5s ease;
        margin: 20px auto 10px auto;
    }

        .assignment .btn-primary:hover, .assignment .btn-primary:focus {
            color: #fff;
            background-color: #2e48b9;
        }

.seat_available {
    margin-top: 20px;
}


div#baf_mob_form {
    display: none;
}
/*****************************new form mobile view css start***************************************/
@media only screen and (max-width: 768px) {
    div#baf_mob_form {
        display: block !important;
    }

    input {
        outline: none;
        border: none;
    }

    .main input::placeholder {
        color: #093e6c !important;
        border: none !important;
    }

    .main input {
        border: none !important;
    }

    .bdr_cus_dis {
        border-color: rgba(0,0,0,0.24) !important;
    }

    textarea {
        outline: none;
        border: none;
    }

        textarea:focus, input:focus {
            border-color: transparent !important;
        }

            input:focus::-webkit-input-placeholder {
                color: transparent;
            }

            input:focus:-moz-placeholder {
                color: transparent;
            }

            input:focus::-moz-placeholder {
                color: transparent;
            }

            input:focus:-ms-input-placeholder {
                color: transparent;
            }

            textarea:focus::-webkit-input-placeholder {
                color: transparent;
            }

            textarea:focus:-moz-placeholder {
                color: transparent;
            }

            textarea:focus::-moz-placeholder {
                color: transparent;
            }

            textarea:focus:-ms-input-placeholder {
                color: transparent;
            }

    input::-webkit-input-placeholder {
        color: #999999;
    }

    input:-moz-placeholder {
        color: #999999;
    }

    input::-moz-placeholder {
        color: #999999;
    }

    input:-ms-input-placeholder {
        color: #999999;
    }

    textarea::-webkit-input-placeholder {
        color: #999999;
    }

    textarea:-moz-placeholder {
        color: #999999;
    }

    textarea::-moz-placeholder {
        color: #999999;
    }

    textarea:-ms-input-placeholder {
        color: #999999;
    }

    /*---------------------------------------------*/
    button {
        outline: none !important;
        border: none;
        background: transparent;
    }

        button:hover {
            cursor: pointer;
        }

    iframe {
        border: none !important;
    }





    /*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/
    .bg-contact2 {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .container-contact2 {
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 15px;
        background: rgba(219,21,99,0.8);
        background: -webkit-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
        background: -o-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
        background: -moz-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
        background: linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
    }

    .wrap-contact2 {
        width: 790px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        padding: 72px 55px 90px 55px;
    }


    /*------------------------------------------------------------------
[  ]*/

    .contact2-form {
        width: 100%;
    }

    .contact2-form-title {
        display: block;
        font-size: 39px;
        color: #333333;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 90px;
    }



    /*------------------------------------------------------------------
[  ]*/

    #baf_mob_form .input2 {
        display: block;
        width: 100%;
        font-size: 15px;
        color: #555555;
        line-height: 1.2;
    }

    #baf_mob_form .focus-input2 {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

        #baf_mob_form .focus-input2::before {
            content: "";
            display: block;
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
            background: rgba(219,21,99,1);
            background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
            background: -o-linear-gradient(45deg, #d5007d, #e53935);
            background: -moz-linear-gradient(45deg, #d5007d, #e53935);
            background: linear-gradient(45deg, #d5007d, #e53935);
        }

    /*---------------------------------------------*/
    #baf_mob_form input.input2 {
        height: 45px;
    }

    input.input2 + .focus-input2::after {
        top: 16px;
        left: 0;
    }

    #baf_mob_form textarea.input2 {
        min-height: 115px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    textarea.input2 + .focus-input2::after {
        top: 16px;
        left: 0;
    }

    .input2:focus + .focus-input2::after {
        top: -13px;
    }

    .input2:focus + .focus-input2::before {
        width: 100%;
    }

    .has-val.input2 + .focus-input2::after {
        top: -13px;
    }

    .has-val.input2 + .focus-input2::before {
        width: 100%;
    }

    /*------------------------------------------------------------------
[ Button ]*/
    #baf_mob_form .container-contact2-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 13px;
    }

    #baf_mob_form .wrap-contact2-form-btn {
        display: block;
        position: relative;
        z-index: 1;
        border-radius: 2px;
        width: auto;
        overflow: hidden;
        margin: 0 auto;
    }

    #baf_mob_form .contact2-form-bgbtn {
        position: absolute;
        z-index: -1;
        width: 300%;
        height: 100%;
        background: rgba(219,21,99,1);
        background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
        background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
        background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
        background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
        top: 0;
        left: -100%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    #baf_mob_form .contact2-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        min-width: 244px;
        height: 50px;
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
    }

    #baf_mob_form .wrap-contact2-form-btn:hover .contact2-form-bgbtn {
        left: 0;
    }

    #baf_mob_form .validate-input {
        position: relative;
    }

    #baf_mob_form .alert-validate::before {
        content: attr(data-validate);
        position: absolute;
        max-width: 70%;
        background-color: white;
        border: 1px solid #c80000;
        border-radius: 2px;
        padding: 4px 25px 4px 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        pointer-events: none;
        color: #c80000;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

    #baf_mob_form .alert-validate::after {
        content: "\f12a";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        color: #c80000;
        font-size: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 8px;
    }

    #baf_mob_form .alert-validate:hover:before {
        visibility: visible;
        opacity: 1;
    }
    /***************nw css*************************/
    div#baf_mob_form {
        border: none;
        padding: 0 0 20px;
    }

    #baf_mob_form ul.nav.nav-tabs {
        background: none;
        padding: 0;
        float: left;
        margin-left:15px;
        margin-top:15px;
    }

        #baf_mob_form ul.nav.nav-tabs li {
            background: none;
        }

    .tabbable-line > .nav-tabs > li.active {
        border-bottom: 2px solid #103e65;
        position: relative;
        color: #103e65;
    }

    #baf_mob_form .tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: rgb(246, 245, 250);
    border: 0;
    border-top: none;
    padding: 7px 8px 14px;
    clear: both;
    border-bottom: 1px solid #ccc;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

    div#tab_default_1 {
        padding: 0;
    }

    #baf_mob_form .main {
        margin: 0;
    }
    .main.nw_main_dis {
    float: left !important;
    width: 100% !important;
}
    #flight_desktop_form_hidden {
        display: none;
    }

    #baf_mob_form .wrap-input2 {
    width: 49%;
    float: left;
    position: relative;
    border: 1px solid #093e6c !important;
    margin: 12px 0% 0 4px;
    padding: 0 1% 0;
    background: #fff;
}

    #baf_mob_form .ser_nw {
    width: 23% !important;
    margin: 15px 4px 6px;
    float: left;
}
    #baf_mob_form .ser_nw label {
    font-size: 11px !important;
}
    .nw_main_dis .ser_nw p {
    float: left !important;
    width: 100% !important;
    font-size: 11px !important;
    margin-top: -11px !important;
    font-weight: 600;
}
    .ser_nw.sel_rgt {
    /*margin-top: 33px !important;*/
}
    .addpadding_flex.mobaddpad_flex select {
    margin: 0;
    height: 44px !important;
    width:56px;
}
    .main.nw_main_dis.newmaindivreturnmob {
        float: left !important;
        margin-top: 12px !important;
    }
    #baf_mob_form input[type="submit"] {
        border-radius: 0px;
        text-transform: uppercase;
        background: #093e6c;
        color: #fff;
        padding: 9px 12px;
        border: none;
        vertical-align: middle;
        font-size: 15px;
        outline: none;
        font-weight: 700;
        border-radius: 6px;
        width: 50%;
        margin: 7px 25% 8px;
        cursor: pointer;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    #baf_mob_form .search-outer .nav-tabs > li.active > a, #baf_mob_form .search-outer .nav-tabs > li.active > a:hover, #baf_mob_form .search-outer .nav-tabs > li.active > a:focus {
        border-radius: 52px;
        border: none;
        color: #fff;
        background-color: #093e6c;
    }

    #baf_mob_form .search-outer .nav > li > a {
        position: relative;
        display: block;
        padding: 8px 35px;
        margin: 10px 0 6px;
        border-radius: 0;
        border: none;
        font-size: 18px;
        color: #fff;
    }

    #baf_mob_form .focus-input2 {
        position: absolute;
        display: block;
        width: 96%;
        height: 100%;
        margin: 0 2%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    #baf_mob_form input.input2 {
        height: 44px;
    }

    .focus-input2::after {
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        font-size: 15px;
        color: #103e65;
        line-height: 1.2;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    #baf_mob_form ul.nav.nav-tabs li.active a {
        color: #fff;
        background: #FFC300 !important;
        border-radius: 5px;
    }

    #baf_mob_form ul.nav.nav-tabs li a {
        padding: 9px 35px;
        font-weight: 700;
        margin-bottom: 4px;
        font-size: 17px;
        color: #ffffff;
    }

    #baf_mob_form ul.nav.nav-tabs li.active {
        border: none;
    }

    .icon_baf_mob_mw {
        float: left;
        height: 45px;
        width: 45px;
        border-radius: 27px;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
        position: relative;
        z-index: 999;
        margin: 16px -13px 0 -18px;
        background: #093e6c;
    }

        .icon_baf_mob_mw a {
            float: left;
            width: 100%;
        }

            .icon_baf_mob_mw a img {
                float: left;
                width: 40%;
                position: absolute;
                top: 16px;
                left: 28%;
            }

            .icon_baf_mob_mw a i.fa.fa-calendar.hvr-icon {
                top: 13px;
                color: #fff;
                position: absolute;
                left: 32%;
                font-weight: 100;
                font-size: 17px;
            }

    #baf_mob_form ul.nav.nav-tabs li a:hover {
        background: none;
    }

    #baf_mob_form ul.nav.nav-tabs li:hover {
        border: none;
    }

        #baf_mob_form ul.nav.nav-tabs li:hover a {
            color: #093e6c;
        }

    div#tab_default_2 {
        padding: 0;
    }

    .cus_disable::after {
        color: #ddd;
    }

    #baf_mob_form ul.nav.nav-tabs li.active a:hover {
        color: #fff;
    }

    .nwtxt_cus_baf {
        text-align: left;
    }

    #baf_mob_form button.cus_submit_btn_baf {
    border-radius: 0px;
    text-transform: uppercase;
    background: #093e6c;
    color: #fff;
    padding: 9px 12px;
    border: none;
    vertical-align: middle;
    font-size: 15px;
    outline: none;
    font-weight: 700;
    border-radius: 0;
    width: 98.5%;
    margin: 2px 1% 8px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
    /*------------------new up---------------------------*/
}

@media only screen and (max-width: 526px) {
    #baf_mob_form .wrap-input2 {
        width: 48%;
    }

    div#baf_mob_form {
        padding: 15px 0 0px;
    }

    #baf_mob_form ul.nav.nav-tabs li a {
        padding: 8px 21px;
        font-weight: 100;
        margin-bottom: 6px;
        margin-left: 9px;
        font-size: 15px;
    }

    .focus-input2::after {
        font-size: 14px;
    }

    .nwcus_container {
        padding: 0;
    }

    .home_page section, .home_page .section {
        padding: 40px 0 0px !important;
    }

    .why_choose_us h1 {
        font-size: 26px !important;
        width: 100%;
        padding: 0 6%;
    }

    .why_choose_us h3.book-now {
        font: 28px Calibri !important;
        line-height: 31px !important;
        margin: 0 0 22px !important;
    }

    .why_choose_us h3 {
        font-size: 13px !important;
        color: #000;
        line-height: 20px !important;
        text-align: center;
        margin-top: 6px !important;
    }

    .features-icons_section_main {
        margin-bottom: 30px !important;
    }

    section.top-main {
        display: none;
    }

    section.section.features-icons {
        background: #f5f8f9;
    }

    .ser_cus_wn {
        float: left;
        padding: 0 3px;
    }

        .ser_cus_wn img {
            width: 80%;
        }

        .ser_cus_wn .features-icons-item.mx-auto {
            padding: 8px 10px;
        }

    .features-icons h3.heading {
        font-size: 13px !important;
        margin: 6px 0 0 !important;
        line-height: 16px !important;
    }

        .features-icons h3.heading:after {
            height: 2px !important;
            margin-top: 3px !important;
            width: 46px !important;
        }

    .ser_cus_wn p {
        display: none !important;
    }

    section.subscribe {
        display: none;
    }

    .cer_img_cus img {
        height: 33px !important;
    }

    .baf_icon_cus img {
        height: 36px;
        margin-top: -3px;
    }

    .widget-footer.about_baf {
        display: block;
        float: left;
        margin: 20px 0 !important;
    }

    .widget-footer.help_baf {
        display: block;
        float: left;
        text-align: left;
        width: 50%;
        margin: 0px 0 20px !important;
    }

    .widget-footer.ttd_baf {
    width: 100%;
    display: block;
    float: right;
    text-align: left;
    margin: 0 0 20px !important;
}

    .footer_baf_cus_mob {
        padding: 0 !important;
        text-align: center !important;
    }

    .widget-footer .footer-heading {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }

    footer ul.address_info li a {
        padding: 5px 0 0 !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    ul.address_info {
        margin-top: -6px !important;
    }

    .widget-footer .footer-social {
        margin: 8px 0 0 0 !important;
    }

        .widget-footer .footer-social li a {
            font-size: 18px !important;
            padding: 0 8px !important;
        }

    .footer .copy_right {
        padding: 3px 0 !important;
        margin: 2px 0 8px !important;
    }

        .footer .copy_right p {
            font-size: 10px !important;
            line-height: 12px !important;
        }

    .footer_other_details p {
        font-size: 9px !important;
        line-height: 14px !important;
    }

    .footer_other_details {
        text-align: justify !important;
        padding: 24px 0 20px !important;
    }

    .why_choose_us .features-icons-icon img {
        width: 60px !important;
        height: 60px !important;
    }




    /*******newcssadd11-8-19*****/
    .wrap-input2.mobdpaddt {
        width: 32% !important;
        float: left;
    }
    .addpadding_flex.mobaddpad_flex {
    float: left;
    width: 16% !important;
    margin: 12px 0 0 !important;
    padding: 0px 5px 0px 3px !important;
}
    .main.nw_main_dis {
    float: left !important;
    width: 100% !important;
}

















}

@media only screen and (max-width: 420px) {
    #baf_mob_form .wrap-input2.nwmn_width_cus {
        width: 98%;
        text-align: left;
        margin: 12px 1% 0;
    }

    #baf_mob_form .wrap-input2 {
        width: 47.5%;
    }

    .nwmn_width_cus input.input2.nwtxt_cus_baf {
        text-align: left;
    }

    .icon_baf_mob_mw {
        height: 32px;
        margin: 28px -13px 0 -18px;
        width: 32px;
    }

        .icon_baf_mob_mw.cus_tumbl {
            float: right;
            height: 32px;
            width: 32px;
            top: -15px;
            right: 14px;
            margin: 0px -13px -37px -18px;
        }

    .main.nw_main_dis {
        float: left;
        clear: both;
        width: 100%;
    }

    #baf_mob_form .ser_nw {
        width: 24% !important;
        display: -webkit-inline-box;
        margin: 17px 0 5px;
    }

        #baf_mob_form .ser_nw .form-control {
            font-size: 14px;
            padding: 0 1px;
            margin-bottom: 6px;
        }

    .icon_baf_mob_mw a img {
        float: left;
        width: 44%;
        position: absolute;
        transform: rotate(90deg);
        top: 12px;
        left: 30%;
    }

    .icon_baf_mob_mw a i.fa.fa-calendar.hvr-icon {
        top: 8px;
        left: 26%;
        font-size: 16px;
    }

    #baf_mob_form .tabbable-line > .tab-content {
        padding: 5px 1px 8px;
    }

    .focus-input2::after {
        font-size: 13px;
        font-weight: bold;
    }

    #baf_mob_form ul.nav.nav-tabs li a {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 16px;
        padding:5px;
    }
}

/********best air fares style_new.css***********/
@media only screen and (max-width: 1024px) {
    h4.head_mn {
        font-size: 16px !important;
        margin: 25px 0 10px !important;
        padding: 13px 0px 13px 14px !important;
    }

    .nw_mn_sec ul li {
        font-size: 14px !important;
        list-style: inside !important;
        padding: 3px 0 !important;
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    footer ul li a {
        padding: 3px 0 !important;
        color: #afb1b5;
        font-size: 12px !important;
        font-weight: normal;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0 !important;
        line-height: 12px !important;
    }

    .widget-footer .footer-social li a {
        font-size: 20px !important;
        padding: 12px !important;
    }

    .widget-footer .footer-social {
        margin: 13px 0px 19px -11px !important;
    }

    .nw_mn_sec ul li {
        font-size: 13px !important;
        list-style: inside !important;
        padding: 3px 0 !important;
        width: 50% !important;
    }
}

@media only screen and (max-width: 704px) {
    .bb_img {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 460px) {
    .flight_box_row .btn-warning {
        width: 100% !important;
    }

    .flight_box_row .btn-info {
        font-size: 10px !important;
        float: left !important;
        padding: 8px 1px !important;
        width: 100% !important;
        height: auto !important;
    }

    .bb_img {
        float: left;
        width: 100%;
    }

        .bb_img a {
            float: left;
            width: 33%;
        }
}

@media only screen and (max-width: 340px) {
    .flight_box_row .btn-info {
        font-size: 8px !important;
    }
}

.cus_foo_list {
    float: left;
    clear: inherit !important;
    width: 33%;
}

.panel-success {
    margin-top: 30px;
}

.footer_other_details {
    background-color: #0e367e;
    text-align: center;
    padding: 1em 0;
    color: #fff;
}
/********snow falling css xmas css********/
body {
    margin: 0;
    height: 100%;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -o-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -moz-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -webkit-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -ms-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(105,173,212)), color-stop(0.84, rgb(23,82,145)) );
}
/*.xmas_cus_bg {
    background-color: red !important;
}
.enter-num .btn {
    background: red;
}*/
/**************new scroll to top***************/
div#RequestPopUpn {
    position: fixed;
    bottom: 0;
    float: left;
    left: 0;
    width: 12%;
}

/*.why_choose_us h1 {
    color: #f10f12 !important;
}
.top-main .headings {
    color: #f10f12 !important;
}
.features-icons h3.heading {
    color: #f10f12 !important;
}
h4.head_mn {
    background:  #f10f12 !important;
}
.footer {
    background-color:   #f10f12 !important;
}
.subscribe {
    padding: 2em 0 !important;
    background: #f10f12;
}*/
/****************/
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 14px;
    font-weight: 700;
}

.top-slider {
    position: relative;
}

.text-animation {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32%;
    background: #103e65;
}

    .text-animation img {
        width: 100%;
    }

.newyear_img {
    position: fixed;
    right: 18px;
    z-index: 5555;
    height: 210px;
    bottom: 50px;
}

    .newyear_img img {
        width: 210px;
    }

@media only screen and (max-width: 768px) {
    .newyear_img {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .text-animation {
        float: left;
        position: inherit;
        text-align: center;
        bottom: 0;
        width: 100%;
        background: #103e65;
    }
}

#RequestPopUpn img {
    z-index: 5555;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .new_hfd_footer_head::after {
        left: 39% !important;
        width: 218px !important;
    }
}

@media only screen and (max-width: 992px) {
    .new_hfd_footer_head::after {
        left: 34% !important;
        width: 218px !important;
    }

    .mob_nw-none {
        display: none !important;
    }
}

@media only screen and (max-width: 620px) {
    .new_hfd_footer_head::after {
        left: 30% !important;
        width: 218px !important;
    }
}

@media only screen and (max-width: 520px) {
    .new_hfd_footer_head::after {
        left: 18% !important;
        width: 218px !important;
    }
}

@media only screen and (max-width: 480px) {
    .new_hfd_footer_head::after {
        left: 24% !important;
        width: 218px !important;
    }
}

@media only screen and (max-width: 340px) {
    .new_hfd_footer_head::after {
        left: 18% !important;
        width: 168px !important;
    }
}

@media only screen and (max-width: 1024px) {
    div#navbar {
        margin-bottom: 0;
    }

    #navbar ul.nav li a {
        background: #103e65 !important;
        color: #fff !important;
        border-top: none !important;
        border-bottom: 1px solid #fff;
    }
}
/***********new section css start************/
.top-main_nw {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 40px 0 40px !important;
}
.hed_td_nw {
    font-size: 24px;
    position: relative;
    padding: 14px 0 0px;
    text-align: center;
    margin: 0 0 15px;
    color: #184592;
}

.hed_td_nw::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 45.8%;
    border-bottom: 2px solid #184592;
    width: 112px;
}

.column {
    float: left;
    width: 100%;
}

.headings_nw {
    font-size: 26px;
    font-weight: 600;
    padding: 0 0 8px;
    color: #0e367e;
}

.text_nw {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #000;
}

.new_lft_con img.img-responsive {
    width: 90%;
    float: right;
    
}

.new_lft_con_btm img.img-responsive {
    width: 90%;
    float: left;
    /*box-shadow: 0px 20px 75px rgba(0, 0, 0, 0.15);*/
}

.nw_mn_con {
    padding: 30px 0 05px;
}

.top_mw_inr {
    width: 74% !important;
    margin: 0 13% !important;
    display: block;
}

@media only screen and (max-width: 520px) {
    .nw_mn_sec ul {
        padding: 0 3% !important;
    }

    h4.head_mn {
        font-size: 14px !important;
        margin: 16px 0 10px !important;
        padding: 10px 0px 10px 10px !important;
    }

    .nw_mn_sec ul li {
        font-size: 12px !important;
        list-style: inside !important;
        padding: 3px 0 !important;
        width: 50% !important;
    }
}

.nwmn_previous {
    display: none !important;
}

@media only screen and (max-width: 1260px) {
    .top_mw_inr {
        width: 90% !important;
        margin: 0 5% !important;
        display: block;
    }
}

@media only screen and (max-width: 1196px) {
    .new_lft_con img.img-responsive {
        width: 100%;
    }

    .new_lft_con_btm img.img-responsive {
        width: 100%;
    }
}
section.section.features-icons {
    background: #fff;
}




















































































.block {
    height: 5em;
    line-height: 5em;
    width: 10em;
    background: #464646;
    color: #fdfdfd;
    text-align: center;
    margin: 1em auto;
    text-shadow: 0 0 1px #333; /* so one can see fadeBgColor properly */
}

.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* show objects being animated */
.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@-o-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}
/***********new.style-8-5-2019************/
.cus_sp_dwn {
    top: 0 !important;
}
.mc {    margin-top: 32px;}

@media (min-width:1024px) {
    
.mc {    margin-top: 0px;}
}
@media (min-width:992px) {
 .newsubsn  {
    padding-top: 6px;
}
}
@media (max-width:768px) {
.contact_baf_foo {
    float: left !important;
    text-align: left;
    margin-top: -2px !important;
}
}

/********new blog page.css********/
.dyn_list_inner {
    padding: 30px 2%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.dyn_list_inner img {
    width: 100%;
    margin: 8px 0 20px;
}
.dyn-list p b {
    color: #2fb4e5;
}
/*section.section.text-center.why_choose_us .top_mw_inr {
    width: 100% !important;
    margin: 0 !important;
}*/


/*************************new about us page css 20-8-19************************/
section#about-page-title {
    margin-top: 32px;
    background: #72d1ed;
    padding: 90px 0 40px;
}
h4.about-page-title-head {
    font-size: 26px;
    font-weight: 600;
    color: #184592;
    float: left;
    width: 40%;
}
ol.breadcrumb.about-page-title-inr {
    float: right;
    background: no-repeat;
    width: 60%;
    text-align: right;
    padding-top: 0;
    margin: 0;
}
ol.breadcrumb.about-page-title-inr li a {
    font-size: 18px;
    color: #184592;
}
section#about-page-idea {
    padding: 0px 0;
}
.apicontlft h2 {
    font-size: 24px;
    color: #2fb3e5;
    font-weight: 600;
    margin-bottom: 20px;
}
.apicontlft p {
    font-size: 15px;
    color: #343434;
    margin: 0 0 15px;
}
.apicontlft a {
    font-size: 16px;
    text-decoration: none;
    background: #2fb3e5;
    color: #fff;
    border-radius: 4px;
    padding: 7px 17px;
    margin-top: 10px !important;
    float: left;
}
img.ab_bnr_frst {
    float: right;
    width: auto;
}
section#about-page-easy {
    padding: 45px 0;
    background: #ecf5fe;
}
#about-page-feature {
    background: #72d1ed;
    padding: 60px 0;
    display: none;
}
.easiest_inr {
    display: block;
    text-align: center;
}
.easiest_inr h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 18px;
    color: #184592;
    font-weight: 600;
}
.easiest_inr p {
    font-size: 14px;
    width: 70%;
    margin: 0 15% 20px;
    color: #343434;
    text-align: center;
}

.easiest_inr img {
    width: auto;
}
.easiest_inr_btm {
    margin-top: 20px;
}
.easy_btm_img {
    float: left;
    width: 10%;
    text-align: left;
}
.easy_btm_content {
    float: right;
    width: 86%;
}
.easy_btm_content h3 {
    font-size: 15px;
    color: #1e4a95;
    font-weight: 600;
    padding: 0 0 7px;
}
.easy_btm_content p {
    font-size: 14px;
    color: #000;
}
.easy_btm_img img {
    width: 100%;
}
.feature_lft h2 {
    font-size: 36px;
    padding: 3px 0;
    color: #184592;
}

.feature_rgt {
    float: right;
    text-align: right;
}
.feature_rgt {
    float: right;
    text-align: right;
    margin: 32px 0 0;
}
.feature_rgt a {
    background: #fff;
    padding: 12px 28px;
    font-size: 18px;
    color: #184592;
}
.feature_rgt a:hover {
    color: #000;
    text-decoration: none;
    background: #ffffff73;
    border: 1px solid #fff;
}
.trending-inr .owl-prev {
    left: 0px;
}
.trending-inr .owl-next, .trending-inr .owl-prev {
    color: #2fb3e5!important;
    font-size: 62px;
    font-weight: 100!important;
    top: 42px;
    float: left;
    right: 10%;
    background: none;
    position: absolute;
}
#customer_say h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 18px;
    color: #184592;
    font-weight: 600;
}


#customer_say {
    padding: 45px 0 0;
}
.trending-inr .owl-prev:hover {
    background: none;
}
.trending-inr .owl-next:hover {
    background: none;
}

.trending-inr {
    float: left;
    width: 100%;
    margin: 50px 0 15px;
}
.trending-inr div#owl-demo .owl-item {
    text-align: center;
}
.img_owl_cus {
    float: left;
    width: 15%;
    margin-left: 7%;
}
.text_owl_cus {
    float: left;
    width: 60%;
    text-align: right !important;
}
#customer_say p {
    font-size: 14px;
    margin: 0;
    color: #343434;
}
.text_owl_cus {
    float: left;
    width: 55%;
    margin: 38px 0 0 35px;
}
.text_owl_cus p {
    text-align: justify !important;
    margin-bottom: 42px !important;
}
#customer_say h3 {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
.apicontlft {
    margin: 110px 0 0;
}
.apicontrgt img {
    width: 100%;
}
@media (max-width:1300px){
.text_owl_cus {
    margin: 0px 0 0 35px;
}
.apicontlft {
    margin: 60px 0 0;
}
}
@media (max-width:1127px){
section#about-page-title.Pg-about-banner {
    margin: 0;
    padding: 60px 0 50px;
}
}
@media (max-width:1090px){
.apicontlft {
    margin: 25px 0 0;
}
.apicontlft p {
    font-size: 13px;
    margin: 0 0 0;
}
ol.breadcrumb.about-page-title-inr li a {
    font-size: 15px;
}
.apicontlft h2 {
    font-size: 20px;
    margin-bottom: 14px;
}
.easiest_inr h2 {
    font-size: 22px;
}
.easiest_inr p {
    font-size: 13px;
    width: 94%;
    margin: 0 3% 20px;
    color: #000000;
    text-align: justify;
}
.trending-inr .owl-next, .trending-inr .owl-prev {
    top: 20px;right: 6%;
}
}
@media (max-width:844px){
.apicontlft h2 {
    text-align: center;
    color: #184592;
}
.apicontlft p {
    margin: 0 0 20px;
}
.apicontrgt img {
    width: 70%;
    margin: 0 15% 24px;
}
h4.about-page-title-head {
    font-size: 18px;
}
.easiest_inr_btm {
    float: left;
    width: 33%;
}
}
@media (max-width:659px){
.easiest_inr_btm {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 6px 12px 16px;
    margin-top: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.easiest_inr_btm:last-child {
    margin-bottom: 24px;
}
.img_owl_cus {
    float: left;
    width: 94%;
    margin-left: 3%;
}
.img_owl_cus img {
    width: 40% !important;
    margin: 0 24% 26px;
}
.text_owl_cus {
    width: 90%;
    margin: 0;
}
.trending-inr .owl-next, .trending-inr .owl-prev {
    top: 90px;
    font-size: 22px;
    right: 6%;
}
#customer_say h2 {
    font-size: 16px;
    margin: 0;
}
.easiest_inr p {
    width: 100%;
    margin: 0 0% 20px;
}
.easiest_inr img {
    width: 78%;
    margin-left: 6%;
}
.apicontlft {
    padding: 0;
}
.apicontlft p {
    text-align: justify;
}
.easiest_inr {
    padding: 0;
}
section#about-page-title.Pg-about-banner {
    padding: 70px 0 60px !important;
}
h4.about-page-title-head {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
}
ol.breadcrumb.about-page-title-inr {
    float: right;
    background: no-repeat;
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin: 0;
}
section#about-page-idea.Pg-about-banner {
    padding: 8px 0 0 !important;
}

}
.nw_main_dis .ser_nw p {
    float: left !important;
    width: 100% !important;
    font-size: 11px !important;
    margin-top: -11px !important;
    font-weight: 600;
}
.nw_main_dis .ser_nw select.form-control {
    float: left;
    width: 100%;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px !important;
}
/*********newcss22-9-20*********/
.our-company h4 {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.our-company h4 span {
    text-transform: capitalize;
    color: #3f8fd6;
}


/***flapopup***/
div#myModalFlag {
    background: none !important;
    padding-top: 3px;
}
div#myModalFlag .modal-dialog {
    margin: 0 !important;
    right: 0;
    position: absolute !important;
}
div#myModalFlag .modal-content {
    top: 25px;
    background-color: #fefefe;
    margin: 0;
    border: 1px solid #888;
    width: 40%;
    right: 34%;
    position: absolute;
}
div#myModalFlag .modal-body ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 33.3%;
    display: table-cell;
    text-align: center;
}

div#myModalFlag .modal-body ul li a {
    color: #0e367e;
    float: left;
    margin: 0;
    width: 100%;
    font-size: 12px;
    padding: 0;
    display: block;
    text-align: center !important;
}
div#myModalFlag .modal-body ul li a img {
    text-align: center;
    width: 32px;
    display: block;
    margin: 0 30%;
    padding: 0;
}
div#myModalFlag .modal-body {
    padding: 15px 0;
    float: left;
    width: 100%;
}

 .search-outer.nwcus_container {
    position: relative; 
    top: 50px;
}
 div#carousel-example-generic {
    margin-top: 30px;
}
 .right.carousel-control {
    cursor:pointer;
    display:none;
}
 .left.carousel-control {
    cursor:pointer;
    display:none;
}


@media only screen and (max-width: 768px) {
 div#carousel-example-generic { 
    display: none;
}
    .search-outer.nwcus_container {
        position: inherit;
        top: 0;
        background: #008E97;
    }
}