﻿.airports-near-slider .swiper-slide {
    width: 33.33%;
    padding: 0px 15px;
}

.mg-10 {
    margin-top: 40px;
}

.airports-near-slider .cities-list {
    background: #fff;
    border: 1px solid #cccccc;
}

.airports-near-slider .cities-list-caption .cities-list-vertical h6 {
    font-weight: 600;
}

    .airports-near-slider .cities-list-caption .cities-list-vertical h6 span {
        text-transform: capitalize;
        font-weight: 100;
    }

.airport-near-p {
    margin-bottom: 30px;
}

.quick-facts-mum .swiper-slide {
    width: 25%;
    float: left;
}

.swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-caption .box-quick.fd-box01:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 40px;
    background: url(../images/sprite-img01.png) no-repeat center center;
    border-radius: 50%;
    top: 14px;
    background-position: -39px -361px;
    transform: scale(.8);
    transition: transform 0.2s;
}

.quick-facts-slider .circle-caption .box-quick:after {
    height: 55px;
}

.circle-caption .fd-box02:after {
    background-position: -82px -365px;
    width: 45px;
    height: 45px;
    top: 12px;
    left: 2px;
}

.circle-caption .fd-box03:after {
    background-position: -137px -359px;
    top: 5px;
}

.circle-caption .fd-box04:after {
    background-position: -197px -357px;
}

.circle-caption:hover .box-quick.fd-box01:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.chart-holder {
    position: relative;
    width: 100%;
}

.text-strike {
    font-size: 12px !important;
    color: #636363;
    margin-right: 5px;
}

.circle-caption .box-quick-details h4 {
    font-weight: 600;
}

.graph-price {
    text-align: center;
    font-size: 16px;
    margin: 25px 0 0;
}

    .graph-price img {
        padding-right: 10px;
    }

    .graph-price span {
        font-weight: 600;
        color: #ef3339;
    }

        .graph-price span i {
            font-size: 14px;
            padding-right: 4px;
        }

.airlines-operate-slider {
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .chart-holder {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    div#chart_div {
        width: 990px !important;
    }
}
