/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Roboto:100,300,400,500,700,900');*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700');

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .flight-loading-section .row {
        margin-bottom: -50px !important
    }
}

.top-header ul li:nth-child(2) {
    position: relative
}

    .top-header ul li:nth-child(2) a {
        font-size: 16px;
        font-weight: bold;
        color:#fff
    }

    .top-header ul li:nth-child(2) span {
        position: absolute;
        right: 0;
        margin: 0;
        padding: 4;
        font-size: 12px;
        top: 22px;
        font-weight: 400;
        color:#fff;
    }

body {
    font-family: 'Lato', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #404041;
}

html {
    width: 100%;
    height: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 20px; /* text-transform:uppercase */
}

#myNavbar ul li:first-child {
    display: none
}

/*header start*/
.navbar-brand img {
    width: 90%
}

.navbar-header {
    display: inline-block;
}

.navbar-header {
    display: inline-block;
}

.navbar-brand {
    padding: 0px !important;
    margin: 0 0;
}

.nav-navigation {
    float: right
}

.top-header {
    z-index: 99;
    padding: 0px 0;
    width: 100%;
    min-height: 36px;
}

    .top-header ul {
        width: 100%;
        padding-left: 0;
        float: right;
        text-align: right;
        display: flex;
        margin-top: 8%;
    }

    .top-header.white-fixed {
        background: #363942;
    }

.sign-in {
    display: block;
    width: 10%;
    text-align: center;
    margin: 0px 26px;
}

.nav-navigation {
    float: right;
    margin-top: 18px;
}

.top-header ul {
    width: 100%;
    padding-left: 0;
    float: right;
    text-align: right;
    display: flex;
    margin-top: 3%;
}

body .top-header ul li {
    margin: 0 10px;
}

    body .top-header ul li i {
        font-size: 14px;
        color: #ea313e;
    }

    body .top-header ul li a {
        font-weight: 500;
        position: relative;
        line-height: 34px;
        text-decoration: none;
        margin-left: 5px;
        color: #00AAF8
    }
/*header end*/

.ohone-icon:before {
    background-image: url(/ImageApplications/Images/Icon/top-call-icon.png);
    height: 27px;
    width: 29px;
    content: "";
    display: inline-block;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position-y: 0px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    p {
        font-size: 1rem;
    }
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #ffffff;
}

    a:focus {
        text-decoration: none;
        color: #000
    }

    a:hover {
        text-decoration: none;
        color: #bea17f;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.sign-in-btn-home {
    background: transparent;
    padding: 4px 15px;
    border-radius: 20px;
    color: #000;
    border: 1px solid #005f97;
    margin-left: 10px;
    font-size: 18px;
    margin-top: 15px;
    float: left;
}
/*home page css*/
.vacations-index-page .container {
    max-width: 1200px;
}

/*top-header-css*/

.top-header {
    z-index: 99;
    padding: 0px 0;
    width: 100%;
    min-height: 36px;
    /* margin-bottom: 19px; */
    /*margin-top: -10px;*/
    background: #ff744a;
}

    .top-header .menu {
        width: 65%;
        float: left;
    }

        .top-header .menu ul {
            margin: 0px;
            padding: 0px;
            list-style: none
        }

            .top-header .menu ul li {
                float: left;
                padding-bottom: 16px;
                border-bottom: 3px solid #0A67AA;
                margin: 0 7px;
            }

                .top-header .menu ul li:last-child a:before {
                    display: none;
                }

                .top-header .menu ul li:first-child a:after {
                    display: none;
                }

                .top-header .menu ul li:first-child a {
                    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
                    background-position: -590px -293px;
                    padding-left: 28px;
                    position: relative;
                    padding-right: 17px;
                }

.color-light {
    color: #0A6AA6
}

.top-header .menu ul li a:before {
    content: "";
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -925px -312px;
    display: inline-block;
    width: 10px;
    height: 32px;
    position: absolute;
    top: 18px;
    right: -10px;
}

.top-header .menu ul li a:after {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    display: inline-block;
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 29px;
    right: 4px;
    background-position: -850px -322px;
}

.top-header .menu ul li a {
    color: #545B63;
    font-size: 20px;
    position: relative;
    padding: 22px 38px 4px 20px;
    font-family: oswald;
    float: left;
    line-height: 20px;
}


.top-header.white-fixed {
    background: #363942;
}

.sign-in {
    display: block;
    width: 10%;
    text-align: center;
    margin: 0px 26px;
}

    .sign-in a {
        color: #272727;
        display: block;
        padding: 3px 0px;
        border: 1px solid #0969a8;
        border-radius: 16px;
        font-weight: 400;
    }

.number-contact {
    /* display: flex; */
    vertical-align: top;
    width: 24%;
    top: 10px;
    text-align: center;
    position: relative;
    padding: 0;
    float: right;
}

.ohone-icon {
    color: #0e6ca9
}
/* .top-header ul li a span {
    color: #0969a8;
    padding-right: 4px;
} */
.number-contact b {
    display: block;
    font-size: 1rem;
    color: #00AAF8;
    font-weight: 900;
    padding-left: 12px;
}

.number-contact p {
    margin: 0;
    font-size: 14px;
    color: #0e6ca9;
    font-family: roboto;
    padding-left: 45px;
}

.span247 {
    font-weight: bold;
    color: #00AAF8;
}

.home {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 23px;
    position: absolute;
    top: 15px;
    left: -12px;
    background-position: -590px -314px;
}

img.phone-icon {
    display: inline-block;
    float: left;
    position: absolute;
    left: -6px;
    padding-right: 0;
}




section.flight-guarantee .col-sm-3 {
    text-align: center;
}

section.flight-guarantee h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #535964;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/*preload css start*/
section.preload {
    background: #f8f7f7;
}

