html{
    scroll-behavior: smooth;
}

body{
    position: relative;
}
.mb-20{
    margin-bottom: 20px;
    
}
#header{
   position: relative;
    display: flex;
    align-items: center;
    padding: 20px 15px 15px 15px;
    background-color: #000;
}
.nav-link{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    
}
.navbar-nav a{
    position: relative;
}
.calling{
    display: none;
}
/* .navbar-nav li a.active,
.navbar-nav li a:hover {
    color: #138bff !important;
} */
.navbar-nav a::before{
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #138bff;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%) scale(0);
    transition: all .5s;
}
.navbar-nav a.active::before,
.navbar-nav a:hover::before {
    transform: translate(-50%) scale(1);
} 

.email{
    display: flex;
    /* justify-content: space-between; */
    align-items: baseline;
    gap: 20px;
    padding: 18px 0px;
    
}
.email a:hover{
    color: #138bff;
}
.email img{
    width: 16px;
}
.email a{

    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;

}
.menu img{
    width: 24px;
    margin-bottom: 6px;
}
.banner-sec{
    background-image: url(src/images/bg\ image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}
.banner-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    top: 0px;
}
.banner-hd{
    font-size: 38px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.form-left{
    padding: 0px 5px;
}
.banner-p{
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 20px;
}
.banner-sec ul{
    padding: 15px;
}
.banner-sec ul li{
    font-size: 18px;
    color: #fff;
}
.store-img{
    display: flex;
    gap: 20px;
}
.store-img img{
    width: 145px;
}
.arrow-sec{
    padding: 50px 0px 0px 0px;
}
.arrow a{
   width: 24px;
}
.arrow a{
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    bottom: -30px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 2;
    background: #138bff;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .20);
}
.airport-sec{
    padding: 120px 0px
}
.airport-main h3{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #138bff;
    line-height: .8;
    margin: 0px 0 22px;
    text-transform: uppercase;
    text-align: center;
}
.airport-main p{
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 60px;
    text-align: center;
}
.airport-box{
    background-color: #138bff;
    padding: 30px 20px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: auto;
    margin-bottom: 50px;
    max-width: 300px;
}

.airport-img img{
    width: 50px;
    height: 50px;
}
.airport-img{
    background-color: #000;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.airport-name{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    /* text-decoration: underline #fff; */
    position: relative;
}
.airport-name a{
    text-decoration: none;
    color: white;
}
.airport-name a:hover{
    text-decoration: none;
}
.airport-name.active,
.airport-name:hover {
    color: white !important;
}
.airport-name::after{
    position: absolute;
    content: '';
    width: 140px;
    height: 2px;
    border-radius: 50%;
    background-color: #000;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%) scale(0);
     transition: all .5s;
}

.airport-name.active::after,
.airport-name:hover::after {
    transform: translate(-50%) scale(1);
} 

.nmat{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f8f8f8;
    padding: 142px 0px;
}

.nmat-hd h3{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #138bff;
    line-height: .8;
    margin: 0 0 22px;
    text-transform: uppercase;
}
.nmat-hd h1{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 45px;
}
.nmat-hd h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 45px;
}
.nmat-hd p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 300;
}
.nmat-img{
    position: relative;
    right: 0;
    top: 0;
    z-index: 2;
}
.nmat-img img{
    display: block;
    margin-left: auto;
}

.nmat-img::after{
    position: absolute;
    top: 40px;
    left: 40px;
    content: '';
    border: 10px solid #138bff;
    width: 470px;
    height: 458px;
}
.my-accordian .card{
    margin-bottom: 10px;
}
.my-accordian .card-header{
   text-decoration: none;
   padding: 0;
   background-color: transparent;
}

.my-accordian .btn-link.focus, .btn-link:focus{
    text-decoration: none;
}
.my-accordian .btn-link{
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: black;
    text-wrap: inherit;
    -webkit-text-wrap: inherit;
}
.my-accordian .btn-link:hover{
    color: black;
    text-decoration: none;
}
.my-accordian .accordianToggler.collapsed{
    background-color: transparent !important;
}

