body.hotels {
  background-color: #fff;
}
body.hotels section.contact {
  margin-bottom: 30px;
  margin-top: 30px;
}
body.hotels section.maps {
  margin-bottom: 30px;
}
h1 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 6px;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}
h2 {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0;
  padding: 0 0 40px;
}
h3 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0 0 30px;
}
h4 {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 15px;
}
h5 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 15px;
}
p,
a,
li {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
p,
ul {
  padding: 0 0 15px;
}
#hero {
  height: 800px;
  margin-top: 0;
  position: relative;
}
#hero .carousel-item {
  height: 800px;
}
#hero .img-src-01 {
  background-image: url("/images/banners/bogar-001.jpg");
}
#hero .img-src-02 {
  background-image: url("/images/banners/bogar-002.jpg");
}
#hero .img-src-03 {
  background-image: url("/images/banners/bogar-003.jpg");
}
#hero .img-src-04 {
  background-image: url("/images/banners/bogar-004.jpg");
}
#hero .img-src-05 {
  background-image: url("/images/banners/bogar-005.jpg");
}
#hero .img-src-06 {
  background-image: url("/images/banners/bogar-006.jpg");
}
#hero .img-src-07 {
  background-image: url("/images/banners/bogar-007.jpg");
}
#hero .img-src-08 {
  background-image: url("/images/banners/bogar-008.jpg");
}
#hero .img-size {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#hero .logo-centered {
  height: auto;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 308px;
  width: 100%;
}
#hero .logo-centered img {
  height: auto;
  width: 60%;
}
.carousel-indicators button {
  background-color: #fff !important;
  border-radius: 50% !important;
  height: 20px !important;
  margin: 0 !important;
  margin-right: 10px !important;
  opacity: 1 !important;
  width: 20px !important;
}
.carousel-indicators button.active {
  background-color: #00a9e4 !important;
}
@media (max-width: 1990px) {
  #hero {
    height: 900px;
    overflow: hidden;
    position: relative;
  }
  #hero .carousel-item {
    height: 900px;
  }
  #hero .logo-centered {
    top: 308px;
  }
  #hero .logo-centered img {
    width: 600px;
  }
}
@media (max-width: 1650px) {
  #hero {
    height: 1000px;
  }
  #hero .carousel-item {
    height: 1000px;
  }
}
@media (max-width: 1400px) {
  #hero {
    height: 800px;
  }
  #hero .carousel-item {
    height: 800px;
  }
  #hero .logo-centered {
    top: 240px;
  }
  #hero .logo-centered img {
    width: 45%;
  }
}
@media (max-width: 991px) {
  #hero {
    height: 400px;
    margin-top: 100px;
  }
  #hero .carousel-item {
    height: 400px;
  }
  #hero .logo-centered {
    top: 100px;
  }
  #hero .logo-centered img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #hero .carousel-indicators {
    display: none;
  }
  #hero .logo-centered {
    display: none;
  }
}
section#activities h3 {
  margin-top: 0;
  padding-top: 0;
}
section#activities img {
  border-radius: 15px;
}
section#promo {
  background: #fff;
  padding: 30px 0;
}
section#promo h2 {
  padding: 20px 0;
}
section#promo a {
  color: #fff;
  padding: 10px;
}
section#welcome,
section#socialmedia {
  padding: 30px 0;
}
section#welcome p,
section#socialmedia p {
  text-align: justify;
}
section#welcome h2,
section#socialmedia h2 {
  font-weight: 800;
}
section#map {
  padding: 30px 0;
}
body {
  font-family: 'Montserrat', sans-serif;
}
section#main-menu {
  border-bottom: 1px solid #000;
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar-collapse {
  height: 100%;
}
.navbar,
.navbar-brand {
  padding: 0;
}
.navbar-light .navbar-nav {
  height: 50px;
  line-height: 50px;
  padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #00a9e4;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-item {
  padding-left: 0;
  padding-right: 40px;
}
.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 1280px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 22px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-item {
    padding: 0;
    text-align: center;
  }
  .navbar-collapse {
    background-color: #fff;
  }
}
section#footer {
  background-color: #0095b3;
  padding: 40px 0;
  text-decoration: none;
}
section#footer .footer-container {
  display: inline-flex;
}
section#footer .footer-container .footer-image {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 15px;
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 20px;
  min-width: 64px;
  width: 64px;
}
section#footer .footer-container .footer-image svg {
  color: #fff;
  height: 26px;
  width: auto;
}
section#footer .footer-container .footer-text {
  display: inline-block;
  margin-left: 20px;
}
section#footer .footer-container .footer-text h6 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
section#footer .footer-container .footer-text p {
  color: #fff;
  font-size: 18px;
}
section#footer .footer-container .footer-text a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
section#footer .theme-page-footer-bottom {
  padding-top: 30px;
}
section#footer .theme-page-footer-bottom p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
section#design {
  background-color: #0095b3;
  color: #fff;
  font-size: 11px;
  height: 20px;
  overflow: hidden;
  width: 100%;
}
section#design a,
section#design p {
  color: #fff;
  text-decoration: none;
}
.whatsapp-circle {
  background-color: #0095b3;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 80px;
  height: 80px;
  position: fixed;
  right: 15px;
  width: 80px;
}
.whatsapp-circle a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 50px;
  height: 80px;
  justify-content: center;
}
section#blog-index {
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}
section#blog-index .card {
  margin-bottom: 15px;
}
section#blog-index .card .card-title {
  color: #00a9e4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin-bottom: 15px;
}
section#blog-index .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
section#blog-index .card a.btn {
  background-color: #00a9e4;
  border: #00a9e4;
  margin-top: 15px;
}
@media (max-width: 767px) {
  section#blog-index h2 {
    font-size: 22px;
  }
  section#blog-index p {
    font-size: 18px;
  }
}
section#article {
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}
section#article h1,
section#article h2,
section#article h3,
section#article h4,
section#article h5 {
  color: #00a9e4;
}
section#article h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
section#article h2 {
  font-size: 34px;
}
section#article h3 {
  font-size: 30px;
}
section#article p,
section#article li {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  section#article h1 {
    font-size: 22px;
  }
  section#article h2 {
    font-size: 20px;
  }
  section#article h3 {
    font-size: 18px;
  }
  section#article p,
  section#article li {
    font-size: 16px;
  }
}
section#zones {
  background-color: #bfbfbf;
  color: #000;
  padding: 30px 0;
}
section#zones .card {
  border: 0;
  border-radius: 0;
}
section#zones .card .card-header {
  background-color: #00a9de;
  border-radius: 0;
  text-align: center;
}
section#zones .card .card-header .card-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 22px;
  justify-content: center;
  min-height: 66px;
}
section#zones .card .card-header .card-text {
  color: #fff;
  font-size: 16px;
}
section#zones .card .card-body {
  padding: 10px;
}
section#zones .card .card-body .zone-service,
section#zones .card .card-body .zone-price {
  font-size: 16px;
  margin: 0;
  text-align: center;
}
section#zones .card .card-body .zone-price {
  font-weight: bold;
}
section#zones .card .card-footer {
  background-color: #0095b3;
  border-radius: 0;
  color: #fff;
}
section#zones .card .card-footer button {
  border-radius: 0;
  color: #fff;
}
section#zones .modal-body .ico-hotel {
  border: 1px solid #bfbfbf;
  border-radius: 0;
  display: inline-block;
  height: 102px;
  margin: 5px;
  overflow: hidden;
  padding: 0;
  width: 122px;
}
section#zones .modal-body .ico-hotel img {
  height: 60px;
  width: 120px;
}
section#zones .modal-body .ico-hotel p {
  align-items: center;
  background-color: #00a9de;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  margin: 0;
}
@media (max-width: 991px) {
  section#zones .fix-mobile-margin-bottom {
    margin-bottom: 30px;
  }
}
section#units {
  background-color: #fff;
  padding: 30px 0;
}
section#units h2 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
section#units p {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 991px) {
  section#units h2 {
    font-size: 30px;
  }
  section#units p {
    font-size: 22px;
  }
}
section#testimonials {
  background-color: #2298b5;
  color: #fff;
  padding: 30px 0;
}
section#testimonials .carousel-indicators {
  position: relative;
}
section#testimonials .testimonial-text {
  background-color: #fff;
  background-image: url("/images/icons/icon-testimonial-background.png");
  background-position: initial;
  background-repeat: no-repeat;
  border-radius: 8px;
  height: 500px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
