@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Dosis:500,700");
html {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Dosis-Regular';
  src: url(Fonts/Dosis-Regular.ttf) format('ttf');
 }

body {
  line-height: 1.6;
  font-family: "Dosis", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "raleway", sans-serif;
  font-weight: 900;
  color: #0B2462;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

input[type=text] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=text]:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.7rem 2rem;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;

}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}
p.mb-4 {
  color: #c9c9c9;
  text-align: center;
}
h2.h5.step-title, h2.h5.step-title p {
  color: white;
}
.card.border-light.p-1.p-md-4.mb-4.mb-lg-0 {
  background-color: #ffffff00;
  border:none;
}
.card.border-lr.p-1.p-md-4.mb-4.mb-lg-0 {
  background-color: #ffffff00;
  border: none;
  border-right: 2px solid #8d8d8d;
  border-left: 2px solid #8d8d8d;
  border-radius:0;
}
@media screen and (max-width: 767px) {
  .card.border-lr.p-1.p-md-4.mb-4.mb-lg-0 {
    border-right: none;
    border-left: none;
  }
  
}
.margin-top{
  margin-top:40px;
}
a.color-red{
  color:#E81010;
  border-bottom:1px solid #e81010;
}

p.para-color{
  color:white;
}
.container-img {
  display: flex;
  width: 100%;
  padding: 2% 2%;
  box-sizing: border-box;
  height: 70vh;
}

.box-img {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
}

.box-img > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover; 
  transition: .5s;
}

.box-img > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box-img:hover { flex: 1 1 50%; }
.box-img:hover > img {
  width: 100%;
  height: 100%;
}

span.color-white{
  background-color: #E81010;
  color:white;
}
 

.btn-main {
  background: #0B2462;
  color: #ffffff;
  border-color: #0B2462;
  padding: 7px 13px;
  font-weight: 600;
  border-radius: 0;
  width:200px;
  margin-top: 50px;
}
.btn-main:hover {
  color: white;
  background: #E81010;
  border: 2px solid #E81010;
  transform: scale(1.1);
}

.btn-main-2 {
  background: #0B2462;
  color: #ffffff;
  border-color: #0B2462;
  padding: 7px 13px;
  font-weight: 600;
  border-radius: 0;
}
.btn-main-2:hover {
  color: rgb(255, 255, 255);
  background: #0B2462;
  border:#0B2462;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
section.section.booknow {
  padding: 29px 0;
  background-color: transparent;
}

.btn-round {
  border-radius: 0px;
}

.btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-dark {
  background: #111;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

/* Links */
a {
  color: #111;
  text-decoration: none;
}
ul.style-list-icon{
  padding-inline-start:0;
}
ul.style-list-icon li{
  list-style: none;
  -webkit-padding-start: 0;
  list-style-position: inside;
}
ul.style-list-icon li img{
  margin-right:5px;
  left:0;
  padding:0 !important;
}

a:focus, a:hover {
  color: #e81010;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.page-title {
  padding: 170px 0px 20px 0px;
  position: relative;
}
.page-title .block h1 {
  color: #fff;
}
.navbar-collapse {
flex-grow:0;
}
a.nav-link {
  font-size: 14px !important;
  margin-left: 20px;
}
a.nav-link.active{
  background-color: #E81010;
  margin-left: 20px;
  border-radius: 50px;
  color:white !important;
  font-size:13px;
}
a.nav-link:hover {
  background-color: #b23c8a;
  margin-left: 20px;
  /* border-radius: 50px; */
  color:white !important;
  font-size:13px;
}

.header-top-bar {
  background: #F1F1F1;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.top-bar-info li a {
    color: #fff;
    margin-right: 20px;
  }
.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}
p.mb-4.pr-5.custom-1{
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size:13px;
  background-color: #E81010;
  width: 200px;
  padding: 0 !important;
  margin-right: auto;
  font-size:13px;
}
p.mb-4.pr-5.custom {
  text-align: center;
  color: #E81010;
  font-weight: bold;
  background-color: white;
  width: 200px;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  border-radius:20px;
  font-size:13px;
}


p.mb-4.pr-5.custom-2 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #E81010;
  width: 200px;
  padding: 0 !important;
  border-radius:20px;
  font-size:13px;
  margin-right: auto;
}
p.mb-4.pr-5.custom-1 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #E81010;
  width: 200px;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  border-radius:20px;
}



@media (max-width: 480px) {
  h2 {
    font-size: 2.3rem;
    line-height: 36px;
  }
  h2.mt-2.mb-4.mb-lg-0.cntct {
    color: rgb(0, 0, 0) !important;
    font-size: 25px;
}
h2.mb-4.head-size {
  margin-top: 55px;
  font-size: 30px;
  font-weight: 800;
}
.submitbtn button{
  font-size:14px;
}
.bannerForm{
  padding: 50px 5px;
}
.navbar-nav{
  text-align:left;
}
}
.header-padding {
  padding: 5px 60px !important;
}

