﻿.slider-contant .banner {
    width: 100% !important;
}

    .slider-contant .banner h1 {
        text-align: center;
        font-size: 30px;
    }

        .slider-contant .banner h1 span {
            font-size: 45px;
        }

.cities-list-caption h6 {
    display: table;
    font-size: 13px;
}

    .cities-list-caption h6 span {
        font-size: 13px;
        margin-bottom: 8px;
    }

.cities-list-caption .cities-list-vertical {
    display: table-cell;
    vertical-align: middle;
}

    .cities-list-caption .cities-list-vertical p {
        font-size: 12px;
        margin-bottom: 0;
    }

        .cities-list-caption .cities-list-vertical p i {
            font-size: 15px;
            margin-left: 5px;
        }

        .cities-list-caption .cities-list-vertical p span {
            font-weight: 600;
            font-size: 16px;
            color: #ef3339;
        }

.quick-facts-slider {
    margin-top: 33px;
}

    .quick-facts-slider .swiper-slide {
        width: 20%;
        float: left;
    }

    .quick-facts-slider .circle-caption {
        float: left;
        width: 100%;
        padding: 0 5px;
    }

        .quick-facts-slider .circle-caption .box-quick {
            min-height: 80px;
        }

.circle-caption .box-quick:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: #0276b3;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: transform 0.2s;
}

.circle-caption .box-quick:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url(../images/sprite-img01.png) no-repeat center center;
    border-radius: 50%;
    top: 5px;
    background-position: 10px -276px;
    transform: scale(.8);
    transition: transform 0.2s;
}

.circle-caption .box02:after {
    background-position: -41px -276px;
}

.circle-caption .box03:after {
    background-position: -94px -276px;
}

.circle-caption .box04:after {
    background-position: -151px -276px;
}

.circle-caption .box05:after {
    background-position: -213px -276px;
}

.quick-facts-slider .swiper-slide {
    border-right: 1px solid #cccccc;
}

    .quick-facts-slider .swiper-slide:last-child {
        border: 0;
    }

.circle-caption:hover .box-quick:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.circle-caption .box-quick-details {
    text-align: center;
}

    .circle-caption .box-quick-details h5 {
        margin: 10px 0;
        text-transform: uppercase;
    }

    .circle-caption .box-quick-details h3 {
        font-size: 22px;
        font-weight: 600;
        padding: 2px;
    }

    .circle-caption .box-quick-details .q-f-18 {
        font-size: 18px;
    }

.manage-airlines-wrapper {
    margin-top: 30px;
}

.manage-airlines {
    border: 1px solid #ddd;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin-bottom: 20px;
}

    .manage-airlines:hover .manage-airlines-img img {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.manage-airlines-img {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    min-height: 82px;
    display: table;
    position: relative;
}

    .manage-airlines-img img {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.manage-airlines-caption {
    float: left;
    width: 100%;
    text-align: center;
    background: #0276b3;
    color: #fff;
    display: table;
    /*
    height: 100%;
	min-height: 104px; 
*/
    padding: 15px 20px 15px 20px;
}

    .manage-airlines-caption h6 {
        font-size: 14px;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle;
    }

        .manage-airlines-caption h6 span {
            display: block;
            font-size: 14px;
            font-weight: bold;
            margin-top: 8px;
            text-transform: capitalize;
        }

/************************* Responsive CSS starts here **************************/

@media (max-width: 768px) {
    /*	.chart-holder #chart_div {width:750px !important;}*/

    .circle-caption .box-quick-details h5 {
        font-size: 13px;
    }

    .circle-caption .box-quick-details h3 {
        font-size: 17px;
    }

    .circle-caption .box-quick-details .q-f-18 {
        font-size: 14px;
    }
}

@media (max-width: 640px) and (min-width: 560px) {
    .cities-list-caption {
        padding: 10px 10px 10px 10px;
    }

        .cities-list-caption h6 span {
            font-size: 11px;
            margin-bottom: 6px;
        }
}

@media (max-width: 560px) {
    .cities-list-caption {
        padding: 10px 10px 10px 10px;
    }

    .manage-airlines-wrapper .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .quick-facts-slider .swiper-slide {
        border-right: 0px;
    }
}