.my-accordian .accordianToggler{
    display: block;
    width: 100%;
    text-align: left;
    background-color: #138bff !important;
}
.txt-mr{
    text-align: center;
    margin-top: 40px;
}
.paddings{
    padding: 100px 0px;
}
.train-img{
    position: relative;
    background: #FFF;
    padding: 50px 20px 44px;
    text-align: center;
    /* box-shadow: 0 2px 7px rgba(0, 0, 0, .06); */
    box-shadow: 0 8px 17px rgba(1, 3, 2, 0.08);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 50px;
    transition: all 1.5s;
}
.train-img:before {
    width: 145px;
    height: 145px;
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    background: #F9DD9B;
    border-radius: 50%;
    opacity: .15;
    border: 2px solid black;
}
.train-img:hover{
    
    transform: rotate(360deg);
    cursor: default ;
    
}
.train-img img{
    width: 50px;
    height: 50px;
    position: relative;
    
}
.train-img img::before{
    content: "\e625";
}
.train-img h3{
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin: 19px 0 23px;
    line-height: .8;
    letter-spacing: 1px;
}
.train-img h3 a{
    text-decoration: none;
    color: #000;
}
.train-img h3::after{
    width: 145px;
    height: 145px;
    content: '';
    position: absolute;
    left: -25px;
    top: -25px;
    background: #F9DD9B;
    border-radius: 50%;
    opacity: .2;
    border: 1px solid black;
}


.train-sec .col-lg-2:nth-child(7) .train-img,
.train-sec .col-lg-2:nth-child(8) .train-img{
   margin-bottom: 0;
}
.our-fleet{
    padding: 50px 0px 20px !important;
    background-color: rgb(305, 408, 510);
}

.fleet-main{
    position: relative;
    overflow: hidden;
}

.fleet-img a img{
    width: 24px;
}
.fleet-main img {
    width: 230px;
    transition: all .3s;
    margin: 90px auto;
    display: block;
}
.fleet-img{
    position: absolute;
    bottom: -96px;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 30px;
    background-color: #138bff;
    width: 100%;
    text-align: center;
    height: 100px;
    transition: all .3s;
    
 
}

