.jumbotron-booking {
  background-image: url("../img/home.png");
  background-repeat: no-repeat;
  min-height: 490px;
  margin-bottom: 0px;
}
.headder {
  padding-right: 0px;
  padding-left: 0px;
}
.headder .jumbotron-booking {
  border-radius: 0px;
}
.navbar-homesearch {
  background-color: #eeeeee;
}
.navbar-airport {
  background-image: url("../img/7new.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 250px;
}
.navbar-car {
  background-color: #e8e8e8;
  padding: 20px;
}
.homesearch-select {
  width: 100%;
}

/* css Jonathan */
.menu-vehicle {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.menu-vehicle,
.menu-vehicle > li > a {
  color: #b6b6b6;
  font-size: 25px;
  list-style: none;
  text-decoration: none;
  cursor: pointer;
}
.menu-vehicle > li > a:hover {
  color: #0b4991;
}

.border-menu-vehicle {
  border-bottom: solid 1px;
  color: #0b4991;
}
.justify-center-vehicle {
  padding: 0;
}
.container-main-view {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.active-menu-vehicle {
  border-bottom: solid 5px;
  color: #0b4991;
}
.btn-vehicle {
  color: #ffffff;
  width: 88px;
  height: 44px;
  background: #0b4991;
  border-radius: 35px;
  opacity: 1;
  margin-right: 24px;
}
.btn-vehicle-custom button:hover {
  background-color: #01b3d7;
}

.btn-vehicle-custom {
  text-align: center;
  margin-top: 78px;
}
.img-custom-posion {
  text-align: center;
}
.custom-text > h1 {
  font-weight: 900;
}
.tabcontent {
  animation: fadeEffect 2s;
  padding-bottom: 45px;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.margin-top-text {
  margin-top: 54px;
}

.moblie-corser {
  display: none;
}
.img-moblie-show {
  display: none;
}

.text-in-my-slides {
  font-size: 20pt;
  color: #0b4991;
}
.mySlides > img {
  margin-top: 19px;
}
/* moblie show tap */
@media only screen and (max-width: 993px) {
  .moblie-show--tap {
    display: none;
  }
  .moblie-disibled {
    display: none;
  }
  .btn-vehicle-custom {
    padding-bottom: 30px;
  }
  .custom-text > h1,
  .custom-text > p {
    font-size: 10pt;
    text-align: center;
  }
  .btn-vehicle {
    width: 84px;
    height: 35px;
  }
  .btn-vehicle-custom {
    margin-left: 4rem;
  }
  .tabcontent {
    padding-bottom: 0;
  }
  .moblie-corser {
    display: block;
  }
  .img-moblie-show {
    display: block;
  }
  .margin-top-text {
    margin-top: 0;
  }
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 28%;
  /* width: auto; */
  width: 50px;
  height: 50px;
  margin-top: -22px;
  /* padding: 16px; */
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  padding-left: 19px;
  padding-top: 13px;
  border-radius: 27px;
  user-select: none;
  /* border-radius: 0 3px 3px 0; */
}
.next {
  right: 0;
  /* border-radius: 3px 0 0 3px; */
}

/* On hover, add a black background color with a little bit see-through */
.prev,
.next {
  background-color: rgba(0, 0, 0, 0.3);
}

.mySlides {
  text-align: center;
  padding-bottom: 20px;
  display: none;
}

/* add customer css btn booking */
.custom-book-now-btn {
  width: 141px;
  height: 60px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  border-color: #01B3D7;
}
