.expo-best-deals {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    border-radius: 5px
}

.expo-best-deals .expo-best-deals-img {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 5px
}

.expo-best-deals .expo-best-deals-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1
}

.expo-best-deals .expo-best-deals-img img {
    border-radius: 5px;
    height: 300px;
    width: 100%
}

.expo-best-deals .expo-best-deals-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.expo-city-d {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 2
}

.expo-best-deals .expo-city {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    z-index: 2
}

.expo-best-deals .expo-best-deals-text .expo-city-from-to {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600
}

.expo-best-deals .expo-best-deals-text .expo-city-from-to span {
    margin-left: 5px;
    margin-right: 5px
}

.expo-best-deals .expo-best-deals-text .expo-date {
    font-size: 15px;
    color: #fff;
    font-weight: 600
}

.expo-best-deals .expo-best-deals-text .expo-deals-price {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

.expo-best-deals .expo-best-deals-text .expo-deasl-trips-type {
    font-size: 15px;
    color: #fff;
    font-weight: 600
}

.flight-from-city ul {
    padding: 0;
    list-style: none
}

.flight-from-city ul li {
    display: block;
    margin-bottom: 10px;
}

.flight-from-city ul li a {
    display: flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: #000;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito';
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    position: relative
}

.flight-from-city ul li a::after {
    content: '\279C';
    position: absolute;
    right: 10px;
    top: 12px;
    color: #7c3aed
}

.flight-from-city ul li a .price-rt {
    color: #7c3aed;
    font-weight: 600;
    font-size: 16px
}

.wht-bg {
    background: #fff
}

.wht-bg-clr {
    background: #f7f7f7
}

.pdb {
    margin-bottom: 30px
}

.pdt {
    margin-bottom: 0
}

.new-title {
    margin-bottom: 40px
}

.tabs-best-air ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px
}

.tabs-best-air ul li {
    width: auto;
    margin: 5px 10px 5px 0
}

.tabs-best-air ul>li>a {
    font-size: 14px !important;
    text-transform: capitalize !important;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px
}

.tabs-best-air ul>li.active>a,
.tabs-best-air ul>li:focus>a,
.tabs-best-air ul>li:hover>a,
.tabs-best-air ul>li>a:hover,
.tabs-best-air ul>li>a:focus {
    font-size: 14px !important;
    text-transform: capitalize !important;
    background: #7c3aed;
    border: none;
    outline: none
}

.sec-padd {
    padding: 50px 0
}

.sec-top-pad {
    padding-top: 50px
}

.bot-padd {
    padding-bottom: 50px
}

.tabs-best-air ul li a:focus {
    background-color: #7c3aed !important;
    border-top: none !important
}

@media only screen and (max-width:991px) {
    .expo-best-deals {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .pdb {
        margin-bottom: 10px
    }
    .pdt {
        margin-bottom: 10px
    }
    .tabs-best-air ul li {
        width: 46%;
        margin: 5px
    }
    .tabs-best-air ul li a:focus {
        border: none !important
    }
}