.prelaod-top-box {
    width: 50%;
    background: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border-radius: 3px;
}

    .prelaod-top-box h1 {
        color: #157cc1;
        font-size: 26px;
        text-align: center;
        margin-bottom: 10px;
        font-family: Oswald
    }

    .prelaod-top-box h3 {
        color: #3d3d3d;
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    .prelaod-top-box p {
        color: #7c7c7c;
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }

.loader-box {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

    .loader-box img {
        width: 100%;
        text-align: center;
    }

.preload .depart {
    float: left;
    width: 100%
}

    .preload .depart h3 {
        color: #3d3d3d;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .preload .depart p {
        font-size: 12px;
        color: #7c7c7c;
    }


.preload .return {
    float: right;
    width: 100%
}

    .preload .return h3 {
        color: #3d3d3d;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .preload .return p {
        font-size: 12px;
        color: #7c7c7c;
    }

.prelaod-bottom-box {
    width: 65%;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}

    .prelaod-bottom-box .trust {
        width: auto;
        height: auto;
    }

    .prelaod-bottom-box .bbb {
        width: auto;
        height: auto;
    }

    .prelaod-bottom-box .linkdin {
        width: auto;
        height: auto;
    }

    .prelaod-bottom-box .fb {
        width: auto;
        height: auto;
    }


    .prelaod-bottom-box .trust img {
        width: 100%;
        height: auto;
    }

    .prelaod-bottom-box .bbbt img {
        width: 100%;
        height: auto;
    }

    .prelaod-bottom-box .linkdin img {
        width: 100%;
        height: auto;
    }

    .prelaod-bottom-box .fb img {
        width: 100%;
        height: auto;
    }







/*footer*/
section.footer {
    background: #0969a8;
    padding: 40px 50px 28px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5, .footer-col-6 {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    margin-right: 24px;
}

section.footer h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid rgb(15, 84, 136);
    padding-bottom: 13px;
    margin-bottom: 11px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.footer-col-4 {
    display: inline-block;
    width: 12%;
    vertical-align: top;
    margin-right: 24px;
}

.footer-col-5 {
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 0px;
}

    .footer-col-1 a, .footer-col-2 a, .footer-col-3 a, .footer-col-4 a, .footer-col-5 a, .footer-col-6 a {
        display: block;
        font-size: 16px;
        padding: 5px 0;
        font-weight: 400;
        color: #dbd8d8;
    }

.f2 {
    margin-top: 40px;
}

.footer-col-5 {
    margin-right: 0 !important;
}

    .footer-col-5 ul li {
        display: inline-block;
    }

        .footer-col-5 ul li a {
            text-indent: -9999px;
            width: 30px;
            height: 29px;
            display: inline-block;
            opacity: .29;
        }

            .footer-col-5 ul li a.tweet {
                background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
                background-position: -913px -17px;
            }

            .footer-col-5 ul li a.facebook {
                background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
                background-position: -949px -17px;
            }

            .footer-col-5 ul li a.linkdin {
                background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
                background-position: -984px -17px;
            }

    .footer-col-5 ul {
        margin-bottom: 45px;
    }

.f2 a, .f3 a {
    font-size: 10.15px;
    display: inline-block;
    padding-right: 4px;
}

section.footer p {
    color: #999999;
    font-size: 10.15px;
}

section.footer .footer-col-5 a { /* color: #999999; */
    position: relative;
}

    section.footer .footer-col-5 a:hover {
        color: #bea17f;
    }

.f3 {
    margin: 40px 0 30px;
    position: relative;
}

section.footer .footer-col-5 .f3 a:after {
    background: #ffffff8a;
    content: "";
    position: absolute;
    height: 9px;
    width: 1px;
    right: -2px;
    top: 3px;
}




#myCarousel1 .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}


#myCarousel1 .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    margin: 0 60px;
}

    #myCarousel1 .carousel-indicators > li.active img {
        opacity: 0.7;
    }



/*popular-destination */


.img-block img {
    width: 100%;
}

section.popular-destination .item {
    margin: 18px 0;
}

section.popular-destination {
    background: #f8f7f7;
    padding: 40px 0 60px;
    position: relative;
}

    section.popular-destination h3 {
        text-align: center;
        font-size: 30px;
        font-family: oswald;
        font-weight: 900;
    }

.img-block-detail {
    background: #fff;
    padding: 25px 19px 44px;
    text-align: left;
    box-shadow: 0px 1px 7px #ddd;
    border: 1px solid transparent;
}

    .img-block-detail h2 {
        font-size: 20px;
        color: #000000;
        display: inline-block;
    }

    .img-block-detail .price {
        display: inline-block;
        float: right;
        font-size: 20px;
        font-weight: bold;
        color: #0968a7;
        margin-top: -4px;
    }

    .img-block-detail p {
        font-size: 16px;
        color: #535964;
        font-weight: 500;
    }

.airline-detail img {
    border: 1px solid #b3b3b3;
    padding: 0 12px;
    border-radius: 8px;
    width: auto !important;
}

.airline-detail ul {
    margin: 10px 0;
}

    .airline-detail ul li {
        display: inline-block;
        font-size: 12px;
        color: #535964;
        vertical-align: top;
        font-weight: 500;
    }

        .airline-detail ul li:nth-child(2) {
            float: right;
        }

.book-now {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    text-align: center;
}

    .book-now a {
        color: #0969a8;
        border: 1px solid #0969a8;
        padding: 8px 44px 8px 21px;
        border-radius: 11px;
        background: #fff;
        position: relative;
    }

section.popular-destination b {
    background: #ef7149;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50px;
    margin: auto;
    /* position: relative; */
}

    section.popular-destination b:before {
        content: "";
        background: #0968a7;
        width: 12%;
        position: absolute;
        height: 1px;
        left: 36%;
        top: 110px;
    }

    section.popular-destination b:after {
        content: "";
        background: #0968a7;
        width: 12%;
        position: absolute;
        height: 1px;
        right: 36%;
        top: 110px;
    }

section.popular-destination span {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 16px;
    color: #535964;
}

.img-block-detail {
}

    .img-block-detail:hover {
        border: 1px solid #000;
    }





/*
fotter section css*/

section.foooter-mail {
    background: #054067;
    padding: 30px 30px 48px;
    /* text-align: center; */
    color: #fff;
    position: relative;
}

    section.foooter-mail p strong {
        display: block;
        font-family: oswald;
        letter-spacing: 2px;
    }

    section.foooter-mail span {
        display: block;
        padding-right: 78px;
        font-family: roboto;
        font-size: 16px;
    }

    section.foooter-mail p {
        font-size: 18px;
        font-weight: 500;
        font-family: oswald;
        letter-spacing: 1px;
        padding: 0 42px;
    }

    section.foooter-mail strong {
        font-size: 20px;
    }

    section.foooter-mail a {
        font-family: roboto;
    }

section.foooter-connect {
    text-align: center;
    padding: 52px 52px 20px;
    background: #022e4c;
    color: #fff;
    text-transform: capitalize;
}

    section.foooter-connect p {
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 0;
        font-family: oswald;
        letter-spacing: 1px;
        font-size: 24px;
        font-weight: 300;
    }

.partner {
    text-align: center;
}

.holders {
    background: #b3b2b2;
    display: inline-block;
    padding: 11px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

    .holders span {
        padding-right: 10px
    }

section.footer-disclaimer {
    background: #ef7149;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 41px 0px 18px;
}

    section.footer-disclaimer p {
        font-size: 12px;
        line-height: 23px;
    }

section.copyright {
    text-align: center;
    padding: 15px 0;
    background: #0969a8;
    color: #fff;
    font-size: 23px;
}

    section.copyright p {
        margin: 0;
        font-size: 14px;
    }


/*
flight-search*/

.top-main-head {
    /* background: #000; */
    /* padding: 10px; */
}

.top-main-head {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1px;
    margin-left: 18px;
    margin-top: 31px;
}

.flight-icon {
    display: inline-block;
    background: #000;
    padding: 10px 44px;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.flight-content {
    background: rgba(0, 0, 0, 0.82);
    border-radius: 8px;
    padding: 15px 12px;
    height: 71px;
    margin-top: 7px;
    width: 79%;
    margin-left: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .flight-content ul li {
        display: inline-block;
    }

        .flight-content ul li p:before {
            background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
            content: "";
            display: inline-block;
            width: 32px;
            height: 30px;
            position: absolute;
            top: 9px;
            left: 10px;
            background-position: -317px -691px;
        }

.trip-fileld {
    margin-bottom: 30px;
}

.search-panel-2 {
    background: rgba(0, 0, 0, 0.72);
    width: 100%;
    border-radius: 8px;
    padding: 30px 28px;
}

.flight-content ul li p {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 11px 19px 11px 53px;
    position: relative;
}

.trip-fileld ul li {
    display: inline-block;
    padding: 0 30px 0 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

    .trip-fileld ul li input {
        margin-right: 0px;
    }

.trip-form ul li {
    display: inline-block;
    width: 49%;
    margin-right: 10px;
    margin-bottom: 23px;
    position: relative;
}

.trip-form {
    display: flex;
    flex-wrap: wrap;
}

    .trip-form ul li input {
        width: 100%;
        padding: 10px 34px;
        border-radius: 7px;
        border: 2px solid transparent;
        font-weight: 500;
        color: #969595;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        outline: 0;
        margin: 0;
        background: #f8f8f8 !important;
    }

    .trip-form ul li select {
        width: 100%;
        padding: 10px;
        border-radius: 7px;
        border: 0px;
        height: 42px;
    }

    .trip-form ul li label {
        color: #fff;
    }

    .trip-form ul li:nth-child(3) {
        width: 24%;
    }

    .trip-form ul li:nth-child(4) {
        width: 24%;
    }

    .trip-form ul li:nth-child(5) {
        width: 24%;
    }

    .trip-form ul li:nth-child(6) {
        width: 22%;
        margin-right: 0;
    }

    .trip-form ul li:nth-child(2) {
        margin-right: 0;
    }

.check-box {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.booking-passsanger {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
}

    .booking-passsanger em {
        color: #cb6e56;
        font-weight: 500;
    }

        .booking-passsanger em a {
            color: #cb6e56;
            text-decoration: underline;
        }

    .booking-passsanger p {
        font-size: 14px;
    }

.flight-content ul li:nth-child(2) p {
    padding-right: 0px;
}

.flight-icon:before {
    background: #cc6c54 url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    content: "";
    display: inline-block;
    width: 140px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 1px;
    background-position: 33px;
    padding: 64px;
    z-index: -1;
    border-radius: 5px;
}

.flight-icon p {
    color: #fff;
    padding: 30px 0 0;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.find-slider {
    background: rgba(239, 111, 72, 0.76);
    padding: 39px 52px 27px;
    margin-top: 108px;
    border-radius: 6px;
}

    .find-slider h1 {
        font-size: 29px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 26px;
        font-family: oswald;
        line-height: 34px;
    }

    .find-slider p {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
    }

    .find-slider .owl-dots {
        position: absolute;
        right: -21px;
        bottom: 7px;
    }

    .find-slider a.read-more {
        background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
        background-position: -584px -530px;
        display: inline-block;
        width: 44px;
        height: 44px;
        text-indent: -9999px;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 14px 0 0;
    }

.call-number {
    background: rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    text-align: center;
    margin-top: 39px;
    padding: 30px;
}

    .call-number p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 16px;
    }

        .call-number p span {
            display: block;
            font-size: 20px;
            font-family: oswald;
            letter-spacing: 1px;
            font-weight: 400;
            line-height: 25px;
        }

    .call-number h5 {
        background: #fff;
        border-radius: 5px;
        display: inline-block;
        padding: 5px 15px;
        font-family: oswald;
        font-size: 25px;
        letter-spacing: 1.6px;
        margin: 5px;
        letter-spacing: 3px;
    }

.search-now {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 12px;
}

    .search-now a {
        display: inline-block;
        background: #ef7149;
        padding: 9px 24px;
        font-weight: 500;
        color: #fff;
        font-size: 24px;
        border-radius: 6px;
        box-shadow: 1px 2px 11px #080707;
        text-shadow: 1px 1px 1px #000;
    }

.domestic-head p:after {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -1012px -539px;
    display: inline-block;
    width: 35px;
    height: 42px;
    content: "";
    position: absolute;
    left: 74%;
}

.domestic-head p {
    position: relative;
    margin-bottom: 0;
}

.foooter-mail .col-sm-4:nth-child(1):before {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -6px -1383px;
    display: inline-block;
    width: 46px;
    height: 42px;
    /* content:""; */
    position: absolute;
    left: 0%;
    content: "";
}

.foooter-mail .col-sm-4:nth-child(2):before {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -217px -1377px;
    display: inline-block;
    width: 43px;
    height: 47px;
    content: "";
    position: absolute;
    left: 0%;
    content: "";
}

.foooter-mail .col-sm-4:nth-child(3) p {
    padding: 0 0 0 40px
}

.foooter-mail .col-sm-4:nth-child(3):before {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -461px -1382px;
    display: inline-block;
    width: 43px;
    height: 45px;
    content: "";
    position: absolute;
    left: 0%;
    content: "";
}

.testimonial-list img {
    width: auto !Important;
}

.detail-testimonial img {
}

.detail-testimonial img {
    display: inline-block !Important;
    padding: 0px 5px 0 0;
}

.detail-testimonial {
    padding: 22px 105px 22px 2px;
    font-style: italic;
}

i.map-icon:before {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -14px -932px;
    display: inline-block;
    width: 39px;
    height: 29px;
    position: absolute;
    left: 0%;
    content: "";
    z-index: 0;
    top: 33px;
}

.trip-form ul li:nth-child(3) i.map-icon:before {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -14px -1102px;
    display: inline-block;
    width: 39px;
    height: 29px;
    position: absolute;
    left: 0%;
    content: "";
    z-index: 999;
    top: 33px;
}

.trip-form ul li:nth-child(3) i.map-icon:before {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -14px -1102px;
    display: inline-block;
    width: 39px;
    height: 29px;
    position: absolute;
    left: 0%;
    content: "";
    z-index: 999;
    top: 33px;
}

.trip-form ul li:nth-child(4) i.map-icon:before {
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -14px -1102px;
    display: inline-block;
    width: 39px;
    height: 29px;
    position: absolute;
    left: 0%;
    content: "";
    z-index: 999;
    top: 33px;
}

.trip-form ul li:nth-child(5) i.map-icon:before {
    background: #f8f8f8 url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -320px -1097px;
    display: inline-block;
    width: 39px;
    height: 29px;
    position: absolute;
    right: 0%;
    content: "";
    z-index: 999;
    top: 38px;
    left: inherit;
    -webkit-appearance: none;
    pointer-events: none;
}

.trip-form ul li:nth-child(6) i.map-icon:before {
    background: #f8f8f8 url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    background-position: -320px -1097px;
    display: inline-block;
    width: 39px;
    height: 29px;
    position: absolute;
    right: 0%;
    content: "";
    z-index: 999;
    top: 38px;
    left: inherit;
    -webkit-appearance: none;
    pointer-events: none;
}

.sign-in a:hover {
    background: #ef6f48;
    border: 1px solid #ef6f48;
    color: #fff;
}

.book-now a:after {
    content: "";
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    width: 30px;
    height: 38px;
    display: inline-block;
    background-position: -17px -309px;
    position: absolute;
    right: 6px;
}

.book-now:hover a {
    background: #ee6236;
    border: 1px solid #ee6236;
    color: #fff;
}

.img-block-detail:hover a {
    background: #ee6236;
    border: 1px solid #ee6236;
    color: #fff;
}

    .img-block-detail:hover a:after {
        content: "";
        background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
        width: 30px;
        height: 38px;
        display: inline-block;
        background-position: -141px -310px;
        position: absolute;
        right: 6px;
    }

section.foooter-mail p:after {
    top: 0px;
    content: "";
    border-right: 1px solid #042f4c;
    position: absolute;
    right: 44px;
    width: 76px;
    height: 81px;
}


@media only screen and (min-width: 760px) {
    /*******
    Ui DatePicker
    *********/
    .ui-datepicker.ui-widget {
        width: 590px !important;
        padding: 14px 4px;
        z-index: 99999 !important;
    }

    .ui-datepicker .ui-datepicker-header.ui-widget-header {
        padding-bottom: 10px;
    }

    .ui-datepicker-header {
        background-color: #fff !important;
        border: 0px !important;
    }

    .ui-datepicker-title {
        color: #137fb0;
        font-family: roboto;
        font-weight: 400;
        font-size: .9em;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 50% !important;
    }

    .ui-datepicker-current-day.ui-datepicker-today .ui-state-default.ui-state-highlight.ui-state-active {
        color: #fff;
    }

    .ui-datepicker-current-day a {
        color: #fff !important;
    }

    .ui-datepicker-calendar td {
        width: 35px;
        height: 35px;
    }

        .ui-datepicker-calendar td a, .ui-datepicker-unselectable span {
            background: transparent !important;
            border: none !important;
            text-align: center !important;
        }

        .ui-datepicker-calendar td.dp-highlight {
            background: rgba(19, 127, 176, 0.19);
        }

        .ui-datepicker-calendar td:hover {
            background-color: #d1e7f0 !important;
            color: #164880 !important;
        }

        .ui-datepicker-calendar tr th, .ui-datepicker-calendar td.ui-datepicker-current-day,
        .ui-datepicker-calendar td.ui-datepicker-days-cell-over.dp-highlight a,
        .ui-datepicker-calendar td.ui-datepicker-current-day:hover {
            background-color: #137fb0;
            color: #fff;
        }

    .display-none {
        opacity: 0 !important;
        position: absolute;
    }

    .ui-datepicker-today {
        background: #fff;
    }

        .ui-datepicker-today a {
            font-weight: 600 !important;
        }

    .ui-datepicker-days-cell-over.dp-highlight {
        background: #137fb0 !important;
    }
    /*.ui-state-disabled.dp-highlight {background-color: #137fb0 !important;opacity:1;color:#fff !important;}
.ui-state-disabled.dp-highlight span {color:#fff !important;}*/
    .ui-datepicker-today {
        background-color: #fff !important;
    }

    a.ui-datepicker-next span.ui-icon {
        background: url(/ImageApplications/Images/icon/datepicker-arrow.png) no-repeat 89% 3% !important;
        height: 21px;
        width: 22px;
        top: 9px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 1px !important;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 1px !important;
    }

    a.ui-datepicker-prev span.ui-icon {
        background: url(/ImageApplications/Images/icon/datepicker-arrow.png) no-repeat 9% 3% !important;
        height: 25px;
        width: 26px;
        top: 9px;
    }

    .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,
    .ui-button:hover,
    .ui-button:focus {
        border: 1px solid transparent !important;
        background-color: transparent !important;
    }

    .htl-des {
        position: relative;
    }

        .htl-des .clear-input-htl {
            top: 29%;
            right: 0px;
        }

    .subcribe-msg p {
        color: #de0400;
        font-size: 13px;
    }

    .ui-menu .ui-menu-item.prefer {
        font-size: 16px;
        padding: 3px 10px;
        border-bottom: 1px solid #f1f1f1 !important;
    }

    #FlightClass {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(..images/custom-down.png);
        background-repeat: no-repeat;
        background-position: right;
        width: 80%;
    }

    #show-passenger.location_wrapper {
        position: relative;
    }

    #show-passenger .passengers-text {
        position: absolute;
        top: 2px;
        left: 58px;
        font-size: 21px;
        color: #999;
        font-weight: 600;
    }

    .padr30 {
        padding-right: 30px !important;
    }

    .clor-light {
        color: #b1b1b1 !important;
    }

    .selectpicker {
        padding-left: 5px !important;
    }

    .sel-mnth {
        margin-right: 1px;
    }

    .ui-autocomplete .airList.ui-menu-item, .ui-autocomplete .karlist.ui-menu-item:last-child {
        border-bottom: none !important;
    }

    #ui-id-4.ui-widget.ui-widget-content.ui-autocomplete {
        padding-bottom: 0px;
    }

    .ui-datepicker-title select {
        background: none;
        border: 0;
        color: #137fb0;
        -webkit-appearance: none;
        pointer-events: none;
        width: auto !important;
    }
}


/*passanger count css*/

.trip-form .input-group label {
    width: 170px;
    display: inline-block;
    color: #000;
    padding: 5px;
    font-weight: 500;
}

.value {
    width: 127px;
    display: flex;
    float: right;
}

#content1 {
    width: 467px;
    left: 32px;
}

#content2 {
    width: 467px;
    left: 32px;
}

