﻿/* sessionExpired */
.sessionExpired {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: 100%;
background: #ffffff;
padding: 4.5rem 2.5rem;
border-radius: 0.8rem;
}

.sessionExpired figure {
margin: 0;
}

.sessionExpired h5, .sessionExpired .h5 {
font-size: 1.4rem;
font-weight: 700;
color: #0a42b1;
line-height: 1.3;
margin: 2rem 0 0 0;
}

.sessionExpired p {
font-size: 1rem;
color: #606060;
line-height: 1.5;
margin: 1.4rem 0 0 0;
}

.sessionExpired .searchBtns {
display: flex;
align-items: center;
justify-content: center;
margin-top: 4.5rem;
}

.sessionExpired .searchBtns > * {
font-size: 1rem;
color: #606060;
font-weight: 700;
padding: 0.8rem 1.4rem;
border-radius: 0.4rem;
background: #D9DDE8;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.sessionExpired .searchBtns > * {
transition: none;
}
}

.sessionExpired .searchBtns > *:not(:last-child) {
margin-right: 1.3rem;
background: #0a42b1;
color: #ffffff;
}

.sessionExpired .searchBtns > *:hover {
background: #f66f32;
color: #ffffff;
}

.callUsMob {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 6px;
    margin-inline: auto;
    width: calc(100% - 12px);
    height: auto;
    background: mintcream;
    border-inline: 6px solid #029e9d;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 12px;
    z-index: 9999;
    display: none;
}
.callUsMob a {
    color: #17233e;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.callUsMob a .icon {
    width: 36px;
    height: 36px;
    background: #029e9d;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    margin-right: 8px;
    animation: back 1s linear infinite;
    -webkit-animation: back 1s linear infinite;
    -moz-animation: back 1s linear infinite;
}
.callUsMob span {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.callUsMob span > i {
    font-style: normal;
    font-size: 12px;
}
.callUsMob span > b {
    font-size: 24px;
}

:after, :before {
    box-sizing: border-box;
}

* {
    outline: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.sprite3 {
    background: url(/images/sprite3.png?3062019) no-repeat;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--dark-color);
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.p-0 {
    padding: 0;
}

p, ul li {
    color: #525252;
}

a {
    color: var(--dark-color);
}

    a:hover, a:focus {
        text-decoration: none;
    }

#launcher {
    right: -19px !important;
    bottom: 30px !important;
}

.reviewSection {
    padding: 80px 0 80px 0;
}

.Compliance_bs {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
}

.services {
    padding: 50px 0px;
    color: var(--light-color);
    display: flex;
    background: #F8FAFF;
}

    .services .serviceBlck {
        width: 25%;
        float: left;
        padding: 0;
        text-align: center;
    }

        .services .serviceBlck i {
            font-size: 40px;
            color: #ff7555;
            margin-bottom: 20px;
            display: inline-block;
        }

.servicesInner .serviceBlck p {
    color: #525252;
    font-weight: 700;
    margin: 0px;
}


.gciPopup .head1,
.gciPopup .test1 {
    font-weight: 700;
    text-transform: capitalize;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

a {
    text-decoration: none;
}


.change-option {
    border: none;
    outline: none;
    border-radius: 5px;
    background: var(--light-color);
    height: 28px;
    width: 69px;
    padding: 5px;
}

    .change-option .btn {
        padding: 0;
        font-size: 13px;
        margin-bottom: 10px;
    }

.flag-us {
    display: inline-block;
    width: 22px;
    height: 17px;
    background: url('/images/us-flag.png') no-repeat 0 0;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.flag-us1 {
    display: inline-block;
    width: 22px;
    height: 17px;
    background: url(/images/us-flag.png) no-repeat 0 0;
    position: relative;
    top: -1px;
    left: 0px;
}


.mb-3, .my-3 {
    margin-bottom: 20px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.international {
    padding: 60px 0;
}

.d-deals {
    padding: 0 0 60px 0;
}

.position-relative {
    position: relative;
}

.d-deals h3 a {
    font-size: 14px;
    color: #ff690f;
    margin-left: 10px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: capitalize;
    letter-spacing: 0;
}

.d-deals .sliderInner {
    width: 100%;
}

    .d-deals .sliderInner img {
        width: 100%;
    }

.fr_flight_bx {
    position: relative;
    padding: 0 0 0 10px;
}

.flight_detail {
    background-color: #f8f8f8;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 10px;
}

    .flight_detail .fr_flight_bx h5 {
        color: #161617;
        font-size: 16px;
        margin: 0;
        padding: 0;
        letter-spacing: 0;
        font-weight: 600;
    }

    .flight_detail .fr_flight_bx span, .fr_flight_from span {
        color: #b0b0b0;
        font-size: 13px;
        font-weight: 600;
    }

    .flight_detail .fr_flight_bx h5.fr_to {
        padding-top: 25px;
    }

.fr_flight_from h4, .fr_flight_from h4 a {
    color: #ff690f;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 600;
}

.frmt-dectionatin {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #b0b0b0;
    top: 0;
    left: 0;
}

    .frmt-dectionatin span {
        background-color: #b0b0b0;
        width: 5px;
        height: 5px;
        border-radius: 15px;
        display: inline-block;
    }

    .frmt-dectionatin .start {
        position: absolute;
        top: 0;
        left: -2px;
    }

    .frmt-dectionatin .end {
        position: absolute;
        bottom: 0;
        left: -2px;
    }

.d-deals .sliderInner p strong {
    font-size: 36px;
    font-weight: 700;
}

.d-deals .sliderInner button {
    background: #ff690f;
    border: 0;
    padding: 7px 12px;
    border-radius: 3px;
    color: var(--light-color);
    margin-top: 15px;
    font-size: 14px;
}

.domesticSection .prevIcon, .domesticSection .nextIcon, .international .prevIcon, .international .nextIcon, .d-deals .prevIcon, .d-deals .nextIcon {
    position: absolute;
    top: 30px;
    width: 44px;
    height: 38px;
    background-color: var(--dark-color);
    padding: 2px;
    color: var(--light-color);
    border-radius: 3px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
}

.d-deals .swiper-button-next.nextIcon, .international .swiper-button-next-2.nextIcon, .domesticSection .swiper-button-next-1.nextIcon {
    right: 0;
    opacity: 1;
    background-size: inherit;
    background-image: url('/images/sprite-dsk.png');
    background-position: 9px -82px;
}

.swiper-button-disabled {
    opacity: 0.3 !important;
}

.d-deals .swiper-button-prev.prevIcon, .international .swiper-button-prev-2.prevIcon, .domesticSection .swiper-button-prev-1.prevIcon {
    right: 50px;
    left: auto;
    background-image: url('/images/sprite-dsk.png');
    opacity: 1;
    background-size: inherit;
    background-position: -22px -82px;
}

    .d-deals .swiper-button-prev.prevIcon.swiper-button-disabled, .international .swiper-button-prev-2.prevIcon.swiper-button-disabled, .domesticSection .swiper-button-prev-1.prevIcon.swiper-button-disabled {
        opacity: 0 !important;
    }

.domesticSection h3 {
    display: inline-block;
    position: relative;
}

    .domesticSection h3::after {
        position: absolute;
        content: '';
        width: 100px;
        height: 35px;
        background: url('/images/travelman.png') no-repeat 0 0;
        background-size: auto;
        top: 0px;
        right: -110px;
    }

input[type="text"], input[type="submit"]:focus {
    outline: 0;
}

.emailSbscribe {
    padding: 40px 0px;
    background: #F8FAFF;
}

    .emailSbscribe .nwOffImg {
        text-align: center;
        width: 275px;
        margin: auto;
        margin-bottom: 20px;
    }

    .emailSbscribe h3 {
        color: var(--dark-color);
        margin: 0px;
        letter-spacing: 1px;
        font-size: 24px;
        font-weight: 700;
        margin-top: 0px;
        text-align: center;
        position: relative;
    }

        .emailSbscribe h3:after {
            position: absolute;
            content: "\e91a";
            top: 0;
            right: 0;
            font-size: 22px;
            color: #ff7555;
            width: 22px;
            font-family: 'icomoon';
        }

        .emailSbscribe h3:before {
            position: absolute;
            content: "%";
            top: 5px;
            right: 0;
            font-size: 15px;
            color: var(--light-color);
            width: 22px;
            z-index: 1
        }

    .emailSbscribe p {
        text-align: center;
        font-size: 15px;
        color: #777777;
        width: 50%;
        margin: auto;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .emailSbscribe .emailSnd {
        position: relative;
    }

    .emailSbscribe input[type="text"] {
        border: 0;
        padding: 0 100px 0 45px;
        color: #777777;
        width: 100%;
        height: 50px;
        border-radius: 100px;
        background-color: #F8FAFF;
        box-shadow: 0px 3px 6px rgba(0,0,0,.29);
    }

    .emailSbscribe .emailSnd input[type="submit"] {
        position: absolute;
        background-color: #FF7555;
        color: var(--light-color);
        padding: 10px 20px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        right: 0;
        top: 0;
        border: 0;
        height: 50px;
        font-size: 17px;
        font-weight: 100;
    }

        .emailSbscribe .emailSnd input[type="submit"]:hover {
            background-color: var(--dark-color);
        }

section.addSection {
    padding: 100px 0;
}

    section.addSection .addvertsmnt {
        background-color: #f8f8f8;
        padding: 15px;
        display: inline-block;
        border-radius: 10px;
    }

        section.addSection .addvertsmnt .addInner {
            padding: 15px;
            border-radius: 10px;
            background-color: var(--light-color);
            display: inline-block;
            width: 100%;
        }

.addvertsmnt .left span {
    position: absolute;
    left: 30px;
    top: -8px;
}

.addvertsmnt .right h3 {
    font-size: 28px;
    color: var(--dark-color);
    font-weight: 400;
    margin-bottom: 10px;
}

.addvertsmnt .right {
    padding: 40px;
}

    .addvertsmnt .right button {
        font-size: 14px;
        border: 0;
        background: #f8e0ca;
        border-radius: 30px;
        padding: 5px 15px;
        color: #8c8b8b;
    }

    .addvertsmnt .right .coupon {
        text-align: center;
    }

        .addvertsmnt .right .coupon span {
            background-color: var(--dark-color);
            background: url(../images/coupnIMg.png) no-repeat;
            width: 156px;
            height: 51px;
            display: inline-block;
            background-repeat: no-repeat;
            text-align: center;
            line-height: 51px;
            color: var(--light-color);
            text-transform: uppercase;
            margin-top: 5px;
            background-size: 100%;
        }

    .addvertsmnt .right button {
        font-size: 14px;
        border: 0;
        background: #f8e0ca;
        border-radius: 30px;
        padding: 5px 15px;
        color: #8c8b8b;
    }

.addvertsmnt .left {
    align-self: center;
}

.addInner p {
    padding-top: 15px;
    color: #757575;
    font-size: 15px;
}

.Explore_dse h3 {
    margin-bottom: 10px;
}

    .Explore_dse h3 span {
        text-transform: capitalize;
    }

.Explore_dse p {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: inherit;
    letter-spacing: 0.5px;
}

section.explrDestination {
    padding: 60px 0;
}
/*EXPLORE DESINATIONS CSS STYLE*/
.explrDestination p small {
    text-transform: uppercase;
    color: #484747;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    font-weight: 600;
}

.explrDestination .right ul {
    width: 100%;
    border: 0;
    float: left;
    padding: 0;
}

    .explrDestination .right ul li button {
        padding: 5px 15px;
        background: transparent;
        border-radius: 30px;
        border: 1px solid #d7d7d7;
        color: #484747;
        margin-right: 10px;
        font-size: 13px;
    }

        .explrDestination .right ul li button:hover, .explrDestination .right ul li .active button {
            background: #ff690f;
            border-color: #ff690f;
            color: var(--light-color);
        }

        .explrDestination .right ul li button.active {
            background: #ff690f;
            border-color: #ff690f;
            color: var(--light-color);
        }

.explrDestination .right .srcByCntry {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-top: 30px;
}

    .explrDestination .right .srcByCntry label {
        float: left;
    }

    .explrDestination .right .srcByCntry select {
        -webkit-appearance: none;
        border: 1px solid #474748;
        padding: 5px 20px 5px 5px;
        border-radius: 30px;
        width: 175px;
        margin-left: 0;
        position: relative;
        float: left;
    }

        .explrDestination .right .srcByCntry select:focus, select:focus {
            outline: 0;
        }

.search_box {
    padding-left: 15px;
}

.explrDestinationTbs .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
}

.coloumn {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}

    .coloumn img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
    }

span.coloumnImg {
    display: inline-block;
    width: 100%;
}

.desc {
    position: absolute;
    width: 204px;
    left: 0;
    bottom: 0;
    background: var(--light-color);
    padding: 20px;
}

    .desc h6 {
        color: var(--dark-color);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .desc p {
        font-size: 13px;
        font-weight: 700;
    }

.coloumn.colmMidle {
    flex: 40%;
    max-width: 40%;
}

    .coloumn.colmMidle span:first-child {
        padding: 0 10px 0px 0px;
    }

    .coloumn.colmMidle span:first-child, .coloumn.colmMidle span:nth-child(2) {
        float: left;
        max-width: 50%;
    }

    .coloumn.colmMidle span.usa {
        height: 240px;
        overflow: hidden;
    }

.explrDestination .button {
    display: inline-block;
    padding: 5px 20px;
    background: var(--light-color);
    color: #222;
    border-radius: 30px;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid #d7d7d7;
}

    .explrDestination .button:hover {
        background-color: #ff690f;
        color: var(--light-color);
    }

    .explrDestination .button:active, .explrDestination .button.is-checked {
        background-color: #ff690f;
        border: 1px solid transparent;
    }

    .explrDestination .button.is-checked {
        color: var(--light-color);
    }
/* ---- button-group ---- */
.explrDestination .button-group:after {
    content: '';
    display: block;
    clear: both;
}

.explrDestination .button-group .button {
    float: left;
    margin-left: 0;
    margin-right: 8px;
}

    .explrDestination .button-group .button:focus {
        outline: none;
    }
/* ---- isotope ---- */
/* clear fix */
.explrDestination .grid:after {
    content: '';
    display: block;
    clear: both;
}
/* ui group */
.explrDestination .ui-group {
    display: inline-block;
}

    .explrDestination .ui-group h3 {
        display: inline-block;
        margin-right: 0.2em;
        font-size: 16px;
    }

    .explrDestination .ui-group .button-group {
        display: inline-block;
        margin-right: 20px;
    }
/* color-shape */
.d_dest-shape {
    margin: 4px;
    float: left;
}
/*.d_dest-shape:nth-of-type(6n){ width: 755px; }*/
.farmart_filter {
    width: 100%;
    position: relative;
}

.ovver_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 205px;
    min-height: 150px;
    background-color: var(--light-color);
    padding: 20px;
}

    .ovver_box h6 {
        color: var(--dark-color);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .ovver_box p {
        font-size: 13px;
        font-weight: 400;
        color: #757575;
    }
/*Blog*/
.readBlog {
    position: relative;
    padding-top: 60px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.blogInner .left {
    position: relative;
}

.blogInner img {
    width: auto;
    max-height: 100%;
}

.readBlog .blogInner .left .dateTym {
    position: absolute;
    background: #ff690f;
    width: 80px;
    top: 50px;
    left: 0;
    padding: 10px 10px 10px 10px;
    text-align: left;
    line-height: 22px;
    color: var(--light-color);
    font-weight: 600;
}

.readBlog .blogInner .right {
    background: #f8f8f8;
    padding: 40px;
    height: 380px;
}

.author-description {
    padding: 0 10px 0 0;
}

    .author-description span.destinations {
        font-style: italic;
        color: #484747;
        font-weight: 700;
        font-size: 13px;
        display: block;
    }

.author-img .autor_img {
    width: 65px;
    height: 65px;
    border-radius: 100px;
    display: inline-block;
}

    .author-img .autor_img img {
        width: 100%;
        height: 100%;
        border-radius: 100px;
        display: inline-block;
    }

.rightInner .sliderTxt {
    padding: 40px 0 40px 40px;
    position: relative;
}

    .rightInner .sliderTxt span:first-child {
        font-size: 13px;
        background-color: #a4b9c4;
        padding: 8px 12px;
        border-radius: 3px;
        color: var(--light-color);
    }

    .rightInner .sliderTxt h2 {
        font-size: 29px;
        margin-top: 20px;
        color: var(--dark-color);
        font-weight: 600;
    }

    .rightInner .sliderTxt strong {
        font-weight: bolder;
    }

.readBlog .container {
    position: relative;
}

    .readBlog .container:before {
        background-image: url(/images/pattern.jpg);
        position: absolute;
        left: -49px;
        top: 140px;
        content: "";
        width: 50%;
        height: 425px;
    }

.readBlog .swiper-button-next-3.nextIcon {
    right: -5px !important;
}

.readBlog .prevIcon span {
    width: 100%;
    display: inline-block;
    height: 100%;
    background-image: url(/Images/sprite-dsk.png);
    background-position: -135px -3px;
}

.readBlog .prevIcon, .readBlog .nextIcon {
    position: absolute;
    width: 50px;
    height: 42px;
    background-size: 40%;
    background-color: var(--dark-color);
    padding: 2px;
    color: var(--light-color);
    border-radius: 0px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.swiper-button-prev-3.prevIcon, .swiper-button-next-3.nextIcon {
    bottom: 25px;
    top: auto;
}

.readBlog .swiper-button-prev-3.prevIcon {
    left: 0 !important;
}

.readBlog .swiper-button-next-3.nextIcon span {
    width: 100%;
    display: inline-block;
    height: 100%;
    background-image: url(/Images/sprite-dsk.png);
    background-position: -92px -3px;
}
/*About FlyHigh*/
section.FAQ {
}

.faqBlockSection {
    padding: 40px;
    border-radius: 10px;
}

    .faqBlockSection h3 {
        color: var(--dark-color);
    }

    .faqBlockSection h5 {
        color: #033369;
    }

    .faqBlockSection .block {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

        .faqBlockSection .block ul {
            padding-left: 20px;
        }

            .faqBlockSection .block ul li {
                list-style: disc;
            }

    .faqBlockSection h4 {
        font-size: 28px;
        color: var(--dark-color);
        font-weight: 600;
    }

        .faqBlockSection h4 span {
            color: #f8953c;
            font-weight: 400;
        }

    .faqBlockSection .block h5 {
        font-size: 18px;
        color: var(--dark-color);
        font-weight: 600;
        letter-spacing: 0;
        margin: 0;
        padding: 0 0 10px 0;
    }
/*New Footer*/
.fttWppr {
    background: #F8FAFF;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.29);
}

section.services-faremart {
    border-top: 1px solid #eaf3fa;
    margin-top: 50px;
}

.serviec_wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .serviec_wrap ul li {
        flex: 0 0 20%;
        max-width: 20%;
        text-align: center;
        border-left: 1px solid #eaf3fa;
        padding: 30px 0;
    }

        .serviec_wrap ul li:first-child {
            border-left: 0;
        }

        .serviec_wrap ul li .flight_wrap {
            width: 100%;
            display: inline-block;
        }

            .serviec_wrap ul li .flight_wrap span {
                display: block;
                color: var(--dark-color);
                font-size: 14px;
                font-weight: 700;
                line-height: inherit;
            }

.explrDestination .tab-content {
    padding-top: 50px;
}

.search_continent > p {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #484747;
}

.fot-last-sec {
    background: #ececec;
    padding: 15px 0px;
    text-align: center;
}

    .fot-last-sec p {
        margin-bottom: 0px;
    }

.fttWppr .innrFttr {
    padding: 30px;
    display: flex;
    position: relative;
    font-size: 13px;
}

.fttWppr .fttDesp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    justify-content: space-between;
}

    .fttWppr .fttDesp a {
        width: 70%;
        display: inline-block;
    }

    .fttWppr .fttDesp p {
        margin: 0px;
        color: #525252;
    }

    .fttWppr .fttDesp .btm p i {
        font-size: 25px;
        margin-right: 15px;
    }

.innrFttr .qckLnk .hd h3 {
    margin: 0px;
    color: #4A4A4A;
    font-size: 25px;
    position: relative;
    margin-bottom: 20px;
}

    .innrFttr .qckLnk .hd h3:after {
        position: absolute;
        bottom: -7px;
        width: 70px;
        height: 2px;
        background: #FF7555;
        display: inline-block;
        content: "";
        left: 0px;
    }

.innrFttr .qckLnk .cont {
    display: flex;
    justify-content: space-between
}

    .innrFttr .qckLnk .cont ul {
        margin: 0px;
        padding: 0px;
    }

        .innrFttr .qckLnk .cont ul li {
            list-style: none;
        }

            .innrFttr .qckLnk .cont ul li a {
                text-decoration: none;
                color: #525252;
                display: inline-block;
            }

                .innrFttr .qckLnk .cont ul li a:hover {
                    color: #ff7555;
                }

.innrFttr .sclIcn {
    margin-top: 20px;
}

    .innrFttr .sclIcn ul {
        display: flex;
        margin: 0px;
        padding: 0px;
    }

        .innrFttr .sclIcn ul li {
            list-style: none;
            margin-right: 20px;
        }

            .innrFttr .sclIcn ul li a {
                color: #155caa;
                font-size: 15px;
            }

                .innrFttr .sclIcn ul li a:hover {
                    color: #ff7555;
                }

.innrFttr .foot_box h3 {
    margin: 0px;
    color: #4A4A4A;
    font-size: 25px;
    position: relative;
    margin-bottom: 20px;
}

.qckLnk img {
    width: 70%;
}

.flight_img {
    position: relative;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .flight_img > img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .flight_img > img {
        width: 100%
    }

    .flight_img .icon {
        position: absolute;
        bottom: 15px;
        right: 10px;
        background-color: var(--light-color);
        display: inline-block;
        width: 48px;
        height: 48px;
        border-radius: 100px;
        line-height: 44px;
        text-align: center;
        border: 1px solid #ccc;
    }

        .flight_img .icon a {
            width: 100%;
            height: 30px;
            display: inline-block;
            background-image: url(/images/sprite-dsk.png);
            background-position: -52px -85px;
            margin-top: 7px;
        }

.d_flight-wrap:hover .flight_img .icon {
    border: 1px solid #ff690f;
    background-color: #ff690f;
}


/*Home Page Deal Section css*/
.dark-bg {
    padding: 15px 0px;
}

.deal-sec {
    position: relative;
    width: 100%;
}

    .deal-sec img {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .deal-sec:after {
        background-color: var(--light-color);
        background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.2) 100%);
        width: 100%;
        height: 100%;
        z-index: 2;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
    }

    .deal-sec .tittle {
        position: absolute;
        bottom: 20px;
        color: var(--light-color);
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
        left: 10px;
        z-index: 3;
    }

.top-dest .book-now {
    background: var(--light-color);
    padding: 10px;
    box-shadow: 0px 0px 8px 0px #888888;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.book-now .left-sec {
    width: 68%;
    float: left;
}

.book-now .right-sec {
    width: 32%;
    float: left;
}

.book-now .dest-tittle {
    font-size: 16px;
    color: var(--dark-color);
}

.book-now .dest-price {
    font-size: 15px;
    color: #063d75;
    display: block;
}

    .book-now .dest-price b {
        font-size: 24px;
    }

.book-now .right-sec a {
    background: #FF690F;
    color: var(--light-color);
    font-size: 16px;
    font-weight: bold;
    padding: 6px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

    .book-now .right-sec a:hover, .book-now .right-sec a:focus {
        background: var(--dark-color);
        text-decoration: none;
    }

.h2-title {
    color: var(--dark-color);
    display: block;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.p-lft3 {
    padding-left: 3px;
}

.p-rgt3 {
    padding-right: 3px;
}

.popular-dest h4 {
    color: var(--light-color);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    background: var(--dark-color);
    margin: 0px;
}

.popular-dest .deal-box {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    overflow: hidden;
}

.deal-box .deal-section {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.deal-section .airline {
    width: 95px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
}

    .deal-section .airline img {
        outline: var(--light-color) solid 1px;
        outline-offset: -1px;
        margin-top: 5px;
        border-radius: 8px;
        margin: 0px;
    }

.deal-section .dest-name {
    font-size: 15px;
    color: var(--dark-color);
    float: left;
    font-weight: 400;
    padding-left: 30px;
}

.deal-section .price {
    font-size: 26px;
    color: var(--dark-color);
    float: right;
    font-weight: 600;
}

    .deal-section .price sup {
        font-size: 16px;
    }

.deal-section:last-of-type {
    border-bottom: none;
}

.deal-box a {
    float: right;
    padding: 6px 10px;
    font-size: 15px;
    color: var(--light-color);
    margin-top: 20px;
    background: var(--dark-color);
}

    .deal-box a:hover {
        text-decoration: none;
        background: #FF690F;
    }

    .deal-box a:focus {
        text-decoration: none;
    }

.view-more {
    display: none;
}

.view-more1 {
    display: none;
}

.show-deals {
    position: relative;
    top: -10px;
}

.show-deal {
    position: relative;
    top: -10px;
}


/*Online Check In Css Start Here*/
.info-page-bg {
    background: none;
    height: 100px;
}

    .info-page-bg .container {
        position: relative;
    }

.info-page-heading {
    background: #FF690F;
    font-size: 24px;
    color: var(--light-color);
    text-align: center;
    padding: 5px 20px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 40px;
    margin: 0px;
}

/*.info-tab-section {
    width: 100%;
    margin: 40px 0px;
}

    .info-tab-section ul {
        padding: 0px;
    }

    .info-tab-section li {
        margin-bottom: 2px;
        list-style: none;
    }

    .info-tab-section .last-line {
        padding-bottom: 20px;
    }

    .info-tab-section .nav-tabs {
        border-bottom: none;
    }

.sectionSpace .info-tab-section .nav-tabs li a {
    background: var(--yellow);
    color: #020202;
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 10px;
    border: none;
}

    .sectionSpace .info-tab-section .nav-tabs li a.active {
        background: var(--dark-color);
        position: relative;
        color: var(--light-color);
    }*/

/*.info-tab-section .nav-tabs li a.active:hover, .info-tab-section .nav-tabs li a.active:focus {
    color: var(--light-color);
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 10px;
    border: none;
}*/

/*.airline-tfn li {
    width: 23%;
    float: left;
    margin: 1%;
    list-style: none;
    background: var(--light-color);
    border: 1px dashed #bbbbbb;
    min-height: 100px;
    box-shadow: 5px 5px 8px -6px #888888;
    text-align: center;
    padding: 10px;
}

    .airline-tfn li img {
        height: 45px;
    }*/

.airline-tfn .tfn {
    font-size: 18px;
    color: #adadad;
    padding: 10px 5px;
    display: block;
}

.airline-tfn .links {
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}

    .airline-tfn .links a {
        color: #2d2d2d;
        font-size: 13px;
    }

.airline-code {
    margin-left: 1%;
}

    .airline-code ul {
        width: 33%;
        float: left;
        list-style: none;
        margin-top: 15px;
    }

        .airline-code ul li {
            border-bottom: 1px solid #dddddd;
            padding: 10px 0px;
            font-size: 14px;
            float: left;
            text-align: center;
        }

    .airline-code .heading {
        font-size: 16px;
        color: var(--dark-color) !important;
        font-weight: 600;
    }

    .airline-code .a-code {
        width: 35%;
        color: var(--dark-color);
        text-transform: capitalize;
    }

    .airline-code .a-name {
        width: 65%;
    }

        .airline-code .a-name a {
            color: #4e4e4e;
        }

.tsa-section .heading {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-color);
}

.tsa-section li {
    float: left;
    background: var(--light-color);
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    width: 100%;
    padding: 8px 0px;
    color: #4e4e4e;
}

.tsa-section .col-sm-2 {
    text-align: center;
    padding: 0px;
}

.tsa-section .col-sm-8 {
    padding: 0px;
}

.tsa-section pre {
    border: none;
    font-size: 13px;
    padding: 3px 10px;
    margin: 0px;
    font-family: roboto;
    color: #727272;
}

.tsa-section p {
    padding: 15px 0px;
    border-bottom: 1px solid var(--dark-color);
    float: left;
    width: 100%;
}

/*.travel-glosery li {
    background: var(--light-color);
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    width: 100%;
    padding: 8px 0px;
    color: #4e4e4e;
    list-style: none;
}*/
/* ---------------------------------------------------- Radio button Start Here ---------------------------------------------------- */

.radio_wrappr {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default radio button */
    .radio_wrappr input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.radio_checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #005387;
    border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.radio_wrappr input:checked ~ .radio_checkmark {
    background-color: var(--light-color);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio_wrappr input:checked ~ .radio_checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio_wrappr .radio_checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #005387;
}

/* ---------------------------------------------------- Radio button Ends Here ---------------------------------------------------- */
/*--------------------- Common Class Starts Here-----------------*/
.gap {
    height: 30px;
}

.dark-bg {
    padding: 15px 0px;
}
/*---------------------((((((((((((( Common Class Ends Here)))))))))))))))-----------------*/


/* ------------------------------------------------------------------------ Currency Start Here  ------------------------------------------------------------------------ */

.currcy_wrppr {
    float: right;
}


/* ------------------------------------------------------------------------ Currency Ends Here  ------------------------------------------------------------------------ */

/* -------------------------------------------- Contact us Page Starts Here ------------------------------------------- */
.map_main_wrapper {
    width: 100%;
    height: 425px;
    overflow: hidden;
}

.cntct_wrppr, .cnt_offc {
    margin-top: 35px;
}

    .cntct_wrppr .hd {
        margin: 0px;
    }

        .cntct_wrppr .hd h3, .cnt_offc .hd h3 {
            margin: 0px;
            margin-bottom: 30px;
            font-weight: 700;
            position: relative
        }

.cntct_nmeFld {
    margin-bottom: 15px;
}

.cont .cntct_nmeFld label {
    float: left;
    width: 100%;
    color: #1f2746;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 13px;
    font-weight: normal;
}

.cont h5 {
    color: #033369;
}

.cont .cntct_nmeFld .inpt_fld {
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    outline: none;
}

    .cont .cntct_nmeFld .inpt_fld:focus {
        border: 1px solid var(--dark-color);
    }

.cntct_nmeFld .text_ara_fld {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    outline: none;
}

.cnt_snd_msg {
    text-align: right;
}

    .cnt_snd_msg .btn_msgsnd {
        height: 35px;
        padding: 5px 15px;
        display: inline-block;
        background: var(--dark-color);
        color: var(--light-color);
        border: none;
        transition: ease all .5s;
        text-transform: uppercase
    }

        .cnt_snd_msg .btn_msgsnd:hover {
            background: #FF690F;
        }

.cnt_offc .cont_info h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}

.cont_info .addr {
    margin-bottom: 10px;
}

.cont_info .phone {
    font-size: 20px;
}

.cont_info ul {
    margin: 0px;
    padding: 0px;
}

    .cont_info ul li {
        list-style: none;
        float: left;
        margin-right: 10px;
        position: relative;
    }

        .cont_info ul li a {
            display: inline-block;
            background-color: #d7d7d7;
            border: 1px solid var(--light-color);
            color: var(--dark-color);
            border-radius: 15px;
            height: 30px;
            width: 30px;
            transition: ease all .5s;
        }

            .cont_info ul li a.fb {
                background-position: -263px -6px;
            }

                .cont_info ul li a.fb:hover {
                    background-color: #3B5998;
                    color: var(--light-color);
                    background-position: -263px -29px;
                }

            .cont_info ul li a.tw {
                background-position: -292px -5px;
            }

                .cont_info ul li a.tw:hover {
                    background-color: #1da1f2;
                    color: var(--light-color);
                    background-position: -292px -29px;
                }

            .cont_info ul li a.gp {
                background-position: -323px -6px;
            }

                .cont_info ul li a.gp:hover {
                    background-color: #DD4B39;
                    color: var(--light-color);
                    background-position: -323px -29px;
                }

            .cont_info ul li a.lk {
                background-position: -350px -6px;
            }

                .cont_info ul li a.lk:hover {
                    background-color: #0274b3;
                    color: var(--light-color);
                    background-position: -350px -29px;
                }

*/
.contact_us_pg h4 {
    margin: 0px;
    margin-top: 10px;
}

.contact_us_pg p {
    margin-bottom: 20px;
}
/*****************other Start ***************/
.lightgray {
    background: rgba(222, 222, 222, 0.44);
}

.top80 {
    margin-top: 20px;
}

.nopad {
    padding: 0px;
}

.centeralign {
    width: 800px;
    margin: 0 auto;
}

.btn-blue, .btn-blue:focus {
    background: var(--dark-color);
    color: white;
}

    .btn-blue:hover {
        background: #FF690F;
        color: white;
    }

.btn-orange, .btn-orange:focus {
    background: #FF690F;
    color: white;
}

    .btn-orange:hover {
        background: var(--dark-color);
        color: white;
    }

.lowercase {
    text-transform: lowercase !important;
}

.bot {
    text-align: center;
    margin-bottom: 10px;
}

    .bot img {
        height: 30px;
        width: auto;
        margin: 3px 5px;
        opacity: 0.7;
    }

.red {
    color: red;
}

.highLightOriDate {
    background-color: #FF690F;
    color: var(--light-color) !important;
    padding: 0px 5px;
    display: inline-block;
}

.contact_us_pg a {
    color: #ff690f;
}

.sectionMain {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
    position: relative;
    margin-bottom: 75px;
    border-top: 0.09rem solid var(--gray);
}

    .sectionMain h3 {
        margin: 0px;
        margin: 15px 0px;
        color: var(--dark-color);
    }

    .sectionMain h4 {
        margin: 0px;
        margin-top: 15px;
        margin-bottom: 5px;
        color: var(--dark-color);
        font-size: 16px;
        font-weight: 600;
    }

    .sectionMain h5 {
        margin: 5px 0px;
        color: var(--dark-color);
        font-size: 14px;
        font-weight: 600;
        text-decoration: underline;
    }

    .sectionMain ul li {
        margin-bottom: 5px;
    }

.inputbalnk {
    width: 10px !Important;
    margin: 0px !Important;
    padding: 0px !Important;
    display: inherit !Important;
    border: navajowhite !Important;
    font-size: 14px !Important;
}

.SubscribeChekBox {
    margin: auto;
    border: solid 1px #e6e6e6;
    padding: 10px;
    border-radius: 5px;
}
/*****************other End ***********************/


/**************page Title heading Start***********/
.page-heading {
    margin-bottom: 40px;
    color: #033369;
}

    .page-heading h1 {
        font-size: 28px;
        text-align: center;
        color: var(--dark-color);
    }

    .page-heading h2 {
        color: #313131;
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 14px;
        margin-top: 30px;
    }

    .page-heading h3 {
        font-size: 17px;
        color: var(--gray);
    }

    .page-heading p {
        font-size: 13px;
        color: #313131;
    }

    .page-heading ul {
        padding: 0px 0px 0px 20px;
        color: #313131;
        font-size: 13px;
    }

    .page-heading a {
        color: #636363;
        text-decoration: underline;
    }

    .page-heading .heading-line {
        border-color: #FF690F;
        border-width: medium;
    }

    .page-heading .heading-line {
        width: 50px;
        margin: 0px auto;
    }
/**************page Title heading End***************/
/***********************pop up Start****************/
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.flgihtpopo {
    margin-top: 100px;
}

    .flgihtpopo .model-top {
        background: var(--dark-color);
        text-align: center;
        padding: 12px;
        border-radius: 5px 5px 0 0px;
    }

        .flgihtpopo .model-top div {
            font-size: 80px;
            color: var(--light-color);
        }

    .flgihtpopo h3 {
        font-size: 24px;
        margin-top: 0px;
    }
/***********************pop up End******************/
/*--------------------------- Breadcrum Starts --------------------------*/
.breadcrum_wrapper {
    background: rgba(250,166,26, .2);
    padding: 20px 0px;
    text-align: center;
}

    .breadcrum_wrapper .breadcrum_containe h3 {
        margin: 0px;
        text-transform: uppercase
    }

    .breadcrum_wrapper .breadcrum_containe ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        margin-top: 15px;
    }

        .breadcrum_wrapper .breadcrum_containe ul li {
            list-style: none;
            float: left;
            margin-right: 5px;
        }

            .breadcrum_wrapper .breadcrum_containe ul li a {
                text-decoration: none;
                color: var(--dark-color);
            }

            .breadcrum_wrapper .breadcrum_containe ul li.active {
                color: #999;
            }

        .breadcrum_wrapper .breadcrum_containe ul > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }
/*--------------------------- Breadcrum Ends  --------------------------*/
/*--------------------------- About us page Starts --------------------------*/
.abt_cont {
    margin-top: 30px;
}

    .abt_cont h3 {
        margin: 0px;
        font-weight: 700;
        font-size: 17px;
        margin: 0px;
        margin-bottom: 5px;
    }

    .abt_cont p {
        margin-bottom: 20px;
        text-align: justify
    }
/*--------------------------- About us page Ends --------------------------*/
/*--------------------------- Error page Starts Here--------------------------*/
.error-page {
    padding-top: 35px;
    text-align: center;
    display: block;
    margin: 10px 0px 50px 0px;
}

.errPageWrapper .error {
    color: #eaebed;
    font-size: 250px;
    font-weight: 700;
    line-height: 190px
}

.errPageWrapper .no-found {
    color: #313131;
    font-size: 48px;
    font-weight: 700;
    line-height: 24px;
}

.error-text {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 50%;
    margin: 30px auto;
}

.errPageWrapper .back_btn {
    color: #fefefe;
    background: var(--dark-color);
    line-height: 38px;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
    transition: ease all .3s;
}

    .errPageWrapper .back_btn:hover {
        background: #FF690F
    }
/*--------------------------- Error page Ends Here--------------------------*/
/*--------------------- Footer black Strip Start----------------*/
.blck_strip {
    background: rgba(8, 61, 119, .9);
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10000;
}

    .blck_strip .cll_fxd_bnnr {
        color: var(--light-color);
        padding: 5px 0px;
        text-align: center;
    }

        .blck_strip .cll_fxd_bnnr span {
            background: #FF690F;
            display: inline-block;
            border-radius: 40px;
            padding-left: 15px;
        }

        .blck_strip .cll_fxd_bnnr a {
            background-color: var(--dark-color);
            border-radius: 50px;
            border: 2px solid #FF690F;
            display: inline-block;
            margin-left: 10px;
            text-decoration: none;
            color: var(--light-color);
            transition: ease all .5s;
            padding: 10px;
        }
/*--------------------- Footer black End Start----------------*/
/* --------------------- Desktop View  Starts Here---------------------*/




/* --------------------- Popular Deals Start Here  --------------------- */
.wprHot {
    margin: 40px 0px;
}

    .wprHot .hotInnr {
        display: flex;
    }

        .wprHot .hotInnr .bigBx {
            width: 25%;
            height: 550px;
            overflow: hidden;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
            cursor: pointer;
        }

            .wprHot .hotInnr .bigBx img {
                height: 100%;
                transition: transform .5s ease;
                filter: brightness(50%);
            }

            .wprHot .hotInnr .bigBx:hover img {
                transform: scale(1.5);
                filter: brightness(100%);
                transition: transform 1s, filter 1.5s ease-in-out;
                transform-origin: center center;
            }

        .wprHot .hotInnr .cntBx {
            width: calc(50% - 20px);
            margin: 0px 10px;
            display: flex;
            flex-flow: column;
        }

            .wprHot .hotInnr .cntBx .timg {
                display: flex;
            }

                .wprHot .hotInnr .cntBx .timg .f {
                    width: calc(50% - 5px);
                    height: 270px;
                    margin-bottom: 10px;
                    overflow: hidden;
                    border-radius: 15px;
                    cursor: pointer;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                }

                    .wprHot .hotInnr .cntBx .timg .f img {
                        height: 100%;
                        transition: transform .5s ease;
                        filter: brightness(50%);
                    }

                    .wprHot .hotInnr .cntBx .timg .f:hover img {
                        transform: scale(1.5);
                        filter: brightness(100%);
                        transition: transform 1s, filter 1.5s ease-in-out;
                        transform-origin: center center;
                    }

                    .wprHot .hotInnr .cntBx .timg .f:first-child {
                        margin-right: 5px;
                    }

                    .wprHot .hotInnr .cntBx .timg .f:last-child {
                        margin-left: 5px;
                    }

            .wprHot .hotInnr .cntBx .oimg .f {
                height: 270px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                overflow: hidden;
                width: 100%;
                border-radius: 15px;
            }

                .wprHot .hotInnr .cntBx .oimg .f img {
                    transition: transform .5s ease;
                    filter: brightness(50%);
                }

                .wprHot .hotInnr .cntBx .oimg .f:hover img {
                    transform: scale(1.5);
                    filter: brightness(100%);
                    transition: transform 1s, filter 1.5s ease-in-out;
                    transform-origin: center center;
                }

.deal-content {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0px;
    left: 0px;
    padding: 8px 30px;
    border-radius: 15px;
    color: var(--light-color);
    background: #FF7555;
    font-size: 13px;
}
/*.dmsWppr{ margin:0px 0px;}
.dmsWppr .topFlightTab{text-align: center; border: none; margin-top: 2.6rem;}
.dmsWppr .topFlightTab .nav-item .nav-link{border: none; color: var(--dark-color); font-weight: 500; padding: 16px 33px; background-color: #f6f6f6;}
.dmsWppr .topFlightTab .nav-item .nav-link.active{background-color: var(--yellow); font-weight: 600; }
.dmsWppr .topFlightTab .nav-item:first-child{margin-left: auto; }
.dmsWppr .topFlightTab .nav-item:last-child{margin-right: auto;  }
.dmsWppr .topFlightTab .nav-item:first-child .nav-link{border-radius: 10px 0 0 10px;}
.dmsWppr .topFlightTab .nav-item:last-child .nav-link{border-radius: 0 10px 10px 0;}
.dmsWppr .fltDealRow{margin-top: 7.7rem;}
.dmsWppr .fltDealRow .pr-5{padding-right: 45px;}
.dmsWppr .dmFlt{border-radius:8px; overflow:hidden; height:100%; min-height: 310px; background-color: #fafafa;}
.dmsWppr .dmFlt .fltHdng {background:var(--yellow); padding:24px 0px; }
.dmsWppr .dmFlt .fltHdng h3{text-align:center; font-size:24px; font-weight:700; color:var(--dark-color);   margin:0px;}
.dmsWppr .dmFlt .fltHdng h3 i{margin-left:15px; font-size:15px;}

.dmsWppr .dmFlt .strp{display:flex; padding:24px 0px; border-bottom:1px solid #e0ebf5;}
.dmsWppr .dmFlt .strp:last-child{border-bottom: 0;}
.dmsWppr .dmFlt .strp .cmn{width:33.3%; display:inline-flex; align-items:center; justify-content:center; }
.dmsWppr .dmFlt .strp .dest{flex-flow:column; align-items: flex-start; width: 42%;}
.dmsWppr .dmFlt .strp .dest p{margin:0px; line-height:24px;}
.dmsWppr .dmFlt .strp .dest .loc{color:var(--dark-color); font-size:16px; font-weight: bold;}
.dmsWppr .dmFlt .strp .dest .dte{color:var(--dark-color); font-size:16px; line-height: 1;}
.dmsWppr .dmFlt .strp .lgo{width: 25%; padding-left: 24px; justify-content: flex-start;}*/

/*.dmsWppr .dmFlt .strp .prc{justify-content: end; padding-right: 24px; align-items: self-start;}
.dmsWppr .dmFlt .strp .prc a{font-size: 16px; font-weight: bold; color: var(--dark-color);}
.noFlightSec{text-align: center; margin-top: 60px;}
.noFlightSec h5{color: var(--gray); margin-top: 11px; font-weight: 500; font-size: 24px;}*/

.mstWppr {
    margin: 100px 0px
}

.allHd {
    margin: 25px 0px;
    text-align: center
}

    .allHd h3 {
        margin: 0px;
        text-align: center;
        color: #4A4A4A;
        position: relative;
        font-size: 24px;
        display: inline-block;
    }

        .allHd h3 .icon-offer {
            position: absolute;
            right: -50px;
            color: #ff7555
        }

            .allHd h3 .icon-offer bdo {
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
                position: absolute;
                top: 2px;
                left: 11px;
                font-size: 11px;
                color: var(--light-color);
            }

        .allHd h3:after {
            width: 100px;
            height: 2px;
            background: #FF7555;
            content: "";
            display: inline-block;
            position: absolute;
            bottom: -8px;
            left: calc(50% - 50px)
        }


.mstWppr .dealInnr {
    display: flex;
}

    .mstWppr .dealInnr .dealBx {
        display: inline-flex;
        width: 25%;
        overflow: hidden;
        height: 320px;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .mstWppr .dealInnr .dealBx:first-child {
            border-radius: 30px 0px 0px 30px
        }

        .mstWppr .dealInnr .dealBx:last-child {
            border-radius: 0px 30px 30px 0px
        }

        .mstWppr .dealInnr .dealBx img {
            height: 100%;
        }

        .mstWppr .dealInnr .dealBx .prctag {
            line-height: 15px;
            background-image: url(/Images/price-tag.png);
            background-repeat: no-repeat;
            width: 130px;
            height: 56px;
            position: absolute;
            z-index: 2;
            top: 20px;
            right: 0;
            background-size: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-flow: column;
        }

            .mstWppr .dealInnr .dealBx .prctag .prc {
                margin: 0px;
                color: #6684F2;
                font-weight: 700;
            }

            .mstWppr .dealInnr .dealBx .prctag .dst {
                color: var(--dark-color);
                margin: 0px;
            }


/* --------------------- Popular Deals Ends Here  --------------------- */






.nav_wrap_main {
    background: #ECECEC;
    color: var(--light-color);
    padding: 5px 0px;
    font-family: "Roboto", sans-serif;
}

    .nav_wrap_main .nav_wrap {
        padding: 0px 0px;
    }






    .nav_wrap_main .nav_link {
        margin-left: 30px;
    }

        .nav_wrap_main .nav_link ul {
            margin: 0px;
            padding: 0px;
            display: flex;
        }

            .nav_wrap_main .nav_link ul li {
                list-style: none;
                margin-left: 15px;
                position: relative;
                cursor: pointer
            }

                .nav_wrap_main .nav_link ul li.active a, .nav_wrap_main .nav_link ul li a:hover {
                    color: #ff7555;
                }

                .nav_wrap_main .nav_link ul li a {
                    display: inline-block;
                    text-decoration: none;
                    color: #525252;
                    padding: 0px 5px;
                    font-size: 16px;
                    font-weight: 700;
                }

                    .nav_wrap_main .nav_link ul li.active:before, .nav_wrap_main .nav_link ul li a:hover:before {
                        position: absolute;
                        content: "";
                        height: 3px;
                        bottom: -2px;
                        display: inline-block;
                        width: 100%;
                        background: #555DFD;
                        left: 0;
                    }




    .nav_wrap_main .nav_rgt {
        flex-direction: row;
        align-items: center;
    }

.nav_rgt .login_link {
    margin-right: 10px;
    margin-top: 16px
}

    .nav_rgt .login_link ul {
        margin: 0px;
        padding: 0px;
    }

        .nav_rgt .login_link ul li {
            float: left;
            list-style: none;
            margin-right: 10px;
        }

            .nav_rgt .login_link ul li a {
                text-decoration: none;
                color: var(--light-color);
                font-size: 14px;
            }

.nav_rgt .nav_tfn {
    line-height: 20px;
    text-align: left;
    position: relative;
    margin-left: 30px;
}

    .nav_rgt .nav_tfn a {
        font-size: 21px;
        display: block;
        color: #ff7555;
        font-weight: 700;
        text-decoration: none;
    }

        .nav_rgt .nav_tfn a:hover {
            color: #555DFD;
        }

    .nav_rgt .nav_tfn:before {
        content: "\e930";
        font-family: 'icomoon' !important;
        font-size: 28px;
        display: inline-block;
        position: absolute;
        left: -33px;
        bottom: 7px;
        color: #525252;
    }

    .nav_rgt .nav_tfn span {
        color: #525252;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
    }

.icon_user {
    width: 50px;
    height: 50px;
    float: right;
    padding: 7px;
    margin-left: 10px;
    background-image: url(/Images/sprite-dsk.png);
    background-repeat: no-repeat;
    background-position: -173px 3px;
}

.top_dest_lft {
    width: 31%;
    margin: 0px 1%;
    height: 450px;
    float: left;
}

    .top_dest_lft .tp_dst_up {
        width: 100%;
        height: 217px;
        margin-bottom: 16px;
        overflow: hidden;
        position: relative;
    }

        .top_dest_lft .tp_dst_up .frst {
            background: url(/images/tf-img3.jpg) no-repeat;
            height: 237px;
            width: 100%;
            display: block;
            background-size: cover;
            background-position: center;
        }

    .top_dest_lft .tp_dst_lr .scnd {
        background: url(/images/Chicago.jpg) no-repeat;
        height: 237px;
        width: 100%;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .top_dest_lft .tp_dst_up .thrd {
        background: url(/images/lasvegas.jpg) no-repeat;
        height: 237px;
        width: 100%;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .top_dest_lft .tp_dst_lr .frth {
        background: url(/images/sydney.jpg) no-repeat;
        height: 237px;
        width: 100%;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .top_dest_lft .tp_dst_lr {
        width: 100%;
        height: 217px;
        overflow: hidden;
    }

.tp_dst_up .dest_over {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .7);
    top: 0px;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
}

    .tp_dst_up .dest_over p {
        display: block;
        text-align: center;
    }

        .tp_dst_up .dest_over p bdo {
            color: #ec5300;
            font-weight: 700;
            font-size: 22px;
        }

        .tp_dst_up .dest_over p span {
            display: block;
            color: var(--light-color);
        }

.top_dest_ctr {
    width: 32%;
    margin: 0px 1%;
    background: green;
    height: 450px;
    float: left;
}

.top_dest_hd {
    margin: 30px 0px;
}

    .top_dest_hd h3 {
        font-size: 20px;
        color: var(--dark-color);
        font-weight: 600;
        margin: 0px;
        margin-bottom: 5px;
        text-align: center;
    }

    .top_dest_hd p {
        position: relative;
        text-align: center;
    }

        .top_dest_hd p:after {
            border-top: 5px solid var(--dark-color);
            position: absolute;
            left: 0;
            top: auto;
            bottom: -17px;
            content: "";
            width: 70px;
            margin: 0 auto;
            right: 0;
        }

    .top_dest_hd hr {
        width: 170px;
        border: 0;
        border-top: 1px solid #ccc;
        margin-bottom: 15px;
        height: 0;
        box-sizing: content-box;
        position: relative;
        top: -6px;
        z-index: -1;
    }
/*----------------------------------------- Service Box Start Here ----------------------------------------------*/
.services-box {
    display: block;
}

.services-box-inner {
    background: var(--light-color) none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.services-box .list-inline {
    margin: 0;
}

.services-box-inner .list-inline span {
    display: block;
    text-align: center;
    height: 55px;
}

    .services-box-inner .list-inline span.bpg {
        display: inline-block;
        width: 65px;
        height: 66px;
        background-position: 1px -56px;
    }

    .services-box-inner .list-inline span.afd {
        display: inline-block;
        width: 59px;
        height: 66px;
        background-position: -89px -56px;
    }

    .services-box-inner .list-inline span.csup {
        display: inline-block;
        width: 69px;
        height: 66px;
        background-position: -157px -56px;
    }

    .services-box-inner .list-inline span.nssl {
        display: inline-block;
        width: 141px;
        height: 66px;
        background-position: -230px -56px;
    }

    .services-box-inner .list-inline span.msec {
        display: inline-block;
        width: 147px;
        height: 66px;
        background-position: -400px -56px;
    }

    .services-box-inner .list-inline span.asta {
        display: inline-block;
        width: 170px;
        height: 66px;
        background-position: -376px -54px;
    }

    .services-box-inner .list-inline span.asta-title {
        font-size: 16px;
        color: var(--dark-color);
        padding-top: 10px;
        font-weight: bold;
    }

    .services-box-inner .list-inline span img {
        height: 100%;
    }

    .services-box-inner .list-inline span.ser-title {
        color: var(--dark-color);
        padding-top: 10px;
        font-weight: bold;
    }

.services-box-inner .list-inline > li {
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 20%;
    text-align: center;
}
/*----------------------------------------- Service Box Ends Here ----------------------------------------------*/
/*----------------------------------------- Newsletter Start ----------------------------------------------*/
.news_offr {
    display: flex;
    justify-content: center;
}

#newsletter-container {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 20px);
    margin: 0px 10px;
    border: solid 2px #D9E1E8;
    background-color: #F1F4F7;
    display: inline-flex;
    align-items: center;
}

.newsletter-inner {
    float: left;
    padding: 15px 10px;
    width: 100%;
}

    .newsletter-inner h3 {
        color: var(--dark-color);
        font-size: 36px;
        font-weight: 700;
        margin: 25px 0;
    }

    .newsletter-inner h3 {
        font-size: 20px;
        margin: 0px;
        text-align: center;
        margin-bottom: 7px;
    }

        .newsletter-inner h3 span {
            width: 33px;
            height: 33px;
            display: inline-block;
            position: relative;
            top: 10px;
        }

            .newsletter-inner h3 span.gsd {
                background-position: -182px 0px;
            }

#offer-container {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 20px);
    margin: 0px 10px;
    border: solid 2px #D9E1E8;
    background-color: #F1F4F7 !important;
}

.offer-inner {
    float: left;
    padding: 4px 10px;
    width: 100%;
}

    .offer-inner h3 {
        color: var(--dark-color);
        font-size: 36px;
        font-weight: 700;
        margin: 25px 0;
    }

    .offer-inner h3 {
        font-size: 20px;
        margin: 0px;
        text-align: center;
        margin-bottom: 7px;
    }

        .offer-inner h3 span {
            width: 33px;
            height: 33px;
            display: inline-block;
            position: relative;
            top: 10px;
        }

            .offer-inner h3 span.offprc {
                background-position: -220px 0px;
            }

#offer-phone {
    border: 0px;
    margin: 10px 0px 5px 0px;
    overflow: hidden;
    text-align: center;
}

    #offer-phone span a {
        border-radius: 9px;
        padding: 3px 10px;
        font-size: 18px;
        display: inline-block;
        background: #FF690F;
        color: var(--light-color);
        text-decoration: none;
    }

.offer-inner h3 bdo {
    font-weight: 700;
    color: #FF690F
}

#register-newsletter {
    border: 0px;
    margin: 10px 0px 5px 0px;
    overflow: hidden;
}

.newsletter-fields {
    position: relative
}

#register-newsletter input[name="newsletter"] {
    background: var(--light-color);
    border: 0 none;
    padding: 6px 100px 6px 15px;
    width: 100%;
    border: 1px solid #b8b9bb;
}

#register-newsletter .btn {
    background: #FF690F;
    border-radius: 0;
    color: var(--light-color);
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    letter-spacing: 0;
    padding: 0 20px;
    position: absolute;
    right: 0px;
    top: 0;
}

#offer-phone .phn_onlyOffr {
    margin: 0px;
    margin-top: 5px;
    font-weight: 700;
    color: var(--dark-color);
}
/*----------------------------------------- Newsletter Ends ----------------------------------------------*/
/*----------------------------------------- Top Destination Start----------------------------------------------*/
#today-offer {
    position: relative;
}

.paddtb30 {
    padding: 30px 0px;
}

#today-offer::after {
    position: absolute;
    right: 0;
    top: 45px;
    width: 300px;
    height: 276px;
    content: "";
    background: url(/images/offer-areo-rt.png) 0 0 no-repeat;
    z-index: -1
}

