.contact-info-mob {
    text-align: center;
    padding: 10px
}

    .contact-info-mob a {
        text-align: center;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        padding-top: 5px !important
    }

        .contact-info-mob a span {
            text-align: center;
            font-size: 10px
        }

.carousel-inner img {
    width: 100%
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 15%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media only screen and (max-width:600px) {
    .carousel-control-next, .carousel-control-prev {
        top: 55%
    }
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url(../images/previous.png)
}

.carousel-control-next-icon {
    background-image: url(../images/next.png)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.containerLeft_sa33 {
    float: left;
    width: 33%;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width:1200px) {
    .containerLeft_sa33 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.containerLeft_sa50 {
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width:1200px) {
    .containerLeft_sa50 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.panel_saheader {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    background: #fb4f0f;
    color: #fff;
    text-shadow: none;
    padding: 6px;
    margin-bottom: 0;
    display: block;
    text-align: center
}

.sadeal_list {
    background: #fff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    padding: 20px 6%;
    min-height: 90px;
    position: relative;
    color: #5b6270
}

    .sadeal_list:hover {
        background: #e6e6e6;
        cursor: pointer
    }

.airline_logosa {
    background-color: #fff;
    background-repeat: repeat;
    display: inline-block;
    height: 48px;
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-top: 9px solid #fff;
    border-bottom: 9px solid #fff
}

.deal-itinerary {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    width: 45%;
    color: #5b6270
}

.deal-fare {
    position: absolute;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    color: #118acb;
    text-align: right;
    right: 5%;
    top: 50%;
    margin-top: -18px
}

.li_sa {
    background: #fff;
    border-top: 1px solid#efefef;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    padding: 20px 6%;
    min-height: 90px;
    position: relative;
    color: #5b6270
}

.deal-itinerary {
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
    width: 45%;
    color: #5b6270
}

.mCSB_inside > .mCSB_container {
    margin-right: 5px
}

.find_flightxt {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    color: #5b6270
}

.deal-fare-text {
    position: absolute;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #5b6270;
    text-align: right;
    right: 5%;
    top: 50%;
    margin-top: -31px
}

.deal-faren {
    position: absolute;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    color: #118acb;
    text-align: right;
    right: 5%;
    top: 40%
}

.sup_fndflight {
    font-size: 12px;
    top: -.8em;
    margin-right: 0
}

.card {
    box-shadow: none
}

.holidaysList ul li {
    margin: 0 auto;
    width: 30%;
    text-align: center;
    position: relative;
    margin: 0 12px;
    padding: 0;
    border-right: 1px solid #d2d2d2
}

    .holidaysList ul li:hover {
        box-shadow: none
    }

.bg-mountain {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    float: left
}

.holidaysList {
    float: left;
    width: 100%;
    padding: 0 0 0;
    box-shadow: 1px 15px 15px #e6e4e4
}

.bottom_bdr_h {
    width: 100%;
    display: table
}

.dark_clr_h {
    width: 23%;
    display: table-cell;
    vertical-align: middle;
    padding: 3%;
    color: #fff;
    font-size: 22px;
    background-color: #4263c1;
    background-image: linear-gradient(0deg,#df4005 0,#fb4f0f 100%)
}

.light_clr_h {
    width: 77%;
    display: table-cell;
    vertical-align: middle;
    background-color: #4263c1;
    background-image: linear-gradient(0deg,#016dab 0,#1b3867 100%)
}

.col_bot_1 {
    width: 23%;
    float: left;
    margin-left: 10px;
    margin-top: 15px
}

@media only screen and (max-width:775px) {
    .col_bot_1 {
        width: 100%;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 10px
    }
}

.img_col {
    float: left;
    margin-right: 8px
}

.eb_hp_i {
    width: 48px;
    height: 48px;
    margin: 0;
    float: left;
    background: url(images/01.png) no-repeat -1px -1px
}

.eb_hp_i_02 {
    width: 48px;
    height: 48px;
    margin: 0;
    float: left;
    background: url(images/02.png) no-repeat -1px -1px
}

.eb_hp_i_03 {
    width: 48px;
    height: 48px;
    margin: 0;
    float: left;
    background: url(images/03.png) no-repeat -1px -1px
}

.eb_hp_i_04 {
    width: 48px;
    height: 48px;
    margin: 0;
    float: left;
    background: url(images/04.png) no-repeat -1px -1px
}

.col_bot_1 .rit_col {
    float: left;
    width: 73%
}

    .col_bot_1 .rit_col h6 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin: 0
    }

    .col_bot_1 .rit_col p {
        font-size: 12px;
        color: #b0d0fb
    }

.footer a {
    color: #fff;
    padding: 10px 27px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0px 0px 5px #fff;
    margin-right: 18px;
}

    .footer a:hover {
        color: #fff;
        text-decoration:underline;
    }

.sa_a {
    color: #fff
}

    .sa_a:hover {
        color: #00f1ff
    }

.cc_sa_div {
    float: right;
    margin-right: 10px;
    padding-top: 5px;
    color: #fff;
    font-weight: 400;
    padding: 6px;
    font-size: 14px;
    background-color: #fb4f0f;
    border-radius: 0 10px 0 10px
}

@media only screen and (max-width:775px) {
    .cc_sa_div {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        border-radius: 0;
        margin-right: 0;
        display: none
    }
}

@media only screen and (min-width:775px) {
    .mobile_sa_div {
        display: none
    }
}

@media only screen and (max-width:775px) {
    .mobile_sa_div {
        border-radius: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        float: right;
        padding-top: 5px;
        color: #000;
        font-weight: 400;
        padding: 6px;
        font-size: 24px
    }

        .mobile_sa_div a {
            font-size: 24px !important
        }
}