#content {
    width: 326px;
    left: 0px;
}

#show-passenger.location_wrapper {
    position: inherit;
}

#show-passenger input.trCoun {
    height: 46px;
    background: #f8f8f8 url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat !important;
    background-position: -199px -1090px !important;
}

.trip-form ul li input.class-type {
    height: 46px;
    background: #f8f8f8 url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat !important;
    background-position: -208px -1090px !important;
}

#show-passenger .passengers-text {
    position: absolute;
    top: 2px;
    left: 58px;
    font-size: 21px;
    color: #999;
    font-weight: 600;
}

.other-fields, select.other-fields {
    border: 0px;
    box-shadow: 0px 0px;
    font-size: 21px;
    width: 85%;
    font-family: OpenSans-Semibold;
    margin-left: 26px;
    background: transparent;
    padding: 0px 5px;
    color: #999;
}

    select.other-fields option, .carDropdown option, .advance-field option {
        font-size: 14px;
        padding-left: 5px;
    }

.search-set-icon {
    background: url('/travelresources/Images/New_Home/images/search-set.png');
    background-repeat: no-repeat;
}

.book-class-icon {
    min-height: 33px;
    background-position: -6px -143px;
    position: absolute;
    width: 42px;
}

.passenger-count {
    position: absolute;
    background: #fff;
    padding: 12px;
    border: 1px solid #0d86e0;
    b;
    border-top: 7px solid #0d86e0;
    overflow: visible !important;
    z-index: 9999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 15px -3px #5db9ff;
}