#today-offer::before {
    position: absolute;
    left: -140px;
    top: 30px;
    width: 552px;
    height: 447px;
    content: "";
    background: url(/images/offer-areo-lt.png) 0 0 no-repeat;
    z-index: -1
}

#today-offer .container-inner {
    padding-bottom: 125px;
}

#today-offer .h2-title {
    color: var(--dark-color);
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 30px 0px;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

#today-offer .icon {
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-top: 14px;
    position: relative;
    width: 100%;
}

#today-offer .icon-text {
    margin-left: 0;
    padding: 0 0 25px;
}

#today-offer .icon-text {
    clear: both;
    margin-left: 0;
    padding: 0 0 25px;
}

#today-offer h3.txt-tl {
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 15px;
}

    #today-offer h3.txt-tl > span {
        font-weight: 700;
    }

#today-offer .icon-text .txt-para {
    color: var(--dark-color);
    line-height: 22px;
    margin-bottom: 25px;
}

#today-offer .offer-img {
    display: block;
    margin-top: 30px;
}

#today-offer .more-deal-btn {
    display: block;
    margin: 30px 0 0;
}

/*----------------------------------------- Top Destination Ends ----------------------------------------------*/
/*----------------------------------------- Footer Starts ----------------------------------------------*/
#footer {
    background-color: var(--dark-color);
    float: left;
    width: 100%;
}

