html{
    scroll-behavior: smooth;
}
.nav-link{
    color: white !important;
}

.main-sec{
    position: relative;
    padding: 50px 0px 80px;
    margin-top: 74px;
    background-image: url(img/twickenham.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.main-sec::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.60);
}
.main-sec-2{
    padding-bottom: 20px !important;
}
.main-sec h1{
    color: #625e5f;
}
.form-bg-2{
    background-color: rgb(160 160 160 / 40%);
    margin-top: 20px;
}
.form-div-2{
    padding: 20px !important;
}
.airport-content-inner-area{
    padding: 40px 0px;
}
footer img{
    width: 36px;
}
.nav-call {
    border-color: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.1);
    padding: 6px 15px;
    border-radius: 4px;
    text-decoration: none;
    display: none;
}
.nav-fun {
    display: flex;
    align-items: center;
    gap: 10px;
}
.heathrow{
    background-image: url(img/heathrow.jpg);
}
.gatwick{
    background-image: url(img/gatwick.jpg);
}
.stansted{
    background-image: url(img/stansted.jpg);
}
.luton{
    background-image: url(img/luton.jpg);
    background-position: center;
}
.city{
    background-image: url(img/city.jpg);
}
.contact-tittle{
    text-align: center;
    margin-bottom: 30px;
}
.contact-tittle h2{
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 !important;
    margin-bottom: 15px !important;
}
.contact-tittle p{
    font-size: 33px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}
.contact-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px 10px;
    box-shadow: 0px 3px 12px -1px rgba(50, 50, 93, 0.25);
    background-color: #e7e7e7;
    height: 200px;
    margin-bottom: 30px;
}
.contact-icon{
    margin-top: 10px;
}
.contact-icon img{
    width: 80px;
    transition: transform .5s;
    
}
.contact-icon img:hover{
    transform: scale(1.3);
}
.contact-box-content{
    margin-top: 10px;
}
.contact-box-content h3{
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}
.contact-box-content p{
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}
.contact-box-content p span{
    display: block;
    padding-bottom: 10px;
}
.contact-box-content p a{
    text-decoration: none;
    color: #625e5f;
}
.pb-20{
    padding-bottom: 28px;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
    background-color: #625e5f;
}
.dropdown-item{
    color: #fff;
}
.dropdown-item:focus, 
.dropdown-item:hover{
    color: #625e5f !important;
}
.dropdown-item.active, 
.dropdown-item:active{
    color: #625e5f !important;
    text-decoration: none;
    background-color: #fff;
}


@media screen and (min-width: 993px) and (max-width: 1199px){
    .contact-box-content p{
        font-size: 10px;
    }
}


@media screen and (max-width: 767px) {
    h2, h3, h4, h5, h6 {
        margin: 15px 0;
        color: #625e5f;
        font-size: 22px;
        line-height: 32px;
    }
    .featurette-heading {
        font-weight: 600;
        line-height: 40px;
        font-size: 30px;
        letter-spacing: -.05rem;
    }
    .navbar{
        text-align: left !important;
    }
    a.navbar-brand {
        font-size: 15px !important;
        padding: 0px !important;
        font-family: sans-serif !important;
        text-align: center;
        color: white !important;
        text-shadow: none !important;
    }
    .navbar-brand span{
        display: block;
    }
    .nav-call {
        display: block;
    }
.airport-content-inner-area{
    padding: 20px 0px;
}
.main-sec {
    padding-bottom: 20px !important;
    margin-top: 20px !important;
}
.main-sec-2{
    padding: 50px 0px 10px !important;
}
.main-sec h1 {
    color: #fff;
    text-shadow: none !important;
    font-size: 20px;
}
.main-p{
    color: #fff;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
}
.main-sec p a{
    display: none !important;
}
.arcol{
    display: flex !important;
    justify-content: center !important;
    gap: 10px;
}
.arcol a{
    margin: 0 !important;
}
.form-hd{
    display: none !important;
}
.cus-container{
    border: none !important;
}
.lead {
    font-size: 1rem;
}
footer{
    text-align: center;
}
footer img{
   width: 24px !important;
}
footer span{
    display: block;
}
.contact-tittle h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.contact-tittle p{
    font-size: 16px;
}
.contact-box{
    padding: 10px 8px;
}
.contact-icon{
    margin-top: 0;
}
.contact-icon img{
    width: 60px;
}
.contact-box-content p{
    font-size: 12px;
    margin-top: 0;
}
.contact-box-content p span{
    padding-bottom: 0;
}
.pb-20{
    padding-bottom: 0;
}
}

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

.field-hd {
    margin-bottom: 5px;
    text-align: start;
}

.modal-header button {
	background-color: #625E5F !important;
}

.btn:not(:disabled):not(.disabled){
    cursor: pointer;
    color: #fff ; 
}

/* Whats App Button Css Start */
.wapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.wapp-btn img {
    width: 30px;
    height: 30px;
}

.wapp-btn:hover {
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }

    .wapp-btn img {
        width: 25px;
        height: 25px;
    }
}
/* Whats App Button Css Start */