﻿.home-header{
    padding:10px 0;
}

.low-banner {
    background: url(/images/low-banner.jpg) no-repeat center;
    background-position: top center;
    padding: 30px 0;
}

.mid-call-sec {
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    width: 60%;
    padding: 10px;
    min-height: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin:0 auto;
}

.top-titile {
    background: #004a91;
    padding:5px;
    text-align:center;
    font-size:35px;
    color:#ffffff;
    font-weight:600;
    border-radius:10px;
}

.midi-sec{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#000000;
}

    .midi-sec .price{
        font-size:35px;
        background:rgba(112,112,122,.1);
        padding:10px 20px;
        font-weight:500;
        border-radius:5px;
        display:flex;
        align-items:center;
        grid-gap:10px;
        margin-bottom:10px;
        flex-flow:wrap;
        margin-top:15px;
    }
        .midi-sec .price b{font-weight:600;}
        .midi-sec .price sup {
            right: 10px;
        }
        .midi-sec .price span {
            font-size: 14px;
            font-weight: normal;
        }

    .midi-sec .avail {
        font-size: 18px;
    }
    .midi-sec .avail span{ font-weight:600;}

    .midi-sec .call-ex {
        font-size:20px;
        font-weight:600;
        color:#1f1f1f;
        margin-top:10px;
    }
    .midi-sec .call-ex span {
        font-size: 16px;

    }

 .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: 10px 0 20px 0;
    }
    .click-call a, .click-call a:hover {
        color: #ffffff;
    }

   .click-call span{
        border-radius:5px;
        background:#ffffff;
        display:inline-flex;
        width:60px;
        height:60px;
        align-items:center;
        justify-content:center;
    }

       .click-call span i{
            font-size:35px;
            color:#fc4100;
        }

.call-speak{
    font-size:20px;
    margin-top:20px;
    font-weight:600;
}

.bottom-call {
    background: rgba(112,112,122,.1);
    border-radius:5px;
    width:100%;
    align-items:center;
    justify-content:center;
    display:flex;
    font-size:24px;
    font-weight:600;
    color:#000000;
    padding:10px;
}


.top-air{
    display:flex;
    align-items:center;
    width:60%;
    margin:20px auto;
    justify-content:space-between;
    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;
    }

.testimonal .tittle-sec, .how-work .tittle-sec {
    font-size: 30px;
}

.plan-trip {
    background: #ffffff;
    padding: 30px 0 50px 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;
      
    }

    .plan-trip ul li span{
        font-size:24px;
        color:#fc4100;
        font-weight:600;
    }
.need-mre {
    background: url(/images/nedd-info.jpg) no-repeat top center;
    padding:10px 0;
    margin-top:-50px;
}

    .need-mre .need {
        margin-left:15%;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        width: 285px;
        text-align: right;
    }
    .need-mre .need span{
        display:block;
        font-weight:600;
        font-size:25px;
    }

.more-info-call {
    position: absolute;
    top: 25px;
    right: 25%;
}
    .more-info-call .click-call {
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
        .more-info-call .click-call a, .more-info-call .click-call a:hover {
            color: #fc4100;
        }

        .more-info-call .click-call span {
            background: #fc4100;
        }
        .more-info-call .click-call span i{
            color: #ffffff;
        }

.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;
}

.tollSec {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
    grid-gap:15px;
}

    @media (max-width: 768px) {
        .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) {
    .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;
    }
}
@media (min-width: 1200px) {
    .need-mre .need {
        margin-left: 10%;
    }
}
