/* Minification failed. Returning unminified contents.
(6609,17): run-time error CSS1038: Expected hex color, found '#325eddnone'
(6609,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(6615,17): run-time error CSS1038: Expected hex color, found '#325eddnone'
(6615,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(6683,17): run-time error CSS1038: Expected hex color, found '#325eddnone'
(6683,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(8021,34): run-time error CSS1036: Expected expression, found '#'
(8021,34): run-time error CSS1019: Unexpected token, found '#'
(8021,34): run-time error CSS1042: Expected function, found '#'
(8021,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
(8022,33): run-time error CSS1036: Expected expression, found '#'
(8022,33): run-time error CSS1019: Unexpected token, found '#'
(8022,33): run-time error CSS1042: Expected function, found '#'
(8022,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
(8435,53): run-time error CSS1038: Expected hex color, found '#fd514dfd514d'
(8435,66): run-time error CSS1019: Unexpected token, found ' '
(8435,66): run-time error CSS1042: Expected function, found ' '
(8435,66): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
 
.morehotels {
    padding: 25px 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 00) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0;
}
.Compareto {
    text-align: center;
}
.Compareto ul{ list-style:none; padding:0px; margin:0px;}
.Compareto ul li {
    display: inline-block;
    padding: 0 15px 0 15px;
    font-size: 14px;
    color: #fff;
}
.Compareto ul li a {}
.Compareto ul li a img{ width:100%;}

body {
    margin: 0;
    padding: 0;
    font-family: "Signika Negative", serif;
}
.sticker {
      /*background: #bada55;
      color: white;
      width: 300px;
      font-family: Droid Sans;
      font-size: 40px;
      line-height: 1.6em;
      font-weight: bold;
      text-align: center;
      padding: 20px;
      text-shadow: 0 1px 1px rgba(0,0,0,.2);
      border-radius: 50px;
      float:right;*/
    }

    #wrapper {
      width:700px;
      margin:0 auto;
    }
.deal_box_1 {
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    background-color: #fff;
    margin-bottom:15px;
    position:relative;
    overflow:hidden;
    border-radius:5px;
}
.deal_box_1_content{
    margin-left:-15px;
    padding-top:10px;
}
.deal_box_1 h5 {
    font-size: 14px;
    font-weight: 600;
}
.deal_box_1 h5 i {
    margin-right:10px;
}
.deal_box_1 .deal_box_1_content_bottom button{
    border:0;
    padding-left:25px;
    padding-right:25px;
}
.btn-primary{
    background-color:#325edd;
    border-color:#325edd;
}
h4.deal_box_1_content_price {
    font-weight: bold;
    font-size: 2rem;
        margin-right: 15px;
    position: absolute;
    top: 0;
    right: 15px;
}
.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

.wrap-all {
    float: left;
    padding-right: 10px;
}





.top-bar {
    width: 100%;
    float: left;
    background: #325edd;
    padding: 2px 0;
}

.logo img {
    max-width: 62%;
}

.top-bar span {
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
    color: #666;
}

.top-bar .login-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

    .top-bar .login-area ul li {
        display: inline-block;
    }

        .top-bar .login-area ul li a {
            color: #fff;
            text-decoration: none;
            padding: 0 10px;
        }

        .top-bar .login-area ul li:last-child a {
            padding-right: 0px;
        }

.header img {
    max-width: 52%;
}

.header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.menu-link {
    width: 100%;
    float: left;
    padding-top: 10px;
}

    .menu-link ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: right;
    }

        .menu-link ul li {
            display: inline-block;
            position: relative;
        }

            .menu-link ul li a {
                display: block;
                margin: 0 25px;
                padding: 8px 0px;
                color: #808080;
                text-decoration: none;
                font-size: 14px;
                text-align: left;
            }

                .menu-link ul li a:hover {
                    color: #75A4DF;
                }

            .menu-link ul li:last-child a {
                margin-right: 0px;
            }

        .menu-link ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 7px;
            background: #fff;
            width: 300px;
            box-shadow: 1px 1px 5px #888;
            border: 1px solid #ccc;
            z-index: 9999;
        }

        .menu-link ul li:hover ul {
            display: block;
        }

        .menu-link ul ul:before {
            content: "";
            position: absolute;
            top: -20px;
            left: 26px;
            border: 10px solid transparent;
            border-bottom: 10px solid #0d70b8;
        }

        .menu-link ul li li {
            display: block;
            width: 100%;
            background: url(../images/right-arrow.html) no-repeat right center;
            float: left;
            border-bottom: 1px dashed #ccc;
        }

.img-dd img {
    width: auto;
}

.img-dd {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    border: 1px solid #5d8ab3;
    line-height: 36px;
    text-align: center;
    margin-right: 15px;
}

.info-date-way {
    float: left;
    width: 80%;
}

    .info-date-way span {
        display: block;
        color: #555;
    }

        .info-date-way span span {
            display: inline-block;
            color: #0076ca;
            margin: 0 15px 0 0;
        }

.menu-link ul li li a {
    display: block;
    margin: 0px;
    padding: 6px 10px;
    float: left;
    width: 100%;
}

    .menu-link ul li li a:hover {
        background: #ba0400;
        color: #fff;
    }

.banner {
    width: 100%;
    float: left;
    position: relative;
    min-height: auto;
    opacity: 1;
    background-size: cover;
}
.flight_type {
    text-align: -webkit-center;
}
.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: #0000008c;
}

.desti_banner{
	width: 100%;
    float: left;
    position: relative;
    min-height: auto;
    opacity: 1;
    background-size: cover;
}

.desti_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.slider {
    width: 100%;
    float: left;
}

    .slider .slider-style {
        height: 450px;
        background-size: cover !important;
        background-position: top center !important;
    }

        .slider .slider-style h2 {
            margin: 0;
            padding: 60px 0 0 0px;
            color: #fff;
            font-family: "Poppins", sans-serif;
            text-shadow: 1px 1px 1px #2f2f2f;
            font-size: 37px;
            font-style: normal;
            font-weight: 600;
        }

        .slider .slider-style h3 {
            margin: 0;
            padding: 16px 0 0 0px;
            color: #fff;
            font-family: "Poppins", sans-serif;
            text-shadow: 1px 1px 1px #2f2f2f;
            font-size: 23px;
            font-style: normal;
            font-weight: 600;
        }

        .slider .slider-style h2 span {
            display: block;
            color: #fff;
            font-weight: bold;
            font-size: 40px;
            padding-bottom: 20px;
            /* font-style: italic;
     */
            text-shadow: 2px 2px 5px #555;
        }

.delho-to-anyway {
    width: 100%;
    float: left;
    background: transparent;
    padding: 10px 10px 20px 10px;
    position: absolute;
    bottom: 0;
	text-align: center;
}

.iphone_item {
    display: inline-block;
    padding: 0 20px 0 20px;
}

.flight-engine {
    /*position: absolute;*/
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    margin-top: 14px;
	font-family: "Signika Negative", serif;
}
.my_form_search {
    padding: 10px;
    background: #fff;
    display: table;
    width: 100%;
    border-radius: 6px;
}
tab-content {
    width: 100%;
    float: left;
}

.tab1.active {
    display: block;
}

*:focus {
    outline: none;
    border: none;
}


.our_banner_text {
    text-align: center;
    padding: 200px 0 50px 0;
    position: relative;
}
.our_banner_text h2 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 18px 0;
    font-weight: 800;
    text-transform: uppercase;
}
.our_banner_text h4 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 10px 0;
	font-weight:400;
}

.tab1 {
    display: none;
}

.tabing {
    float: left;
    width: 100%;
}
.tabing h6 {
    position: absolute;
    right: 28px;
    color: #000069;
    font-size: 20px;
    top: 4px;
}

.tabing ul {
    margin: 0px 0 8px 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.tabing ul li {
    display: inline-block;
}

.tabing ul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #f5f5f5;
    padding: 6px 15px;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    background: transparent;
    border-radius: 38px;
    border: solid 1px #fff;
}
            .tabing ul li:first-of-type {
    border-radius: 5px;
    overflow: hidden;
}
            .tabing ul li:last-of-type{
                border-top-right-radius:5px;
                overflow:hidden;
            }

                .tabing ul li a.active {
                }

.flight-tab {
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 0;
}

.trip-type {
    width: 60%;
    float: left;
}
.advan-open{
        color:#fff;
}
    .trip-type label {
        display: inline-block;
        margin: 0 20px;
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }

        .trip-type label input {
            position: relative;
            top: 1px;
            margin-right: 16px;
        }

.adv-open-wrap {
    width: 92%;
    float: left;
    position: relative;
}

.input-box {
    width: 100%;
    float: left;
    padding: 0 20px;
    margin: 10px 0 10px 0;
}

.input-wrap {
    float: left;
    margin-right: 10px;
    position: relative;
    margin-bottom: 5px;
}

.advan-open.listing .input-wrap.cbox3 {
    margin-right: 0;
    padding-top: 3px;
}

.advan-open.listing .input-wrap.cbox2 {
    padding-top: 3px;
}

.advan-open.listing .input-wrap {
    float: left;
    margin-right: 0px;
    position: relative;
    margin-bottom: 5px;
        background-color: rgba(0,0,0,0.6);
}

    .advan-open.listing .input-wrap.cbox1 {
        padding-top: 3px;
    }

    .input-wrap.cbox1 label, .input-wrap.cbox2 label, .input-wrap.cbox3 label {
        font-weight: normal;
        padding: 0;
        width: 100%;
        font-weight: normal;
        color: #fff;
        float: left;
        margin-right: 20px;
        border: none;
        font-size: 12px;
        line-height: 19px;
        margin-bottom:5px;
        margin-left: 10px;
    }

        .input-wrap.cbox1 label input,
        .input-wrap.cbox2 label input,
        .input-wrap.cbox3 label input {
            position: relative;
            top: 2px;
        }

#show-panel-adv-multi {
    display: none;
    float: left;
    background: #eee;
    width: 78%;
    padding-top: 7px;
    padding-left: 15px;
}

.input-wrap .f-ctrl {
    width: 100%;
    float: left;
    margin-right: 20px;
    background: #F1F1F1;
    border: none;
    padding: 7px 5px;
    font-size: 12px;
    line-height: 16px;
}

.input-wrap.less {
    width: 13%;
    float: left;
    margin-right: 10px;
}

.inc-dec-con {
    width: 100%;
    float: left;
    padding: 10px 0;
}

    .inc-dec-con label {
        /*width: 20%;*/
        float: left;
    }

    .inc-dec-con .adult-range {
        /*width: 63%;*/
        float: right;
        text-align: right;
    }

.dec-value {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    background: #f1f1f1;
    vertical-align: middle;
    line-height: 25px;
    font-weight: bold;
    font-size: 25px;
    border-radius: 5%;
    cursor: pointer;
    border-right: 1px solid #dad3d3;
}

.inc-value {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    background: #f1f1f1;
    vertical-align: middle;
    line-height: 29px;
    font-weight: bold;
    font-size: 25px;
    border-radius: 5%;
    cursor: pointer;
}

.value-val input {
    padding: 0px;
}

.value-val {
    width: 40px;
    float: left;
    float: left;
    margin: 0 14px !important;
}

.no-style {
    background: transparent;
    border: none;
    width: 20px;
    float: left;
    line-height: 20px;
    vertical-align: top;
}

.adult-childe-box span {
    float: left;
    margin-right: 10px;
}

.click-me {
    cursor: pointer;
}

.show-panel {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    float: left;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    padding: 5px 14px;
    background: #fff;
    z-index: 999;
}


/*end date picker css*/
.input-wrap.less-btn {
    width: 5%;
    float: right;
    margin-right: 25px;
}

    .input-wrap.less-btn .btn-srch {
        background: #ffc800;
        border: navajowhite;
        color: #fff;
        padding: 6px 26px;
        text-transform: uppercase;
    }

.advanced-option {
    text-align: right;
    font-size: 13px;
    line-height: 19px;
    color: #555;
    text-decoration: none;
}

    .advanced-option a {
        color: #fff;
        /*text-decoration: underline;*/
        background: #325edd;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 2px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.four-services {
    width: 100%;
    float: left;
    padding: 30px 0;
    /*border-top: 4px solid #6DCDC9;*/
}

    .four-services .small-contnet {
        width: 100%;
        float: left;
    }

        .four-services .small-contnet span {
            display: block;
            font-weight: bold;
            font-size: 13px;
            padding: 10px 0;
            text-transform: uppercase;
        }

        .four-services .small-contnet p {
            font-size: 12px;
            line-height: 20px;
            color: #999999;
        }
		
.row44{ margin-right: -15px;
    margin-left: -15px; }		

.popular {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 50px 0;
}
.choose-us {
    padding: 45px 0 45px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 5;
}
.choose-us::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fbfbfb;
    z-index: -1;
}

.section_title {
    text-align: center;
	margin: 0 0 35px 0;
}
.section_title h3 {
    margin: 0 0 0 0;
    color: #222;
    font-weight: 600;
    font-size: 26px;
}
.section_title p {
    font-size: 13px;
    color: #222;
    margin: 8px 0 0 0;
}

.choose-container .image-choose {
    border-radius: 50%;
    padding: 10px;
    border: 1px dashed #fff;
    position: relative;
    display: inline-block;
}
    .choose-container .image-choose img {
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        width:150px;
    }
.choose-container .image-choose span {
    position: absolute;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 7px;
    right: 0;
    background-color: #325edd;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.choose-container .choose-content h6 {
    font-size: 15px;
    color: #fff;
    margin: 15px 0 2px;
}
.rounded-circle {
    border-radius: 50%;
}
.choose-container .choose-content p {
    color: #bfcadc;
}
.customer_review {
    background-color: #e7f2f2;
    padding: 50px 0;
}

.customer_review h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #222222;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    font-size: 26px;
    margin-top: 0;
}
.customer_review h2:before {
    content: "";
    position: absolute;
    width: 85px;
    height: 3px;
    background-color: #fbd905;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
.review_content p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}
.customer_review .review_content {
    background-color: #fff;
    padding: 20px 20px;
    border: 1px solid #e1e1e1;
    min-height: 170px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    position: relative;
    border-radius: 4px;
}
.test_Bx {
    display: flex;
    justify-content: space-between;
}
.test_Bx h4 {
    font-size: 12px;
    margin: 0 0 12px 0;
    color: #777777;
    font-weight: 500;
}
.test_Bx span {
    margin: -5px 0 0 0;
}
.test_Bx span i {
    background: #00b67a;
    color: #fff;
    padding: 3px;
    font-size: 11px;
    border-radius: 0px;
    width: 16px;
    height: 16px;
}
.customer_review .reviewer_name {
    color: #434953;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}
.popular h2 {
    text-align: left;
    font-size: 24px;
    line-height: normal;
    color: #151515;
    padding: 0;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    margin: 0 0 10px 0;
}
.popular h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #005eff;
    bottom: -10px;
    left: 0;
    right: 0;
    border-radius: 10px;
}
    .booking_item_container {
        margin-bottom: 15px;
        position: relative;
        list-style: none;
        background-color: #fff;
            border-radius: 10px 10px 0 0;
            overflow:hidden;
    }

.booking-item {
    display: block;
    position: relative;
    padding: 11px;
    border: 1px solid #e6e6e6;
    color: #000;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 2px solid #325edd;
}
.sidebar-left .panel-default > .panel-heading {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    position:relative;
}
.sidebar-left .panel-default > .panel-heading:before {
    content:"\f068";
    position:absolute;
    right:20px;
    top:10px;
    cursor:pointer;
    font-family:FontAwesome;
}
    .sidebar-left .panel-default > .panel-heading.collapsed:before {
        content:"\f067";
    }
.sidebar-left .panel-collapse{
        padding: 0 10px 10px 10px;
}
.align_item_center{
    display:flex;
    align-items:center;
}
    .booking-item.booking-item-small .btn {
        font-size: 15px;
    padding: 3px 0;
    text-align: center;
    border: none;
    display: block;
    margin-top: 7px;
    }

    .booking-item.booking-item-small .booking-item-title {
        font-size: 14px;
        margin-bottom: 0;
        margin-top:0;
        line-height:19px;
    }
    .booking-item.booking-item-small .booking-item-title span{
        font-size:13px;
    }
    .booking-item img {
    max-width: 100%;
    display: block;
    height: 65px;
}
.booking-item-price-from {
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 2px;
}
.navbar-mini {
    border-left: solid 1px #c9c9c9;
    padding: 0 0 0 15px;
}
.phone-book {
    background: url(../images/online-support.png) left top no-repeat;
    background-size: 35px;
    padding: 5px 0px 5px 42px;
    margin: 12px 0 0 0;
}
.phone-book p {
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-align: end;
	display:none;
}
.phone-book a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    display: block;
    line-height: 20px;
    margin: 5px 0 0 0;
    color: #ffffff;
}

.booking-item.booking-item-small .booking-item-price {
    font-size: 20px;
    font-family: "Arial";
    font-weight: 400;
    display: inline;
}
.shadow-sm {
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    color:#eeeeee!important;
}
.popular p {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-weight: 500;
    text-align: left;
}
    .popular p a{
        color:#325edd;
    }

.cst-tab {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
    float: left;
}

    .cst-tab li {
        /* display:inline-block;
     */
        float: left;
    }

        .cst-tab li:last-child a {
            margin-right: 0px;
        }

        .cst-tab li a {
            display: block;
            background: #fff;
            padding: 10px 40px;
            margin-right: 16px;
            font-size: 14px;
            color: #555;
            border: 1px solid #E3E3E3;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
        }

            .cst-tab li a.active:after {
                width: 100%;
                height: 3px;
                background: #40C7C1;
                content: "";
                bottom: 0px;
                position: absolute;
                left: 0px;
            }

            .cst-tab li a.active:before {
                width: 0px;
                height: 0px;
                content: "";
                bottom: 2px;
                position: absolute;
                left: 50%;
                border: 5px solid transparent;
                border-bottom: 5px solid #40c7c1;
                margin-left: -2px;
            }