.fleet-hd{
    margin-bottom: 10px;
}
.fleet-img a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.fleet-img a:hover{
    text-decoration: none;
}
.fleet-hd h3{
    margin-top: 30px !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: .8;
    margin: 0 0 16px;
    color: #000;
}
.fleet-hd p{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: .8;
    color: #000;
    margin: 0;
}
.fleet-main:hover .fleet-img{
    bottom: 80px;
}
.fleet-main:hover .fleetImg{
    transform: translateY(-160px);
}
.contact-sec{
    padding: 120px 0px;
    background: linear-gradient(80deg, rgba(236,7,199,.8) 0%, rgba(19,139,255,.8) 100%) !important;
}
.color{
    color: #fff;
}
.f-w{
    font-weight: 700;
}
.contact-hd h3{
    font-size: 16px;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    margin: 36px 0 18px;

}
.contact-hd p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 7px;
    color: #fbfbfb;
}
.contact-hd a:hover{
    text-decoration: none;
}
#footer{
    padding: 40px 0px;
    background-color: #000;
}
.footer-icon{
    display: flex;
    justify-content: center;
    gap: 20px;
    
}
.footer-icon a{
    transition: all .5s;
}
.footer-icon a:hover{
    transform: translateY(-10px);
   
}
.logo2{
    text-align: center;
    margin-bottom: 20px;
}
.footer-main p{
    /* padding: 0; */
    font-size: 12px;
    line-height: 1.1;
    /* font-size: 13px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0px 0px;
    font-weight: 400;
    text-align: center;
    color: #cccccc;
    margin-bottom: 0;
}
.footer-main p a{
    color: #cccccc;
}
.footer-main p a:hover{
    color: #138bff;
    text-decoration: none;
    transition: all 0.5s;
}



.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    transform: translateY(0px);
  }
  .overlay-content a:hover {
    text-decoration: none !important;
    color: #138bff !important;

  }
  .overlay a {
    margin: 25px 0px;
    text-decoration: none;
    /* font-size: 16px; */
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 8px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .overlay-content a:hover, .overlay-content a:focus {
    color: #138bff;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
  }
  .overlay-logo img{
    width: 100px;
    z-index: 99;
    position: absolute;
    left: 120px;
    top: 22px;
  }
  /* .overlay-logo{
  padding: 55px;

  }   */
  .overlay-ul{
    padding: 65px 45px;
  }
.overlay-ul li{
    list-style: none;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin: 0 0 5px;
    font-weight: 300;
    text-transform: uppercase;
}
.overlay-icon{
    display: flex;
    justify-content: end;
    padding: 65px 45px;
    margin-top: 65px;
    gap: 20px;
}
.overlay-icon img{
    width: 16px;
}
.overlay-icon a{
    font-size: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrowup{
    background-color: #138bff;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: fixed;
    bottom: 0;
    right: 24px;
    margin-bottom: 40px;
    z-index: 999;
    border: 0;
    transition: all .3s;
    display: none;
}
.sticky {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-p{
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}
.heathrow-bg{
    background-image: url(src/images/heahtrow-bg.jpg);
}
.gatwick-bg{
    background-image: url(src/images/gatwick.webp);
}
.stansted-bg{
    background-image: url(src/images/stansted.jpg);
}
.luton-bg{
    background-image: url(src/images/luton.jpg);
}
.city-bg{
    background-image: url(src/images/london-city.jpg);
}
.Victoria{
    background-image: url(src/images/victoria.jpg);
}
.Euston{
    background-image: url(src/images/euston.avif);
}
.Waterloo{
    background-image: url(src/images/waterloo.jpg);
}
.Paddington{
    background-image: url(src/images/London-Paddington.jpg);
}
.LondonBridge{
    background-image: url(src/images/London-bridge.jpg);
}
.KingsCross{
    background-image: url(src/images/king-s-cross-main-station.jpg);
}
.CharingCross{
    background-image: url(src/images/Charingcross.jpg);
}
.heathrow-sec{
    padding: 40px 0px;
}
.heathrow-page-content h3{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px;
}
.heathrow-page-content h3 span{
    color: #138bff;
}
.heathrow-page-content h2{
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 25px 0px;
}
.heathrow-page-content p{
    font-size: 16px;
    line-height: 26px;
}
.heathrow-page-content p span{
    font-weight: 700;
    color: #138bff;
}

/* .dropdown-toggle::after{
    border: 0 !important;
}
.dropdown-item::after{
    display: none;
} */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
    background-color: #138bff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #138bff !important;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-item{
    color: #fff !important;
}


 @media screen and (max-height: 450px){ 
    .overlay {overflow-y: auto;}
    /* .overlay a {font-size: 20px} */
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .deliver-mail{
        display: none !important;
    }
    .email{
        justify-content: end !important;
    }
    .cus-width{
        max-width: 66.666667% !important;
        flex: 0 0 66.666667%;
    }
    .cus-width2{
        max-width: 16.666667% !important;
        flex: 0 0 16.666667%;
    }
}

@media screen and (max-width: 991px) {
    #header{
       
        display: flex;
        align-items: center;
        padding: 8px;
        background-color: #000;
    }
    #header .row{
       flex-direction: row-reverse;
    }
    .logo-div{
        display: flex;
    justify-content: end;

    }
    .navbar{
        justify-content: start;
    }
    .navbar-nav{
        margin-top: 16px;
    }
    .navbar-nav a::after{
       content: none;
    }
    .navbar-nav a{
       font-size: 15px;
    }
    .navbar{
       padding: 0.5rem 0;
    }
       /* .navbar-light .navbar-toggler-icon{
           display: flex;
           position: absolute;
           left: 22px;
           top: 14px;
           width: 1.0em;
           height: 1.0em;
       } */
       .navbar-toggler{
           width: 53px;
           height: 39px;
           background-color: white;
       }
    .email{
       display: none;
    }
    .banner-sec{
        padding: 30px 0px;
    }
    .nmat-img img{
        display: none;
      }
      .nmat-img::after{
         content: none;
      }
      .train-img h3{
        font-size: 12px;
      }
      .calling{
        display: block;
        margin-left: 10px;
        padding: 7px 15px;
    background: white;
    border-radius: 5px;
    }
    .calling img{
        filter: brightness(0);
    }
   
    


}