.wid100 {
    width: 100%;
}

.qty {
    display: inline-block;
    width: 45%;
    text-align: center;
    border: 0px;
    box-shadow: 0px 0px;
    font-size: 25px;
    color: #848b8d;
    padding: 0px;
}

.qtyplus, .qtyminus, .qtyplushotel, .qtyminushotel, .qtyplushoteladult, .qtyminushoteladult {
    background: transparent;
    border: 2px solid #848b8d;
    width: 30px;
    color: #848b8d;
    font-size: 18px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
}

.circle-control {
    border: 1px solid;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    padding-top: 1px;
}

.incremnt-block {
    background: #f8f8f8;
    padding: 7px 1px 1px;
    margin-top: 10px;
    font-size: 12px
}

.trip-form .value input {
    width: 52px !important;
    display: inline-block;
    text-align: center;
    padding: 0 !Important;
    border-radius: 0;
    border: 0;
    height: 32px;
    background: rgba(27, 133, 225, 0.12) !important;
    color: rgba(27, 133, 225, 0.83) !important;
}

#dvSearchUser span.input-group-btn {
    display: inline-block;
}

#dvSearchUser button.btn.btn-default.value-control {
    background: #ef7149;
    padding: 5px 11px;
    border-radius: 0;
    color: #fff;
    font-weight: 100;
}

.flight-icon1 {
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}

    .flight-icon1 i {
        color: #046c9a;
    }

.flight-location {
    font-size: 14px;
    font-family: roboto;
    width: 88%;
}

#content1 .input-group, #content2 .input-group {
    border-bottom: 1px solid #046c9a26;
    padding: 10px;
}

.trip-form ul li input:hover {
    border: 2px solid #1b85e1;
}

.flight-location ul {
    margin: 10px 0;
}

    .flight-location ul li {
        display: block;
        width: 100% !Important;
        border-bottom: 2px dotted #ddd;
        padding: 8px 0px 8px 40px;
        margin: 0;
        background: url(../images/list.png) 5px no-repeat;
        font-size: 14px;
    }

.trip-form ul li:nth-child(5) input.form-control.other-fields {
    padding-left: 10px;
}

.trip-form ul li:nth-child(6) input {
    padding-left: 10px;
}

.trip-form .input-group label:hover {
    background: #dbe9f5;
}


.domestic-img.bg-blue {
    background: #1369a9;
    height: 243px;
    text-align: center;
    font-family: oswald;
    color: #fff;
    padding: 29px;
}

    .domestic-img.bg-blue h2 {
        font-weight: 300;
        font-family: oswald;
        letter-spacing: 3px;
        font-size: 25px;
        margin-bottom: 10px;
    }

        .domestic-img.bg-blue h2 strong {
            font-weight: 600;
            letter-spacing: 1px;
            display: block;
        }

    .domestic-img.bg-blue .all-time span {
        display: inline-block;
        background: #054067 url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
        font-size: 30px;
        font-family: oswald;
        font-weight: bold;
        letter-spacing: 3px;
        padding: 5px 16px 5px 53px;
        border-radius: 5px;
        background-position: -216px -1368px;
        position: relative;
        margin-bottom: 10px;
    }

        .domestic-img.bg-blue .all-time span:before {
            position: absolute;
            content: "";
            background: #ddd;
            width: 76px;
            height: 1px;
            left: -64%;
            top: 28px;
        }

        .domestic-img.bg-blue .all-time span:after {
            position: absolute;
            content: "";
            background: #ddd;
            width: 76px;
            height: 1px;
            right: -64%;
            top: 28px;
        }

    .domestic-img.bg-blue .all-time p strong {
        font-size: 31px;
    }

#vacations-slider3 button.owl-prev {
    background: #ddd url(../images/right-nav.png) no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 34%;
    left: 0%;
    opacity: 1;
    background-position: 11px;
    text-decoration: none;
    box-shadow: 0px 1px 2px #000;
}

#vacations-slider3 button.owl-next {
    background: #ddd url(../images/left-nav.png) no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 34%;
    right: 0%;
    opacity: 1;
    background-position: 11px;
    text-decoration: none;
    box-shadow: 0px 1px 2px #000;
}

    #vacations-slider3 button.owl-next span, #vacations-slider3 button.owl-prev span {
        text-decoration: none;
        text-indent: -99999px;
    }
