﻿.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: 50%;
        z-index: 1;
        background: rgba(0,22,39,0.8);
        height: 100%;
        content: "";
    }

    .low-banner:before {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 50%;
        z-index: 1;
        min-height: 200px;
        background:rgba(255,255,255,0.8);
        height:100%;
    }


.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) {
    .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:50%;
    }

.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%;
    }
}