.navigation {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 999;
}
.navigation .btn {
  box-shadow: none;
}

#navbar {
  background-color:white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#navbar .nav-link {
  padding: 5px 13px;
  font-weight: 500;
  color: #111;
  font-family: "Dosis", sns-serif;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.25s ease;
}
img.ft-icon {
  margin-right: 10px;
}


.navbar-brand {
  font-weight: 600;
  width: 60px;
}

@media (max-width: 480px) {
  #navbar {
    background: #fff;
  }
  .banner .block {
    padding-top:40PX
  }
  h2.mb-4.head-size {
    margin-top: 55px;
    font-size: 30px;
    font-weight: 800;
  }
  .submitbtn button{
    font-size:14px;
  }
  .bannerForm{
    padding: 5px 5px;
  }
  .navbar-toggler {
    color: #111;
  }
  h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 400px) {
  .header-top-bar{
    display:none;
  }
  .banner .block {
    padding-top:40PX
  }
  h2.mb-4.head-size {
    margin-top: 55px;
    font-size: 30px;
    font-weight: 800;
  }
  .submitbtn button{
    font-size:14px;
  }
  .bannerForm{
    padding: 5px 5px;
  }
  .header-padding {
    padding: 5px 15px !important;
}
  #navbar {
    background: #fff;
  }
  .navbar-toggler {
    color: #111;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 768px) {
  #navbar {
    background: #fff;
  }
  .banner .block {
    padding-top:40PX
  }
  h2.mb-4.head-size {
    margin-top: 55px;
    font-size: 30px;
    font-weight: 800;
  }
  .submitbtn button{
    font-size:14px;
  }
  .bannerForm{
    padding: 5px 5px;
  }
  .navbar-toggler {
    color: #111;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 992px) {
  #navbar {
    background: #fff;
  }
  .navbar-toggler {
    color: #111;
  }
  .header-padding {
    padding: 0px 30px;
  }
}

img.right-arrow{
  margin-left:10px;
}
.bg-1 {
  background-color: #000000;
  background-size: cover;
  min-height: 300px;
}

.bg-2 {
  background-color: #000000;
  background-size: cover;
  min-height: 300px;
}

.banner {
  position: relative;
  overflow: hidden;
  background: url("../images/London-city-airport-taxis-banner.webp") no-repeat center bottom;
  background-color: rgba(255,255,255,0.1);
  background-size: cover;
  min-height: 650px;
  padding: 100px 0 30px 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .75;
  background: #000000 !important;
}
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .75;
  background: #000000 !important;
  /* height: 1000px; */
}

/* .banner .block {
  padding-top: 120px;
} */
.banner .block h1 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color:rgb(255, 255, 255);
}
.banner .block p{
  color:rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 500;

}

h2.mt-2.mb-4.mb-lg-0.cntct {
  color: white;
}

img.banner-img{

  position:absolute;
  bottom: -115px;
}
a.color-red:hover {
    color: #E81010;
    border-bottom: 1px solid #e81010;
}

.divider{
  height:6px;
  width:40px;
  background-color:#e81010;
  margin-bottom:15px !important;
  margin-left:auto;
  margin-right:auto;
  align-items: center;
}
.divider-about{
  height:5px;
  width:30px;
  background-color:#e81010;
  margin-bottom:15px !important;
  align-items: center;
}

