﻿.home-header{
    padding:10px 0;
    position:fixed;
}
.banner-sec {
    background: url(/images/bussines-class/business-bg.jpg) center no-repeat;
    min-height: 500px;
    padding: 75px 0 50px 0;
    background-size: cover;
}

.files-icon{
    display:flex;
    grid-gap:10px;
    line-height:1;
    color:#000000;
    align-items:center;
}
    .files-icon i{
        font-size:20px;
    }
    .off-sec {
        background: #ffffff;
        padding: 10px 20px;
        color: #3c84e6;
        font-weight: 600;
        font-size: 80px;
        margin: 5px 10px;
        width: 46%;
    }

.off-sec-tit {
    color: #1c4159;
    font-size:20px;
}

.off-sec p {
    color: #6b6b6b;
    font-size:14px;
    font-weight:400;
}

.partner-loc{
    background:rgba(255,255,255,0.1);
    padding:20px;
    color:#ffffff;
    margin-left:20px;
}

.partner-loc .part-title{
    font-size:30px;
    font-weight:600;
}

    .partner-loc .part-title span {
        color:#ff6a00;
        padding:0 5px;
    }
.new-request{
    display:inline-block;
}
.get-call {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-direction: column;
}

.get-call .call-eng{
    background:#ff6a00;
    color:#ffffff;
    margin-top:10px;
    font-size:26px;
}

.lowest-fare {
    background: rgba(0,21,48,0.5);
    color:#ffffff;
    text-align:center;
    display:flex;
    align-items:center;
    flex-direction:column;
    padding:0;
}
    .lowest-fare .mail-info{
        padding:15px 0 0;

    }
    .lowest-fare .mail-info hr {
        border: 2px solid #ffffff;
        opacity:1;
        border-radius:1px;
        margin:0;
        margin-bottom:15px;
    }
.mail-info h1{
    font-weight:500;
    font-size:45px;

}
.mail-info h3 {
    font-weight: 300;
}
.mail-info .submit-req {
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #9598a1;
    border-radius: 5px;
    display:inline-block;
    margin:20px 0;
}

.lowest-fare .searchBox .searchBlock {
    background: transparent;
    border-top: 1px solid #3c84e6;
    border-radius: 0;
    padding:10px 20px;
}

    .lowest-fare .searchBox .searchBlock .tripType li {

        border: 2px solid #8f94a1; 
        padding: 10px;
        border-radius: 5px;
        margin-right: 20px;
        color:#ffffff;
    }
    .lowest-fare .searchBox .searchBlock .tripType li.active {
        background: #fff;
        border:none;
       
    }
        .lowest-fare .searchBox .searchBlock .tripType li.active span {
            color: #000000;
        }
        .lowest-fare .searchBox .searchBlock .inputSet label {
            color: #ffffff;
        }
    .lowest-fare .tripType label {
        margin-right: 0;
    }

.lowest-fare .tripType{
    margin:10px 0 25px 0;
}

.lowest-fare .mailinfo-engine .label{
    margin-bottom:20px;
}

.lowest-fare .mailinfo-engine .travelsSec {
    margin: 0;
    background: #fff;
    margin-bottom: 20px;
}
.lowest-fare .label-Head {
    background: transparent;
    top: -20px;
}
.lowest-fare .mailinfo-engine .from-to {
    margin-bottom: 15px;
}
.lowest-fare .mailinfo-engine .depart-return{
    margin-top:0;
    margin-bottom:15px;

}

.lowest-fare .mailinfo-engine .searchButton{
    margin-top:0 !important;
}

.lowest-fare .searchBox .searchButton {
    background: transparent;
    border:1px solid #ffffff;
    border-radius:5px;
    
}

.lowest-fare .iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
    position: relative;
    left: -2px;
}

.lowest-fare .mailinfo-engine .label{
    padding:10px;
}