@media screen and (max-width: 767px){
    #header{
       
         display: flex;
         align-items: center;
         padding: 8px;
         background-color: #000;
     }
     #header .row{
        flex-direction: row-reverse;
     }
     /* .navbar-nav a::after{
        content: none;
     } */
     .navbar-nav a::before {
        width: 40px;
        bottom: 0px;
        left: 15%;
    }
    .dropdown-item::before{
        content: none !important;
    }
    .navbar-nav .width::before{
            width: 100px;
            bottom: 0px;
            left: 36%;
    }
     .navbar-nav a{
        font-size: 10px;
     }
     .dropdown-toggle::after{
        display: inline-block !important;
     }
     .calling{
        display: block;
        margin-left: 10px;
        padding: 7px 15px;
    background: white;
    border-radius: 5px;
    }
    .calling img{
        filter: brightness(0);
    }
     .navbar{
        padding: 0.5rem 0;
        justify-content: start;
     }
        /* .navbar-light .navbar-toggler-icon{
            display: flex;
            position: absolute;
            left: 22px;
            top: 14px;
            width: 1.0em;
            height: 1.0em;
        } */
        .navbar-toggler{
            width: 53px;
            height: 39px;
            background-color: white;
        }
     .email{
        display: none;
     }
     .banner-sec{
        padding: 20px 0px;
     }
     .form-left {
       padding: 0px 0px 6px 0px;
    }
     .banner-hd{
        font-size: 16px;
        margin-bottom: 12px;
     }
     .banner-p{
        display: none;
     }
     .banner-sec ul{
       display: none;
     }
     .store-img{
        gap: 10px;
     }
     .store-img img{
        width: 100%;
     }
     .airport-sec {
        padding: 20px 0px;
    }
     .airport-main p{
        font-size: 22px;
        margin-bottom: 0;
     }
     .nmat {
        padding: 30px 0px 20px;
    }
     .nmat-hd h1{
        font-size: 15px;
        line-height: 25px;
     }
     .nmat-hd p{
        font-size: 15px;
        line-height: 24px;
     }
     .nmat-hd h2{
        font-size: 20px;
    line-height: 30px;
     }
     .nmat-img img{
       display: none;
     }
     .nmat-img::after{
        content: none;
     }
     .my-accordian .btn-link{
        font-size: 14px;
     }
     .my-accordian .card{
        margin-top: 25px;
     }
     .my-accordian .card-body p{
        font-size: 13px;
     }
     .paddings {
        padding: 30px 0px 20px;
    }
     .train-sec .col-lg-2:nth-child(7) .train-img,
     .train-sec .col-lg-2:nth-child(8) .train-img{
       margin-bottom: 40px;
    }
    .train-img{
        margin-bottom: 40px;
    }
    .contact-sec {
        padding: 20px 0px;
        margin-top: 20px;
    }   
    .Map{
        width: 100%;
        height: 100%;
    }
    .contact-hd p{
        font-size: 12px;
    }
    #footer {
        padding: 20px 0px;
    }
    .footer-main p {
        font-size: 8px;
        padding: 18px 0px 10px;
    }
    .arrowup {
        width: 34px;
        height: 34px;
        border-radius: 3px;
        bottom: 10px;
        right: 10px;
        z-index: 9;
    }
    .arrowup img{
        width: 22px;
    }
}

@media screen and (max-width: 576px) {
    .banner-hd{
        text-align: center;
    }
    .store-img{
        justify-content: center;
    }
    .store-img img{
        width: 100px;
    }
    .form-p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 19px;
    }
    .heathrow-page-content h3 {
        font-size: 18px;
        margin: 10px 0px;
    }
    .heathrow-page-content p {
        font-size: 12px;
        line-height: 19px;
    }
    .heathrow-page-content h2 {
        font-size: 20px;
        margin: 15px 0px;
    }
    .heathrow-sec {
        padding: 20px 0px;
    }
}

.contact-hd a{
    color: #fff;
}