@media (max-width: 480px) {
  .header-top-bar{
    display:none;
  }
  .banner .block h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .banner {
    position: relative;
    overflow: hidden;
    background: url("../images/London-city-airport-taxis-banner.webp") no-repeat center bottom;
    background-color: rgba(255,255,255,0.1);
    background-size: cover;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    position: relative;
    overflow: hidden;
    background: url("../images/London-city-airport-taxis-banner.webp") no-repeat center bottom;
    background-color: rgba(255,255,255,0.1);
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .banner {
    position: relative;
    overflow: hidden;
    background: url("../images/London-city-airport-taxis-banner.webp") no-repeat center bottom;
    background-color: rgba(255,255,255,0.1);
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .banner {
    position: relative !important;
    overflow: hidden !important;
    background: url("../images/London-city-airport-taxis-banner.webp") no-repeat center bottom;
    background-color: rgba(255,255,255,0.1) !important;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .banner {
    position: relative !important;
    overflow: hidden !important;
    background: url("../images/London-city-airport-taxis-banner.webp") no-repeat center bottom;
    background-color: rgba(255,255,255,0.1) !important;
    min-height: 850px !important;
  }
  .banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #000000 !important;
    height: 1000px;
  }
  img.banner-img{

    position:absolute;
    bottom:auto;
  }
  h2.text-center {
    color: rgb(0, 0, 0);
    padding: 0 30px;
    font-size: 25px;
}
}

.process {
  position: relative;
}



h2.text-center {
  color: white;
}

.video-img {
  position: relative;
}

.text-lg {
  font-size: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.service-img {
  padding-right: 20px;
}
.service-img img {
  border-radius: 0 !important;
}

.heading {
  margin-bottom: 90px;
}

h4.mt-3.mb-3.icon {
    margin-left: 15px;
    color:white;
}
.cta {
  position: relative;
  overflow: hidden;
  background: url("../images/London-city-airport-taxis-service-bg.webp") no-repeat center bottom;
  background-color: rgba(255,255,255,0.1);
  background-size: cover;
  min-height: 650px;
  padding: 100px 0 30px 0;}

.footer {
  padding-bottom: 10px;
  background: #f1f1f1;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.widget h4 {
  color: #0B2462;
  font-weight: 800;
}
.widget a {
  color: rgba(0, 0, 0, 0.7);
}
.widget p {
  color: rgba(0, 0, 0, 0.7);
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}





/* airport-page-sec */
.airport-page-sec {
  background-image: url(../images/airport-page-sec-image.jpg);
  /* padding: 200px 0px 70px; */
  padding: 100px 0px 70px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #0000006e;
  background-blend-mode: multiply;
}
.airport-page-sec h1{
  color: white;
  font-size: 45px;
}
.innerpageside{
  padding: 80px 0;
}
.innerpageside h3{
  margin: 25px 0px;
}
.fixed-btn {
  position: fixed;
  background: #0B2462;
  bottom: 30px;
  right:  6px;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0 0 0 / 20%);
  z-index: 99;
  display: none;
}



@media screen and (max-width: 991px) {
  .airport-page-sec{
    padding: 120px 0px 30px;
  }
  .airport-page-sec h1{
    font-size: 32px;
  }
  .airport-page-sec p{
    margin-bottom: 0 !important;
  }
  .innerpageside{
    padding: 60px 0px;
  }
  .innerpageside h3{
    margin: 20px 0px;
  }
}

@media screen and (max-width: 480px) {

  .fixed-btn{
    display: block;
  }
}


@media screen and (max-width: 767px) {

  .navbar-toggler{
    margin-right: 0px !important;
  }
  .banner .overlay {
     opacity: inherit !important;
  }
  .airport-page-sec{
    padding: 100px 0px 20px;
  }
  .airport-page-sec .col-lg-6,.padding_mobile{
    padding: 0px !important;
  }
  .airport-page-sec h1{
    font-size: 16px;
  }
  .airport-page-sec p{
    margin-bottom: 0px !important;
  }
  /* .bannerForm{
    margin-top: 15px;
  } */
  .innerpageside{
    padding: 50px 0px;
  }
  .innerpageside h3{
    margin: 15px 0px;
    font-size: 22px;
  }


  .section{
    padding: 50px 0px;
  }

  .heading_remove{
    margin-bottom: 0px !important;
  }

  .banner{
    background-image: none !important;
    background-color: #000 !important;
  }
  .banner .block{
    padding-top: 0px !important;
  }
}









/* fleet images */


.about-section, .airport-section, .fleet-section {
  background-color: #fff;
  padding: 80px 0;
}

.main-saloon-div {
  background: url('..img/saloon.webp') center / cover no-repeat;
}

.main-mpv-div {
  background: url('..img/mpv.webp') center / cover no-repeat;
}

.main-estate-div {
  background: url('..img/estate.webp') center / cover no-repeat;
}

.main-executive-div {
  background: url('..img/executive.webp') center / cover no-repeat;
}


.airport-bg-div, .fleet-bg-div, .fleet-imgs, .station-imgs, .up-arrow {
 
  padding: 15px !important;
}

.fleet-bg-div:hover{
  background-color: #eeb3b3 !important;
}



.fleet-headings {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.fleet-list > li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.fleet-imgs{
  width: 100%;
}

.list-unstyled{
  padding:0px 20px !important;

}
/* fleet end */



.fleet-section{
  padding-bottom: 0px !important;
}



.application_width{
  width: 140px !important;
}

@media screen and (max-width:768px) {
  .application_width{
    width: 90px !important;
  }

  .banner{
    min-height: 330px !important;
  }
  .book_your_journey{
    display: none !important;
  }
  /* .popup-overlay{
    z-index: 99999999999;
  } */
  .airport-page-sec .col-lg-6{
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
}







.banner{

  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.slogs_para{
  font-size: 21px !important;
  color: #fff !important;
}

.banner-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}