.business-offer {
    background: url(/images/business/bg-services.jpg) no-repeat;
    background-size:cover;
    padding:20px 0;
    position:relative;
    z-index:1;
}

    .business-offer:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(6,42,63,.6) 100%);
        height: 100%;
        width: 100%;
    }


    .business-offer .element-sec {
        box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.05);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin: 20px 0px 0px 20px;
        padding: 32px 32px 32px 32px;
        background: #ffffff;
        border-radius: 4px 4px 4px 4px;
        text-align: center;
        position: relative;
        z-index: 2;
    }


.icon-bg {
    padding: 17px;
    background-color: #ebf2fc;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}
    .icon-bg img{
        width:35px;
    }

    .icon-bg i {
        font-size: 48px;
        line-height: 1;
    }

.icon-content .icon-box-titile {
    color: #062a3f;
    margin-bottom: 10px;
    font-weight:600;
    font-size:22px;
}
.icon-content p {
    color: rgba(6,42,63,0.7);
    font-size:16px;
}

.icon-button-sec {
    text-align: center;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    color: #367ee9;
    text-transform:capitalize;
    font-weight:600;
    font-size:16px;
    margin-top:15px;
}

.icon-button-sec a{
    color: #367ee9
}

.support-titile{
    display:flex;
    align-items:center;
    flex-direction:column;
    margin-top:50px;
    padding-top:95px;
}

.support-sec {
    background: url(/images/effect.jpg) no-repeat center;
    background-size:cover;
}

.lap-bg {
    background: url(/images/lap-bus.png) no-repeat center;
    background-size:cover;
    height:790px;
}


.support-sec .support-titile h6 {
    color: var(--color-white);
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 9px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
    .support-sec .support-titile h6:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 2px;
        left: 0px;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--color-white);
    }


.support-sec .support-titile h2 {
    color: var(--color-white);
    font-size:40px;
    font-weight:600;
    text-align:center;
    margin-bottom:45px;
}

.upper-box {
    position: relative;
    padding-bottom: 52px;
    margin-bottom: 51px;
    width:75%;
    margin:0 auto;
    color:var(--color-white);
}


.upper-box .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 65px;
    width: 100%;
    height: 117px;
    background-position: top center;
    background-repeat: no-repeat;
}

.upper-box .shape .shape-2 {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    height: 117px;
    background-position: top center;
    background-repeat: no-repeat;
}

.inner-block {
    position: relative;
    display: block;
    text-align:center;
}

.inner-block .count-text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 23px;
    background: var(--color-blue);
}
    .inner-block .count-text:before {
        position: absolute;
        content: '';
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        border: 1px solid var(--color-white);
    }
.inner-block h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 13px;
}
    .inner-block .icon-box {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 90px;
        text-align: center;
        background: var(--color-white);
        border: 2px solid var(--color-white);
        border-radius: 50%;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
        transition: all 500ms ease;
        margin-bottom: 30px;
    }
    .inner-block .icon-box img {
        max-height: 54px;
    }

.bussines-seat {
font-size:18px;
padding-bottom:80px;
}
.bussines-seat .seat-titile {
    font-size: 55px;
    font-weight: 600;
    color:var(--color-blue);
    line-height:1.2;
    margin-bottom:20px;
}
    .bussines-seat .call-bus {
        color: #ffffff;
        margin-top: 20px;
        display: inline-flex;
        margin-bottom: 30px;
        grid-gap:5px;
    }

.bus-call-opt {
    background: var(--color-org);
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
}

.offer-cont-sec{
    padding:40px 0 0;
}

.off-left {
    margin-right: 80px;
}
.we-offer {
    font-size: 45px;
    color: var(--color-black);
    position: relative;
    margin-bottom: 50px;
    font-weight: 500;

}
    .we-offer span{
        color:var(--color-blue);
        font-weight:600;
    }
    .we-offer:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        left: 0px;
        bottom: -20px;
        background: #3283ea;
    }

.offer-opt{
    display:flex;
    grid-gap:15px;
    align-items:center;
    margin-bottom:60px;
}