.new-ooption {
    float: left;
    width: 100%;
}

.dest-box {
    width: 100%;
    float: left;
    margin: 12px 0;
}

    .dest-box:hover {
        box-shadow: 0 0 5px #325edd;
    }

    .dest-box .ima-wrap {
        width: 100%;
        float: left;
        /*border: 1px solid #D4D4D4;*/
        position: relative;
    }

        .dest-box .ima-wrap span {
            /*font-size: 19px;*/
            font-weight: 600;
            /*line-height: 23px;*/
            text-transform: capitalize;
        }

        .dest-box .ima-wrap .strip {
            width: 100%;
            float: left;
            position: absolute;
            top: 0px;
            left: 0px;
            /*background: rgba(0, 0, 0, .5);*/
            color: #fff;
            padding: 10px;
        }

    .dest-box .box-text {
        width: 100%;
        float: left;
        border: 1px solid #D4D4D4;
        border-top: none;
        background: #fff;
    }

        .dest-box .box-text .text-wrap {
            width: 100%;
            padding: 10px;
        }

            .dest-box .box-text .text-wrap p {
                font-size: 12px;
                line-height: 20px;
                color: #B0B0B0;
                text-align: left;
            }

.padding-left-zero {
    padding-left: 0px;
}

.padding-both-zero {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-right-zero {
    padding-right: 0px;
}

.dest-box .box-text .text-wrap span.city-name-deal {
    width: 100%;
    padding: 0 0px;
    display: block;
    font-size: 16px;
    color: #555;
    font-weight: 600;
}

.links-deal {
    width: 100%;
    float: left;
    /*border-top: 1px solid #ccc;*/
    text-align: center;
}

    .links-deal a {
        padding: 10px;
        /*border-right: 1px solid #ccc;*/
        float: left;
        padding-left: 0px;
        color: #333;
        text-decoration: none;
        font-size: 15px;
    }

        .links-deal a:last-child {
            border: none;
        }

.dest-box .box-text .text-wrap span.hot-tag {
    width: 100%;
    padding: 0 0px;
    display: block;
    font-size: 13px;
    color: #C5C5C5;
    font-weight: 400;
}

.customer-says {
    width: 100%;
    float: left;
    padding: 15px 0;
    background: #F7F8FA;
}

    .customer-says h2 {
        text-align: center;
        font-size: 32px;
        line-height: 50px;
        color: #555;
        margin: 0px;
        padding: 0px;
    }

    .customer-says p {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #555;
        margin: 0px;
        padding: 0px;
        font-weight: 400;
        padding: 10px 0 0px 0;
    }

.line-style {
    text-align: center;
    width: 100%;
    float: left;
}

.filter-box-tab {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}

.tab-part {
    display: none;
}

    .tab-part.active {
        display: block;
    }

.about-exp {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
}

a.more-view {
    padding: 6px 20px;
    border: 1px solid #ccc;
    color: #b0b0b0;
    text-decoration: none;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    margin: 30px 0 0 0;
    display: inline-block;
}

.about-exp .travler-pics {
    width: 20%;
    float: left;
    margin: 0 20px 0 0;
}

    .about-exp .travler-pics img {
        border-radius: 50%;
        border: 1px solid #ccc;
    }

.about-exp .text-part {
    width: 75%;
    float: right;
}

    .about-exp .text-part .starrr {
        width: 70%;
        float: left;
        color: #FFB200;
    }

.from-where {
    color: #D1D1D1;
    font-size: 13px;
    line-height: 18px;
}

.about-exp .text-part p {
    color: #747474;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 0px;
}

.customer {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
}

    .customer .owl-dots {
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px;
        margin-top: 50px;
    }

    .customer .owl-dot {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 15px;
    }

        .customer .owl-dot.active {
            background: #325edd;
        }

            .customer .owl-dot.active span {
                background: #fff;
                width: 7px;
                height: 8px;
                border-radius: 50%;
                float: left;
                margin: 4px;
            }

.about-exp .text-part h3 {
    color: #787878;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}

.recentsearch {
    width: 100%;
    float: left;
    padding: 20px 0;
    margin-top: 5px;
}

.off-rate {
    width: 100%;
    float: left;
    position: relative;
    background: url(../CDN/images/bg10.html) no-repeat center center;
}
.off-rate:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    z-index: 1;
}
.off-rate .container{
    position: relative;
    z-index: 1;
}
    .off-rate .my-box-in {
        width: 100%;
        float: left;
        position: relative;
    }

        .off-rate .my-box-in .over {
            width: 100%;
            padding: 20px;
            position: absolute;
            left: 0px;
            top: 0px;
            color: #fff;
        }

.prce-half {
    display: block;
    font-size: 20px;
    line-height: 25px;
    text-shadow: 1px 1px 2px #555;
    padding-top: 20px;
}

.your-desti {
    display: block;
    font-size: 30px;
    line-height: 35px;
    text-shadow: 1px 1px 2px #555;
    text-transform: uppercase;
    font-weight: bold;
}

.book-now {
    padding: 5px 15px;
    background: #012142;
    color: #FFB800;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 29px;
    font-weight: 400;
}

    .book-now:hover {
        text-decoration: none;
        color: #FFB800;
    }

.subscribe {
    width: 100%;
    color: #fff;
    float: left;
    margin-bottom: 0;
    padding: 0px 0 0px 0;
}
.subscribe h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 9px 0 0 0;
    color: #fff;
}
    .subscribe span:first-child {
        color: #fff;
        font-size: 28px;
        line-height: 30px;
        text-transform: uppercase;
        vertical-align: middle;
    }

    .subscribe span:nth-child(2) {
    }

.subscribe .Subscribe-btn {
    background: #e0001b;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px 22px;
    width: 25%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 600;
}

.subscribe .Subscribe-text {
    width: 75%;
    border: none;
    padding: 10px 10px;
    font-size: 16px;
    background: #fff;
    height: 52px;
    border-radius: 4px 0 0 4px;
    font-weight: 400;
    color: #333;
}

.footer_bottoms {
    display: block;
    width: 100%;
    float: left;
    background: #ffffff;
}

.copyright{}
.copyright p {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #0b0b0b;
    padding: 10px 0 15px 0;
    font-weight: 400;
    text-align: center;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.footer-area {
    width: 100%;
    float: left;
    padding: 75px 0 20px 0;
    color: #000;
    background-color: #020509;
    border-top: 2px solid #d3e3fd;
}

.row_bacs {
    background: #020509;
    display: table;
    width: 100%;
    margin: 0 0 -42px 0;
    position: relative;
    padding: 18px 15px;
    border-radius: 10px;
    z-index: 1;
    border: solid 1px #edf2fa36;
}

.footer-area h2 {
	text-align: center;
}

.footer_links {
    padding: 0 0 10px 0;
}
.footer_links h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 0 10px 0;
    position: relative;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: normal;
}

.footer_links h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #f9f9f9;
    bottom: 0;
} 
    

.footer_links ul {
    margin: 0px;
    padding: 0;
    list-style: none;
    width: 85%;
}

.footer_links ul li {
    padding: 0 20px 0 0px;
}
.footer_links ul li a {
    font-size: 13px;
    color: #ffffffd1;
    line-height: 32px;
    text-decoration: none;
    font-weight: 400;
	display: block;
}

.footer_links ul li a i{ margin:0 4px 0 0;}

.footer_links h6 a i {
    width: 26px;
    height: 26px;
    border: solid 1px #fbd905;
    text-align: center;
    line-height: 26px;
    border-radius: 18px;
    color: #fbd905;
}

.footer_middles {
    float: left;
    width: 100%;
    display: block;
    background: #000050;
    padding: 10px 0;
}

.footer_contacto p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 2px 0;
}

.footer_contacto h6 {
    margin: 0 0 18px 0;
}
.footer_contacto h6 a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    margin: 0 0 0 0;
    display: block;
    padding: 0px 0 0 0;
}

.footer_contacto h6 a i {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000069;
    text-align: center;
    border-radius: 35px;
    margin: 0 5px 0 0;
    font-size: 14px;
}

.disclamer_pt {
    padding: 0px 0 0px 0;
    margin: 0px 0 0 0;
    display: table;
    width: 100%;
}
.disclamer_pt p {
    font-size: 13px;
    color: #060606;
    margin: 20px 0 0 0;
    line-height: 20px;
    font-weight: 400;
}

.last-grid ul {
    float: right;
}

.last-grid h3 {
    float: right;
    width: 100%;
    padding-left: 46px;
}

.footer_links p {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    color: #ffffffd1;
    padding: 5px 0 0 0px;
}

.paymemt-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 10px;
    margin-top: 0px;
    letter-spacing: 20px;
}
.paymemt-area img {}
.copy p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
}

.social {
    width: auto;
    float: right;
    margin: 20px 0;
}

    .social span a {
        display: block;
        width: 100%;
        float: left;
        height: 30px;
    }

    .social span {
        background: url(../CDN/images/social.html) no-repeat left top;
        width: 30px;
        height: 27px;
        float: left;
    }

        .social span.linked {
            background-position: 0 0;
        }

        .social span.twitter {
            background-position: -41px 0;
        }

        .social span.flickr {
            background-position: -72px 0;
        }

        .social span.tmbular {
            background-position: -108px 0;
        }

        .social span.face {
            background-position: -145px 0;
        }

        .social span.skype {
            background-position: -181px 0;
        }
/*Listing page*/
.information-box-flight {
    width: 100%;
    float: left;
    /*border: 1px solid #ccc;*/
    background: #fff;
    border-radius: 3px;
}

    .information-box-flight .row-one {
        width: 100%;
        float: left;
        border-bottom: 1px dashed #ccc;
    }

body.listing {
    background: #F7F7F7;
}

.tax-info h2 {
    color: #325edd;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 30px;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
}

.tax-info {
    width: 100%;
    float: left;
    padding: 13px 0;
}

    .tax-info h2 span {
        color: #787878;
        font-weight: 400;
        font-family: 'Open Sans';
        font-size: 14px;
        line-height: 20px;
        padding-left: 10px;
    }

a.select-flight {
    float: right;
    text-align: right;
    padding: 8px 50px;
    background: #325edd;
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
   margin-top: 10px;    
    text-decoration: none;
}

.flight-deatil-row {
    width: 100%;
    float: left;
}