.foot-top {
    padding: 30px 0 250px 0;
    float: left;
    width: 100%;
    background: url(/images/foot-graphic.png) bottom center no-repeat
}

.foot-nav > h3 {
    color: var(--light-color);
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

    .foot-nav > h3::after {
        background: #FF690F;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 50px;
    }

.foot-nav ul {
    margin: 0px;
    padding: 0px;
}

    .foot-nav ul > li {
        display: block;
        padding: 2px 0;
    }

        .foot-nav ul > li > a {
            color: var(--light-color);
            font-size: 14px;
            font-family: 'Roboto', sans-serif;
        }

.foot-nav span a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #FF690F;
}

.subscribe-main {
    background: #041e3b none repeat scroll 0 0;
    float: left;
    padding: 15px;
    width: 100%;
    margin-top: 20px;
}

.foot-subtitle {
    color: var(--light-color);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.subscribe-main .foot-subscribe-box .form-outer {
    background: var(--light-color) none repeat scroll 0 0;
}

.subscribe-main .foot-subscribe-box .input-appen {
    position: relative;
}

.subscribe-main .foot-subscribe-box .form-control {
    background: var(--light-color) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    height: 40px;
    padding: 5px 115px 5px 15px;
    position: relative;
    width: 100%;
    color: #666
}

.subscribe-main .foot-subscribe-box .input-appen button.btn {
    background: #FF690F;
    border: 0 none;
    border-radius: 0;
    height: 40px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    width: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    top: 0;
}

.subscribe-main .foot-subscribe-box .ext-msg {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #4b698a;
    padding: 2px 0 0 0;
}

.subscribe-main .foot-subscribe-box {
    float: left;
    width: 100%;
}

.subscribe-main .contact-info {
    color: var(--light-color);
    font-family: 'Roboto', sans-serif;
}

    .subscribe-main .contact-info a {
        text-decoration: none;
        color: #FF690F;
    }

.subscribe-main .subscribe-contact .ci-no {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
}

.footer-social .fa {
    background: #FF690F none repeat scroll 0 0;
    border-radius: 100%;
    color: #041e3b;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
}

.footer-social {
    float: right;
    padding-top: 12px;
}

.footer-copyright {
    color: var(--light-color);
    line-height: 32px;
    text-align: left;
}

.footer-social {
    float: right;
}

    .footer-social a {
        font-size: 18px;
        color: #666;
    }

.foot-bottom {
    background: #041e3b none repeat scroll 0 0;
    border-top: 2px solid var(--light-color);
    clear: both;
    display: block;
    float: left;
    margin-top: -4px;
    width: 100%;
}

    .foot-bottom .copyright_romana {
        color: var(--light-color);
    }

        .foot-bottom .copyright_romana p {
            margin: 0px;
            padding: 15px 0px;
        }

    .foot-bottom .toplink {
        float: left;
        text-align: center;
        width: 100%;
    }

        .foot-bottom .toplink > a {
            display: inline-block;
            padding-bottom: 5px;
            text-decoration: none;
        }

    .foot-bottom .top-go-title {
        font-size: 11px;
    }

    .foot-bottom .toplink span {
        display: block;
        padding: 1px 0;
    }

.link-dec, .link-dec:hover {
    color: var(--dark-color);
}

.subscribe-main .foot-subscribe-box .ext-msg {
    color: var(--light-color);
}

.foot-bottom .toplink span {
    display: block;
    padding: 1px 0;
    color: #FF690F;
}

.foot-bottom .toplink {
    float: left;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.wrppr_copy_pantr {
    background: var(--light-color);
    padding: 10px 0px;
    float: left;
    width: 100%;
    border-top: solid 2px #F8FAFF;
    margin-top: -4px;
}

    .wrppr_copy_pantr .copy_bk_pth {
        text-align: center;
        margin: 5px 0px 10px 0px;
        color: #4A4A4A;
        font-weight: 500;
    }

        .wrppr_copy_pantr .copy_bk_pth .addrs {
            color: var(--light-color);
            font-size: 14px;
        }

            .wrppr_copy_pantr .copy_bk_pth .addrs .flg {
                display: inline-block;
                width: 25px;
                margin-left: 5px;
            }

            .wrppr_copy_pantr .copy_bk_pth .addrs span img {
                width: 100%;
            }

    .wrppr_copy_pantr .fttr_part ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        .wrppr_copy_pantr .fttr_part ul li {
            list-style: none;
            display: inline-block;
            margin: 0px 14px;
            padding: 1px;
            background: var(--light-color);
            border-radius: 2px;
        }

            .wrppr_copy_pantr .fttr_part ul li a {
                display: block;
                background-color: var(--light-color);
                cursor: auto;
            }

                .wrppr_copy_pantr .fttr_part ul li a.travelex {
                    height: 26px;
                    width: 111px;
                    background-position: -463px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a.iata {
                    height: 26px;
                    width: 38px;
                    background-position: -1px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a.arc {
                    height: 26px;
                    width: 48px;
                    background-position: -51px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a.nrtn {
                    height: 26px;
                    width: 43px;
                    background-position: -113px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a.paypal {
                    height: 26px;
                    width: 64px;
                    background-position: -168px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a.visa {
                    height: 26px;
                    width: 41px;
                    background-position: -241px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a.mastercard {
                    height: 26px;
                    width: 49px;
                    background-position: -295px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a.amrcnExprss {
                    height: 26px;
                    width: 49px;
                    background-position: -351px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a.discvr {
                    height: 26px;
                    width: 49px;
                    background-position: -408px -139px;
                }

                .wrppr_copy_pantr .fttr_part ul li a img {
                    width: 100%;
                }

.link_sec_ftr {
    margin-bottom: 15px;
    padding-left: 15px;
    float: left;
}

    .link_sec_ftr .scl_logo ul {
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }

        .link_sec_ftr .scl_logo ul li {
            list-style: none;
            float: left;
            margin-right: 10px;
            position: relative;
        }

            .link_sec_ftr .scl_logo ul li a {
                display: inline-block;
                background-color: var(--light-color);
                color: var(--dark-color);
                border-radius: 15px;
                height: 30px;
                width: 30px;
                transition: ease all .5s;
            }

                .link_sec_ftr .scl_logo ul li a.fb {
                    background-position: -38px 6px;
                }

                    .link_sec_ftr .scl_logo ul li a.fb:hover {
                        background-color: #3b5998;
                        color: var(--light-color);
                        background-position: -38px -15px;
                    }

                .link_sec_ftr .scl_logo ul li a.tw {
                    background-position: -64px 7px;
                }

                    .link_sec_ftr .scl_logo ul li a.tw:hover {
                        background-color: #1da1f2;
                        color: var(--light-color);
                        background-position: -64px -14px;
                    }

                .link_sec_ftr .scl_logo ul li a.gp {
                    background-position: -92px 6px;
                }

                    .link_sec_ftr .scl_logo ul li a.gp:hover {
                        background-color: #dd4b39;
                        color: var(--light-color);
                        background-position: -92px -15px;
                    }

                .link_sec_ftr .scl_logo ul li a.lk {
                    background-position: -117px 6px;
                }

                    .link_sec_ftr .scl_logo ul li a.lk:hover {
                        background-color: #0274b3;
                        color: var(--light-color);
                        background-position: -117px -16px;
                    }

                .link_sec_ftr .scl_logo ul li a.ig {
                    background-position: -145px 7px;
                }

                    .link_sec_ftr .scl_logo ul li a.ig:hover {
                        color: var(--light-color);
                        background-color: #d92e7f;
                        background-position: -145px -15px;
                    }

.u-userLauncherColor:not([disabled]) {
    background: #f00 !important;
}
/*----------------------------------------- Footer Ends ----------------------------------------------*/
/**************Sitemap Start***********/
.sitemap-content {
    background: var(--light-color);
    color: #5c6272;
    border-bottom: 1px solid #e0dede;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .sitemap-content ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .sitemap-content .sitemap-list li {
        list-style: none;
        padding: 5px;
        margin: 5px 0px;
        float: left;
        width: 25%;
    }

        .sitemap-content .sitemap-list li a {
            color: var(--dark-color);
            text-decoration: none;
        }

            .sitemap-content .sitemap-list li a:hover {
                color: var(--dark-color);
            }

        .sitemap-content .sitemap-list li:before {
            content: "\00BB \0020";
            float: left;
            line-height: 18px;
            display: block;
            padding-right: 5px
        }

    .sitemap-content .sitemap-title {
        display: block;
        color: var(--dark-color);
        font-size: 22px;
        margin: 0 0 10px
    }

    .sitemap-content .readmore {
        position: relative;
        float: right;
    }
/**************Sitemap End***********/
/*----------------------------------------- Listing Page Start Here ----------------------------------------------*/
.list_srchwrappr {
    background: var(--dark-color);
    margin: 10px 0px;
}

    .list_srchwrappr .ind_src_eng_box {
        background: var(--dark-color);
        padding: 15px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
/*----------------------------------------- Listing Page Ends Here ----------------------------------------------*/
/*----------------------------------------- Disclaimer Starts Here ----------------------------------------------*/
.coup_fttr_disc_wrappr {
    background: var(--light-color);
    float: left;
    width: 100%;
}

.coup_fttr_disc p {
    text-align: justify;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0px;
    margin: 0px;
}
/*----------------------------------------- Disclaimer Ends Here ----------------------------------------------*/
#trustbox {
    height: 130px;
}

/* ---------------------------------------------- Blog views Start Here ---------------------------------------------- */

.blog_nav_wrappr {
    background: #333;
    position: relative;
    z-index: 100001
}

    .blog_nav_wrappr .blog_nav_innr ul {
        margin: 0px;
        padding: 0px;
    }

        .blog_nav_wrappr .blog_nav_innr ul li {
            float: left;
        }

            .blog_nav_wrappr .blog_nav_innr ul li a {
                display: inline-block;
                padding: 15px 10px;
                font-size: 18px;
                color: var(--light-color);
            }

                .blog_nav_wrappr .blog_nav_innr ul li a:hover {
                    background: #FF690F;
                    text-decoration: none;
                }

.blog_main_wrppr {
    margin: 50px 0px;
}

.blog_wrppr_innr {
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2)
}

    .blog_wrppr_innr header {
        margin-bottom: 30px;
    }

        .blog_wrppr_innr header .blg_mn_hd {
            margin: 0px;
            font-size: 30px;
            text-align: center;
            color: #FF690F;
            line-height: 52px;
        }

    .blog_wrppr_innr .time_by {
        text-align: center;
        color: #999;
        font-size: 18px;
    }

    .blog_wrppr_innr .entry_content {
        margin-bottom: 30px;
    }

        .blog_wrppr_innr .entry_content .meta_image {
            margin: 15px 0px;
        }

            .blog_wrppr_innr .entry_content .meta_image img {
                width: 100%;
            }

        .blog_wrppr_innr .entry_content p {
            font-size: 18px;
            font-weight: 300;
            line-height: 35px;
        }

        .blog_wrppr_innr .entry_content h3 {
            font-size: 25px;
            color: #FF690F;
            font-weight: 400;
            margin: 25px 0px 7px;
        }

.vce_post_wrppr {
    border: 1px solid #ddd;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2)
}

    .vce_post_wrppr .title_rcnt_post {
        text-align: center;
        font-size: 22px;
        color: var(--dark-color);
        font-weight: 400;
        color: var(--dark-color);
        margin: 0px;
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }

    .vce_post_wrppr .vce_post_list {
        margin: 0px;
        padding: 0px;
        margin: 15px 0px;
        padding: 0px 10px
    }

        .vce_post_wrppr .vce_post_list li {
            list-style: none;
            margin-bottom: 15px;
        }

            .vce_post_wrppr .vce_post_list li a {
                text-decoration: none;
                color: var(--dark-color);
                display: block
            }

                .vce_post_wrppr .vce_post_list li a:hover {
                    color: #FF690F
                }

                .vce_post_wrppr .vce_post_list li a .thumb_img {
                    width: 100px;
                    float: left;
                    margin: 0px 5px 5px 0px;
                }

                    .vce_post_wrppr .vce_post_list li a .thumb_img img {
                        width: 100%;
                    }

                .vce_post_wrppr .vce_post_list li a .thumb_cont {
                    width: calc(100% - 105px);
                    float: left;
                    word-break: break-all;
                }
/*--------------------- IPad View Starts Here---------------------*/ /* This is class use for Mobile divice SM   */


/* ------------------------------------------------------------ Economy Popup All Pages Start Here ------------------------------------------------------------ */
.bsc_eco_pop_wrpr {
    padding: 0px 20px;
    position: absolute;
    top: 16px;
    right: 130px;
}

    .bsc_eco_pop_wrpr .btn_bsc {
        display: inline-block;
        padding: 5px;
    }

        .bsc_eco_pop_wrpr .btn_bsc i {
            position: relative;
            left: -2px;
            top: 2px;
        }

    .bsc_eco_pop_wrpr .popup_bsc_eco {
        position: absolute;
        width: 580px;
        border: 1px solid var(--dark-color);
        padding: 10px;
        border-radius: 8px;
        z-index: 10;
        top: 40px;
        right: 0px;
        background: var(--light-color);
        display: none;
    }

        .bsc_eco_pop_wrpr .popup_bsc_eco:after, .bsc_eco_pop_wrpr .popup_bsc_eco:before {
            bottom: 100%;
            right: 10%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .bsc_eco_pop_wrpr .popup_bsc_eco:after {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: var(--light-color);
            border-width: 13px;
            margin-right: 1px;
        }

        .bsc_eco_pop_wrpr .popup_bsc_eco:before {
            border-bottom-color: var(--dark-color);
            border-width: 15px;
            margin-left: -26px;
        }

        .bsc_eco_pop_wrpr .popup_bsc_eco .closeBtn {
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 1px solid var(--dark-color);
            border-radius: 40px;
            right: 2px;
            top: 2px;
            cursor: pointer;
        }

            .bsc_eco_pop_wrpr .popup_bsc_eco .closeBtn i {
                margin-left: 3px;
                color: var(--dark-color);
                font-size: 12px;
                margin-top: 2px;
            }

        .bsc_eco_pop_wrpr .popup_bsc_eco .in_pp_bscEco h5 {
            font-weight: 700;
            color: var(--dark-color);
            margin: 10px 0px 5px;
            font-size: 15px;
        }

        .bsc_eco_pop_wrpr .popup_bsc_eco .in_pp_bscEco p {
            margin: 5px 0px;
            font-size: 11px;
        }

        .bsc_eco_pop_wrpr .popup_bsc_eco ul {
            margin: 0px;
            padding: 0px;
            font-size: 10px;
        }

            .bsc_eco_pop_wrpr .popup_bsc_eco ul li {
                list-style: square;
                margin-left: 15px;
            }

/*Login Section*/
.login-nav {
    float: right;
    margin-right: 68px;
    position: relative;
    margin-top: 15px;
}

    .login-nav a {
        color: var(--light-color);
        font-size: 15px;
        position: relative;
        cursor: pointer;
    }

.login-highlight {
    background: #ff690f;
    border-radius: 2px;
    color: var(--light-color);
    font-size: 12px;
    font-weight: 400;
    left: 50%;
    padding: 2px;
    position: absolute;
    top: 100%;
    text-transform: capitalize;
    min-width: 135px;
    margin-left: -70px;
    margin-top: 5px;
    text-align: center;
}

    .login-highlight:before {
        bottom: 100%;
        border: 5px solid transparent;
        border-top: none;
        border-bottom: 5px solid #ff690f;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        width: 0;
    }

.dropdown-toggle:after {
    transition: all .2s linear;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.login-sec {
    display: none;
    position: absolute;
    right: -360px;
    min-width: 550px;
    border: 1px solid #ccc;
    border-left: none;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    padding: 0;
    text-align: left;
    color: #666666;
    list-style: none;
    background-color: var(--light-color);
    z-index: 2;
    margin-top: 20px;
}

.login-frame {
    display: flex;
    flex-wrap: wrap;
}

    .login-frame:after {
        position: absolute;
        content: "";
        left: calc(100% - 396px );
        bottom: 100%;
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid var(--light-color);
    }

    .login-frame .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        min-height: 1px;
    }

.login-info {
    background: var(--dark-color);
    padding: 15px;
    color: var(--light-color);
}

.login-head {
    color: var(--light-color);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

    .login-head b {
        display: block;
        color: #ff690f;
    }

.login-hr {
    border-bottom: 1px dashed var(--light-color);
    margin: 15px 0;
    border-top: none;
}

.login-list {
    padding: 0px;
    margin: 0px;
}

.login-point {
    position: relative;
    display: block;
    padding: 0px 0px 10px 25px;
    font-size: 12px;
}

    .login-point:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f00c";
        font-size: 14px;
        color: #ff690f;
        font-family: FontAwesome;
    }

.login-tmc {
    font-size: 11px;
    color: hsla(0,0%,100%,0.5);
}

.login-form {
    padding: 15px;
}

.login-form-title {
    color: #666666;
    font-size: 14px;
    margin: 9px 0px;
}

.login-button {
    box-shadow: 0 1px 0 0 rgba(0,0,0,.25);
    background-image: linear-gradient(169deg,var(--light-color),#e7e9ec);
    background-color: #f5f6f7;
    border: 1px solid #d9dde0;
    text-align: center;
    width: 50%;
    padding: 8px 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

    .login-button:hover {
        background: linear-gradient(169deg,#e7e9ec,var(--light-color));
    }

.fblogin img {
    position: relative;
    top: -2px;
}

.input-sec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
    position: relative;
    margin-bottom: 8px;
}

.input-sec-lft-sec {
    display: flex;
    border: 1px solid #ccc;
    background: #eeeeee;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    color: #495057;
    padding: 12px;
    border-right: 0;
}

    .input-sec-lft-sec span {
        color: #ff3030;
    }

.input-filed {
    display: block;
    color: #495057;
    background-color: var(--light-color);
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 12px;
    width: 1%;
    flex: 1 1 auto;
    position: relative;
}

    .input-filed:focus {
        color: #495057;
        background-color: #fdfddd;
        border-color: #30affa;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .125rem rgba(4,106,166,.1);
    }

.login-btn {
    background-color: #01c6d8;
    box-shadow: 0 .0625rem 0 0 rgba(0,0,0,.25);
    color: var(--light-color);
    padding: 12px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

    .login-btn:hover {
        background: linear-gradient(169deg,#01abc7,#01cfdd);
        color: var(--light-color);
        box-shadow: 0 .0625rem 0 0 rgba(0,0,0,.25);
    }

.login-close {
    cursor: pointer;
    float: right;
    color: #ff690f !important;
    margin-top: 20px;
}

.login-sec .close-it {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #ff690f;
    color: var(--light-color);
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 8px 8px rgba(0,0,0,.15)
}

.second-sec .input-sec-lft-sec {
    min-width: 100px;
}

.login-sec .back-wrp {
    color: #313131;
    display: block;
    position: relative;
    padding-left: 20px;
}

    .login-sec .back-wrp:before {
        position: absolute;
        content: "\f177";
        font-size: 15px;
        color: var(--dark-color);
        font-family: FontAwesome;
        left: 0;
        top: -1px;
    }

.login-sec .email {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pass-filed:before {
    content: "\f023";
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    top: 11px;
    color: rgba(255,105,15,0.6);
    display: inline-block;
    z-index: 1;
}

.login-tnc {
    display: block;
    color: rgba(0,0,0,0.4);
    padding: 10px 0px;
}

    .login-tnc a {
        color: rgba(0,0,0,0.4);
        display: inline-block;
        font-size: 11px;
        text-decoration: underline;
    }

.login-forget a {
    display: inline-block;
    font-size: 13px;
    color: #ff690f;
    text-decoration: underline;
    padding: 10px 0px;
}

.login-menu {
    margin-top: 19px;
}

    .login-menu li a {
        color: #666666;
        font-size: 14px;
        padding: 5px 10px;
        margin: 0px 12px;
        text-align: left;
        transition: ease all 0.2s;
    }

        .login-menu li a:hover {
            background: #2762a4;
            color: var(--light-color);
        }

    .login-menu:before, .login-menu:after {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        top: -22px;
    }

    .login-menu:before {
        left: 20px;
        border-color: transparent transparent #ccc;
        border-width: 12px;
        margin-left: -1px;
        top: -24px;
    }

    .login-menu:after {
        left: 31px;
        border-color: transparent transparent var(--light-color);
        border-width: 11px;
        margin-left: -11px;
    }

.login-frame .login-error {
    color: red;
    font-size: 12px
}

.login-frame .login-success {
    color: green;
    font-size: 12px
}

.alerts {
    background: #eee;
    color: #666;
    font-size: .75rem;
    padding: .75rem;
    text-align: left;
    z-index: 2000;
    border-radius: .25rem;
}

.alerts-success {
    background: #d4edda;
    color: #3c763d;
}

.alerts-notification {
    transition: all .2s linear;
    border-style: solid;
    box-shadow: 0 0.125rem 0.25rem rgba(2,34,67,.075);
    font-size: 14px;
    padding: 25px 35px 25px 15px;
    position: fixed;
    top: 1rem;
    right: 1rem;
}

.alerts-success .fa-login-success:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    color: #3c763d;
    font-style: normal;
    border: 2px solid #3c763d;
    padding: 3px;
    border-radius: 50px;
    margin-right: 6px;
}

.alerts-success .fa-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 9px;
    color: var(--light-color);
    font-style: normal;
    border: 1px solid #3c763d;
    border-radius: 50px;
    margin-right: 6px;
    position: absolute;
    top: 5px;
    right: 0px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #83b990;
}

@media (max-width: 1200px) {
    .readBlog .container:before {
        height: 315px;
    }

    .readBlog .blogInner .right {
        height: 315px;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 1015px;
    }
}

@media (max-width: 997px) {
    .container {
        width: 750px;
    }

    .width_0 {
        width: 0px !important;
    }

    #today-offer:before, #today-offer:after {
        display: none;
    }

    .book-now .left-sec, .book-now .right-sec {
        width: 100%;
    }

    .book-now .dest-tittle {
        display: block;
        padding-bottom: 5px;
    }

    .blogInner img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .callUsMob {
        display: flex;
    }
    footer{
        margin-bottom:60px;
    }
    .about-image img{
        width:80px;
    }
}
/* ------------------------------------------------------------ Economy Popup All Pages Ends Here ------------------------------------------------------------ */
