﻿.home-header {
    padding: 10px 0;
}

.low-banner {
    background: url(/images/flight-bg.webp) no-repeat center;
    background-position: center center;
    padding: 0;
    position: relative;
}

    .low-banner:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background: rgba(0,22,39,0.8);
        height: 100%;
        content: "";
    }

.text-sec {
    z-index: 2;
    position: relative;
    color: #ffffff;
    text-align: center;
    max-width: 850px !important;
    margin: 0 auto;
}
.low-cost-titile {
    font-size: 40px;
    font-weight: 500;
    text-align: center;

    color: #ffffff;
    padding-top: 20px;
}

.from-price {
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding: 10px 100px;
    text-shadow: 2px 2px 4px #000000;
    margin: 15px 0 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
    .from-price .round-tip{
        font-size:12px;
        font-weight:300;
        padding-right:25px;
        text-align:right;
    }

.direct-call{
font-size:16px;
padding:15px 0;
}

.call-fare {
    background: rgba(0,0,0,0.3);
    border-top: 2px solid #979a9c;
    display: flex;
    justify-content: center;
    padding: 30px 0 20px 0;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.exclusive {
    background: rgba(0,0,0,0.3);
    padding: 10px 25px;
    font-size: 24px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:5px;
}

.click-call {
    background: #fc4100;
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
    display: flex;
    align-items: center;
    grid-gap: 30px;
    padding: 5px 20px 5px 5px;
    border-radius: 5px;
    margin: 0px 0 20px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .click-call span {
        border-radius: 5px;
        background: #ffffff;
        display: inline-flex;
        width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
    }
    .click-call a, .click-call a:hover {
        color: #ffffff;
    }

    .click-call span i {
        font-size: 35px;
        color: #fc4100;
    }

.travel-exp {
    text-shadow: 2px 2px 4px #000000;
    font-size: 20px;
    position: relative;
    font-weight: 300;
}

    .travel-exp:after{
        width:100%;
        height:2px;
        background:#ffffff;
        position:absolute;
        bottom:-5px;
        left:0;
        content:"";
    }
.save-now {
    font-size: 35px;
    font-weight: 600;
    text-shadow: 2px 2px 4px #000000;
    padding-top:20px;
}














.left-head {
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 105px 0 0 0;
}

    .left-head .heading {
        font-size: 40px;
        font-weight: 600;
    }

        .left-head .heading span {
            font-size: 30px;
            font-weight: 500;
        }

    .left-head .from-sec {
        background: rgba(0,0,0,0.2);
        position: relative;
        z-index: 2;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        padding: 10px 30px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 45px;
        text-shadow: 2px 2px 4px #000000;
        margin: 25px 0;
    }

        .left-head .from-sec p {
            font-size: 16px;
            font-weight: 300;
            text-align: left;
        }

    .left-head .avail {
        font-size: 14px;
        font-weight: 300;
    }


.right-head {
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 80px 0 40px 0;
    color: #171619;
}


    .right-head .call-ex {
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 15px 30px;
        color: #171619;
        font-weight: 600;
        font-size: 30px;
        border-radius: 5px;
        margin-bottom: 65px;
    }

        .right-head .call-ex p {
            font-weight: 300;
        }

.no-boking {
    background: rgba(255,255,255,0.5);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px 30px;
    font-size: 22px;
    border-radius: 5px;
    position: relative;
}

    .no-boking .tfn {
        position: absolute;
        top: -65px;
        left: 0;
        width: 100%;
        background: #d80000;
        color: #ffffff;
        font-size: 40px;
        font-weight: 500;
        padding: 10px 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        border-radius: 5px;
    }

.call-expert {
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0 10px 0;
    position: relative;
}

    .call-expert:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #121920;
        position: absolute;
        bottom: 0px;
        left: 0;
    }

.call-now {
    font-size: 30px;
    font-weight: 600;
}

.top-air {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    justify-content: center;
    flex-flow: wrap;
}

    .top-air .top-airl {
        min-width: 150px;
        font-size: 18px;
        font-weight: 600;
    }

    .top-air .logo-sec {
        padding: 0;
        margin: 0;
        display: flex;
        grid-gap: 30px;
        align-items: center;
        flex-flow: wrap;
    }

.plan-trip {
    background: #f6f6f6;
    padding: 50px 0 30px 0;
}

    .plan-trip ul {
        padding: 0;
        margin: 30px 0;
        display: flex;
        align-items: center;
        flex-flow: wrap;
        grid-gap: 20px;
        justify-content: center;
    }

        .plan-trip ul li {
            color: #3b3536;
            font-size: 20px;
            width: 30%;
            display: inline-flex;
            justify-content: space-between;
            border-bottom: 1px solid rgba(124, 124, 124,0.4);
            margin: 10px;
            background: #fff;
            padding: 10px;
            border-radius: 5px;
        }

            .plan-trip ul li span {
                font-size: 24px;
                color: #fc4100;
                font-weight: 600;
            }

.customer-care {
    height: 100px;
    position: relative;
}

    .customer-care:after {
        background: url(/images/customer-care-flight.webp) no-repeat center left;
        height: 60px;
        position: absolute;
        content: "";
        top: 0;
        width: 60%;
        height: 100px;
        left: 0;
    }

    .customer-care:before {
        position: absolute;
        background: #ffffff;
        right: 0;
        width: 50%;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
        padding: 20px;
        content: "";
        border-top-left-radius: 65px;
        border-bottom-left-radius: 65px;
        height: 130px;
        top: -15px;
        z-index: 1;
    }

    .customer-care .need {
        margin-right: 25%;
        font-size: 20px;
        font-weight: normal;
        color: #ffffff;
        text-align: right;
        z-index: 1;
        position: relative;
        text-shadow: 2px 2px 4px #000000;
        padding-top: 10px;
    }

        .customer-care .need span {
            display: block;
            font-weight: 600;
            font-size: 35px;
        }

.call-sec {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    position: relative;
    z-index: 1;
}

    .call-sec img {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        width: 100px;
        border-radius: 50%;
    }

.call-tfns {
    color: #004a91;
    font-size: 36px;
    font-weight: 600;
}


.review-sec {
    padding: 80px 0 0;
}

.review-text {
    width: 100%;
    padding: 40px;
    background: #f3f7fd;
    color: #121212;
    border-radius: 10px;
    text-align: center;
}

.review-sec h5 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 45px;
    line-height: 1.5;
}

.review-sec .testi-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slick-slide div:first-child {
    margin: 10px;
}

.ratings {
    margin-bottom: 15px;
    color: #3cb371;
    font-size: 30px;
    letter-spacing: 5px;
    padding-top: 15px;
}

.review-star {
    font-size: 35px;
    font-weight: 600;
}

    .review-star span {
        font-weight: 300;
    }

.review-mod {
    padding: 0 5px;
}

    .review-mod .testimonal {
        background: none;
    }

    .review-mod .tittle-sec {
        display: none;
    }

    .review-mod .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .review-mod .slick-dots {
        bottom: -25px;
    }




.lp-section {
    background: rgb(233, 242, 250);
    width: 100%;
    position: relative;
    margin-top: 70px;
}

.why-lp {
    display: flex;
    padding: 30px 0;
    margin: 0;
    flex-flow: wrap;
}

    .why-lp li {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #3b3536;
        width: 30%;
        margin-right: 3%;
        grid-gap: 10px;
    }

.how-work {
    background: rgba(224,224,224,0.5);
    padding: 20px 0;
}

    .how-work ul li {
        padding: 10px 0;
    }

@media (max-width: 768px) {
    .text-sec{
        max-width:100%;
    }
    .from-price{
        padding:10px 20px;
    }
    .no-boking .tfn {
        font-size: 33px;
    }

    .midi-sec .price {
        justify-content: center;
    }

    .midi-sec .avail {
        text-align: center;
    }

    .click-call {
        grid-gap: 15px;
        font-size: 26px;
    }

        .click-call span {
            width: 50px;
            height: 50px;
        }

            .click-call span i {
                font-size: 30px;
            }

    .call-speak, .bottom-call {
        text-align: center;
    }

    .top-air .logo-sec {
        justify-content: center;
    }

    .plan-trip ul li {
        width: 100%;
    }


    .why-lp li {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .low-banner:after {
        width: 100%;
        height: 100%;
    }

    .low-banner:before {
        width: 100%;
        height: 50%;
        top: 50%;
    }

    .left-head, .right-head {
        padding: 10px;
    }

    .customer-care .need {
        margin: 0;
        text-align: center;
    }

    .customer-care:after {
        width: 100%;
    }

    .customer-care:before {
        width: 100%;
        top: 105px;
        height: 110px;
    }

    .review-text {
        padding: 5px;
    }

    .review-mod .slick-dotted.slick-slider {
        margin-bottom: 70px;
    }

    .call-sec {
        padding-top: 23px;
    }

        .call-sec img {
            width: 85px;
        }

    .call-tfns {
        font-size: 28px;
    }

    .review-sec {
        padding-top: 130px;
    }


    .top-air, .top-air .top-airl {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        justify-content: center;
    }

    .plan-trip h4 {
        text-align: center;
    }

    .slick-dots {
        bottom: -50px !important;
    }

    .need-mre .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .need-mre .need {
        text-align: center;
        margin: 0;
        width: 100%;
    }

    .more-info-call {
        position: inherit;
        top: inherit;
        right: inherit;
    }

    .mid-call-sec {
        width: 100%;
    }

    .top-titile {
        font-size: 30px;
    }

    .lp-section {
        margin: 0;
    }

    .plan-trip ul {
        grid-gap: 0;
    }
}

@media (min-width: 1200px) {
    .need-mre .need {
        margin-left: 10%;
    }
}