section#testimonials .testimonial-text p {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-style: italic;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
section#testimonials .testimonial-text a.fixed-link {
  position: absolute;
  right: 8px;
  top: 5px;
}
section#testimonials .testimonial-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
section#testimonials .user-image {
  border-radius: 50%;
  display: flex;
  height: 64px;
  overflow: hidden;
  width: 64px;
}
section#testimonials .user-image img {
  margin: 0;
}
section#testimonials .user-data {
  margin-left: 15px;
  text-align: left;
}
section#testimonials .user-data .name {
  font-size: 20px;
  font-weight: bold;
}
section#testimonials img {
  margin-bottom: 20px;
}
section#testimonials p strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
}
section#testimonials a,
section#testimonials p {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
@media (max-width: 575px) {
  section#testimonials .testimonial-text {
    height: auto;
    margin: 30px;
  }
  section#testimonials .testimonial-bottom {
    margin: 30px;
  }
}
section#mycabotransfers {
  background-color: #0095b3;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top {
  height: 40px;
  margin: 0 15px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top #header-total {
  align-items: center;
  background-color: #00a9de;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: none;
  height: 40px;
  line-height: 40px;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top #header-total p {
  color: #fff;
  font-size: 18px;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top #header-total p span {
  font-weight: 600;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top #service-options {
  display: flex;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top {
  background-color: #fff;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 10px 10px 0 0;
  color: #000;
  display: inline-flex;
  height: 40px;
  max-width: 120px;
  overflow: hidden;
  padding: 0 8px;
  width: auto;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top .booking-top-image {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 24px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top .booking-top-image img {
  height: 16px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top .booking-top-text {
  align-items: center;
  display: flex;
  height: 38px;
  margin-left: 10px;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top .booking-top-text p {
  font-size: 12px;
  line-height: 14px;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top.selected {
  background-color: #00a9de;
  max-width: 160px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top.selected .booking-top-image img {
  filter: invert(1);
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top.selected .booking-top-text p {
  color: #fff;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 {
  background-color: #fff;
  min-height: 570px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container {
  flex-direction: column;
  padding: 30px 15px;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container form,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container form,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container form,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container form,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container form {
  margin: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #selected-add-return {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.ready,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.ready,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.ready,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.ready,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.ready {
  background: #fff;
  border: 2px solid #111827;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.empty,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.empty,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.empty,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.empty,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.empty {
  background: #fff;
  border: 2px solid #ececec;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button {
  background: #ececec;
  border: 2px solid #ececec;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button p.centered,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button p.centered,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button p.centered,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button p.centered,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button p.centered {
  align-items: center;
  display: flex;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label {
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  height: 21px;
  line-height: 21px;
  margin-left: 0;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button label#departure-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label#departure-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label#departure-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label#departure-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label#departure-flight {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button {
  display: inline-flex;
  height: 25px;
  line-height: 25px;
  margin-top: 0;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-image {
  align-items: center;
  display: flex;
  height: 25px;
  justify-content: center;
  overflow: hidden;
  margin-right: 5px;
  width: 25px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-image img {
  height: 18px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text {
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input#form-hotel,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input#form-hotel,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input#form-hotel,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input#form-hotel,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input#form-hotel {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input#form-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input#form-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input#form-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input#form-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input#form-pax {
  margin: 0 10px 20px;
  max-width: 80px;
  text-align: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text input#form-unit-van-xl,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input#form-unit-van-xl,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input#form-unit-van-xl,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input#form-unit-van-xl,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input#form-unit-van-xl {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .container-book-button .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .wrapper-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .wrapper-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .wrapper-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .wrapper-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .wrapper-pax {
  display: inline-flex;
  height: 25px;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button .wrapper-pax .qtyminus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .wrapper-pax .qtyminus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .wrapper-pax .qtyminus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .wrapper-pax .qtyminus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .wrapper-pax .qtyminus {
  align-items: center;
  background: #00a9de;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 25px;
  justify-content: center;
  margin: 0 5px;
  min-width: 25px;
  width: 25px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'] {
  border-radius: 50%;
  margin-top: 0;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked {
  background-color: #00a9de !important;
  border: 1px solid #00a9de !important;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.checkbox .book-text-checkbox label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox .book-text-checkbox label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.checkbox .book-text-checkbox label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.checkbox .book-text-checkbox label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.checkbox .book-text-checkbox label {
  font-size: 14px;
  height: auto;
  margin-left: 15px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.big,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big {
  display: inline-block;
  height: 180px;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.big .book-image-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-image-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-image-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-image-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-image-checkbox {
  float: left;
  height: 166px;
  line-height: 166px;
  width: 100px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.big .book-image-checkbox .form-check-input,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-image-checkbox .form-check-input,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-image-checkbox .form-check-input,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-image-checkbox .form-check-input,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-image-checkbox .form-check-input {
  border: 4px solid #00a9de;
  border-radius: 50%;
  height: 80px;
  margin: 42px 10px !important;
  width: 80px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.big .book-image-checkbox .form-check-input.selected,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-image-checkbox .form-check-input.selected,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-image-checkbox .form-check-input.selected,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-image-checkbox .form-check-input.selected,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-image-checkbox .form-check-input.selected {
  background-color: #00a9de;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.big .book-text-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-text-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-text-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-text-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-text-checkbox {
  height: 166px;
  float: left;
  width: calc(100% - 100px);
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.big .book-text-checkbox-wrapper,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-text-checkbox-wrapper,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-text-checkbox-wrapper,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-text-checkbox-wrapper,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-text-checkbox-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.big .book-text-checkbox-wrapper h4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-text-checkbox-wrapper h4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-text-checkbox-wrapper h4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-text-checkbox-wrapper h4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-text-checkbox-wrapper h4 {
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button.big .book-text-checkbox-wrapper p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-text-checkbox-wrapper p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-text-checkbox-wrapper p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-text-checkbox-wrapper p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-text-checkbox-wrapper p {
  font-size: 18px;
  padding-bottom: 10px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #remove-return {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 10px -2px rgba(0,0,0,0.902);
  height: auto;
  min-height: 81px;
  position: absolute;
  top: 60px;
  width: calc(100% - 25px);
  z-index: 100;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results#option-to-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results#option-to-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results#option-to-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results#option-to-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results#option-to-airport {
  cursor: pointer;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results {
  align-items: center;
  border: 2px solid #fff;
  display: inline-flex;
  height: 50px;
  padding: 5px 10px;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-image {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 10px;
  width: 20px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-image img {
  height: 18px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text {
  display: block;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round {
  margin: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results .container-book-button-results .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text p {
  font-size: 16px;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .book-button-results-separator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results-separator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results-separator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results-separator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results-separator {
  border-bottom: 1px solid #ccc;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .close-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .close-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .close-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .close-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .close-button {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: -10px;
  z-index: 99;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .info-container .close-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .close-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .close-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .close-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .close-button img {
  height: 25px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 input::placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 input::placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 input::placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 input::placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 input::placeholder {
  color: #000;
  height: 30px;
  line-height: 30px;
  opacity: 1;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 input:-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 input:-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 input:-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 input:-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 input:-ms-input-placeholder {
  color: #000;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 input::-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 input::-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 input::-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 input::-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 input::-ms-input-placeholder {
  color: #000;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 input::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 input::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 input::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 input::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .submit-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .submit-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .submit-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .submit-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .submit-button {
  align-items: center;
  background-color: #00a9de;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .submit-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .submit-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .submit-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .submit-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .submit-button img {
  height: 26px;
  margin-right: 15px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .submit-button p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .submit-button p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .submit-button p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .submit-button p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .submit-button p {
  color: #fff;
  font-size: 26px;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 #send-step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 #send-step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 #send-step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 #send-step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 #send-step-1 {
  margin-top: 75px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 #send-step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 #send-step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 #send-step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 #send-step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 #send-step-3 {
  margin-top: 55px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1 .qtyminus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .qtyminus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .qtyminus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .qtyminus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .qtyminus[disabled='disabled'] {
  opacity: 0.5;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 #click-paypal {
  height: 1px;
  width: 1px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 #thanks-after {
  align-items: center;
  display: flex;
  height: 510px;
  justify-content: center;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-bottom {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 0 0 10px 10px;
  height: 40px;
  margin: 0 15px;
  text-align: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-bottom .tripadvisor-wrapper {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-bottom a {
  font-size: 16px;
}
section#mycabotransfers #mycabotransfers-image #square-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-image #square-image img {
  width: 100%;
}
section#mycabotransfers .easy-autocomplete-container ul {
  background-color: #fff;
}
section#mycabotransfers .easy-autocomplete-container ul li {
  color: #000;
}
section#mycabotransfers .easy-autocomplete-container ul li.selected {
  background-color: #00a9de;
  color: #fff;
}
section#mycabotransfers .easy-autocomplete.eac-round {
  margin-bottom: 20px;
  width: auto !important;
}
section#mycabotransfers #services {
  color: #fff;
  padding: 30px 0 0 0;
}
section#mycabotransfers #services .service-container {
  align-items: center;
  display: flex;
  font-size: 36px;
  height: auto;
  justify-content: center;
  line-height: 40px;
  padding: 15px 0;
}
section#mycabotransfers #services .service-container .service-image {
  align-items: center;
  display: flex;
}
section#mycabotransfers #services .service-container .service-text {
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 18px;
  height: auto;
  margin-left: 20px;
}
section#mycabotransfers #services .service-container .service-text p {
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  section#services h2 {
    font-size: 30px;
  }
  section#services h3 {
    font-size: 26px;
  }
  section#services .col-sm-3 img {
    height: 50px;
    margin: 10px 0;
  }
  section#services .box-grocery {
    padding: 0;
  }
  section#services .box-grocery p {
    font-size: 18px;
  }
}
.ui-datepicker-calendar a {
  font-size: inherit !important;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
.no-margin {
  margin: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
.margin-side-auto {
  padding: 0 70px;
}
.margin-top-30 {
  margin-top: 30px;
}
.padding-top-10 {
  padding-top: 15px;
}
.padding-top-30 {
  padding-top: 30px;
  text-align: center;
}
.padding-bot-30 {
  padding-bottom: 30px;
}
.font-size-16 {
  font-size: 16px;
}
.section-padding {
  padding: 30px 0;
}
.margin-left-15 {
  margin-left: 15px;
}
h2.section-title {
  color: #fff;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
}
#main-menu {
  background-color: #fff;
}
section#tripadvisor {
  padding: 20px 0;
}
section#tripadvisor .widSSP.widSSPnarrow {
  margin: 0 auto;
  text-align: center;
}
.ui-widget-header .ui-icon {
  background-image: url("/css/images/ui-icons_444444_256x240.png");
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/css/images/ui-icons_444444_256x240.png");
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/css/images/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 2em;
}
body.hotels {
  background-color: $color-black-1;
}
body.hotels section.banner {
  margin-top: 100px;
  padding: 30px 0;
}
body.hotels section.maps {
  padding: 0 0 30px;
}
body.hotels section.features p,
body.hotels section.introduction p,
body.hotels section.transportation p {
  text-align: justify;
}
body.hotels ul {
  padding: 0 0 0 30px;
}
body.hotels ul li {
  padding-bottom: 15px;
}