.faq-sec {
    padding: 80px 0 40px 0;
}

.faq-sec h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position:relative;
    display:inline-block;
    padding-bottom:15px;
}
    .faq-sec h5:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        bottom: 0px;
        left: 0;
        background: var(--color-org);
    }
    .faq-sec h6 {
        font-size: 40px;
        font-weight: 600;
        color: var(--color-blue);
    }

    .faq-sec .accordion-item{
        border:none;
    }
    .faq-sec .accordion-button:not(.collapsed){
        background:#000000;
        color:#ffffff;
        border-radius:30px;
        border-bottom-right-radius:0px;
    }
        .faq-sec .accordion-button:not(.collapsed)::after {
            background: none;
            content: "\F286";
            transform:none;
        }
    .faq-sec .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "\F282";
        background-image: none;
        transition: transform .2s ease-in-out;
        font-family: bootstrap-icons;
    }
    .faq-sec .accordion-button {
        background: #f9f9f9;
        border-radius: 30px;
        border-bottom-right-radius: 0px;
    }

    .faq-sec .accordion-body {
        color: rgba(6,42,63,0.7);
    }

    .faq-sec .ask-more {
        background: #ff6a00;
        color:#ffffff;
        font-size:20px;
        font-weight:600;
        padding:10px 15px;
        display:inline-block;
        border-radius:5px;
        margin:20px 0;

    }

.thanksActive{
    background:#ffffff;
    color:#000000;
}
.business-slider{
    margin-left:10px;
}

.business-slider .testi-card {
    background: transparent;
    height: auto;
    padding: 10px;
}
    .business-slider .testi-card img{
        border-radius:5px;
    }

    .business-slider .slick-dots{
        bottom:-25px;
    }





@media (max-width: 576px) {
    .mailinfo-engine .from-to .from {
        width: 100%;
    }

    .mailinfo-engine .from-to {
        flex-flow: wrap;
    }

    .lowest-fare .mailinfo-engine .depart-return {
        flex-flow: wrap;
    }

    .off-sec {
        width: 100%;
    }
}


    @media (max-width: 768px) {
        .lowest-fare {
            background: rgba(0,21,48,1);
        }

        

        .we-offer {
            font-size: 30px;
        }

        .passenger-Box {
            width: 100%;
            padding: 5px;
        }

        .ui-widget.ui-widget-content {
            width: 100%;
            left: 0 !important;
        }
        .partner-loc{
            margin:20px 0 0;
        }
       

        .support-sec .support-titile h6, .support-sec .support-titile h2 {
            color: var(--color-black);
        }
        .upper-box {
            width: 100%;
            color: var(--color-black);
            padding-bottom:20px;
        }
        .offer-cont-sec{
            padding:0;
        }
    }


    @media (max-width: 992px) {
        .support-titile {
            padding-top: 0;
        }
        .bussines-seat .seat-titile {
            font-size: 35px !important;
            padding-top: 20px;
        }
        .shape {
            display: none;
        }
        .lap-bg{
            background:none;
            height:auto !important;
        }
        .off-left{
            margin-right:0;
        }
        .offer-opt{
            margin-bottom:30px;
        }
        .faq-sec{
            padding-top:25px;
        }
        .support-sec .support-titile h6, .support-sec .support-titile h2 {
            color: var(--color-black);
        }
        .inner-block {
            margin-bottom: 20px;
        }
        .upper-box {
            width: 100%;
            color: var(--color-black);
            padding-bottom: 20px;
        }

        .offer-cont-sec {
            padding: 0;
        }
    }

@media(max-width: 1200px) {
    .support-sec .support-titile h2 {
        font-size:30px;
        margin-bottom:25px;
    }
    .bussines-seat .seat-titile{
        font-size:50px;
    }
    .off-left {
        margin-left: 0
    }
    .offer-opt{
        margin-bottom:35px;
    }
    .lap-bg {
        height: 700px;
    }
}