.time-info-wrap {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.destination-info {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0;
}

    .destination-info span {
        font-weight: 600;
        text-align: center;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        color: #787878;
        text-transform: capitalize;
    }

.time-info-wrap .time-info.heightlight {
}

.time-info-wrap .time-info {
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #787878;
    padding: 4px;
    display: inline-block;
}

.flight-deatil-row .flight-name {
    font-size: 12px;
    line-height: 17px;
    padding: 15px 0;
    margin: 0px;
    text-transform: capitalize;
    color: #787878;
}

    .flight-deatil-row .flight-name img {
        /*border: 1px solid #ccc;*/
        margin-right: 10px;
        max-width: 80px;
    }

.stop-type {
    text-align: right;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    color: #787878;
}

    .stop-type span {
        font-weight: 500;
    }

.trip-duration {
    float: left;
    width: 100%;
    padding: 6px 15px;
    background: #fff;
    /*border-bottom: 1px dashed #f2f2f2;*/
    font-size: 13px;
    color: #787878;
    text-transform: capitalize;
    padding-top: 0px;
}

.operated {
    padding-left: 20px;
    background: url(../CDN/images/double-plane.html) no-repeat left center;
    margin-left: 100px;
    text-transform: capitalize;
}

.bagage-exclude {
    width: 100%;
    float: left;
    padding: 5px 10px;
    text-align: right;
    background: #eee;
}

    .bagage-exclude .briefcase {
        background: url(../CDN/images/briefcase.html) no-repeat left center;
        padding-left: 30px;
    }

        .bagage-exclude .briefcase a.exclude {
            color: #3F89DE;
            font-size: 12px;
            line-height: 20px;
            text-decoration: underline;
            font-weight: 400;
        }

.flight-deatil-row-wrap {
    width: 100%;
    float: left;
}
.information-box-alter:first-child
{
    margin-top:10px;

}
.information-box-alter {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.alternate-date {
    width: 100%;
    float: left;
}

    .alternate-date .alter-span {
        width: 100%;
        float: left;
        background: #2fb166;
        color: #fff;
        padding: 3px 10px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

.yellow {
    color: #E5EF00;
}

.alternate-date .alter-spanr {
    width: 50%;
    float: left;
    padding: 3px 0px 3px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: right;
    color: #8A8A8A;
}

.yellow {
    color: #E5EF00;
}

.black {
    color: #555;
}

.tax-info .redish {
    font-size: 11px;
    padding-left: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #03bfd7;
    color: #fff;
    padding-right: 5px;
}

.sep-text {
    width: 100%;
    float: left;
    padding: 2px 0;
    color: #555;
    font-size: 13px;
    line-height: 20px;
}

.triptype {
    padding: 10px 15px 0px 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 600;
}

.heading-main {
    margin: 0px;
    padding: 20px 0 0 0;
    font-size: 30px;
    line-height: 40px;
    color: #325edd;
    font-weight: 600;
}

    .heading-main span {
        font-size: 50%;
        color: #787878;
    }

.small-p {
    color: #8A8A8A;
    font-size: 13px;
    line-height: 15px;
    margin: 0px;
    padding: 0px 0 10px 0;
    display: block;
}

.custom-filter {
    margin: 42px 0 20px 0px;
    padding: 0px;
    list-style: none;
    /*border: 1px solid #ccc;*/
    width: 100%;
    border-right: none;
    float: left;
    background-color:#fff;
}

    .custom-filter li {
        float: left;
        width: 25%;
        padding-top:10px;
        /*background: #FFFFFF;*/
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

        .custom-filter li a {
            float: left;
            /*padding: 10px 43px;*/
            color: #747474;
            display: block;
            text-align: center;
            /*border-right: 1px solid #ccc;*/
            min-width: 150px;
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
        }

            .custom-filter li a:hover {
                text-decoration: none;
                /*background: #325edd;*/
                color: #555;
            }

                .custom-filter li a:hover span {
                    color: #012142;
                }

    .custom-filter .currentTab {
        text-decoration: none;
        border-bottom: 3px solid #325edd;
        color: #555;
        margin-top: -3px;
    }

    .custom-filter li a.current span {
        color: #012142;
    }

    .custom-filter li a span {
        color: #012142;
        display: block;
    }
/*Sidebar listig */

.sidebar-left {
    width: 100%;
    float: left;
    /*margin-top: 15px;*/
    /*background:#fff;*/
}

    .sidebar-left h2 {
        display: block;
        color: #555;
        font-size: 15px;
        text-transform: capitalize;
        /*text-align: center;*/
        margin: 0px;
        padding: 0px;
        font-weight: 600;
        float: left;
        width: 100%;
        /*text-align: center;*/
        padding-bottom: 20px;
    }

.sidebox {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    width: 100%;
    float: left;
    /*margin-bottom: 15px;*/
}

    .sidebox h3 {
        font-size: 14px;
        color: #2f2f2f;
        margin: 0;
        padding: 0px;
    }

    .sidebox h5 {
        font-weight: 600;
        padding: 0;
        color: #404145;
        margin: 0px;
        padding-bottom: 5px;
    }

    .sidebox a.showmore {
        width: 100%;
        float: left;
        font-weight: 600;
        padding: 0;
        color: #105F9C;
        margin: 10px 0 0 0px;
        padding-bottom: 5px;
        text-decoration: none;
    }

    .sidebox h6 {
        font-weight: 600;
        padding: 0;
        color: #787878;
        margin: 10px 0px;
        padding: 0px;
        float: left;
        font-size: 14px;
    }

    .sidebox h5 span {
        color: #ABABAB;
    }

.source-dest {
    width: 100%;
    float: left;
    margin: 5px 0;
}

    .source-dest span {
        font-weight: 600;
        padding: 0 3px 0 0;
        color: #105F9C;
    }

.sidebox h4 {
    display: block;
    color: #325edd;
    font-size: 15px;
    text-align: center;
    background: url(../CDN/images/tri-angle.html) no-repeat right center;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.filter-list {
    width: 100%;
    float: left;
    margin: 2px 0;
}

    .filter-list .cbox-wrap {
        float: left;
        color: #787878;
        font-weight: 500;
        font-size: 12px;
        margin: 0;
    }

        .filter-list .cbox-wrap .cbox {
            position: relative;
            top: 2px;
        }

    .filter-list .cbox-text {
        float: right;
        margin: 0;
        font-weight: 600;
        font-size: 12px;
        color: #787878;
    }

.sign-up {
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .sign-up input {
        border: 1px solid #CCCCCC;
        font-size: 14px;
        font-weight: normal;
        padding: 5.5px 8px;
        float: left;
        font-size: 11px;
    }

    .sign-up button {
        border-radius: 0px;
        float: left;
        background: #ffc800;
        color: #fff;
        padding: 4px 16px;
        border: none;
    }

.ranging-filter .ui-slider-handle {
    background: #fff !important;
    border-radius: 100% !important;
    border: 2px solid #ffc800 !important;
    width: 10px !important;
    height: 10px !important;
    top: -4px !important;
    margin-left: -8px !important;
}

.ranging-filter .ui-slider-horizontal {
    height: 5px !important;
    border: 1px solid #ffc800 !important;
}

.ranging-filter .ui-widget-header {
    background: #ffc800 !important;
}

.ranging-filter {
    width: 100%;
    float: left;
    padding: 5px 5px;
}

.timer-flight {
    width: 100%;
    float: left;
}

    .timer-flight .pplane {
        padding-left: 20px;
        background: url(../CDN/images/plane-filter.html) no-repeat left center;
        margin: 10px 0;
        display: block;
    }

    .timer-flight .pwatch {
        padding-left: 20px;
        background: url(../CDN/images/range-watch.html) no-repeat left center;
        margin: 10px 0;
        display: block;
    }

        .timer-flight .pwatch .blue {
            color: #316CA3;
            font-weight: 600;
        }

.arival-time {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 13px;
    color: #a2a2a2;
}

.footer-listing {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
}

    .footer-listing p {
        font-size: 13px;
        color: #787878;
        line-height: 16px;
        font-family: arial;
    }

.sta {
    width: 100%;
    float: left;
}

    .sta .block-span {
        display: block;
        color: #555;
        font-size: 14px;
        padding: 6px 0;
        font-weight: 600;
    }

    .sta select.stylecst {
        background: #EEEEEE;
        color: #025eb1;
        padding: 5px;
        float: right;
        width: 42%;
        border: 1px solid #ccc;
    }

    .sta .left-text {
        color: #4979AB;
        font-size: 15px;
        width: 50%;
        float: left;
        line-height: 17px;
    }
/*Listing Widget*/
.listing-widget {
    width: 100%;
    float: left;
    padding: 0px 0 10px;
    /*border-bottom: 3px solid #6DCDC9;*/
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    margin-top:56px;
    position:fixed;
    z-index:10;
}

.widget-tab {
    width: 100%;
    float: left;
}

    .widget-tab label {
        display: inline-block;
    }

        .widget-tab label input[type="radio"]:checked:after {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            background: #5fab52;
            border-radius: 100%;
            top: 2.2px;
            left: 3px;
        }

.ctrl-wrap {
    width: 100%;
    float: left;
    padding: 0px 0px 0 10px;
    background: #fff;
    border-radius: 42px;
}
.tab-content {
    display: table;
    width: 100%;
    padding: 0px;
    border-radius: 5px;
}
.text-box-cover {
    width: 22.7%;
    float: left;
    background: transparent;
    padding: 5px;
    padding-left: 6px;
    border-radius: 0px;
    margin: 0 5px 0 5px;
    height: 65px;
    border-right: solid 1px #979797;
}

.text-box-cover label {
    color: #424242;
    text-align: left;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0 0 2px;
    line-height: 12px;
}

.input-icon {
    font-size: 15px;
    padding-right: 2px;
	display: none;
}

input.f-ctrl {
    width: 100%;
    float: left;
    border: none;
    color: #313131;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    text-transform: capitalize;
    margin: 5px 0 0 0;
}

.text-box-cover.data-pick {
    width: 12%;
}

.text-box-cover.travel-dropdown {
    width: 19%;
    border-right: none;
    margin: 0;
}

.text-box-cover.list-btn-srch-wrap {
    width: 8%;
    background: transparent;
    padding: 0px;
    margin: 0px;
    /* float: right; */
    border-bottom: none;
    border-top: none;
}

.widget-tab .trip-type {
    width: 98%;
}

.text-box-cover .list-btn-srch {
    float: right;
    padding: 14px 18px;
    background: #005eff;
    display: block;
    color: #ffffff;
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    text-decoration: none;
    border: none;
    width: 100%;
    text-align: center;
    border-radius: 0 30px 30px 0;
    position: relative;
    right: -2px;
}
.text-box-cover .list-btn-srch span{ display:none;}

.loadmore {
    text-align: right;
    padding: 12px 50px;
    background: #325edd;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
    border: none;
    text-align: center;
}

.list-btn-srch:hover {
    /*background: #ffc800;
    box-shadow: 0 0 0 10px rgba(246,177,11,.15) !important;*/
}

.btn-srch:hover {
    background: #ffc800;
    box-shadow: 0 0 0 10px rgba(246,177,11,.15) !important;
}


.headeing-style-main {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 18px 0;
}

    .headeing-style-main h2 {
        color: #2E4B75;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 23px;
        line-height: 30px;
        margin: 0px;
        padding: 0px;
    }

    .headeing-style-main h3 {
        margin: 0px;
        padding: 0px;
        color: #2E4B75;
        font-size: 19px;
        font-weight: 400;
        line-height: 20px;
    }

.red {
    color: #D04700;
    font-weight: 600;
}
/* Mlisting area css*/
.Mlisting_wrap {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    min-height: 100px;
}

.Mlisting_repeat {
    background: #fff;
    padding: 10px 0;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 6px;
}

    .Mlisting_repeat .airline-mobile-logo {
        width: 100%;
        float: left;
    }

        .Mlisting_repeat .airline-mobile-logo p {
            font-size: 23px;
            text-transform: capitalize;
            color: #555;
            font-weight: normal;
            line-height: 20px;
        }

            .Mlisting_repeat .airline-mobile-logo p span {
                display: block;
                color: #A7A7A7;
                font-size: 14px;
                line-height: 20px;
            }

        .Mlisting_repeat .airline-mobile-logo img {
            margin-right: 4px;
            margin-bottom: 8px;
            float: left;
            border-radius: 3px;
            width: 25%;
            padding-top: 1px;
        }

span.price-link {
    float: right;
    text-align: right;
    padding: 3px 17px;
    /*background: #ffc800;*/
    display: block;
    color: #ffc800;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
    margin-top: -5px;
}

.left-seat {
    display: inline-block;
    color: #A7A7A7;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
}

    .left-seat .red-text {
        color: #C2202B;
    }

.row-next {
    width: 100%;
    float: left;
}

.strong-code {
    color: #555;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}

.time-flight {
    color: #6A6A6A;
    font-size: 18px;
    line-height: 21px;
}

.date-flight {
    display: block;
    font-size: 15px;
    color: #6a6a87;
}

.seper {
    width: 100%;
    text-align: center;
    height: 2px;
    background: #6a6a87;
    float: left;
    margin: 9px 0;
    position: relative;
}

    .seper:before {
        content: "";
        position: absolute;
        width: 6px;
        padding: 1px;
        background: #fff;
        border: 1px solid #555;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        left: 50%;
        top: -2px;
        height: 6px;
        margin-left: -3px;
    }

    .seper:after {
        content: ">";
        position: absolute;
        width: 6px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        right: 0px;
        top: -9px;
        height: 6px;
    }

.duration-info {
    text-align: right;
    float: right;
    color: #6A6A6A;
    font-size: 18px;
    line-height: 21px;
}

.green-text {
    color: #7CD769;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    float: left;
}

.line {
    border: 0;
    border-top: 1px dashed #D4D4D4;
    float: left;
    width: 97%;
    margin-left:14px;
}
/* End Mlisting area css*/
/* payment page css*/
.payment-page {
    float: left;
    margin: 15px 0 0 0;
    width: 100%;
    margin-top:72px;
}

    .payment-page .alter-span {
        text-transform: capitalize;
        font-size: 13px;
        /*width: auto;*/
    }

    .payment-page .no-brief {
        color: #3F89DE;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        padding: 0px 8px 0 0;
    }

    .payment-page h2.icon2 {
        background: #fff;
    }

    .payment-page h2.icon3 {
        background: #fff;
    }

    .payment-page h2.icon4 {
        background: #fff;
    }

    .payment-page h2.icon5 {
        background: #fff;
    }

    .payment-page h2.icon6 {
        background: #fff;
    }

    .payment-page h2.icon7 {
        background: #fff;
    }

    .payment-page h2 {
        margin: 0px;
        padding: 0px;
        color: #555;
        font-size: 16px;
        padding: 15px 15px;
        background: #fff;
        background-repeat: no-repeat;
        background-position: 15px center;
        font-weight: 600;
    }

.my-form-detail {
    width: 100%;
    float: left;
    background: #fff;
    /*border: 1px solid #eee;*/
    border-left: none;
    border-right: none;
    padding: 10px 0;
}

    .my-form-detail ul li select {
        padding-left: 0px !important;
    }

.inner-info {
    /*border-top: 1px solid #ccc;*/
    float: left;
    width: 100%;
    border-bottom: none;
}

.my-form-detail ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .my-form-detail ul li {
        float: left;
        margin: 0 5px;
        width: 14%;
    }

        .my-form-detail ul li:first-child {
            width: 7%;
        }

        .my-form-detail ul li:nth-child(2) {
            width: 7%;
        }

        .my-form-detail ul li:nth-child(6) {
            width: 21%;
        }

.my-form-detail .statename {
    width: 15% !important;
}


.my-form-detail ul li label {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #898989;
}

.my-form-detail ul li .value-box {
    float: left;
    width: 100%;
}

    .my-form-detail ul li .value-box .f-ctrl-box {
        float: left;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        padding: 0 5px;
        font-size: 13px;
        line-height: 20px;
        color: #555 !important;
        height: 35px;
        font-weight: 600;
    }

        .my-form-detail ul li .value-box .f-ctrl-box.one-third {
            width: 31%;
            margin-right: 2.5px;
            font-size: 12px;
            padding-right: 0px;
        }

.small-info-text {
    margin-top: -11px;
    float: left;
    width: 100%;
    padding: 5px 7px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #2E4B75;
}

    .small-info-text.light {
        color: #989898;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }

    .small-info-text.white {
        background: #fff;
        padding: 15px;
    }

    .small-info-text.check {
        padding: 0px;
        border-bottom: 1px solid #ccc;
    }

        .small-info-text.check label {
            margin: 0px;
            font-weight: 400;
        }

            .small-info-text.check label input {
                position: relative;
                top: 2px;
                margin-right: 10px;
            }

    .small-info-text.white a {
        color: #6699dc;
        padding: 5px 3px;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        text-decoration: underline;
    }

.no-active-box.active-box {
    background: #DBFFDF;
    padding: 10px 10px;
}

.no-active-box {
    background: #FAFAFA;
    padding: 10px 10px;
}

.pro-text {
    width: 100%;
    float: left;
}

    .pro-text span {
        width: 100%;
        float: left;
        color: #6699dc;
        padding: 0;
        font-size: 13px;
        line-height: 25px;
        font-weight: 400;
    }

    .pro-text.first-child {
        padding-left: 70px;
        background: url(../CDN/images/delay.html) no-repeat left center;
    }

.row-header {
    width: 100%;
    float: left;
    background: #FFFFFF;
    padding: 10px 15px;
    color: #898989;
    font-size: 13px;
    line-height: 10px;
    font-weight: 600;
}

.padding-left-right {
    padding: 10px 15px;
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
}

    .padding-left-right .price-header {
        color: #555;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .padding-left-right a.promo-code {
        display: block;
        color: #2E4B75;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        padding-top: 10px;
        text-decoration: underline;
    }

.border-top-none {
    border-top: none;
}

    .border-top-none .price-header {
        color: #555;
        font-size: 14px;
    }

    .border-top-none .color-chnage {
        color: #555;
        font-weight: bold;
    }

.inner-info.total .row-header {
    background: #666;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

    .inner-info.total .row-header .price-header {
        font-size: 20px;
        font-weight: 800;
    }

.safe-secure {
    width: 100%;
    padding: 15px 15px 15px 40px;
    background: #DBFFDF url(../CDN/images/lock.html) no-repeat 15px center;
    float: left;
    border: 1px solid #555;
    color: #5FAB52;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .safe-secure strong {
        text-transform: uppercase;
    }

    .safe-secure span {
        display: block;
    }

    .safe-secure .visa-img {
        margin-top: -37px;
    }

.list-style-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .list-style-link li {
        display: inline-block;
        margin-top: 38px;
    }

        .list-style-link li a {
            display: block;
            font-size: 12px;
            font-weight: 500;
            margin: 0 8px;
            color: #555;
        }

.payment-box ul li:first-child {
    width: 13%;
    margin-left: 2%;
}

.payment-box ul li:nth-child(2) {
    width: 22%;
}

.payment-box ul li {
    width: 10%;
}

    .payment-box ul li.exp-box {
        width: 14%;
    }

        .payment-box ul li.exp-box .one-fourth {
            width: 100%;
        }

        .payment-box ul li.exp-box .quarter {
            width: 25%;
            float: right;
        }

.my-form-detail.billing-box {
    border-top: none;
}

    .my-form-detail.billing-box li:first-child {
        width: 25%;
    }

    .my-form-detail.billing-box li {
    }

    .my-form-detail.billing-box ul.personal-info li {
        width: 23%;
    }

    .my-form-detail.billing-box ul li:nth-child(2) {
        width: 25%;
    }

.information-box-alter h3 {
    margin: 0px;
    padding: 10px 15px;
    font-size: 20px;
    background: #fff;
    float: left;
    width: 100%;
    color: #325edd;
}

.about_slogan {}
.about_slogan h3 {
    margin: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.sletter-email-offer {
    width: 100%;
    float: left;
    padding: 10px 17px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}

    .sletter-email-offer label {
        font-weight: 400;
        margin: 0px;
    }

    .sletter-email-offer input {
        position: relative;
        top: 2px;
        margin-right: 10px;
    }

.inner-info-review {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    /*border-top: 1px solid #ccc;*/
    font-size: 13px;
    line-height: 20px;
}

    .inner-info-review a {
        text-decoration: underline;
    }

    .inner-info-review .blue-color {
        color: #555;
    }

.policy-links {
    width: 100%;
    float: left;
    color: #555;
    font-size: 13px;
    line-height: 20px;
}

    .policy-links a {
        text-decoration: underline;
    }

a.book-noew-deal {
    background: #325edd;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 45px;
    display: inline-block;
    font-size: 22px;
    box-shadow: 1px 3px 4px #999;
    text-shadow: 0 0 1px #555;
    margin: 20px 0;
    text-decoration: none;
}

.sidebox-payment {
    border: 1px solid #e0e0e0;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    border-radius: 6px;
}

    .sidebox-payment ul {
        margin: 0px;
        padding: 10px 0;
        list-style: none;
    }

        .sidebox-payment ul li {
            display: block;
            font-size: 13px;
            line-height: 25px;
            padding: 0 15px;
        }

    .sidebox-payment h3 {
        padding: 10px 15px;
        margin: 0px;
        color: #fff;
        text-align: center;
        font-size: 17px;
        line-height: 23px;
        border-bottom: 1px solid #ccc;
        background: #666;
    }

        .sidebox-payment h3 span {
            color: #fff;
        }

    .sidebox-payment p {
        font-weight: 400;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 15px;
        text-align: left;
    }

    .sidebox-payment .calll-us-text {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 13px;
        line-height: 20px;
        font-weight: 600;
    }

    .sidebox-payment .ph-number {
        display: block;
        font-size: 20px;
        color: #555;
        font-weight: 600;
        text-align: center;
    }

.shield {
    width: 100%;
    float: left;
    background: #fff;
    /*margin-bottom:-30px;*/
    /*border-bottom: 3px solid #6DCDC9;*/
    padding: 15px 0;
        border: 1px solid #ccc;
}

.left-choice {
    width: auto;
    float: left;
    /*background: url(/CDN/images/sheld.png) no-repeat 10px center;*/
    padding-left: 16px;
}

    .left-choice h3 {
        margin: 0px;
        padding: 0px;
        font-size: 20px;
        line-height: 30px;
        color: #325edd;
    }

    .left-choice span {
        font-size: 15px;
        line-height: 20px;
        color: #000;
        margin-right: 20px;
    }

a.go-back {
    color: #000;
    float: right;
    border: 1px solid #a7adb3;
    padding: 5px 16px;
    margin-top: 8px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 17px;
    line-height: 21px;
    margin-right: 15px;
}

/* end payment page css*/
.page-content {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
}

    .page-content ul {
        margin: 0px 0px 10px 0;
        width: 100%;
        padding: 0px;
        list-style: none;
        float: left;
    }

    .page-content ol {
        margin: 10px 0 10px 20px;
        padding: 0px;
    }

    .page-content ul li {
        background: url(../images/tag.html) no-repeat left 5px;
        padding-left: 30px;
    }

    .page-content img {
        width: 100%;
        height: auto;
    }

    .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
        margin: 0px;
        padding: 0 0 10px 0px;
        margin: 0px;
        padding: 0 0 10px 0px;
        text-transform: uppercase;
        color: #30b1c0;
        /* letter-spacing:-1px;
     */
        ;
    }
/*confrmation page*/
.confirmation {
    width: 100%;
    float: left;
    background: #F7F7F7;
    padding: 20px 0;
}

.section-ref {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.booking-ref-pnr {
    width: 33.3%;
    float: left;
    /*background: url(/CDN/images/ref-no.png) no-repeat left center;*/
    font-size: 15px;
    font-weight: 600;
    /*padding-left: 34px;*/
    color: #747474;
}

.booking-ref {
    width: 33.3%;
    float: left;
    /*background: url(/CDN/images/ref-no.png) no-repeat left center;*/
    font-size: 15px;
    font-weight: 600;
    /*padding-left: 30px;*/
    color: #747474;
}

    .booking-ref span, .datebook span {
        color: #325edd;
        text-transform: uppercase;
    }

.datebook {
    width: 33.3%;
    float: right;
    /*background: url(/CDN/images/calender.png) no-repeat left center;*/
    font-size: 15px;
    font-weight: 600;
    /*padding-left: 30px;*/
    color: #747474;
    text-align: right;
    line-height: 24px;
}

.booking-info {
    width: 100%;
    float: left;
    background: #f2f5ff;
    /*border: 1px solid #C9E8FF;*/
    padding: 10px;
    margin-top: 10px;
}

    .booking-info p {
        float: left;
        width: 70%;
        margin-bottom: 0px;
        color: #3A4248;
        font-size: 13px;
        line-height: 20px;
    }

    .booking-info a.print-page-link {
        float: right;
        background: #ffc800 url(../CDN/images/print.html) no-repeat 10px center;
        padding: 10px;
        padding-left: 38px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 600;
    }

.section-ref.status p {
    width: 100%;
}

.section-ref.status h5 {
    color: #325edd;
    margin: 0px;
    padding: 10px 0px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.section-ref.status h4 {
    color: #666;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
}

.travler-detail ul {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}

    .travler-detail ul li {
        float: left;
        width: 33.3333%;
        font-size: 13px;
        padding-right: 10px;
        line-height: 10px;
        margin: 10px 0;
        font-weight: 400;
    }

        .travler-detail ul li span {
            color: #333;
            font-weight: 600;
        }

        .travler-detail ul li:nth-child(3n) {
            float: right;
            text-align: right;
            width: 20%;
        }

        .travler-detail ul li:nth-child(1) {
            width: 40%;
        }

        .travler-detail ul li:nth-child(4) {
            width: 40%;
        }

        .travler-detail ul li:nth-child(7) {
            width: 40%;
        }

.Passenegr-detail {
    width: 100%;
    float: left;
}

    .Passenegr-detail ul {
        margin: 0px;
        padding: 0px;
        list-style: none; /* border:1px solid #D6D6D6; */
        border-top: none;
        float: left;
        width: 100%;
    }

        .Passenegr-detail ul li {
            display: block;
            float: left;
            width: 100%;
            border: 1px solid #D6D6D6;
            border-bottom: none;
        }

            .Passenegr-detail ul li:last-child {
                border: 1px solid #D6D6D6;
            }

            .Passenegr-detail ul li:first-child {
                background: #F5F5F5;
                display: block;
                float: left;
                width: 100%;
                border-top: none;
            }

                .Passenegr-detail ul li:first-child span {
                    font-weight: 600;
                }

            .Passenegr-detail ul li span {
                width: 25%;
                float: left;
                border-right: 1px solid #D6D6D6;
                padding: 5px 10px;
                text-transform: capitalize;
            }

                .Passenegr-detail ul li span:last-child {
                    border-right: none;
                }

.section-ref.padding-none {
    padding: 0px;
}

    .section-ref.padding-none h4 {
        color: #666;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #D3D3D3;
        padding-bottom: 10px;
        margin: 7px 15px;
    }

.travler-detail ul {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}

.sidebar-confirm {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.side-confirm {
    width: 100%;
    float: left;
}

    .side-confirm h4 {
        color: #666;
        margin: 0px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #D3D3D3;
        padding: 5px 0px;
    }

    .side-confirm ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .side-confirm ul li.black {
            color: #787878;
        }

        .side-confirm ul li {
            display: block;
            float: left;
            width: 100%;
            margin: 5px 0;
            text-transform: capitalize;
            font-size: 13px;
            line-height: 16px;
            color: #666;
            font-weight: 600;
        }

            .side-confirm ul li span {
                float: left;
            }

                .side-confirm ul li span:last-child {
                    float: right;
                }

            .side-confirm ul li.black.border {
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                padding: 10px 0;
            }

.sidebar-confirm.total-fare {
    background: #666;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.list-style-diff ul {
    padding-left: 20px;
}

.list-style-diff li {
    font-weight: 600;
    color: #787878;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
}

.booking-confirmed {
    width: 100%;
    float: left;
    padding: 12px 0;
    background: #666;
}

    .booking-confirmed p {
        margin: 0px;
        color: #fff;
        padding-left: 40px;
        margin: 5px 0;
    }

    .booking-confirmed h1 {
        color: #fff;
        /*background: url(/CDN/images/tick.png) no-repeat left top;*/
        font-size: 26px;
        text-align: left;
        line-height: 31px;
        margin: 0px;
        padding: 0px;
        padding-left: 38px;
        margin-bottom: 10px;
    }


/* end confrmation page*/


/*! ####################################################################### MeanMenu 2.0.7 -------- To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/) ####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: fixed;
    background: #325edd;
    padding: 0;
    min-height: 36px;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    /* height: 22px;
     */
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #325edd;
    margin-top: 36px;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 100%;
                padding: 8px 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255, 255, 255, 0.5);
                text-decoration: none;
                text-transform: uppercase;
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 10px 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255, 255, 255, 0.25);
                opacity: 0.75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 1em 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255, 255, 255, 0.1);
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 26px;
                height: 25px;
                padding: 5px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255, 255, 255, 0.1);
                border: none !important;
                border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgb(89, 173, 175);
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.click-me {
    cursor: pointer;
}

.ip-display {
    display: none;
}

.modify-srch {
    background: #325edd;
    width: 100%;
    color: #fff;
    padding: 5px;
    position: relative;
    float: left;
    margin-top: 25px;
}

    .modify-srch ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .modify-srch ul li {
            display: inline-block;
            padding: 0 10px;
            border-left: dotted 1px #fff;
            font-size: 14px;
            line-height: 16px;
        }



            .modify-srch ul li:last-child button {
                background: transparent;
                border: 1px solid #fff;
                border-radius: 3px;
            }

.modify-srch-fltr {
    background: #f5f5f5;
    width: 100%;
    color: #fff;
    padding: 5px;
    position: relative;
    float: left;
}

    .modify-srch-fltr ul {
        margin: 0px;
        padding: 5px 0px;
        list-style: none;
    }

        .modify-srch-fltr ul li {
            display: inline-block;
            width: 32.333%;
            text-align: center;
        }

        .modify-srch-fltr ul li {
            padding: 5px 5px;
        }

            .modify-srch-fltr ul li a {
                color: #191919;
                font-size: 14px;
            }

            .modify-srch-fltr ul li.filter-link {
                background: url(../CDN/images/f.html) no-repeat;
                background-position: 4px center !important;
            }

            .modify-srch-fltr ul li.sortinglink {
                background: url(../CDN/images/sort-f.html) no-repeat;
                background-position: 4px center !important;
            }

            .modify-srch-fltr ul li.airlinelink {
                background: url(../CDN/images/airline-f.html) no-repeat;
                background-position: 0px center !important;
                padding-left: 15px;
            }
/*.hidden-ip{display:none;}*/
/*contact us*/
.map-box {
    width: 100%;
    float: left;
}

    .map-box iframe {
        width: 100%;
        float: left;
        height: 400px;
        border: none;
    }

.form-area-conatct {
    width: 100%;
    float: left;
}

.addre_info {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.contc_forms {
    background: #fff;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    border-radius: 6px;
    padding: 12px;
}
.inputcon_tact {
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-radius: 4px !important;
}
.contc_forms h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}
.contc_forms p {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 25px 0;
    justify-content: normal;
}
.contc_forms p span {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #fbd905;
    line-height: 45px;
    font-size: 20px;
    border-radius: 45px;
    margin: -13px 10px 0 0;
    color: #000069;
}

.lets_abpage {
    padding: 45px 0;
    background: #fff;
}
.ab_main_cont {
    margin: 0px 0 35px 0;
    background: #fff;
    border-radius: 2px;
}
.ab_main_cont h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 14px 0;
    text-align: left;
}
.ab_main_cont p {
    font-size: 14px;
    color: #171717;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px 0;
}
.ab_main_cont h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 8px 0;
    color: #262626;
}
.ab_main_cont ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 15px 0;
}
.ab_main_cont ul li {
    font-size: 14px;
    color: #171717;
    font-weight: 400;
    line-height: 28px;
}
.ab_main_cont ul li i {
    margin-right: 4px;
    color: #000069;
    width: 14px;
    height: 14px;
    background: #fbd905;
    text-align: center;
    border-radius: 24px;
    padding: 0 0 0 2px;
}

address span {
    width: 100%;
    float: left;
}

@media screen and (max-width: 1100px) {
    .my-form-detail ul li:first-child {
        width: 31%;
    }

    .my-form-detail ul li {
        margin-bottom: 10px;
        width: 30% !important;
    }

    .payment-box ul li {
        margin-left: 2% !important;
    }
}

@media screen and (max-width: 1024px) {
    .input-wrap {
        width: 20%;
    }

    .cst-tab li a {
        padding: 10px 29px;
        margin-right: 15px;
    }

    .subscribe .Subscribe-text {
        width: 35%;
    }

    .my-box-in img {
        height: 100%;
    }

    .last-grid h3 {
        padding-left: 13px;
    }

    .text-box-cover {
        width: 22%;
        margin-right: 10px;
    }

    .heading-main span {
        display: block;
    }

    .text-box-cover.data-pick {
        width: 13%;
    }

    .custom-filter li a {
        padding: 5px 15px;
        min-width: auto;
    }

    .advan-open.listing .input-wrap {
        width: 22%;
        float: left;
        margin-right: 11px;
    }

        .advan-open.listing .input-wrap.cbox2 {
            width: 24.7%;
        }

    .alternate-date .alter-span, .alternate-date .alter-spanr {
        padding: 3px 10px;
        font-size: 11px;
        line-height: 20px;
    }

    .ctrl-wrap {
        width: 88%;
    }

    .text-box-cover.list-btn-srch-wrap {
        width: 12%;
    }
    /*payment*/

}

@media screen and (max-width: 992px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .travel-dropdown-panel {
        width: 350px !important;
        margin-left: 0px !important;
    }

    .header img {
        max-width: 75%;
    }

    .hidden-ipad {
        display: none;
    }

    #navbar {
        display: none !important;
    }

    .input-wrap.less-btn .btn-srch {
        width: 100%;
    }

    .input-box {
        padding: 0 10px;
    }

    .input-wrap.less-btn {
        width: 2%;
        float: left;
    }

    .adv-open-wrap {
        width: 87%;
    }

    .input-wrap.cbox2 {
        width: 29%;
    }

    .delho-to-anyway {
        padding: 0px;
    }

    .menu-link {
        padding-top: 0px;
    }

    .input-wrap {
        width: 19%;
        margin-bottom: 15px;
        margin-right: 10px;
    }
        /*.inc-dec-con .adult-range{width:100%;}
.inc-dec-con .adult-range span.value-val{width:28px;margin:0 5px !important}
.inc-dec-con .adult-range span{    display: inline-block;
    float: left;
    margin: 0px !important;
    padding: 0;}
	.dec-value, .inc-value{width:25px;height:25px;line-height:20px;}*/
        .input-wrap.less {
            width: 15%;
            float: left;
            margin-right: 15px;
        }

    .cst-tab {
        float: left;
        width: 30%;
    }

    .filter-content {
        float: left;
        width: 100%;
    }

    .featured-item {
        display: none;
    }

    .cst-tab li {
        float: none;
    }

        .cst-tab li:last-child a {
            margin-right: 15px;
            margin-bottom: 10px;
        }

    .dest-box {
        margin-bottom: 24px;
        margin-top: 0px;
    }

    .padding-left-zero {
        padding-left: 15px;
    }

    .cst-tab li a {
        margin-bottom: 10px;
    }

    .about-exp .text-part {
        width: 71%;
    }

    .customer .owl-dots {
        margin-top: 15px;
    }

    .subscribe .Subscribe-text {
        width: 28%;
    }

    .subscribe span:first-child {
        font-size: 18px;
        line-height: 28px;
    }

    .last-grid h3 {
        padding-left: 0;
    }

    .last-grid ul {
        float: left;
    }

    .footer-area .address {
        font-size: 17px;
    }

    .footer-area h3 {
        margin: 0px;
        font-size: 13px;
        padding-top: 37px;
    }

    .footer-area ul li a {
        font-size: 13px;
        color: #B2BED3;
        line-height: 33px;
    }

    .footer-area p {
        font-size: 17px;
        line-height: 27px;
    }

    .text-box-cover {
        width: 50%;
        margin-right: 0px;
        /*margin-bottom: 15px;*/
        border-bottom: 1px solid #ddd;
    }

    #show-panel-adv {
        width: 100%;
    }

    .text-box-cover.data-pick {
        width: 50%;
    }

    .text-box-cover.list-btn-srch-wrap {
        width: 21%;
    }

    .text-box-cover.travel-dropdown {
        width: 50%;
    }

    .text-box-cover .list-btn-srch {
        padding: 11px 15px;
        border-radius: 0 0 8px 8px;
        left: 0;
    }
	.text-box-cover .list-btn-srch span{ display:inline-block;}

    .display_992 {
        /*display: none;*/
    }

    .time-info-wrap .time-info.heightlight {
        float: left;
        width: 100%;
    }

    .flight-deatil-row-wrap .padding-both-zero {
        padding-right: 15px;
        padding-left: 15px;
    }

    .flight-deatil-row-wrap .padding-right-zero {
        padding-right: 15px;
    }

    .display_992 {
        position: fixed;
        top: 30px;
        left: 0px;
        background: #fff;
        height: 600px;
        z-index: 999;
        bottom: 0px;
    }

        .display_992.come_out {
            display: block;
        }

        .display_992 .cross {
            float: right;
            padding: 8px;
            position: absolute;
            /*right: 9px;*/
            left: 334px;
            background: #555;
            color: #fff;
            z-index: 9999;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 15px;
            top: 6px;
        }

    .sidebar-left {
        overflow: scroll;
        height: auto;
        padding-top:72px;
    }

    .time-info-wrap, .destination-info {
        padding: 10px 15px;
    }

    .stop-type {
        text-align: left;
        padding-left: 20px;
    }

    .flight-deatil-row .flight-name {
        padding: 12px 0;
    }

    .flight-deatil-row .col-sm-6 {
        min-height: 62px;
    }

    .my-form-detail ul li:first-child {
        width: 31%;
    }

    .my-form-detail ul.personal-info li {
        margin-bottom: 10px;
        width: 23% !important;
    }

    .my-form-detail {
        padding: 15px;
    }

        .my-form-detail ul li .value-box .f-ctrl-box.one-third {
            margin-right: 5px;
        }

            .my-form-detail ul li .value-box .f-ctrl-box.one-third:last-child {
                margin-right: 0px;
            }

    .small-info-text.check label {
        width: 50%;
    }

    .safe-secure span {
        font-size: 12px;
    }

    .payment-box ul li:first-child {
        margin-left: 1%;
    }

    .payment-box ul li.exp-box {
        width: 54%;
    }

    .my-form-detail.billing-box li:first-child {
        width: 48.5%;
    }

    .my-form-detail.billing-box li {
        width: 23.5%;
    }

        .my-form-detail.billing-box li:nth-child(2) {
            width: 48%;
        }

    .my-form-detail.billing-box ul.personal-info li:first-child {
        width: 31.333%;
    }

    .my-form-detail.billing-box ul.personal-info li {
        width: 31.333%;
    }

    .booking-ref, .datebook {
        font-size: 12px;
        line-height: 26px;
    }

    .booking-info p {
        width: 100%;
    }

    .travler-detail ul li {
        width: 50%;
        line-height: 20px;
    }

        .travler-detail ul li:first-child {
            width: 50%;
        }

        .travler-detail ul li:nth-child(3n) {
            width: 50%;
            text-align: left;
        }

        .travler-detail ul li:nth-child(4) {
            width: 50%;
        }

    .Passenegr-detail ul li span {
        font-size: 12px;
    }

    .advan-open.listing .input-wrap {
        width: 47%;
    }

        .advan-open.listing .input-wrap.cbox2 {
            width: 47%;
        }

        .advan-open.listing .input-wrap.cbox3 {
            width: 47%;
        }

    .text-box-cover.list-btn-srch-wrap {
        width: 50%;
    }

    .ctrl-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tabing {
        padding-left: 0px;
		text-align: left;
    }

    .advanced-option {
        padding-left: 20px;
    }

    .multicity .text-box-cover.data-pick {
        width: 50%;
    }

    .custom-filter .icon {
        font-size: 22px !important;
        padding-right: 8px !important;
        margin-left: 0px !important;
    }

    .filter-price {
        font-size: 15px;
    }

    .custom-filter li a {
        float: none;
        font-size: 12px;
    }

    .alternate-date .alter-span, .alternate-date .alter-spanr {
        font-size: 13px;
    }

    .recentSearch__action {
        right: 0px;
    }

    .recentSearch__action {
        right: 8px;
        top: 10px;
    }

    .is--departReturn {
        font-size: 13px !important;
    }
}

@media screen and (max-width:767px) {
     .meta__currency
    {
        display:none !important;
    }
     a.meanmenu-reveal
     {
          display:none !important;
     }
     .mean-container .mean-bar
     {
         background:#fff;
     }
     .navbar-brand
     {
         height:40px;
		 padding: 0;
     }
	 .navbar-header {
    display: inline-block;
}
.phone-book{ background-size: 32px; padding: 5px 0px 7px 35px; background-position: left;}
.phone-book p{ font-size: 11px;}
.phone-book a{ font-size: 17px; margin: 2px 0 0 0;}
.banner{ height:auto !important; padding:0 0 20px 0;}
.banner .slogan { margin-top: 10px !important; color: #fff;}
.banner .slogan h2 { font-size: 17px; font-weight: 600; color: #222162;}
    a.navbar-brand img
     {
         padding-top:8px;
		 width: 125px;
     }
    .input-wrap.less-btn .btn-srch {
        width: 100%;
    }

    .input-box {
        padding: 0 10px;
    }

    .my-form-detail ul li {
        margin-bottom: 10px;
        width: 48% !important;
    }

    .my-form-detail.payment-box li {
        width: 48% !important;
    }

    .hidden-ip {
        /*display: none;*/
    }

    .input-wrap {
        width: 46%;
    }

    .off-rate {
        background-size: cover;
    }

        .off-rate .my-box-in {
            margin-bottom: 20px;
        }

    .ima-wrap img {
        width: 100% !important;
    }

    .footer-area p {
        text-align: justify;
    }

    .slider .slider-style h2 {
        text-shadow: 1px 1px 1px #555;
    }

    .slider .slider-style h3 {
        text-shadow: 1px 1px 1px #555;
    }

    .ctrl-wrap {
        padding: 0px;
    }

    .text-box-cover {
        width: 48%;
        margin-bottom: 5px;
    }

        .text-box-cover.data-pick {
            width: 23.3%;
        }

        .text-box-cover.list-btn-srch-wrap {
            width: 26%;
        }

    .widget-tab .trip-type {
        width: 98%;
        margin: 0 0 6px 0;
    }

    .display_992 {
        display: none;
    }

    .time-info-wrap .time-info.heightlight {
        float: left;
        width: 95%;
    }

    .destination-info {
        width: 95%;
        margin-left: 20px;
    }

    .time-info-wrap .time-info {
        width: 100%;
    }

    .stop-type span {
        width: 100%;
        float: left;
    }

    .header img {
        width: auto;
    }

    .left-choice {
        width: 79%;
    }

        .left-choice h3 {
            font-size: 15px;
        }

        .left-choice span {
            font-size: 13px;
            line-height: 20px;
            color: #fff;
            margin-right: 3px;
        }

    a.go-back {
        font-size: 13px;
        line-height: 18px;
        margin-right: 0px;
    }

    .pro-text.first-child {
        padding-left: 55px;
    }

    .my-form-detail.billing-box li {
        width: 22.5%;
    }

    .ipphone-6 {
        padding: 0px;
    }

    .input-wrap.less-btn {
        width: 100%;
        float: left;
    }

    .adv-open-wrap {
        width: 80%;
    }

    .input-wrap.cbox2 {
        width: 46%;
    }

    .input-wrap.cbox3 {
        width: 46%;
    }

    .input-wrap.less {
        width: 21%;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width:640px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .input-wrap.less-btn .btn-srch {
        width: 100%;
    }

    .input-box {
        padding: 0 10px;
    }

    .text-box-cover.travler {
        width: 47%;
    }

    .heading-main {
        font-size: 24px;
        line-height: 28px;
    }

    .custom-filter li a {
        font-size: 11px;
        font-weight: 600;
        line-height: 14px;
    }

    .left-seat {
        padding: 5px 0px;
    }

    span.price-link {
        padding: 0px 2px;
        font-size: 18px;
    }

    .strong-code {
        font-size: 13px;
        line-height: 18px;
        color: #a59e9e;
    }

    .date-flight {
        font-size: 12px;
    }

    .green-text {
        font-size: 13px;
        line-height: 14px;
    }

    .time-duration {
        font-size: 13px;
        font-weight: 600;
        color: #6A6A6A;
    }

    .time-stop {
        font-size: 12px;
    }

    .header img {
        width: auto;
        max-width: 100%;
    }

    .time-flight {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
    }

    .my-form-detail {
        padding: 10px;
    }

        .my-form-detail ul li {
            width: 46%;
        }

    .iphone-w {
        width: 100%;
    }

    .pro-text.first-child {
        padding-left: 0;
        background: transparent;
    }

    .pro-text span {
        font-size: 19px;
        line-height: 29px;
    }

    .ip-none {
        display: none;
    }

    .ip-display {
        display: block;
    }

    .ip-display {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .ip-display li {
            display: block;
            border: 1px solid #ccc;
            float: left;
            width: 100%;
            padding: 5px;
            border-top: none;
            color: #2E4B75;
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
        }

            .ip-display li span {
                float: left;
                width: 50%;
            }

                .ip-display li span:last-child {
                    float: right;
                    text-align: right;
                }

    .safe-secure {
        margin-top: 0px;
    }

        .safe-secure .visa-img {
            margin-top: 11px;
            float: left;
        }

    .my-form-detail ul li {
        width: 100%;
    }

    .payment-box ul li.exp-box {
        width: 73%;
    }

    .payment-box ul li.cvv-box {
        width: 20%;
        float: right;
    }

    .list-style-link li {
        display: block;
        text-align: left;
    }

    .my-form-detail.billing-box li:first-child {
        width: 45.5%;
    }

    .my-form-detail.billing-box li {
        width: 46%;
    }

    .my-form-detail.billing-box ul.personal-info li:first-child {
        width: 27.333%;
    }

    .left-choice {
        width: 100%;
        padding-left: 0px;
        background-position: top;
        padding-top: 46px;
        text-align: center;
    }

        .left-choice h3 {
            font-size: 13px;
        }

        .left-choice span {
            display: block;
        }

    a.go-back {
        font-size: 13px;
        line-height: 18px;
        /* margin-right: 0px; */
        float: none;
        text-align: center;
        margin: 10px 37% !important;
        display: inline-block;
        text-align: center;
    }

    .shield {
        padding: 5px 0;
    }

    .booking-ref, .datebook {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .travler-detail ul li:first-child {
        width: 100%;
    }

    .travler-detail ul li {
        width: 100%;
        font-size: 14px;
    }

    .Passenegr-detail ul li span {
        font-size: 12px;
        height: 41px;
        vertical-align: middle;
    }

    .adv-open-wrap {
        width: 100%;
    }

    .input-wrap.cbox2 {
        width: 54%;
    }

    .ctrl-wrap {
        width: 100%;
		border-radius: 10px;
    }

    .text-box-cover.list-btn-srch-wrap {
        width: 100%;
    }

    .advan-open.listing .input-wrap {
        width: 46%;
    }

        .advan-open.listing .input-wrap:nth-child(2) {
            float: right;
            margin-right: 0px;
        }

        .advan-open.listing .input-wrap:nth-child(4) {
            float: right;
            margin-right: 0px;
            margin-top: 0px;
        }
}

@media screen and (max-width:481px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .input-wrap.less-btn .btn-srch {
        width: 100%;
    }

    .input-box {
        padding: 0 10px;
    }

    .input-box {
        padding: 0 10px;
    }

    .my-form-detail .statename {
        width: 100% !important;
    }

    .my-form-detail ul li {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }

    .my-form-detail ul.personal-info li {
        margin-bottom: 10px;
        width: 46% !important;
        margin: 10px 5px;
    }

    .travler-detail ul li {
        width: 100%;
        font-size: 11px;
    }

    .booking-confirmed h1 {
        font-size: 18px;
    }

    .cst-tab li {
        float: left;
        width: 26%;
        margin: 0 10px;
    }

    .cst-tab {
        width: 100%;
    }

        .cst-tab li {
            width: 27%;
        }

            .cst-tab li a {
                margin-bottom: 4px;
                display: block;
                margin-right: 0;
                padding: 8px 15px;
                float: left;
                width: 100%;
            }

    .filter-content {
        width: 100%;
    }

    .subscribe span:first-child {
        text-align: center;
        float: left;
        width: 100%;
    }

    .subscribe .Subscribe-text {
        width: 47%;
    }

    .subscribe .Subscribe-btn {
        padding: 4px 18px;
    }

    .footer-area p {
        font-size: 14px;
        line-height: 25px;
    }

    .social span {
        background: url(../CDN/images/social.html) no-repeat left top;
        width: 30px;
        height: 27px;
        float: none;
        display: inline-block;
    }

    .social {
        width: auto;
        float: right;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .slider .slider-style h2 {
        padding-top: 10px;
        font-size: 28px;
        display: none;
    }

    .slider .slider-style h3 {
        padding-top: 0px;
        font-size: 15px;
        display: none;
    }

    .trip-type {
        width: 100%;
    }

        .trip-type label {
            font-size: 15px;
            margin: 0 5px;
        }

            .trip-type label input {
                position: relative;
                top: 1px;
                margin-right: 9px;
            }

    .input-wrap {
        width: 100%;
        margin-bottom: 7px;
        margin-right: 0px;
    }

        .input-wrap.less {
            width: 100%;
            float: left;
            margin-right: 0;
        }

            .input-wrap.less.last-right {
                float: right;
            }

        .input-wrap .f-ctrl {
            margin-right: 0px;
        }

    .delho-to-anyway {
        padding: 0px;
    }

    .top-bar .login-area ul li a {
        padding: 0 10px;
        font-size: 13px;
        padding-top: 11px;
        float: left;
    }

    .login-area {
        padding: 0px;
    }

    .iphone-center {
        text-align: center;
    }

    .iphone {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin: 10px 0;
    }

    .popular h2, .customer-says h2 {
        text-align: center;
        font-size: 24px;
    }
	.popular p{ text-align: center;}
	.popular h2:before{ margin: auto;}

    .book-now {
        margin-top: 13px;
    }

    .my-box-in img {
        height: auto;
    }

    a.more-view {
        margin: 0px;
    }

    .popular {
        padding: 40px 0;
    }

    .ima-wrap img {
        width: 100% !important;
    }


    .text-box-cover {
        width: 100%;
        margin-bottom: 5px;
    }

        .text-box-cover.data-pick {
            width: 49%;
        }

        .text-box-cover.travler {
            width: 100%;
        }

        .text-box-cover.data-pick.right-side {
            float: right;
            margin-right: 0px;
        }

    .heading-main {
        margin: 0px;
        padding: 10px 0 0 0;
        font-size: 20px;
        line-height: 25px;
        color: #325edd;
        font-weight: 600;
    }

    .headeing-style-main h2 {
        font-size: 17px;
        line-height: 23px;
    }

    .headeing-style-main h3 {
        font-size: 13px;
        line-height: 17px;
    }

    .text-box-cover {
        padding: 5px;
    }

    .custom-filter li {
        width: 100%;
    }

        .custom-filter li a {
            width: 100%;
        }

    .ipphone-6 {
        padding: 0px;
    }

    .disply_767 {
        padding: 0px;
    }

    .Mlisting_repeat .airline-mobile-logo p {
        font-size: 12px;
        /*line-height: 14px;*/
    }

        .Mlisting_repeat .airline-mobile-logo p span {
            font-size: 12px;
            line-height: 17px;
        }

    .left-seat {
        padding: 0;
        text-align: right;
        float: right;
    }

    .row-next .col-xs-3 {
        width: 41%;
    }

    .row-next .col-xs-4 {
        width: 100%;
    }

    .duration-info {
        text-align: center;
        float: LEFT;
        color: #6A6A6A;
        width: 100%;
        font-weight: bold;
    }

    .green-text {
        text-align: center;
    }

    .top-bar .login-area ul li a, .top-bar span {
        font-size: 11px;
        padding-top: 4px;
    }
}

@media screen and (max-width:320px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .input-wrap.less-btn .btn-srch {
        width: 100%;
    }

    .input-box {
        padding: 0 10px;
    }

    .input-box {
        padding: 0 10px;
    }

    .cst-tab li {
        width: 26%;
    }

        .cst-tab li a {
            margin-bottom: 4px;
            display: block;
            margin-right: 0;
            padding: 5px 12px;
            float: left;
            width: 100%;
            font-size: 10px;
        }

    .cst-tab {
        margin: 0px;
    }

    .prce-half {
        padding-top: 0px;
    }

    .top-bar .login-area ul li a {
        font-size: 10px;
    }

    .footer-area .address, .footer-area ul li a {
        font-size: 14px;
    }
}

.disabledBox {
    background: #fff !important;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.timeline-wrapper {
    background-color: #fff;
    color: #141823;
    padding: 12px;
    /*border: 1px solid #ccc;*/
}

.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    min-height: 150px;
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: 22px;
    border-radius: 20px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.outlined .background-masker {
    border: 1px solid #ddd;
}

.outlined:hover .background-masker {
    border: none;
}

    .outlined:hover .background-masker:hover {
        border: 1px solid #ccc;
        z-index: 1;
    }

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 8px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 18px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 313px;
    top: 88px;
}


.error-ui {
    color: red;
    font-size: 12px;
    padding-left: -1px;
    margin-left: 5px;
    padding-top: 2px;
    font-weight: 600;
}

.field-validation-error {
    display: block;
    color: red;
    padding: 3px 0;
    line-height: 1;
    font-size: 12px;
}

.error {
    color: red;
    padding: 5px 0 0 0;
    font-size: 12px;
    display: none;
}

.session-timeout {
    border: 3px solid #E9E9E9;
    width: auto;
    margin: auto;
    padding: 50px;
    max-width: 550px;
    background: #fff;
}

.box-icon-center {
    margin: 0 auto;
}

.box-icon-center {
    margin: 0 auto;
}

.box-icon-danger {
    background: #bd362f;
}

.box-icon-large {
    width: 90px !important;
    height: 90px !important;
    line-height: 90px !important;
    font-size: 42px;
}

.box-icon, [class^="box-icon-"], [class*=" box-icon-"] {
    z-index: 2;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #434193;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.list-center {
    display: table;
    margin: 0 auto;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-horizontal > li, .list-inline > li {
        float: left;
        margin-right: 10px;
        padding: 0;
        display: block;
    }



.tax-info .totalprice {
    color: #555;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
}

/*Matrix*/

.slider-wrapper {
    background: #fff;
    padding: 10px;
    display: none;
    box-shadow: 0 0 2px #ccc;
}

.bounceInLeft {
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated {
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    height: auto !important;
}

.matrix-slider .item {
    background: #f7f7f7;
    padding-top: 9px;
    padding-left: 5px;
    padding-right: 5px;
    height: 79px;
}

.slider-wrapper .matrix-slider .item img.airlinelogo {
    display: inline-block;
    width: 42px;
}

.matrix-slider .item span {
    display: block;
    color: #787878;
    font-size: 12px;
    line-height: 20px;
    min-height: 18px;
}

.matrix-slider .item strong {
    color: #555;
    font-size: 14px;
}


#demos .owl-carousel .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem;
}

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;
    margin-right: 15px;
    max-width: 300px;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.notifier {
    width: 275px;
    height: auto;
    overflow: hidden;
    background: #666666;
    border-bottom: 3px solid #4a4545;
    padding: 18px 13px 3px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.ui-notify {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 45;
}

.notifier .ic-stopwatch-listing {
    transform: rotate(-30deg);
}

.notifier .ic-users, .notifier .ic-stopwatch-listing {
    color: #fff;
    font-size: 4.2em;
}

.ui-notify .fl {
    float: left;
}

.ui-notify * {
    box-sizing: unset !important;
}

.icon {
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ui-notify .fl {
    float: left;
}

.notifier__content {
    width: 185px;
    padding: 5px 0 0 10px;
    line-height: 18px;
    font-size: 14px;
}


/*Landing Page*/

.component-citypages {
    padding: 30px 0;
}

.bg-home {
    background: #f3f3f3;
}

.component-citypages .deal-section {
    padding: 13px;
    margin-bottom: 11px;
    color: #797979;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.small_engin {
    display: block;
    width: 362px;
    margin-top: 28px;
    z-index: 3;
}

.topaero {
    font-size: 50px;
    height: 15px;
    position: absolute;
    margin: -30px 0 0 296px;
    color: #012142;
}

.component-search-listpage .component-search-engine.small-bg-home {
    background-color: #012142;
    padding: 20px 25px 10px 25px;
}

.sm-engine-head {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.component-search-listpage .component-search-engine .list-inline {
    margin-left: 0;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.component-search-listpage .small-bg-home .input-group-addon {
    padding: 6px 9px !important;
}

.eng-close {
    font-size: 17px;
    color: #f3f3f3;
    margin: 6px 0 0 332px;
    position: absolute;
}

.component-search-listpage [class*='col-xs'] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pr2 {
    padding-right: 2px;
}

.component-search-listpage .small-bg-home .input-group-addon {
    padding: 6px 9px !important;
}

.small-search-btn {
    position: relative;
    background: #fc9003;
    padding: 7px 9px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 19px;
    width: 100%;
}

.component-citypages .head13 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.component-citypages .deal-section .text span {
    font-size: 14px;
    font-weight: 600;
    color: #797777;
}

.component-citypages .deal-section .head12 {
    font-size: 18px;
    color: #797979;
    font-weight: 500;
}

.component-citypages .deal-section .trip-dd {
    vertical-align: middle;
    /*padding-top: 5px;*/
}

.component-citypages .deal-section .starting-from {
    font-size: 13px;
    margin-top: 2px;
}

.component-search-listpage .dropdown-menu .input-group-addon.name {
    width: 130px;
    text-align: left;
}

.component-search-listpage .small-bg-home .input-group-addon {
    padding: 6px 9px !important;
}

.glyphicon-minus-sign:hover, .glyphicon-plus-sign:hover {
    color: #ff565c !important;
}

.glyphicon-minus-sign, .glyphicon-plus-sign {
    color: #4d4d77 !important;
}

.glyphicon-minus-sign, .glyphicon-plus-sign {
    color: #4d4d77 !important;
}

.glyphicon-minus-sign, .glyphicon-plus-sign {
    cursor: pointer;
}

.component-search-listpage .travelerClose {
    font-size: 12px;
    color: #333;
    cursor: pointer;
    background-color: #fc9003;
    border: none;
    color: #fff;
    margin-bottom: 5px;
    width: 100%;
}

#personOuter .dropdown-menu {
    margin-top: 0 !important;
}

#personOuter .dropdown-menu {
    padding-bottom: 0 !important;
}

.component-search-listpage .dropdown-menu {
    width: 260px;
    padding: 15px 0 0px 0px;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 0px;
    margin-top: 6px;
    margin-left: -16px;
    /*position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);*/
}

.component-search-listpage .dropdown-menu .input-group-addon.name {
    width: 130px;
    text-align: left;
}

.component-search-listpage .small-bg-home .input-group-addon {
    padding: 6px 9px !important;
}

.form-control, .input-group-addon, .input-group-addon:first-child, .input-group-addon:last-child {
    box-shadow: none;
    /*border: 0;*/
    background: #fff;
}

.component-search-listpage .component-search-engine .form-control[readonly], .component-search-listpage .component-search-engine fieldset[disabled] {
    background: #fff;
}

.component-search-listpage .dropdown-menu .subIcon, .component-search-listpage .dropdown-menu .addIcon {
    background: #eee;
}

.component-search-listpage .small-bg-home .input-group-addon {
    padding: 6px 9px !important;
}


#myProgress {
    width: 100%;
    background-color: #fff;
}

#myBar {
    width: 1%;
    height: 6px;
    background-color: green;
}
/*animation*/
.validation-summary-errors1, .validation-summary-errors2 {
    float: left;
    color: #fe0000;
    background: #ffffb7;
    margin: -5px 2% 15px;
    padding: 10px 1% 5px;
    border: 1px solid #fe0000;
    width: 96%;
}

    .validation-summary-errors1:before, .validation-summary-errors2:before {
        border-bottom: 6px solid #fe0000;
    }

    .validation-summary-errors1:before, .validation-summary-errors2:before, .validation-summary-errors1:after, .validation-summary-errors2:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 7px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

.layover {
    float: left;
    width: 100%;
    padding: 6px 15px;
    font-size: 12px;
    color: #787878;
}

.recent-search-block .recentsearch-option {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    position: absolute;
    background: #fff;
    z-index: 42;
    width: 320px;
    padding: 20px;
}

.recent-search-option--crossicon {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 26px;
    border-radius: 50px;
    border: 1px solid #fff;
    background: #fff;
    color: #108acb;
    cursor: pointer;
    height: 25px;
}

.recentsearch-option--title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 5px;
    color: #555;
}

.grtxt {
    color: #676767;
}

.recentList li {
    padding: 8px 3px 8px 5px;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}

.recent-search-option--close {
    font-size: 12px;
    float: right;
    cursor: pointer;
    color: #676767;
}
/*.check-box:before, .chosen-search:before, .chosen-single>div b:before, .icon:before, .radio-btn:before, .search-choice-close:before, .select-wrapper:after, [class*=val-]+i:before {
    font-family: FontAwesome;
    font-weight: 400!important;
    text-decoration: none!important;
    -moz-osx-font-smoothing: grayscale;
}*/

.recent-search-block {
    width: 100%;
    /*margin-bottom: 15px!important;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;*/
}

.data__details {
    width: 80%;
    display: inline-block;
}

.data__details-citycode {
    font-weight: 600;
    margin-bottom: 0px;
    display: inline-block;
    color: #555;
    font-size: 14px;
}

.data__details-dateFormat {
    color: #7a7a7a;
    font-size: 14px;
}

.data__price {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.data__price-value {
    float: right;
    /*color: #0372c6;*/
    font-weight: 600;
    font-size: 14px;
}

.recentList li:last-child {
    border-bottom: none;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.mfp-close {
    text-decoration: none;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    position: absolute;
    top: -12px;
    background: #ffc800 !important;
    border-radius: 50%;
    right: -10px;
    width: 32px;
    height: 32px;
    line-height: 0;
    font-size: 18px;
}

i.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    padding-top: 16px;
    padding-bottom: -34px;
    padding-right: 7px;
    padding-left: 8px;
    z-index: 1046;
    font-weight: 400;
}

.recent-search-option--arrowicon {
    float: right;
    font-size: 18px;
    color: #0373bb;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-style: normal;
    position: absolute;
    background: #f5f2f2 !important;
    border-radius: 50%;
    right: 22px;
    width: 28px;
    height: 28px;
    line-height: 0;
    color: #676767;
}

i.recent-search-option--arrowicon {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 1px solid #ffc800;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    padding-top: 13px;
    padding-bottom: -34px;
    padding-right: 7px;
    padding-left: 5px;
    z-index: 1046;
    font-weight: 400;
}

.matrix-border-top {
    border-top: 3px solid #ffc800;
}

.search-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


#flip {
    height: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

    #flip > div > div {
        color: #555;
        /*padding:4px 6px;*/
        height: 45px;
        margin-bottom: 45px;
        display: inline-block;
    }

    #flip div:first-child {
        animation: show 8s linear infinite;
    }


@keyframes show {
    0% {
        margin-top: -270px;
    }

    5% {
        margin-top: -180px;
    }

    33% {
        margin-top: -180px;
    }

    38% {
        margin-top: -90px;
    }

    66% {
        margin-top: -90px;
    }

    71% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -270px;
    }
}



.marque img {
    margin-right: 20px;
}

.login-content {
    padding: 20px 25px 19px;
    background-color: #012142;
    opacity: 0.9;
    /*margin-bottom: 160px;*/
}

.member-deals {
    color: #fff;
    padding: 30px 15px 80px 20px;
    /*width: 360px;*/
    background: #325edd;
}

    .member-deals header {
        font-size: 16px;
        border-bottom: 1px dashed #f69502;
        margin-bottom: 17px;
        padding-bottom: 15px;
        line-height: 19px;
    }

    .member-deals .benefit__list {
        display: block;
        padding: 0;
    }

        .member-deals .benefit__list .benefit__item {
            position: relative;
            padding: 0 35px 10px;
        }

.component-register {
    padding: 40px 0px 40px 0px;
}

.login-container {
    margin-top: 141px;
}

.btn-register {
    background: #ffc800;
    border: navajowhite;
    color: #333;
    font-weight: 600;
    padding: 10px 26px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 19px 26px;
}

    .btn-register:hover {
        background: #ffc800;
        box-shadow: 0 0 0 10px rgba(246,177,11,.15) !important;
    }


.box-icon-center {
    margin: 0 auto;
}

.box-icon-danger {
    background: #bd362f;
}

.mb30 {
    margin-bottom: 30px !important;
}

.login-tab-border-top {
    border-right: 1px solid;
    border-left: 3px solid #eca116;
}

.mybooking {
    padding: 0px 40px 19px;
    background-color: #fff;
    opacity: 0.9;
    margin-bottom: 160px;
}

    .mybooking ul li {
        /*border-bottom:2px solid #eee;
    text-align:center;
    padding:5px;*/
    }

        .mybooking ul li:last-child {
            border-bottom: none;
        }

    .mybooking .active {
        color: #fff;
        background: #0370c0;
    }

        .mybooking .active a {
            color: #fff;
        }

.profile {
    padding: 20px 15px 33px 15px;
    border: 1px solid #eee;
    margin-top: 30px;
}

.priceinfo-header {
    font-weight: 600;
    font-size: 13px;
    margin-top: 3px;
    color: #2E4B75;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.priceinfo-detail {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 3px;
    color: #2E4B75;
    line-height: 24px;
}

.priceinfo-total {
    font-weight: 600;
    font-size: 14px;
    color: #2E4B75;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background: #f1f9ff;
    margin-top: 16px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
}

.heightlightAltDate {
    background: rgba(126,211,33,.18);
    color: #2f7314 !important;
    font-weight: 600;
    margin-right: 48px;
    padding-left: 2px;
}


.listing-filter {
    background: #fff;
    width: 100%;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    float: left;
    font-size: 13px;
}

    .listing-filter ul {
        margin: 0px;
        /*padding: 5px 0px;*/
        list-style: none;
    }

        .listing-filter ul li {
            padding: 5px 5px;
        }

        .listing-filter ul li {
            display: inline-block;
            width: 24%;
            text-align: center;
            border-right: 1px solid #eee;
        }

            .listing-filter ul li:last-child {
                border-right: none;
            }

    .listing-filter .currentTab {
        border-bottom: 3px solid #325edd;
    }

    .listing-filter a {
        color: #6A6A6A;
        text-decoration: none;
    }

.price-dark {
    font-weight: 700;
}

.mfd-search-header {
    text-align: center;
    padding: 5px 0 0;
}

    .mfd-search-header li:first-child {
        border-left: 0;
        padding-left: 0;
    }

.modify-srch a {
    color: #fff;
    padding-left: 5px;
}

a:focus, a:hover {
    text-decoration: none;
}

.text-wrap {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
}

.text-box-focus:focus {
    border-top: 2px solid red;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 15px !important;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #f2f5ff;
    border: 1px solid #325edd;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #f2f5ff;
}

.control input:checked ~ .control__indicator {
    background: #325edd;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #325edd;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: #e6e6e6;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #555;
            background: #ccc;
        }

        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #555;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

.widget-container {
    margin-bottom: 70px;
}


.featured-item .icon {
    font-size: 40px;
    width: 46px;
    color: #D60D45;
    line-height: 40px;
    float: left;
    padding-top: 0px;
}

.icon {
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.animate-icon-left-to-right, .animate-icon-right-to-left, .animate-icon-bottom-to-top, .animate-icon-top-to-bottom {
    overflow: hidden;
}

.animate-icon, [class^="animate-icon"], [class*=" animate-icon"] {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.box-icon-center {
    margin: 0 auto;
}

.box-icon-border, [class^="box-icon-border"], [class*=" box-icon-border"] {
    background: none;
    border: 1px solid #000000;
    color: #ec3033;
}

.featured-item .box-icon-big {
    width: 52px;
    height: 52px;
    line-height: 50px;
    font-size: 22px;
    color: #ffffffde;
    border: solid 1px #ffffffde;
}

.box-icon, [class^="box-icon-"], [class*=" box-icon-"] {
    z-index: 2;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    /*background: #434193;*/
    color: #000000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.featured-item span {
    color: #fff;
}

.featured-item .content {
    margin-left: 62px;
    color: #ffffffde;
    margin-top: 19px;
}

.content h5 {
    font-size: 16px;
    font-weight: 600;
}

.tabing ul li .active {
    background: #edf2fa;
    color: #101010;
    border: solid 1px #005eff;
}

.pax-val {
    color: #333333;
    font-size: 12px;
}

.pax-text {
    background: #fff;
    border: none;
    width: 11px;
}

.chicago_main {
    padding: 0px;
    background: #fff;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.chi_images{}
.chi_images img {
    width: 100%;
    transition: all .4s ease;
    height: 225px;
    border-radius: 15px;
}

.chicago_main:hover .chi_images img{ transform:scale(1.1); border-radius: 15px;}

.chi_content {
    width: 100%;
    background: #fff;
    padding: 15px 5px;
    position: relative;
}
.chi_content h3 {
    font-size: 14px;
    color: #121212;
    margin: 0 0 0 0;
    font-weight: 600;
}

.chi_content p {
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
    color: #555;
    font-weight: 500;
    text-align: left;
}

.chi_content h6 {
    position: absolute;
    top: 6px;
    right: 12px;
    background: transparent;
    color: #e0001b;
    font-size: 12px;
    padding: 9px 10px;
    line-height: 14px;
    border-radius: 22px;
    border: solid 1px #e0001b;
    font-weight: 500;
}

.chi_content h6:hover{ background: #e0001b; color:#fff;}

.radius-left {
    border-top-left-radius: 3px;
    /*border-bottom-left-radius: 3px;*/
}

.radius-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.origin:after {
    border-right: 3px solid yellow;
}

.value-of-travler {
    font-size: 16px;
    padding-top: 4px;
    color: #313131;
    font-weight: 500;
}
#spnToatalTrveller {
    font-size: 17px;
}
.filter-title {
    font-weight: 500;
    color: #787878;
    text-transform: capitalize;
}

.tax-info span {
    color: #787878;
        font-size: 12px;
}

a:focus, a:hover {
    color: none;
}

.tabing .tab-widget {
    background: transparent;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.exchange.fa {
    position: absolute;
    right: -9px;
    top: 18px;
    color: #aba6a3;
    font-size: 18px;
    z-index: 9;
    cursor: pointer;
    transition: 0.5s;
    background-color: #fff;
}

@media (min-width: 1450px) {
    .container {
        width: 1220px !important;
    }
}

/* .input-focus {
    border-top: 3px solid #666;
    padding-bottom: 7px;
} */

.input-focus-bottom {
    border-bottom: 2px solid #666 !important;
    padding-bottom: 7px;
}

.destin_pages_mn {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.destin_title h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #333;
}
.destin_title p {
    font-size: 14px;
    margin: 0 0 25px 0;
    font-weight: 400;
    color: #333;
}
.above_note{}
.above_note p {
    font-size: 12px;
    margin: 0;
    color: #777;
    font-weight: 400;
}

.our_detsination {
    padding: 40px 0 40px 0;
    width: 100%;
    float: left;
}
.destination_content {}
.destination_content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 18px 0px;
    color: #282828;
	position:relative;
}
.destination_content h3:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #325edd;
    border-radius: 4px;
}
.destination_content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    color: #000000;
}
.destination_content p {
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}
.destination_content h6 {
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    padding: 5px 0 0 0;
    color: #000000;
}


/*.flight h2:after {
    content: "";
    position: absolute;
    margin-top: 23px;
    left: 202px;
    width: 230px;
    height: 3px;
    background: #325edd;
}*/

label {
    color: #898989;
    font-size: 13px;
    font-weight: 600;
}

.form-control {
    font-weight: 600;
}

.modifySearch-padding {
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.modifySearch-padding-left {
    padding-left: 20px;
    padding-right: 20px;
}



.xsrecentsearch {
    width: 100%;
    float: left;
    border: 2px solid #f2f2f2;
    background: #fff;
}

.recentSearch__single-result {
    background: #fff;
    margin-top: 0px;
    padding: 15px;
    cursor: pointer;
    min-height: 66px;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
}

.is--recentSearchinfo {
    color: #1d669d;
    line-height: 20px;
    display: block;
}

    .is--recentSearchinfo h3 {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 14px;
        font-weight: 600;
        color: #5b5f6a;
        text-shadow: none;
    }

.is--recentSearchinfo {
    color: #5b5f6a;
    line-height: 20px;
}

.is--departReturn {
    padding-top: 5px;
    color: #5b5f6a;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    padding-right: 5px;
}

.recentSearch__action {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
}

.recentSearch__single-result > .ic-flight {
    left: -25px;
    top: -7px;
    font-size: 72px;
    color: #5b616f;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    opacity: .1;
}

.recentSearch__action > .ic-arw-r {
    background: #f5f6f7;
    display: inline-block;
    border: 1px solid #b2d3e5;
    font-size: 14px;
    text-align: center;
    height: 30px;
    width: 30px;
    padding-top: 6px;
    margin-left: 5px;
}

.circled {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.is--departReturn span {
    color: #8a8b8f;
    font-weight: 400;
}

.is--recentSearchinfo span {
    font-size: 12px !important;
}

.clear-history {
    background: #fff;
    border-radius: 20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    font-size: 12px;
    /* color: #555; */
    padding-bottom: 2px;
}

    .clear-history a {
        color: #555;
    }

a:focus, a:hover {
    /*color: #012142;*/
    text-decoration: underline;
    outline: none;
}

.dropdown-menu li {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 50%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    border-radius: 40px;
    font-size: 16px;
    background-color: #325edd;
}

.dropdown-menu > li > a {
    line-height: 22px;
    font-size: 13px;
    padding:3px 15px;
    text-transform: capitalize;
}
#navbar ul>li.bt-dropdown-click:hover .dropdown-menu{
    display:block;
}
.input-box1 {
}

.matrix .title {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    text-transform: capitalize;
    font-size: 12px;
    color: #555;
    line-height: 17px;
}

.custom-filter .supCurrency {
}

#asplitPayment {
    padding-left: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #555;
}

#splitSecondRow {
    margin-top: 20px;
}


.split-val {
    width: 19px;
    height: 19px;
    text-align: center;
    background: #f2f5ff;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #325edd;
    float: left;
    margin-left: 15px;
}

.information-box-flight:hover {
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.ui-state-hover {
    background: transparent !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 1px !important;
    right: 1px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker-header {
    background: transparent !important;
    border: 0 !important;
}

.ui-datepicker-header {
    color: #32b4e4 !important;
}

.ui-datepicker-calendar {
    border: 0 !important;
}

    .ui-datepicker-calendar thead tr th span {
        text-transform: uppercase;
        color: #333 !important;
        font-weight: 600 !important;
        font-size: 13px !important;
    }

    .ui-datepicker-calendar tbody tr td .ui-state-default {
        text-align: center;
        padding: 6px;
        background: transparent;
        border: 0 !important;
    }

.ui-datepicker-days-cell-over {
    background: #325eddnone repeat scroll 0 0 !important;
    border: 0 none !important;
    color: #fff !important;
}

.ui-datepicker-current-day {
    background: #325eddnone repeat scroll 0 0;
    border: 0 none !important;
    color: #fff !important;
}

.ui-state-active {
    background: #005eff!important;
    color: #fff !important;
}

    .ui-state-active a {
        color: #fff !important;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    /*border: 0;
    background-color: #C7E0FA !important;
    font-weight: normal;
    color: #555 !important;
    font-weight:600;
    box-shadow: inset 2px 2px 0 #ffc800, inset -2px -2px 0 #ffc800;*/
}

.ui-datepicker-calendar {
    margin-top: -12px !important;
}

.ui-state-disabled .ui-state-default {
    background: #ddd !important;
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.9em;
}

.ui-widget-content {
    /*border: 1px solid #eee;*/
    background: #fff repeat-x;
    -webkit-box-shadow: 0 0 5px 2px rgba(82,168,236,.6);
    box-shadow: 0 0 5px 2px rgba(82,168,236,.6);
    z-index: 99;
}

.ui-datepicker .ui-datepicker-title {
    background: #005eff;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    margin: 11px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: 500;
    color: #555;
    font-size: 13px;
    line-height: 20px;
}

    .ui-state-default:hover {
        border: 0;
        background-color: #C7E0FA !important;
        font-weight: normal;
        color: #555 !important;
        font-weight: 600;
        box-shadow: inset 2px 2px 0 #005eff, inset -2px -2px 0 #005eff;
    }

.ui-datepicker-current-day {
    background: #325eddnone repeat scroll 0 0;
    color: #fff !important;
}

.ui-datepicker-calendar > thead {
    border-bottom: 2px solid #325edd;
}

.ui-state-active a {
    color: #fff;
}

    .ui-state-active a:hover {
        color: #fff;
    }

.ui-widget-header .ui-icon {
    background-image: url('../images/ui-icons_ffffff_256x240.png') !important;
}

.ui-datepicker .ui-datepicker-prev span {
    margin-left: 7px;
    margin-top: 9px;
}

.ui-datepicker .ui-datepicker-next span {
    margin-left: -22px;
    margin-top: 9px;
}

.pd-25 {
    padding-left: 25px;
}

.small-info-text .nortanimg {
    float: right;
    margin-right: 6px;
}

.sletter-email-offer .control {
    font-size: 15px;
}

.sletter-email-offer span {
    font-size: 13px;
    padding-left: 10px;
}

.payment-box .paymentrow {
    padding-top: 0px;
}

.contactrow {
    padding-top: 5px;
}

.pxtype {
    color: #333;
    font-weight: 600;
}

.blank .recentSearch__single-result {
    min-height: 92px;
    background: transparent;
}

.blank .xsrecentsearch {
    background: transparent;
    border: 3px dotted #eee;
}

.cabinclass {
    width: 100%;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.travel-dropdown-panel {
    width: 257px;
    margin-left: 0px;
}


@media screen and (min-device-width: 900px) and (max-device-width: 1440px) {
    .travel-dropdown-panel {
        width: 255px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1680px) {
    .travel-dropdown-panel {
        width: 266px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 2560px) {
.travel-dropdown-panel {
        width: 267px;
        margin-left: -1px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
    }
}

.alert-danger {
    color: #ffc800;
    background-color: #fcf8e3;
    border-color: #ffc800;
    border: none;
    border-left: 3px solid #ffc800;
}

.widget-error {
    padding-top: 10px;
}

.multicity .text-box-cover.data-pick {
    width: 22%;
}

.multicity .new-ooption:first-child {
    border-bottom: 1px solid #ccc;
}

.multicity .text-box-cover.actionlink {
    width: 22%;
    background: #f0f0f0;
    padding: 0;
    margin: 0;
    height: 69px;
}
.listing .multicity .text-box-cover.actionlink {
    height: 53px;
}


.actionlink-row {
    padding-top: 24px;
    font-size: 14px;
}
.listing .actionlink-row {
    padding-top: 18px;
}
    .actionlink-row a {
        color: #333;
    }

.input-wrap .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    top: 6px;
    left: 1px;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

.input-box1 .f-ctrl {
    padding-left: 35px;
}

.banner .slogan h2 {
    font-size: 30px;
    margin: 105px 0 25px 0;
    color: #fff;
    text-shadow: #0a0a0a 0 0 20px;
    font-weight: 600;
}

.life_mainds {
    display: table;
    width: 100%;
    padding: 12px;
    border-radius: 0 10px 10px 0;
    border-left: solid 2px #e0001b;
    margin-bottom: 25px;
    background: #ffffff;
    box-shadow: #bababa 0 0 4px;
}

.life_mainds a {
    background: #edf2fa;
    font-size: 13px;
    color: #090031;
    display: block;
    text-align: center;
    padding: 8px 0;
    border-radius: 26px;
    font-weight: 500;
    margin: 12px auto 0 auto;
    width: 80%;
}

.whychosse_mn {
    display: block;
    width: 100%;
    float: left;
    padding: 40px 0 0 0;
}

.chose_heading{}
.chose_heading h3 {
    text-align: left;
    font-size: 24px;
    line-height: normal;
    color: #151515;
    padding: 0;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    margin: 0 0 5px 0;
}

.chose_heading p {
    padding: 0px 0 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-weight: 500;
    text-align: left;
}

.why_head {
    text-align: center;
    padding: 15px 10px;
    border: solid 1px #ddd;
    border-radius: 12px;
    min-height: 177px;
}

.why_head h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

.why_head p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #333;
    font-weight: 500;
}


.mid_left{ width:55%; float:left; margin-bottom:10px;}
.mid_left h4 {
    font-size: 16px;
    color: #2f2f2f;
    margin: 0px 0 3px 0;
    font-weight: 600;
}
.mid_left p {
    font-size: 11px;
    color: #656565;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
}

.mid_right {
    width: 45%;
    float: left;
    text-align-last: end;
	 margin-bottom:10px;
}
.mid_right h4 {
    font-size: 18px;
    color: #e0001b;
    margin: 0px;
    font-weight: 600;
}
.mid_right p {
    font-size: 11px;
    color: #656565;
    margin: 0px 0 3px 0;
    text-transform: uppercase;
}
	
.Avg_route {
    border-top: solid 1px #84848452;
    border-bottom: solid 1px #84848452;
    padding: 10px 0;
    display: table;
    width: 100%;
}

.lasvegas {
    float: left;
    width: 50%;
    text-align: center;
}
.lasvegas h5 {
    font-size: 15px;
    color: #000000;
    margin: 0px 0 4px 0;
    font-weight: 500;
}
.lasvegas p {
    font-size: 13px;
    color: #656565;
    margin: 0px;
}
	
.total_tm {
    padding: 10px 0 10px 0;
}
.total_tm p {
    font-size: 13px;
    color: #777;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}
.total_tm p span{ color:#b71429;}

.lastrow {
    border-top: 1px solid #ccc;
}

.seperator {
    height: 2px;
    background: #325edd;
}

.component-search-listpage .control {
    font-size: 14px;
    padding-left: 25px !important;
}

.component-search-listpage .control--radio .control__indicator:after {
    left: 6px;
    top: 7px;
}

.component-search-listpage .dropdown-menu {
    margin-left: 0px;
}

.trip-dd2 {
    margin-top: 15px;
}

.exclude {
    font-size: 12px;
}

.spp-hed1 {
    font-weight: 600;
    font-size: 14px;
}

.spp-hed2 {
    line-height: 30px;
    font-weight: 500;
    font-size: 12px;
}

.pref-request {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

    .pref-request a {
        color: #555;
    }

.pref-icon {
    width: 19px;
    height: 19px;
    text-align: center;
    background: #f2f5ff;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #325edd;
    float: left;
    margin-left: 0px;
}

.pref-text {
    padding-left: 5px;
}

.ui-datepicker {
    z-index: 99 !important;
    /*top:291px !important;*/
    width: 22em !important;
}


.dest-box .ima-wrap .strip-bottom {
    width: 120px;
    float: right;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(108, 149, 255);
    color: #fff;
    padding: 10px;
}

.lp-postcard-avg-price-badge {
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}

.lp-postcard-avg-price-pricetag {
    float: left;
    width: 29px;
    height: 40px;
}

.bk-icon, .bui-icon {
    vertical-align: middle;
    max-width: 256px;
    max-height: 256px;
    overflow: hidden;
}

.lp-postcard-avg-price-content {
    background-color: #325edd;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 0 29px;
    height: 40px;
    text-align: right;
    border-radius: 0 3px 3px 0;
}

.lp-postcard-avg-price-copy {
    font-size: 12px;
    line-height: 15px;
    padding-top: 4px;
    display: inline-block;
}

.lp-postcard-avg-price-value {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}

.lp-postcard-avg-price-pricetag svg * {
    fill: #325edd;
}

.top-deal {
    cursor: pointer;
}

.top-deal-title {
    font-size: 17px;
    line-height: 20px;
}

.links-deal i {
    font-size: 18px;
    font-weight: 600;
}

.sidebar-filter {
    margin-top: 19px;
}

#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(210, 208, 208, 0.5);
    border-radius: 50%;
    border-top-color: #325edd;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.listing-animation {
    padding-top: 25px;
    background: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 42px;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #eee;
}

.input-icon-image {
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    top: 6px;
    left: 1px;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

.error-icon {
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 50%;
    border: 1px solid #ffaa13;
    text-align: center;
    padding-left: 7px;
    padding-right: 3px;
    font-size: 10px;
}

.error-text {
    font-size: 13px;
    margin-left: 5px;
}

.widget-error-text {
    line-height: 25px;
}

    .widget-error-text li {
        padding-left: 15px;
    }

.phonenumber {
    padding-top: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #edf9ff;
}

.sectionHeader a {
    float: right;
    margin-bottom: 10px;
}

    .sectionHeader a:first-child {
        float: inherit;
    }

.jump, .filter {
    margin: 10px 0;
}

.tabing-register {
    float: left;
    width: 100%;
    color: #fff;
}

    .tabing-register ul li a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #fcfeff;
        /* background: rgba(66, 129, 151, .5); */
        padding: 4px 20px 4px 20px;
        font-size: 16px;
        text-align: left;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .tabing-register ul li {
        float: left;
        padding-bottom: 5px;
    }

.login-container .tabing-register ul .active {
    border-bottom: 3px solid #325edd;
}

.login-container .form-control {
    height: 40px;
}

.login-container h2 {
    margin-top: 0px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}


.login-content-right {
    padding: 20px 30px 19px;
    opacity: 0.9;
    margin-bottom: 160px;
}

    .login-content-right li {
        color: #555;
        font-size: 14px;
        line-height: 24px;
    }

    .login-content-right h3 {
        font-size: 18px;
        color: #555;
        font-weight: 600;
    }

.tabing-myaccount {
    float: left;
    width: 100%;
    color: #fff;
}

    .tabing-myaccount ul li a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #fcfeff;
        /* background: rgba(66, 129, 151, .5); */
        padding: 4px 20px 4px 20px;
        font-size: 16px;
        text-align: left;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .tabing-myaccount ul li {
        float: left;
        padding-bottom: 5px;
    }


.ribbon_3 {
    position: absolute;
    /*left: 10px;
    top: -5px;*/
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon_3.popular span {
        background: linear-gradient(#f14f3f 0,#cb4335 100%);
    }

    .ribbon_3 span {
        font-size: 10px;
        font-weight: 700;
        color: #FFF;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0,#79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
        text-shadow: 1px 1px 2px rgba(0,0,0,.25);
        position: absolute;
        top: 19px;
        left: -21px;
    }

    .ribbon_3.popular span::before {
        border-left: 3px solid #a3362a;
        border-right: 3px solid transparent;
    }

    .ribbon_3.popular span::after, .ribbon_3.popular span::before {
        border-bottom: 3px solid transparent;
        border-top: 3px solid #a3362a;
    }

    .ribbon_3 span::before {
        left: 0;
        border-left: 3px solid #638908;
        border-right: 3px solid transparent;
    }

    .ribbon_3 span::after, .ribbon_3 span::before {
        content: "";
        position: absolute;
        top: 100%;
        z-index: -1;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #638908;
    }

    .ribbon_3.popular span::after {
        border-left: 3px solid transparent;
        border-right: 3px solid #a3362a;
    }

    .ribbon_3.popular span::after, .ribbon_3.popular span::before {
        border-bottom: 3px solid transparent;
        border-top: 3px solid #a3362a;
    }

    .ribbon_3 span::after {
        right: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid #638908;
    }

    .ribbon_3 span::after, .ribbon_3 span::before {
        content: "";
        position: absolute;
        top: 100%;
        z-index: -1;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #638908;
    }

.tour_container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    margin: 0 0 30px;
}


.text-box-cover-profile {
    float: left;
    margin-right: 15px;
    background: #fff;
    padding: 5px;
    border-right: 1px solid #ccc;
    padding-left: 15px;
}

    .text-box-cover-profile input.f-ctrl {
        font-size: 14px;
    }

.login-content .row {
    padding-left: -5px;
    padding-right: -5px;
}

.login-content .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.login-container .field-validation-error {
    color: #fdaa16;
    line-height: 2;
}

.payment-icon {
    float: right;
}

.panel {
    margin-top: 20px;
}

.landingpage {
    padding: 45px 0;
    background: #fff;
}

.landingpage .content {
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 0px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    border-radius: 6px;
}

.deal_topic_head {
    padding: 15px 12px 15px 12px;
}
.deal_topic_head h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.deal_topic_head p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px 0;
}
.deal_topic_head h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.landing-page-header {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.widget-note {
    padding-top: 10px;
    font-size: 12px;
    padding-bottom: 6px;
    line-height: 22px;
}

.widget-note-line {
    border: 0;
    border-top: 1px solid #D4D4D4;
    float: left;
    width: 97%;
    padding-bottom: 5px;
}

.forgotpassword {
    width: 100%;
}

.trip-duration .duration-text {
    background: #eee;
    padding: 5px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.destination-info-text .destination-code {
    color: #333;
    font-weight: 600;
}

.time-info .time {
    color: #333;
}

.custom-filter .icon {
    float: left;
    font-size: 24px;
    padding-right: 18px;
    margin-left: 25px;
    padding-top: 12px;
    color: #b2b2b2;
}

.airline-matrix {
    text-align:right;
        margin-bottom: 20px;
}

    .airline-matrix a {
           background: #ccc;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 5px;
    }
.matrix-summary {
    margin-top: 39px;
}

.none {
    display: none;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.filter-price {
    line-height: 25px;
}

.landingpage .sidebar-left ul li {
}

.landingpage .title {
    font-size: 15px;
    padding-left: 11px;
    color: #333;
}

.landingpage .title-routes {
    font-size: 15px;
    padding-left: 11px;
    color: #325edd;
}

.landingpage .lowestFare {
    line-height: 10px;
    color: #555;
    padding-left: 30px;
    font-size: 13px;
    padding-top: 1px;
    font-weight: 500;
}

.landingpage .line-sep {
    width: 96%;
    margin-left: 5px;
    border-bottom: 1px solid #ddd;
    line-height: 55px;
}

.landingpage .line-sep-route {
    width: 96%;
    margin-left: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.landingpage .icon {
    color: #555;
    font-size: 20px;
}

.landingpage .sidebar-left ul li:last-child {
    border-bottom: none;
}

.landingpage .sidebox-payment h3 {
    color: #555;
    background: #fff;
    border-bottom: none;
}

.deal-top {
    background: #fff;
}

.margin-top-30 {
    margin-top: 30px;
}

.body-landingpage {
    background: #eee;
}

.landingpage .sidebox-payment {
    margin-bottom: 15px;
}

.deal-top .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.landingpage .deal-topic {
    padding-top: 10px;
    font-size: 24px;
}

.sidebox-payment .assistant-icon {
    text-align: center;
    font-size: 65px;
}
.sidebox-payment .assistant-icon img {
    width: 90px;
    border: solid 4px #fbd905;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 60px;
    height: 90px;
}


.soldout {
    padding-left: 15px;
    padding-right: 15px;
}

    .soldout .alert {
        margin-top: 20px;
        line-height: 25px;
        color: #555;
    }

.navbar {
    border-bottom: 0;
}

.navbar-default {
    margin-bottom: 0;
    height: 70px;
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
	border: none;
}

.icon-girl {
    width: 58px;
    height: 52px;
    background-image: url(../CDN/images/girl.html);
    background-size: 100% 93%;
    background-repeat: no-repeat;
}

.pull-right {
    float: right !important;
}

.navbar-mini .cntc_no, .about-us-footer .cntc_no {
    color: #325edd!important;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    padding-right: 5px;
}

header #aPhoneNumber {
    display: block;
    float: left;
    cursor:pointer;
}
header #aPhoneNumber strong{
    color:#000;
        padding-right: 10px;
}

.navbar-mini > ul > li > a {
    color: #325edd;
    font-size: 12px;
}

header #navbar ul li.active a {
    /*border-bottom: 5px solid #325edd;*/
    color:#ffffff!important;
}

header #navbar.navbar-right {
    margin-top:8px;
}

a.navbar-brand img {
    max-width: 180px;
    margin-top: 5px;
}
.navbar-nav {
    margin-top: 2px;
}
.navbar-nav > li.mega-menu:hover > a, .navbar-nav > li.mega-menu > a:hover, .navbar-nav > li.dropdown:hover > a, .navbar-nav > li.dropdown > a:hover, .navbar-nav > li.dropdown.active > a, .navbar-nav > li.dropdown.active > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li.active > a {
    color: #fff !important;
    background: transparent !important;
}

.navbar-brand {
    padding-top:5px;
    font-size: 2.5rem;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
}

.navbar-nav > li > a {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 14px;
    left: 30px;
    display: none;
}

    #back-to-top a {
        display: block;
        width: 30px;
        height: 30px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
        border: 1px solid #ed4318;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        color: #ed4318;
    }

.fa-icon {
    z-index: 2;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #325edd;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-radius: 19px;
}

    .fa-icon i {
        margin-top: 9px;
    }

.list-horizontal > li {
    float: left;
    margin-right: 10px;
    padding: 0;
    display: block;
}

.body-landingpage .slogan {
    margin-top: 60px;
}

.sitemap a {
    color: #555;
    font-size: 13px;
}

.sitemap {
    margin-top: 10px;
}

.bt-dropdown-click .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #fff;
}

.bt-dropdown-click .dropdown-menu li {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 50%;
}
 .phonebanner {
     border:1px solid #ccc;
    border-left: 7px solid #FF9600;
    background-color: #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;*/
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    margin-top:37px;
}

    .phonebanner .phoneprice {
        font-size: 32px;
        font-weight: bold;
        display: block;
        margin-top: 36px;
    }

    .phonebanner .phonesec, .phonebanner .phonedesc {
        float: left;
        padding: 0 35px;
    }

    button.phonefareinfobtn {
    border: 0;
    float: right;
    background-color: #ff9600;
    color: #000;
    font-weight: 600;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
    .phonefareinfobtn{
        display:block;color:#03bfd7;cursor:pointer;
    }
    #phonefareinfo {
    background-color: #132430;
    color: #fff;
    padding: 15px;
    border-top: 5px solid #1e313e;
}
    .select-flight {
    float: right;
    text-align: right;
    padding: 8px 40px;
    background: #325edd;
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    text-decoration: none;
}
#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
    font-size: 20px;
}

.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 650px;
    min-width: 320px;
    /*padding: 20px;*/
    border: 1px solid #1b1f23;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
}

.txt-red {
    color: #325edd;
}

.modal-phone {
    color: #325edd;
    font-weight:600;
}

.benefit__list
{
    font-size:15px;
    line-height:25px;
    color:#555;
}
.benefit_title
{
    line-height:32px;
}

img.modalconent1{
    float: left;position: absolute;left: -98px;top: -40px;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon:before{
    content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1.5em solid #fd0505;
z-index: -1;
left: -2em;
border-right-width: 1.5em;
border-left-color: transparent;
}
.ribbon:after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #910206;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #325edd;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  -webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  top: 0;
  right: 0;
  border-right-color: transparent;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-406deg);
}
 .unpublishedPanel {
       color:#fff;
   }
   .panel-group.unpublishedPanel .panel-default {
   border-radius: 7px;
   overflow: hidden;
}
   .unpublishedPanel .phone_icon_un i {
   border-radius: 50%;
   border: 1px dashed #ccc;
   width: 75px;
   height: 75px;
   line-height: 75px;
}
   .unpublishedPanel .undescp{
       background-color:#325edd;
   padding:10px 0;
   }
   .unpublishedPanel h4 span {
   color: #000;
}
    .unpublishedPanel a{
        color:#fff;
    }
#modal .modal-header {
    padding: 22px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #000;
    color: #fff;
}
#modal .choose-container .image-choose span{
    background-color:#1cff1c;
    top:0;
    height: 25px;
width: 25px;
}
#modal .modal-title{
    font-size: 4rem;
font-weight: bold;
color: #325edd;
}
.modal_pop_left_area h3 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom:0;
    letter-spacing:1px;
}
.modal_pop_left_area{
    font-size: 21px;
letter-spacing: 1px;
float:left;
width: 100%;
text-align: center;
}
.modal_pop_left_area .subtitle_md_pop{
 font-size: 18px;
text-align: center;
letter-spacing: 1px;
margin-bottom: 13px;
color:#000;
margin-top:6px;
}
.modal_pop_left_area p{
    font-size:14px;
    text-align:center;
    color: #666;
    margin-bottom: 5px;
}

.modal_pop_right_area{
    float:right;
    width:35%;
}
.modal_pop_right_area .old_price{
font-size: 19px;
text-decoration: none;
letter-spacing: 1px;
margin-top: 15%;
}
.modal_pop_right_area .old_price span{
    text-decoration:line-through;
}
.modal_pop_right_area .new_price{
    font-size: 60px;
font-weight: bold;
color: #fd0505;
margin-top:-12px;
}
.modal_pop_right_area .new_price span{
    font-size: 50px;
margin-right: 5px;
}
#modal .modal_phone_btn {
    margin-top:18px;
    webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
font-size: 23px;
font-family: arial,helvetica,sans-serif;
padding: 15px 10px 10px 75px;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
text-decoration: none;
display: inline-block;
font-weight: bold;
color: #fff;
background-color: #fd514d;
background-image: -webkit-gradient(linear,left top,left bottom,from(#fd514d),to(#910206));
background-image: -webkit-linear-gradient(top,#fd514d,#910206);
background-image: -moz-linear-gradient(top,#fd514d,#910206);
background-image: -ms-linear-gradient(top,#fd514d,#910206);
background-image: -o-linear-gradient(top,#fd514d,#910206);
background-image: linear-gradient(to bottom,#fd514d,#910206);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fd514d,endColorstr=#910206);
position: relative;
min-width: 255px;
height: 70px;
line-height: 41px;
}
#modal .modal_phone_btn:hover{
    text-decoration:none;
}
#modal .modal_phone_btn .phne {
        border-radius: 50%;
        background: #910206;
        background: -moz-linear-gradient(#910206, #fd514d);
        background: -ms-linear-gradient(#910206, #fd514d);
        background: -o-linear-gradient(#910206, #fd514d);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#910206), to(#fd514d));
        background: -webkit-linear-gradient(#910206, #fd514d);
        background: linear-gradient(#910206, #fd514d);
        position: relative;
        color: #a5a39d;
        font-size: 70px;
        text-align: center;
        line-height: 150px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        text-shadow: 0 2px 1px rgba(0,0,0,0.25);
        box-shadow: inset 0 2px 3px rgba(255,255,255,0.13), 0 5px 8px rgba(0,0,0,0.3), 0 10px 10px 4px rgba(0,0,0,0.3);
        z-index: -1;
    }

#modal .switch {
  position: absolute;
z-index: 1;
width: 85px;
height: 85px;
left: -11px;
top: -7px;
}

#modal .switch label {
       width: 100%;
height: 100%;
position: relative;
display: block;
border-radius: 50%;
background: #fd514d;
background: -moz-linear-gradient(##fd514d, #910206);
background: -ms-linear-gradient(##fd514d, #910206);
background: -o-linear-gradient(#fd514d, #910206);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fd514d), to(#910206));
background: -webkit-linear-gradient(#fd514d, #910206);
background: linear-gradient(#fd514d, #910206);
position: relative;
color: #a5a39d;
font-size: 40px;
text-align: center;
line-height: 92px;
text-shadow: 0 2px 1px rgba(0,0,0,0.25);
z-index: -1;
    }

#modal .switch .icon-phone {
        color: #fff;
    }
@-webkit-keyframes spinnerClockMinRotate {
  0% {
    transform: rotate(0deg) translate(0, -18px);
  }
  100% {
    transform: rotate(360deg) translate(0, -18px);
  }
}

@keyframes spinnerClockMinRotate {
  0% {
    transform: rotate(0deg) translate(0, -18px);
  }
  100% {
    transform: rotate(360deg) translate(0, -18px);
  }
}

@-webkit-keyframes spinnerClockSecRotate {
  0% {
    transform: rotate(0deg) translate(0, -22px);
  }
  100% {
    transform: rotate(360deg) translate(0, -22px);
  }
}

@keyframes spinnerClockSecRotate {
  0% {
    transform: rotate(0deg) translate(0, -22px);
  }
  100% {
    transform: rotate(360deg) translate(0, -22px);
  }
}

.spinnerClock {
  background: none;
  position: relative;
  width: 128px;
  height: 128px;
      margin: 100px auto;
}

.spinnerClock__clock {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  border: 8px solid #325edd;
  box-sizing: border-box;
}

.spinnerClock__minHand {
  position: absolute;
  width: 8px;
  height: 40px;
  top: 44px;
  left: 60px;
  background: #39444e;
  border-radius: 5px;
  animation: spinnerClockMinRotate 60s linear infinite;
}

.spinnerClock__secHand {
  position: absolute;
  width: 4px;
  height: 48px;
  top: 40px;
  left: 62px;
  background: #b4bec8;
  border-radius: 2px;
  animation: spinnerClockSecRotate 6s linear infinite;
}
 .metaBanner-block {
   margin: 15px 0;
    border-left: 10px solid #FF9600;
    padding: 15px;
     background-color: #fff; 
    color: #000;
    float: left;
    width: 100%;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
   
}
  .metaBanner-block .is--bottom {
    margin: 0 0 15px 0;
}
 .metaBanner-block h4 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px;
}
 .metaBanner-block note {
    display: block;
    position: relative;
    width: 100%;
    line-height: 1.4em;
}
  .listing-container
 {
     padding-top:142px;
 }
  
        .interactivePopup {
            border: none !important;
            max-width: 422px !important;
        }
        .interactivePopup {
            padding-left: 0 !important;
            padding-right: 0 !important;
            position: fixed;
            height: auto;
            min-height: 170px;
            width: 90% !important;
            background: #fff;
            text-align: center;
            overflow: visible !important;
            transition: ease-in-out 0.3s;
            margin-left: auto;
            z-index: 9999;
            margin-right: auto;
            left: 0px;
            right: 0px;
            display: none;
        }
        .exitIntentInner {
            position: relative;
            padding: 15px;
        }
            .interactivePopup .phoneFareClose {
                position: absolute;
                right: -6px;
                top: -13px;
                text-decoration: none !important;
                font-size: 22px;
                width: 23px;
                height: 23px;
            }
        .phoneFareClose {
            position: absolute;
            right: 0;
            top: 0;
            text-decoration: none !important;
            font-size: 30px;
            width: 25px;
            height: 25px;
            right: -10px;
            top: -10px;
            background: #fff;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            color: #0380CC !important;
        }
        .callBack__popup__lady {
            position: relative;
        }
        .interactivePopup .interact__callLady {
            position: absolute;
            left: 0;
            top: -58px;
            margin-left: auto;
            margin-right: auto;
            right: 0;
            background-image: url(../cdn/images/call-popup.html);
            background-repeat: no-repeat;
            width: 77px;
            height: 77px;
        }
        .interactivePopup .phoneFareHead {
            background: none;
        }
        .interactivePopup .phoneFareHead {
            display: block;
            margin: 12px 0 2px 0;
        }
        .phoneFareHead {
            background: #EDF0F4;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            position: relative;
            padding: 10px 15px;
            margin: 10px 0 20px 0;
        }
        .avail_now_text {
            font-size: 12px;
        }
        .interactivePopup .phoneFareHead span {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
            color: #666;
        }
        .avail_chat_icon {
            height: 10px;
            width: 10px;
            background-color: #00C93F;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
        }
        .paddingleft0 {
            padding-left: 0;
        }
        .interactivePopup .phoneFareHead h3 {
            color: #000;
            font-weight: bold;
            font-size: 22px;
            margin: 15px 0 0 0;
        }
        .interactivePopup .phoneFareHead .callText {
            font-size: 16px;
            padding-bottom: 10px;
        }
        .interactivePopup .phoneFareHead a {
            display: block;
            color: #333333;
            font-weight: bold;
            font-size: 30px;
            margin: 2px 0 0 0;
            line-height: 21px;
        }
        .interactivePopup .phoneFareFoot {
            background-color: #325edd;
            position: relative;
        }
        .call_Us {
            background: #FF9602;
            font-size: 18px;
            font-weight: 700;
        }
        .interactivePopup .exitIntentInner h2 {
            font-weight: 700;
            margin-top: 0;
        }
        .phoneFarePhone h2 {
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 0px;
        }
        .phoneFarePhone span {
            display: block;
            font-weight: 500;
            font-size: 16px;
        }
        .dealCallUs {
            color: #fff;
            font-size: 12px;
            width: 37%;
            top: 50%;
            left: 50%;
            position: absolute;
            margin-top: -20px;
            border: 1px solid #03bfd7;
            margin-left: 10px;
            padding: 0;
        }
        .call_Us {
            background: #091e5d8c;
            font-size: 18px;
            font-weight: 700;
        }
        .interactivePopup .phoneFarePhone {
            padding-left: 30px;
            margin: 0;
            color: #fff;
            font-size: 14px;
            width: 50%;
            line-height: 20px;
            padding-bottom: 12px;
            padding-top: 15px;
            white-space: nowrap;
        }
        .phoneFarePhone {
            font-size: 28px;
            line-height: 48px;
            margin: 10px 20px 20px 0;
            padding-left: 55px;
            width: auto;
            color: #587497;
            font-weight: bold;
            position: relative;
            display: inline-block;
            text-align: left;
        }
        .callText {
            padding: 9px 15px 10px 15px;
            color: #666666;
            font-weight: 400;
            font-size: 16px;
        }
        .interactivePopup .email_input {
            padding-right: 0;
        }
        .callBackCheapestDeals input {
            font-size: 12px;
        }
        .form-control, .form-control select {
            color: #555555;
            margin-bottom: 5px;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }
        .reqCallBtndiv {
            padding-left: 0;
        }
        .callBackCheapestDeals .cta-3rd {
            border: none !important;
            text-shadow: 0 1px 0 rgba(0,0,0,.2);
            background: #ff833c;
            background: -moz-linear-gradient(-45deg, #ff833c 0, #f30 100%);
            background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ff833c), color-stop(100%, #f30));
            background: -webkit-linear-gradient(-45deg, #ff833c 0, #f30 100%);
            background: -o-linear-gradient(-45deg, #ff833c 0, #f30 100%);
            background: -ms-linear-gradient(-45deg, #ff833c 0, #f30 100%);
            background: linear-gradient(169deg, #ff833c 22%, #f30 100%) repeat scroll 0 0 transparent;
            -moz-box-shadow: inset .5px 1px 0 #ffa022;
            -webkit-box-shadow: inset 0.5px 1px 0 #ffa022;
            box-shadow: inset 0.5px 1px 0 #ffa022;
        }
        .callBackCheapestDeals .reqCallBtn {
            background: #ff862d;
            text-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
        }
        .reqCallBtn {
            font-weight: bold;
            line-height: 20px;
        }
        .cta-3rd {
            display: block;
            background: #eeeeee;
            background: -moz-linear-gradient(-45deg, #fcfcfc 0, #eeeeee 100%);
            background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eeeeee));
            background: -webkit-linear-gradient(-45deg, #fcfcfc 0, #eeeeee 100%);
            background: -o-linear-gradient(-45deg, #fcfcfc 0, #eeeeee 100%);
            background: -ms-linear-gradient(-45deg, #fcfcfc 0, #eeeeee 100%);
            background: linear-gradient(169deg, #fcfcfc 22%, #eeeeee 100%) repeat scroll 0 0 transparent;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=1);
            line-height: 1.2em;
            color: #016dab;
            text-decoration: none;
            border: 1px solid #e7e7e7;
            border-bottom-color: #b7b7b7;
            text-shadow: 0 0 0 #fff;
        }
        .terms_link {
            clear: both;
            font-size: 11px;
            color: #A8A8A8;
            text-decoration: underline;
            white-space: nowrap;
        }
		

/** MOBILE RESPONSIVE CSS CODE **/

@media (min-width:320px) and (max-width:479px) {

.banner:before{ background: #000000b8;}		
.our_banner_text{ padding: 90px 0 0px 0;}	
.our_banner_text h2{ font-size: 24px;}
.our_banner_text h4{ display:none;}
.chose_heading h3{ text-align: center; font-size: 20px;}
.chose_heading p{ text-align: center;}
.why_head{ min-height: auto; margin-bottom:10px;}
.flight-engine{ margin-top: 0px; background: transparent; padding: 15px 0 0 0;}
.text-box-cover{ border: none; border-radius: 0px; border-bottom: solid 1px #cdcdcd; margin: 0; padding: 5px 10px 5px 10px; height: 60px;}
.subscribe{ display:none;}
.footer_contacto h6 a i{ width: 25px; height: 25px; line-height: 25px; margin: 0 2px 0 0; font-size: 16px;}
.footer_contacto h6 a{ font-size: 14px;}
.footer_links{ display: block; padding: 0 0 10px 0;}
.footer_links h3{ font-size: 16px !important; padding: 0px 0 10px 0 !important; width: 100%;}
.morehotels{ display:none;}
.flight_type { text-align: -webkit-center;}
	
}

@media (min-width:480px) and (max-width:767px) {

.banner:before{ background: #000000b8;}	
.our_banner_text{ padding: 90px 0 0px 0;}	
.our_banner_text h2{ font-size: 24px;}
.our_banner_text h4{ display:none;}
.flight-engine{ margin-top: 0px; background: transparent; padding: 15px 0 0 0;}
.text-box-cover{ border: none; border-radius: 0px; border-bottom: solid 1px #afafaf; margin: 0; padding: 5px 10px 5px 10px; height: 60px;}
.subscribe{ display:none;}
.footer_contacto h6 a i{ width: 25px; height: 25px; line-height: 25px; margin: 0 2px 0 0; font-size: 16px;}
.footer_contacto h6 a{ font-size: 14px;}
.footer_links{ display: block; padding: 0 0 10px 0;}
.footer_links h3{ font-size: 16px !important; padding: 0px 0 0px 0 !important; width: 100%;}
.morehotels{ display:none;}
.flight_type { text-align: -webkit-center;}
	
}		
		
		

@media only screen and (max-width: 767px) {
    #modal .modal-dialog {
    min-width: unset;
}
    img.modalconent1{
        display:none;
    }
    #modal .modal-body {
    padding-left: 0;
}
    .modal_pop_left_area,.modal_pop_right_area {
    width: 100%;
    padding: 0 15px;
text-align: center;
}
.row44 {
    margin-right: 0;
    margin-left: 0;
}

}
#modal .switch .icon-phone:after {
            content: "";
            color: #fff;
            display: block;
            position: absolute;
            width: 70%;
            height: 70%;
            left: 50%;
            top: 50%;
            z-index: -1;
            margin: -35% 0 0 -35%;
            border-radius: 50%;
            background: #910206;
            background: -moz-linear-gradient(#910206, #fd514d);
            background: -ms-linear-gradient(#910206, #fd514d);
            background: -o-linear-gradient(#910206, #fd514dfd514d background: -webkit-gradient(linear, 0 0, 0 100%, from(#910206), to(#c8291e));
            background: -webkit-linear-gradient(#910206, #fd514d);
            background: linear-gradient(#910206, #fd514d);
        }

.close {
    color: #fff !important;
    opacity:1;
}
a.disabled {
  pointer-events: none;
}
 .owl-carousel
 {
     z-index:0;
 }
 