/*! ####################################################################### 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: relative;
    background: #0671ba;
    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-family: Arial, Helvetica, sans-serif;
    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: #0671ba;
    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;
}
/*CSS for listiong page by skk*/
.listing-header {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.display-inline-block {
    width: 100%;
    float: left;
}

    .display-inline-block .price-display:hover {
        background: #fff;
        color: #000;
        border: 1px solid #157cc1;
    }

    .display-inline-block .price-display.sign-in-btn:hover {
        background: #ff6600;
    }

.price-in {
    display: inline-block;
}

    .price-in.call-icon {
        background: url(../images/phone-icon.png) no-repeat left center;
        padding-left: 30px;
        margin-left: 20px;
        padding: 0px 0;
        padding-left: 55px;
        font-size: 17px;
        color: #157cc1;
    }

a.telphone {
    color: #EF7149;
    font-size: 33px;
    vertical-align: middle;
    border: 1px solid transparent;
    line-height: 40px;
}

.display-inline-block .price-display {
    background: #157CC1;
    padding: 6px 15px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid transparent;
    margin-left: 10px;
    font-size: 18px;
}

    .display-inline-block .price-display.sign-in-btn {
        background: transparent;
        color: #000;
        border: 1px solid #157cc1;
    }

.listing-widget {
    width: 100%;
    float: left;
    background: #157CC1;
    padding: 20px 0;
    margin-bottom: 0px;
}

.listing-content {
    width: 100%;
    float: left;
    background: #F7F7F7;
    padding-top: 20px
}

.heading-top {
    width: 100%;
    float: left;
}

    .heading-top h1 {
        color: #157CC1;
        font-size: 23px;
        line-height: 30px;
        font-family: 'Oswald', sans-serif;
        margin: 0px;
        padding: 0px;
    }

        .heading-top h1 span {
            color: #3D3D3D;
            font-size: 14px;
            line-height: 20px;
            font-weight: 300;
        }

    .heading-top p {
        color: #3D3D3D;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        padding-top: 10px;
    }

.sac_matrix {
    margin: 10px 0px;
    padding: 0px;
    list-style: none;
}

    .sac_matrix li {
        border: 1px solid #CBCBCB;
        display: inline-block;
        font-size: 18px;
        line-height: 25px;
        font-family: 'Oswald', sans-serif;
        box-shadow: 0 0 5px #dcd6d6;
        width: 19.6%;
    }

        .sac_matrix li a {
            text-decoration: none;
            color: #191919;
            padding: 2px 5px;
            padding-left: 40px;
            display: block;
            background: #EBECEF;
        }

            .sac_matrix li a:hover {
                background: #F07D5B url(../images/plan-icon.png) no-repeat 5px center !important;
                color: #fff;
            }

        .sac_matrix li:nth-child(1) a {
            background: #EBECEF url(../images/plan-icon.png) no-repeat 5px center
        }

        .sac_matrix li:nth-child(2) a {
            background: #EBECEF url(../images/plan-icon.png) no-repeat 5px center
        }

        .sac_matrix li:nth-child(3) a {
            background: #EBECEF url(../images/plan-icon.png) no-repeat 5px center
        }

        .sac_matrix li:nth-child(4) a {
            background: #EBECEF url(../images/plan-icon.png) no-repeat 5px center
        }

        .sac_matrix li:nth-child(5) a {
            background: #EBECEF url(../images/plan-icon.png) no-repeat 5px center
        }

        .sac_matrix li span {
            display: block;
            font-size: 14px;
            line-height: 20px;
        }

.listing-list {
    width: 100%;
    float: left;
}

    .listing-list .list_sac {
        width: 100%;
        float: left;
        box-shadow: 0 0 11px #ada6a6;
        -moz-box-shadow: 0 0 11px #ada6a6;
        -webkit-box-shadow: 0 0 11px #ada6a6;
        background: #fff;
        border-radius: 3px;
        margin-bottom: 30px;
    }

.heading-price {
    color: #157CC1;
    font-size: 27px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    padding-top: 13px;
    padding-bottom: 10px;
}

    .heading-price span {
        color: #000;
        font-size: 20px;
        line-height: 20px;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

    .heading-price p {
        color: #9B9B9B;
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
        font-family: arial;
        margin-bottom: 0px;
    }

.watch-line {
    width: 100%;
    float: left;
    padding: 0px 0;
    background: url(../images/watch.png) no-repeat;
    background-position: 23px center;
    padding-left: 27px;
    font-size: 16px;
    text-align: right;
}

    .watch-line .light-red {
        color: #EF7149;
    }

    .watch-line button {
        background: #EF7149;
        padding: 10px 20px;
        border-radius: 5px;
        border-top: 2px solid #E65633;
        margin: 10px 0;
        display: inline-block;
        border-left: 2px solid #E65633;
        border-right: 2px solid #E65633;
        border-bottom: 1px solid #C1674A;
        font-weight: bold;
        font-size: 21px;
        text-transform: capitalize;
        margin-left: 10px;
        color: #fff;
    }

.list_sac_border {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cccc;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.infor-row {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #358ECA;
    margin-bottom: 10px;
}

.fly-icon .flight-info {
    width: 66%;
    float: left;
    margin-left: 10px;
}

    .fly-icon .flight-info span {
        display: block;
        color: #7C7C7C;
        font-size: 12px;
    }

.timing-date span {
    display: block;
    color: #0DB704;
    font-size: 12px;
}

.or-des span.no-pos {
    display: block;
    color: #7C7C7C;
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.or-des span.no-pos1 {
    display: block;
    color: #7C7C7C;
    font-size: 12px;
    top: 16px;
    position: absolute;
    width: 100%;
    left: 0px;
}

.stoping {
    text-align: right;
}

    .stoping span {
        display: block;
        color: #7C7C7C;
        font-size: 12px;
    }

.bagges-fee {
    width: 26%;
    color: #7C7C7C;
    font-size: 12px;
    background: url(/ImageApplications/Images/Icon/travelodaddy-briefcase.png) no-repeat left -1px;
    padding-left: 20px;
    text-align: left;
    float: right;
    padding-bottom: 10px;
}

.flight-duration.time-duration {
    padding-left: 30px;
    padding-right: 15px;
    color: #7C7C7C
}

.flight-duration.middle {
    background: url(../images/double-flight.jpg) no-repeat left center;
    padding-left: 50px;
    text-align: center;
    margin-left: 16%;
}

.flight-duration {
    float: left;
    padding-left: 30px;
    color: #7C7C7C;
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 5px;
    background: url(../images/range-watch.jpg) no-repeat left center;
    background-position: 12px 0px;
    ;
    margin-top: 20px;
}

.fly-icon .flight-info strong {
    color: #191919;
    font-weight: 400;
}

.fly-icon img {
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.infor-row.last-info {
    margin-bottom: 0px;
    border: none;
}

.gap-with-red-text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    padding: 14px 0;
    color: #ef7149;
}
/*sidebar*/
.sidebar-box {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

    .sidebar-box h2 {
        color: #515151;
        padding: 2px 0px;
        padding-left: 31px;
        display: block;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Oswald', sans-serif;
        margin: 0px 0 11px 0;
        background: url(../images/bell.jpg) no-repeat 0 0;
        font-weight: normal;
    }

    .sidebar-box label {
        font-weight: normal;
        color: #878787;
        display: block;
    }

        .sidebar-box label input[type="checkbox"], .sidebar-box label input[type="radio"] {
            margin-right: 5px;
        }

    .sidebar-box h3 {
        color: #3D3D3D;
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Oswald', sans-serif;
        margin: 0px 0 11px 0;
        font-weight: normal;
    }

    .sidebar-box h4 {
        color: #515151;
        padding: 2px 0px;
        display: block;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Oswald', sans-serif;
        margin: 0px 0 11px 0;
        font-weight: normal;
    }

.flight-reverse {
    width: 100%;
    float: left;
    background: url(../images/plane-both.jpg) no-repeat center center;
}

    .flight-reverse span:first-child {
        padding-left: 30px;
    }

    .flight-reverse span {
        background: #fff;
        color: #878787;
        font-size: 16px;
        line-height: 20px;
    }

.email-sign-up {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

    .email-sign-up .cst-btn {
        background: #ED734A;
        border: 1px solid #ED734A;
        font-weight: bold;
    }

    .email-sign-up .f-ctrl {
        width: 153px;
        float: left;
        background: #EBECEF;
        border: 1px solid #ccc;
        padding: 6px;
        border-radius: 3px;
        margin-right: 3px;
    }

.stop-filter {
    width: 100%;
    float: left;
}

    .stop-filter div.stop-list {
        width: 25%;
        float: left;
    }

        .stop-filter div.stop-list p {
            float: left;
            font-size: 12px;
            color: #757575;
            padding: 5px 0 0 0;
            margin: 0px;
        }

        .stop-filter div.stop-list .stop-one {
            background: #EBECEF;
            border: 1px solid #ccc;
            padding: 5px;
            width: 50px;
            float: left;
            text-align: center;
            border-radius: 3px;
            cursor: pointer;
        }

.listing-page-body .top-header ul {
    width: 64%;
}

.listing-page-body .number-contact {
    width: 20%;
}

.range-wrap {
    width: 100%;
    float: left;
    margin: 5px 0
}

    .range-wrap h4 {
        margin: 0;
        padding: 0px;
        font-size: 15px;
        line-height: 20px;
        font-family: Arial
    }
/*end sidebar*/
/*modify*/
.radio-box {
    width: 100%;
    float: left;
}

    .radio-box label {
        font-weight: normal;
        color: #fff;
        width: 8%;
    }

.source label {
    padding-left: 27px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 0px;
    position: relative;
    top: 3px;
}

.source input[type="text"] {
    background: transparent;
    border: none;
    margin-left: 10%;
    width: 90%;
    padding: 2px 5px;
    border-radius: 0px;
    color: #969595
}

.source {
    width: 18%;
    float: left;
    background: #F6F9FB url(../images/location1.png) no-repeat 5px center;
    margin-right: 1px;
    border-radius: 2px;
}

    .source.bluebg {
        box-shadow: 0 0 10px #000
    }

.text-over {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .text-over:hover {
        overflow: visible;
    }

.source.cal {
    width: 15%;
    float: left;
    background: #F6F9FB url(../images/travelodaddy-calander1.png) no-repeat 5px center;
    margin-right: 1px;
    border-radius: 2px;
}

    .source.cal input[type="text"] {
        background: transparent;
        border: none;
        margin-left: 10%;
        width: 90%;
        padding: 2px 10px;
        border-radius: 0px;
        color: #969595
    }

*:focus {
    outline: none;
}

.source.ddown {
    width: 11%;
    background: #F6F9FB url(../images/down-arrow.png) no-repeat 97% center;
}

.source.btn-warap {
    width: 11%;
    background: none;
}

    .source.btn-warap .cst-btn {
        background: #EF7149;
        padding: 9px 11px;
        border-radius: 5px;
        border-top: 2px solid #E65633;
        margin: 0;
        display: inline-block;
        border-left: 2px solid #E65633;
        border-right: 2px solid #E65633;
        border-bottom: 1px solid #C1674A;
        font-weight: bold;
        font-size: 17px;
        text-transform: capitalize;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

.source.ddown label {
    padding-left: 5px;
}

.source.ddown .ddClass {
    background: transparent;
    border: none;
    margin-left: 3%;
    width: 95%;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 2px 0px;
    border-radius: 0px;
    color: #969595
}
/*modify*/
/*range*/
.range-wrap .ui-slider-horizontal .ui-slider-range {
    border: 1px solid #197eb0;
    height: 4px;
    background: #197eb0;
}

#dep, #ret {
    margin: 20px 0 10px 0
}

.range-wrap .ui-state-default,
.range-wrap .ui-widget-content .ui-state-default,
.range-wrap .ui-widget-content .ui-state-hover {
    border: 1px solid #c5c5c5 !important;
    background: #fff;
    font-weight: normal;
    color: #454545;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    top: -7px !important;
}

    .range-wrap .ui-state-default:after {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        background: #157CC1;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin-top: -4px;
        margin-left: -4px;
    }

.range-wrap .ui-state-hover,
.range-wrap .ui-widget-content .ui-state-hover,
.range-wrap .ui-widget-header .ui-state-hover,
.range-wrap .ui-state-focus,
.range-wrap .ui-widget-content .ui-state-focus,
.range-wrap .ui-widget-header .ui-state-focus,
.range-wrap .ui-button:hover,
.range-wrap .ui-button:focus {
    border: 1px solid #c5c5c5 !important;
    background: #fff !important;
    font-weight: normal !important;
    color: #454545 !important;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    top: -7px !important;
}

.range-wrap .ui-widget.ui-widget-content {
    border: 1px solid transparent;
    background: #ef7149;
    height: 4px;
}

.range-wrap .ui-slider-horizontal .ui-slider-range {
    top: -1px;
}

.range-wrap .ui-slider-horizontal {
    height: 4px !important;
}

/*end range*/
#layover-time {
    background: #EBECEF;
    border: 1px solid #E4E4E5;
    border-radius: 5px;
    padding: 5px;
    vertical-align: top;
    color: #000;
}

.br-line-text + hr {
    margin: 5px 0 15px 0;
    width: 100%;
    float: left;
}

.br-line-text {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 0px;
    float: left;
    width: 100%;
}

.filter-row {
    float: left;
    margin: 20px 0;
    background: #ebecef;
    border: 1px solid #CBCBCB;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    box-shadow: 0 0 5px #dcd6d6;
    -moz-box-shadow: 0 0 5px #dcd6d6;
    -webkit-box-shadow: 0 0 5px #dcd6d6;
    width: 100%;
    padding: 5px;
}

    .filter-row ul {
        width: 100%;
        float: left;
    }

        .filter-row ul li {
            width: 24.85%;
            float: left;
            margin-right: 1px;
        }

            .filter-row ul li .filter-btn:hover, .filter-row ul li .filter-btn.active {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                border-top: 3px solid #0969a8;
                background: #F07D5B;
                font-weight: normal;
                color: #fff;
                text-shadow: 1px 1px 2px #000
            }

            .filter-row ul li .filter-btn {
                width: 100%;
                float: left;
                background: #FFFFFF;
                border: none;
                padding: 6px;
                font-weight: normal;
                color: #000;
                border-top: 3px solid transparent;
            }

.load-more {
    width: 100%;
    float: left;
    background: #157CC1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 4px 0;
}

    .load-more i {
        font-size: 20px;
    }

    .load-more button {
        color: #fff;
        width: 100%;
        background: transparent;
        border: none;
        font-size: 19px;
    }
/* end CSS for listiong page by skk*/
/*media Query list page*/
@media screen and (max-width: 1100px) {
    a.telphone {
        font-size: 21px;
    }

    .price-in.call-icon {
        margin-left: 0px;
        padding-left: 49px;
    }

    .display-inline-block .price-display {
        padding: 6px 10px;
    }

    .radio-box label {
        width: 13%;
    }

    .source {
        width: 17%;
    }

        .source.btn-warap {
            width: 13%;
        }

    .sac_matrix li {
        font-size: 14px;
        width: 19%;
    }

        .sac_matrix li span {
            font-size: 12px;
        }

    .watch-line button {
        padding: 10px 7px;
        font-size: 14px;
    }

    .watch-line {
        font-size: 14px;
    }

    .heading-price {
        font-size: 19px;
    }

        .heading-price span {
            font-size: 12px;
        }

    .bagges-fee {
        width: 100%;
        text-align: right;
        background-position: 69% 0px;
    }

    .fly-icon .flight-info {
        width: 55%;
        margin-left: 4px;
    }

    .or-des span.no-pos {
        font-size: 11px;
    }

    .or-des span.no-pos1 {
        font-size: 11px;
    }

    .sidebar-box h2 {
        padding-left: 25px;
        font-size: 14px;
    }

    .email-sign-up .f-ctrl {
        width: 100%;
        margin-bottom: 10px;
    }

    .email-sign-up .cst-btn {
        margin: 0 auto;
        float: none;
        display: inherit;
    }
    /*home responsive*/
    .top-header .menu ul li a {
        font-size: 15px;
        padding: 20px 36px 0px 14px;
    }

    .number-contact {
        /* display: flex; */
        top: -38px;
        LEFT: 18PX;
    }

    .flight-content {
        WIDTH: 74%;
    }

        .flight-content ul li:nth-child(2) p {
            display: none;
        }

    .trip-form ul li {
        width: 47%;
    }

        .trip-form ul li:nth-child(3) {
            width: 22%;
        }

    .find-slider {
    }

    .find-slider {
        padding: 20px 24px 23px;
        margin-top: 39px
    }

    .desination {
        padding: 0 5px;
    }

    .domestic-detail.last-detail ul li {
        padding: 24px;
    }
}

@media screen and (max-width:992px) {
    .number-contact {
        width: 53%;
        top: 0px;
    }

    .flight-content {
        width: 59%;
    }

    .trip-form ul li:nth-child(3) {
        WIDTH: 47%
    }

    .trip-form ul li:nth-child(4) {
        WIDTH: 47%
    }

    .trip-form ul li:nth-child(5) {
        WIDTH: 47%
    }

    .trip-form ul li:nth-child(6) {
        WIDTH: 47%
    }

    .call-number {
        margin-bottom: 40px;
    }

    .vacations-index-page {
        padding: 50px 0 25px 0;
    }

    .display-inline-block {
        text-align: right;
    }

    .hide-on-ipad {
        position: absolute;
        left: -100%;
        top: 0px;
        background: #000;
        z-index: 999;
        height: 100%;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

    .source, .source.cal {
        width: 25%;
        margin-right: 0px;
        margin-bottom: 5px;
    }

        .source.ddown {
            width: 25%;
        }

        .source.btn-warap {
            width: auto;
            float: right;
        }

    .or-des span.no-pos {
        left: 15px;
        top: 10px;
    }

    .or-des span.no-pos1 {
        left: 15px;
        top: 30px;
    }

    .stoping {
        padding-top: 15px;
    }

    .timing-date {
        text-align: right;
    }

    .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5, .footer-col-6 {
        width: 30%;
        margin-right: 0px;
    }

    .filter-show a {
        color: #fff;
    }

    .filter-show {
        width: 50px;
        float: right;
        padding: 5px;
        background: #000;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 17px;
        top: 10px;
    }

    .hide-on-ipad.come-on-out {
        left: 0;
    }

    .close, .close:focus, .close:hover {
        opacity: 1;
        color: #fff;
    }

    .stop-filter div.stop-list .stop-one {
        margin-right: 10px;
    }

    .partner img {
        width: 100%;
    }

    .color-light {
        color: #fff;
    }
}

@media screen and (max-width:767px) {
    body .navbar-brand img {
        width: 82%;
        margin-left: 10px
    }

    .top-header ul {
        margin-top: 10px;
    }

    #myNavbar img {
        width: 40px
    }

    body .top-header ul li:nth-child(2) a {
        font-size: 18px
    }

    .partner img {
        width: 47%;
    }

    .center-in-phone {
        text-align: center;
    }

    .radio-box label {
        width: 32%;
    }

    .source, .source.cal {
        width: 48%;
        margin-right: 5px
    }

        .source.ddown {
            width: 48%;
            margin-right: 5px
        }

    .filter-show {
        width: 100%;
        right: 0px;
        top: 0px;
        position: static;
    }

        .filter-show a {
            width: 100%;
            display: block;
        }

    .sac_matrix li {
        font-size: 14px;
        width: 49%;
        margin-bottom: 5px;
    }

    .filter-row ul li {
        width: 48%;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .watch-line {
        font-size: 12px;
        padding-left: 0px;
        background-image: none;
    }

    .bagges-fee {
        width: 100%;
        text-align: left;
        background-position: 0% 0px;
    }

    .timing-date {
        text-align: left;
        margin-top: 12px;
    }

    .flight-duration.middle {
        background: url(../images/double-flight.jpg) no-repeat 5px center;
        padding-left: 50px;
        margin-left: 0;
    }

    .flight-duration.time-duration {
        padding-left: 30px;
        float: left !important;
    }

    .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5, .footer-col-6 {
        width: 100%;
    }

    section.footer, section.foooter-mail {
        padding: 40px 10px 28px;
    }

        section.foooter-mail p:after {
            display: none;
        }

    .display-inline-block {
        text-align: center;
        margin-top: 18px;
        display: block;
    }

    .listing-header {
        padding: 10px 0 0 0;
    }

    .price-in.call-icon {
        margin-left: 0px;
        padding-left: 33px;
        font-size: 14px;
        background-size: 8%;
    }
    /*home */
    .flight-content {
        width: 54%;
    }

        .flight-content ul li p {
            font-size: 12px;
            padding-top: 6px;
        }

    .trip-form ul li input {
        padding-right: 10px;
    }

    .trip-form ul li:nth-child(3) {
        WIDTH: 44%;
    }

    .find-slider, .call-number {
        display: none;
    }

    section.flight-guarantee {
        margin-top: 50px;
    }

    .icon-1:before {
        top: -20px;
    }

    .icon-2:before {
        top: -20px;
    }

    .icon-3:before {
        top: -20px;
    }

    .icon-4:before {
        top: -20px;
    }

    .trip-fileld ul li {
        padding-right: 10px;
    }

    .number-contact {
        width: 71%;
        top: 10px;
    }
}

@media screen and (max-width:320px) {
    .flight-content {
        display: none;
    }

    .number-contact {
        width: 100%;
        top: 10px;
    }

    .sign-in-btn-home {
        width: 100%;
        text-align: center;
        margin: 5px 0 0 0
    }

    .trip-form ul li {
        width: 100%;
    }

        .trip-form ul li:nth-child(3) {
            width: 100%;
        }

        .trip-form ul li:nth-child(4) {
            width: 100%;
        }

        .trip-form ul li:nth-child(5) {
            width: 100%;
        }

        .trip-form ul li:nth-child(6) {
            width: 100%;
        }

    .vacation-banner {
        height: auto;
    }

    .trip-fileld ul li {
        font-size: 11px;
    }

    .sac_matrix li {
        width: 100%;
        font-size: 20px;
    }

        .sac_matrix li span {
            font-size: 16px;
            line-height: 20px;
        }

    .filter-row ul li {
        width: 47%;
    }

    .radio-box label {
        width: 49%;
    }

    .price-in {
        margin-bottom: 10px;
    }
}


/*slider css*/
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider arrow skin 106 css*/
.slider {
    width: 100%;
    float: left;
}

;
}


.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora106 .c {
        fill: #fff;
        color: #fff;
        font-size: 44px;
    }

    .jssora106 .a {
        fill: none;
        stroke: #000;
        stroke-width: 350;
        stroke-miterlimit: 10;
    }

    .jssora106:hover .c {
        opacity: .5;
    }

    .jssora106:hover .a {
        opacity: .8;
    }

    .jssora106.jssora106dn .c {
        opacity: .2;
    }

    .jssora106.jssora106dn .a {
        opacity: 1;
    }

    .jssora106.jssora106ds {
        opacity: .3;
        pointer-events: none;
    }

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #000;
        box-sizing: border-box;
        z-index: 1;
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

    .jssort101 .p:hover .cv {
        background-color: rgba(0,0,0,6);
        opacity: .35;
    }

    .jssort101 .p:hover.pdn {
        padding: 0;
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35;
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}
/*End media Query list page*/

section.landing-page-deal {
    background: #f8f7f7;
    padding: 44px 0px;
}

.landing-page-deal h3 {
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin-bottom: 5px;
    font-family: Oswald;
}

.landing-page-deal p {
    font-size: 14px;
    color: #535964;
    font-weight: normal;
}

.landing-page-deal .blue-text {
    color: #0969a8
}


/*tab css*/
.tab_wrapper {
    margin: 0px 0 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff;
}

    .tab_wrapper * {
        box-sizing: border-box;
    }

    .tab_wrapper > ul {
        clear: both;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #e7e2e2;
        background: #f8f7f7;
    }

        .tab_wrapper > ul li {
            float: left;
            cursor: pointer;
            padding: 12px 18px;
            text-transform: uppercase;
            border: 1px solid #ccc;
            font-size: 1.05em;
            border-bottom: 0;
            position: relative;
            background: #f1efef;
            color: #7c7c7c;
            text-align: center;
            line-height: 25px;
        }

            .tab_wrapper > ul li.right {
                width: 32.6%;
                margin-right: 0px;
                float: right;
            }

            .tab_wrapper > ul li.mid {
                width: 30.6%;
                margin-right: 10PX;
            }

            .tab_wrapper > ul li.left {
                width: 32.6%;
                margin-right: 10PX;
            }

            .tab_wrapper > ul li.active {
                border-color: #e7e2e2;
                color: #7c7c7c;
                background: #fff;
                font-weight: bold;
            }

                .tab_wrapper > ul li.active:after {
                    content: "";
                    position: absolute;
                    bottom: -1px;
                    height: 1px;
                    left: 0;
                    background: #fff;
                    width: 100%;
                }

    .tab_wrapper .controller {
        display: block;
        overflow: hidden;
        clear: both;
        position: absolute;
        top: 0;
        right: 0;
    }

        .tab_wrapper .controller span {
            padding: 8px 22px;
            background: #49a4d9;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
        }

            .tab_wrapper .controller span.next {
                float: right;
                margin-left: 10px;
            }

    .tab_wrapper .content_wrapper {
        float: left;
        width: 100%;
        border: 1px solid #e3e3e3;
        border-top: 0;
        box-sizing: border-box;
        background: #fff;
        height: 278px;
        overflow-y: scroll;
        margin-top: -4px;
    }

        .tab_wrapper .content_wrapper .tab_content {
            display: none;
            padding: 10px 10px;
        }

            .tab_wrapper .content_wrapper .tab_content.active {
                /* display: block; */
            }

            .tab_wrapper .content_wrapper .tab_content .error {
                color: red;
            }

        .tab_wrapper .content_wrapper .accordian_header {
            display: none;
            padding: 10px 20px;
            text-transform: uppercase;
            font-weight: bold;
            border-bottom: 1px solid #fff;
            position: relative;
            cursor: pointer;
        }

            .tab_wrapper .content_wrapper .accordian_header.active {
                color: #49a4d9;
                border-bottom: 1px solid #f8f7f7;
            }

                .tab_wrapper .content_wrapper .accordian_header.active:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                    width: 5px;
                    height: 100%;
                    background: #49a4d9;
                }

            .tab_wrapper .content_wrapper .accordian_header .arrow {
                float: right;
                display: inline-block;
                width: 12px;
                height: 12px;
                position: relative;
                border-radius: 2px;
                transform: rotate(-135deg);
                background: #fff;
                border-top: 3px solid #ccc;
                border-left: 3px solid #ccc;
                /* &:after{
					position: absolute;
					top: 0;
					content: "";
					left: 0;
					width: 10px;
					height: 10px;
					background: $white;
					border-top: 3px solid $border_color;
					border-left: 3px solid $border_color;
				} */
            }

            .tab_wrapper .content_wrapper .accordian_header.active .arrow {
                transform: rotate(45deg);
                margin-top: 5px;
                border-top: 3px solid #49a4d9;
                border-left: 3px solid #49a4d9;
            }

    .tab_wrapper.left_side > ul {
        width: 25%;
        float: left;
        border-bottom: 1px solid #ccc;
    }

        .tab_wrapper.left_side > ul li {
            width: 100%;
            box-sizing: border-box;
            margin: 0;
            padding: 12px 18px;
            border-width: 1px;
            border-right: 0;
            border-left: 0;
        }

            .tab_wrapper.left_side > ul li:after {
                left: 0;
                top: 0;
                content: "";
                position: absolute;
                width: 5px;
                height: 100%;
                background: #ccc;
            }

            .tab_wrapper.left_side > ul li.active {
                border-color: #ccc;
            }

                .tab_wrapper.left_side > ul li.active:after {
                    left: 0;
                    top: 0;
                    width: 5px;
                    height: 100%;
                    background: #49a4d9;
                }

                .tab_wrapper.left_side > ul li.active:before {
                    right: -1px;
                    position: absolute;
                    top: 0;
                    content: "";
                    width: 2px;
                    height: 100%;
                    background: #fff;
                }

    .tab_wrapper.left_side .content_wrapper {
        width: 75%;
        border: 1px solid #ccc;
        float: left;
    }

    .tab_wrapper.left_side .controller {
        top: -50px;
    }

    .tab_wrapper.right_side > ul {
        width: 25%;
        float: right;
        border-bottom: 1px solid #ccc;
    }

        .tab_wrapper.right_side > ul li {
            width: 100%;
            box-sizing: border-box;
            margin: 0;
            padding: 12px 18px;
            border-width: 1px;
            border-right: 0;
            border-left: 0;
            text-align: right;
        }

            .tab_wrapper.right_side > ul li:after {
                right: 0;
                left: inherit;
                top: 0;
                content: "";
                position: absolute;
                width: 5px;
                height: 100%;
                background: #ccc;
            }

            .tab_wrapper.right_side > ul li.active {
                border-color: #ccc;
            }

                .tab_wrapper.right_side > ul li.active:after {
                    right: 0;
                    left: inherit;
                    top: 0;
                    width: 5px;
                    height: 100%;
                    content: "";
                    background: #49a4d9;
                }

                .tab_wrapper.right_side > ul li.active:before {
                    left: -2px;
                    right: inherit;
                    position: absolute;
                    top: 0;
                    content: "";
                    width: 2px;
                    height: 100%;
                    background: #fff;
                }

    .tab_wrapper.right_side .content_wrapper {
        width: 75%;
        float: left;
        border: 1px solid #ccc;
    }

    .tab_wrapper.right_side .controller {
        top: -50px;
    }

    .tab_wrapper.accordion .content_wrapper {
        border-color: #ccc;
    }

        .tab_wrapper.accordion .content_wrapper .accordian_header {
            display: block;
        }

    .tab_wrapper.accordion > ul {
        display: none;
    }

    .tab_wrapper .active_tab {
        display: none;
        position: relative;
        background: #000000;
        padding: 12px;
        text-align: center;
        padding-right: 50px;
        color: #fff;
        cursor: pointer;
        border-radius: 30px;
    }

        .tab_wrapper .active_tab .arrow {
            width: 30px;
            height: 30px;
            overflow: hidden;
            line-height: 30px;
            text-align: center;
            background: #fff;
            position: absolute;
            right: 6px;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }

            .tab_wrapper .active_tab .arrow:after {
                content: "";
                width: 10px;
                display: inline-block;
                height: 10px;
                border-right: 3px solid #000;
                border-bottom: 3px solid #000;
                transform: rotate(45deg);
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -6px;
                margin-top: -8px;
            }

        .tab_wrapper .active_tab .text {
            text-indent: 39px;
            display: block;
        }

@media only screen and (max-width: 768px) {
    .tab_wrapper > ul {
        display: none;
    }

    .tab_wrapper .content_wrapper {
        border: 0;
    }

        .tab_wrapper .content_wrapper .accordian_header {
            display: block;
        }

    .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
        width: 100%;
        border-top: 0;
    }

    .tab_wrapper .controller {
        display: none;
    }

    .tab_wrapper.show-as-dropdown > .tab_list {
        border: 0;
        box-shadow: 0 0 8px #ccc;
        position: absolute;
        z-index: 3;
        background: #fff;
        border-radius: 5px;
        margin-top: 15px;
    }

        .tab_wrapper.show-as-dropdown > .tab_list:before {
            content: "";
            position: absolute;
            top: -6px;
            left: 50%;
            width: 14px;
            height: 14px;
            background: #fff;
            transform: rotate(45deg);
            box-shadow: -3px -4px 5px #efefef;
            margin-left: -7px;
        }

        .tab_wrapper.show-as-dropdown > .tab_list li {
            border: 0;
            border-bottom: 1px solid #ccc;
        }

            .tab_wrapper.show-as-dropdown > .tab_list li.active:after {
                display: none;
            }

    .tab_wrapper.show-as-dropdown .active_tab {
        display: block;
    }

    .tab_wrapper.show-as-dropdown > .tab_list {
        display: none;
    }

    .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
        display: none;
    }

    .tab_wrapper.show-as-dropdown > .tab_list li {
        display: block;
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .tab_wrapper.show-as-dropdown > .tab_list {
        display: block !important;
        overflow: hidden;
    }
}

/*# sourceMappingURL=style.css.map */

/*Tab Deals*/

.tab-deals {
    width: 100%;
    padding: 5px 0px;
    background: #f1efef;
    border-radius: 5px;
    float: left;
    margin-bottom: 5px;
}

.bottom-deals {
    width: 100%;
    padding: 10px 0px;
    background: #f1efef;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    box-shadow: 0 10 #CCC;
    border: 1px solid #CCCCCC;
}

    .bottom-deals > .airline-logo {
        width: 25%;
        float: left;
        padding-left: 10px;
    }

    .bottom-deals > .depart {
        width: 25%;
        float: left;
    }

    .bottom-deals > .return {
        width: 25%;
        float: left;
    }

    .bottom-deals > .price {
        width: 25%;
        float: left;
    }


.tab-deals > .return {
    width: 25%;
    float: left;
}

.tab-deals > .price {
    width: 25%;
    float: left;
}

.tab-deals > .airline-logo {
    width: 25%;
    float: left;
    padding-left: 10px;
}

.tab-deals > .depart {
    width: 25%;
    float: left;
}


.tab-deals > .return {
    width: 25%;
    float: left;
}

.tab-deals > .price {
    width: 25%;
    float: left;
}

.airlogo {
    width: 100%;
    float: left;
}

.airline-logo h5 {
    font-size: 12px;
    color: #535964;
    font-weight: normal !important;
    margin: auto !important;
}


.depart .citycode {
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
    width: 100%;
}

.depart .airport-name {
    font-size: 10px;
    color: #7c7c7c;
    width: 100%;
}

.depart .date {
    font-size: 12px;
    color: #0969a8;
    width: 100%;
    font-weight: 400;
}

.return .citycode {
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
    width: 100%;
}

.return .airport-name {
    font-size: 10px;
    color: #7c7c7c;
    width: 100%;
}

.return .date {
    font-size: 12px;
    color: #0969a8;
    width: 100%;
    font-weight: 400;
}

.price .deal-price {
    font-size: 14px;
    font-weight: bold;
    color: #0969a8;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.price .trip-type {
    font-size: 11px;
    color: #3d3d3d;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.price .trip-time {
    font-size: 10px;
    color: #7c7c7c;
    width: 100%;
    font-weight: 400;
    text-align: right;
    padding-right: 10px;
}

.flight-loading-section {
    /**background: url('/ImageApplications/Images/Images/bg-image-tint.jpg');**/
	background-position:center center;
	background-repeat:no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

    .flight-loading-section .row {
        display: flex;
        justify-content: center;
    }

    .flight-loading-section p {
        margin-bottom: 3px;
        
    }

.search-title {
    background-color: #fff;
    border: 1px solid #ede9e9;
}

.search-loaction {
    color: #2d3e4f;
    font-size: 1.3rem;
}

.search-data {
    color: #ea313e;
    font-weight: 400;
}

.search-note {
    font-size: .75rem;
}

.flight-loading-section img {
    width: 50%;
    padding-top:50px;
}

.search-add-section {
    background-color: #3a3a3a;
}
.search-add-section .flight-address{color:#fff;padding-bottom:15px;}

.add-size {
    font-size: .75rem;
}

.padding-all {
    padding: 8px;
}

.margin-all {
    margin: 10px;
}

.flight-address strong {
    font-size: .85rem;
}
