body {
  font-family: 'Montserrat', sans-serif;
}
body section#mycabotransfers {
  background: url("/images/banners/above-footer.jpg");
  background-size: cover;
  color: #ed2424;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16.5pt;
  font-weight: 300;
  height: auto;
  line-height: 1.65;
  margin: 0;
  padding: 200px 0;
  position: relative;
}
body section#mycabotransfers h1,
body section#mycabotransfers h2,
body section#mycabotransfers h3,
body section#mycabotransfers h4,
body section#mycabotransfers p {
  color: #ed2424;
}
body section#mycabotransfers button#send-step-3,
body section#mycabotransfers button#gotothankspaypal {
  background-color: #2c3c42;
  border: 0;
  border-radius: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 25px;
  width: 100%;
}
body section#mycabotransfers #reservation-container {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1100px;
  overflow: hidden;
}
body section#mycabotransfers .reservation-header {
  background-color: #ed2424;
  padding: 15px;
  position: relative;
}
body section#mycabotransfers .reservation-header .first-line {
  align-items: center;
  display: flex;
  height: 40px;
}
body section#mycabotransfers .reservation-header .first-line .title {
  align-items: center;
  display: flex;
  height: 40px;
  width: 50%;
}
body section#mycabotransfers .reservation-header .first-line .title h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}
body section#mycabotransfers .reservation-header .first-line .price {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: flex-end;
  padding-right: 70px;
  width: 50%;
}
body section#mycabotransfers .reservation-header .first-line .price #reservation-price {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin: 0;
}
body section#mycabotransfers .reservation-header .second-line {
  align-items: center;
  display: flex;
  height: 30px;
}
body section#mycabotransfers .reservation-header .second-line p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
body section#mycabotransfers .reservation-header .third-line {
  display: block;
  float: right;
  position: absolute;
  right: 15px;
  top: 15px;
}
body section#mycabotransfers .reservation-header .third-line a {
  color: #fff;
  font-size: 24px;
}
body section#mycabotransfers #step-0 {
  height: 720px;
}
body section#mycabotransfers #step-0 #step-0-first {
  display: flex;
}
body section#mycabotransfers #step-0 #step-0-second {
  display: none;
}
body section#mycabotransfers #step-0 h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: uppercase;
}
body section#mycabotransfers #step-0 h4 {
  background-color: transparent;
  color: #ed2424;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body section#mycabotransfers #step-0 p {
  color: #ed2424;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
body section#mycabotransfers #step-0 #step-0-hiace,
body section#mycabotransfers #step-0 #step-0-sprinter,
body section#mycabotransfers #step-0 #step-0-bus,
body section#mycabotransfers #step-0 #step-0-partybus,
body section#mycabotransfers #step-0 #step-0-airport-hotel,
body section#mycabotransfers #step-0 #step-0-hotel-airport,
body section#mycabotransfers #step-0 #step-0-hotel-hotel,
body section#mycabotransfers #step-0 #step-0-hotel-marina,
body section#mycabotransfers #step-0 #step-0-dinner,
body section#mycabotransfers #step-0 #step-0-golf {
  align-items: center;
  border: 2px solid #ed2424;
  border-radius: 8px;
  display: flex;
  height: 250px;
  justify-content: center;
}
body section#mycabotransfers #step-0 #step-0-hiace img,
body section#mycabotransfers #step-0 #step-0-sprinter img,
body section#mycabotransfers #step-0 #step-0-bus img,
body section#mycabotransfers #step-0 #step-0-partybus img,
body section#mycabotransfers #step-0 #step-0-airport-hotel img,
body section#mycabotransfers #step-0 #step-0-hotel-airport img,
body section#mycabotransfers #step-0 #step-0-hotel-hotel img,
body section#mycabotransfers #step-0 #step-0-hotel-marina img,
body section#mycabotransfers #step-0 #step-0-dinner img,
body section#mycabotransfers #step-0 #step-0-golf img {
  margin: 10px auto 20px;
  width: 80%;
}
body section#mycabotransfers #step-0 #step-0-hiace .icon,
body section#mycabotransfers #step-0 #step-0-sprinter .icon,
body section#mycabotransfers #step-0 #step-0-bus .icon,
body section#mycabotransfers #step-0 #step-0-partybus .icon,
body section#mycabotransfers #step-0 #step-0-airport-hotel .icon,
body section#mycabotransfers #step-0 #step-0-hotel-airport .icon,
body section#mycabotransfers #step-0 #step-0-hotel-hotel .icon,
body section#mycabotransfers #step-0 #step-0-hotel-marina .icon,
body section#mycabotransfers #step-0 #step-0-dinner .icon,
body section#mycabotransfers #step-0 #step-0-golf .icon {
  height: 120px;
  margin: 0 auto;
  text-align: center;
  width: 120px;
}
body section#mycabotransfers #step-0 #step-0-hiace .content,
body section#mycabotransfers #step-0 #step-0-sprinter .content,
body section#mycabotransfers #step-0 #step-0-bus .content,
body section#mycabotransfers #step-0 #step-0-partybus .content,
body section#mycabotransfers #step-0 #step-0-airport-hotel .content,
body section#mycabotransfers #step-0 #step-0-hotel-airport .content,
body section#mycabotransfers #step-0 #step-0-hotel-hotel .content,
body section#mycabotransfers #step-0 #step-0-hotel-marina .content,
body section#mycabotransfers #step-0 #step-0-dinner .content,
body section#mycabotransfers #step-0 #step-0-golf .content {
  margin: 0 auto;
}
body section#mycabotransfers #step-0 #step-0-hiace:hover,
body section#mycabotransfers #step-0 #step-0-sprinter:hover,
body section#mycabotransfers #step-0 #step-0-bus:hover,
body section#mycabotransfers #step-0 #step-0-partybus:hover,
body section#mycabotransfers #step-0 #step-0-airport-hotel:hover,
body section#mycabotransfers #step-0 #step-0-hotel-airport:hover,
body section#mycabotransfers #step-0 #step-0-hotel-hotel:hover,
body section#mycabotransfers #step-0 #step-0-hotel-marina:hover,
body section#mycabotransfers #step-0 #step-0-dinner:hover,
body section#mycabotransfers #step-0 #step-0-golf:hover {
  background-color: #ed2424;
  cursor: pointer;
}
body section#mycabotransfers #step-0 #step-0-hiace:hover h4,
body section#mycabotransfers #step-0 #step-0-sprinter:hover h4,
body section#mycabotransfers #step-0 #step-0-bus:hover h4,
body section#mycabotransfers #step-0 #step-0-partybus:hover h4,
body section#mycabotransfers #step-0 #step-0-airport-hotel:hover h4,
body section#mycabotransfers #step-0 #step-0-hotel-airport:hover h4,
body section#mycabotransfers #step-0 #step-0-hotel-hotel:hover h4,
body section#mycabotransfers #step-0 #step-0-hotel-marina:hover h4,
body section#mycabotransfers #step-0 #step-0-dinner:hover h4,
body section#mycabotransfers #step-0 #step-0-golf:hover h4,
body section#mycabotransfers #step-0 #step-0-hiace:hover p,
body section#mycabotransfers #step-0 #step-0-sprinter:hover p,
body section#mycabotransfers #step-0 #step-0-bus:hover p,
body section#mycabotransfers #step-0 #step-0-partybus:hover p,
body section#mycabotransfers #step-0 #step-0-airport-hotel:hover p,
body section#mycabotransfers #step-0 #step-0-hotel-airport:hover p,
body section#mycabotransfers #step-0 #step-0-hotel-hotel:hover p,
body section#mycabotransfers #step-0 #step-0-hotel-marina:hover p,
body section#mycabotransfers #step-0 #step-0-dinner:hover p,
body section#mycabotransfers #step-0 #step-0-golf:hover p {
  color: #fff;
}
body section#mycabotransfers #step-0 #step-0-airport-hotel .icon {
  background: url("/images/reservations/step-0/step-0-airport-hotel-oneway.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-airport-hotel:hover .icon {
  background: url("/images/reservations/step-0/step-0-airport-hotel-oneway-hover.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-hotel-airport .icon {
  background: url("/images/reservations/step-0/step-0-hotel-airport.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-hotel-airport:hover .icon {
  background: url("/images/reservations/step-0/step-0-hotel-airport-hover.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-hotel-hotel .icon {
  background: url("/images/reservations/step-0/step-0-hotel-hotel.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-hotel-hotel:hover .icon {
  background: url("/images/reservations/step-0/step-0-hotel-hotel-hover.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-hotel-marina .icon {
  background: url("/images/reservations/step-0/step-0-hotel-marina.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-hotel-marina:hover .icon {
  background: url("/images/reservations/step-0/step-0-hotel-marina-hover.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-dinner .icon {
  background: url("/images/reservations/step-0/step-0-dinner.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-dinner:hover .icon {
  background: url("/images/reservations/step-0/step-0-dinner-hover.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-golf .icon {
  background: url("/images/reservations/step-0/step-0-golf.png");
  background-size: cover;
}
body section#mycabotransfers #step-0 #step-0-golf:hover .icon {
  background: url("/images/reservations/step-0/step-0-golf-hover.png");
  background-size: cover;
}
body section#mycabotransfers #step-1 {
  height: 720px;
}
body section#mycabotransfers #step-1 h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: uppercase;
}
body section#mycabotransfers #step-1 h4 {
  background-color: transparent;
  color: #863338;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body section#mycabotransfers #step-1 p {
  color: #ed2424;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
body section#mycabotransfers #step-1 .fake-input {
  background-color: #ccc;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
}
body section#mycabotransfers #step-1 #step-1-hiace-pax,
body section#mycabotransfers #step-1 #step-1-sprinter-pax,
body section#mycabotransfers #step-1 #step-1-bus-pax,
body section#mycabotransfers #step-1 #step-1-partybus-pax {
  display: none;
}
body section#mycabotransfers #step-1 .price-box {
  align-items: center;
  border: 2px solid #ed2424;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  height: 120px;
  justify-content: center;
  width: 100%;
}
body section#mycabotransfers #step-1 .price-box p {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}
body section#mycabotransfers #step-1 .price-box p.step-1-price {
  font-size: 48px;
  line-height: 48px;
}
body section#mycabotransfers #step-1 #step-1-airport-hotel-one-way,
body section#mycabotransfers #step-1 #step-1-airport-hotel-round-trip,
body section#mycabotransfers #step-1 #step-1-hotel-airport-one-way,
body section#mycabotransfers #step-1 #step-1-marina-round-trip,
body section#mycabotransfers #step-1 #step-1-hotel-hotel-one-way,
body section#mycabotransfers #step-1 #step-1-dinner-one-way,
body section#mycabotransfers #step-1 #step-1-golf-one-way {
  display: none;
}
body section#mycabotransfers #step-1 #step-1-airport-hotel-one-way:hover .price-box,
body section#mycabotransfers #step-1 #step-1-airport-hotel-round-trip:hover .price-box,
body section#mycabotransfers #step-1 #step-1-hotel-airport-one-way:hover .price-box,
body section#mycabotransfers #step-1 #step-1-marina-round-trip:hover .price-box,
body section#mycabotransfers #step-1 #step-1-hotel-hotel-one-way:hover .price-box,
body section#mycabotransfers #step-1 #step-1-dinner-one-way:hover .price-box,
body section#mycabotransfers #step-1 #step-1-golf-one-way:hover .price-box {
  background-color: #ed2424;
  color: #fff;
}
body section#mycabotransfers #step-1 #step-1-airport-hotel-one-way:hover .price-box p,
body section#mycabotransfers #step-1 #step-1-airport-hotel-round-trip:hover .price-box p,
body section#mycabotransfers #step-1 #step-1-hotel-airport-one-way:hover .price-box p,
body section#mycabotransfers #step-1 #step-1-marina-round-trip:hover .price-box p,
body section#mycabotransfers #step-1 #step-1-hotel-hotel-one-way:hover .price-box p,
body section#mycabotransfers #step-1 #step-1-dinner-one-way:hover .price-box p,
body section#mycabotransfers #step-1 #step-1-golf-one-way:hover .price-box p {
  color: #fff;
}
body section#mycabotransfers form {
  margin: 0;
}
body section#mycabotransfers .margin-bottom-1r {
  margin-bottom: 1rem;
}
body section#mycabotransfers .margin-bottom-2r {
  margin-bottom: 2rem;
}
body section#mycabotransfers .padding-bottom-2r {
  padding-bottom: 2rem;
}
body section#mycabotransfers .row-group {
  float: left;
}
body section#mycabotransfers .zindex9 {
  z-index: 9;
}
body section#mycabotransfers .col-12 {
  position: relative;
}
body section#mycabotransfers h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
}
body section#mycabotransfers #step-0-second-selector,
body section#mycabotransfers #step-1,
body section#mycabotransfers #step-1-airport-hotel,
body section#mycabotransfers #step-1-hotel-airport,
body section#mycabotransfers #step-1-marina,
body section#mycabotransfers #step-1-dinner,
body section#mycabotransfers #step-1-golf,
body section#mycabotransfers #step-2,
body section#mycabotransfers #step-3,
body section#mycabotransfers #step-4,
body section#mycabotransfers #pickup,
body section#mycabotransfers #arrival,
body section#mycabotransfers #departure,
body section#mycabotransfers #hotel-info,
body section#mycabotransfers #grocery-stop-cash,
body section#mycabotransfers #grocery-stop-paypal {
  display: none;
}
body section#mycabotransfers .info {
  background-color: #fff;
  color: #ed2424;
  overflow: hidden;
  width: 100%;
}
body section#mycabotransfers .info .label-icon {
  display: inline-block;
  float: left;
  height: 84px;
  padding-top: 32px;
  width: 36px;
}
body section#mycabotransfers .info .label-text {
  display: inline-block;
  float: left;
  height: 84px;
  width: calc(100% - 36px);
}
body section#mycabotransfers .info label {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  top: 0;
}
body section#mycabotransfers .info h4 {
  background: #ed2424;
  color: #fff;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
body section#mycabotransfers .info .text {
  display: block;
  overflow: hidden;
  padding: 30px 15px;
}
body section#mycabotransfers .info .text h4 {
  border-bottom: solid 2px #566267;
  color: #fff;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}
body section#mycabotransfers .info .info-row {
  align-items: center;
  display: flex;
  height: 30px;
}
body section#mycabotransfers .info .info-row h6 {
  margin: 0;
}
body section#mycabotransfers .info .info-row p {
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body section#mycabotransfers .info.info-container {
  flex-direction: column;
  padding: 30px 15px;
}
body section#mycabotransfers input,
body section#mycabotransfers select {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body section#mycabotransfers input.submit-button {
  background-color: #ed2424;
  border: 0;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
}
body section#mycabotransfers input.submit-button[disabled="disabled"] {
  opacity: 0.5;
}
body section#mycabotransfers input::placeholder {
  color: #000;
  height: 30px;
  line-height: 30px;
  opacity: 1;
}
body section#mycabotransfers input:-ms-input-placeholder {
  color: #000;
}
body section#mycabotransfers input::-ms-input-placeholder {
  color: #000;
}
body section#mycabotransfers .form-error label {
  color: #f00;
}
body section#mycabotransfers .form-error input {
  border: 1px solid #f00;
}
body section#mycabotransfers input#form-hotel,
body section#mycabotransfers input#form-special-hotel-from,
body section#mycabotransfers input#form-special-hotel-to,
body section#mycabotransfers input#form-special-dinner-from,
body section#mycabotransfers input#form-special-golf-from {
  margin-bottom: 0;
}
body section#mycabotransfers select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
body section#mycabotransfers .easy-autocomplete-container ul {
  background-color: #fff;
}
body section#mycabotransfers .easy-autocomplete-container ul li.selected {
  background-color: #ed2424;
  color: #fff;
}
body section#mycabotransfers .easy-autocomplete.eac-round {
  margin-bottom: 20px;
  width: 100% !important;
}
body section#mycabotransfers .footer-action {
  border-top: solid 2px #566267;
  font-size: 0.9em;
  color: #fff;
  font-family: Raleway, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1em 0 0 0;
  padding-top: 1em;
  text-transform: uppercase;
}
body section#mycabotransfers .unit-image {
  text-align: center;
}
body section#mycabotransfers .unit-image img {
  max-width: 150px;
}
body section#mycabotransfers .unit-txt {
  padding: 15px 0;
}
body section#mycabotransfers .unit-txt p {
  line-height: 20px;
  margin: 0;
}
body section#mycabotransfers .selected-unit {
  background-color: #2c3c42;
}
body section#mycabotransfers .selected-unit .unit-txt {
  color: #fff;
}
body section#mycabotransfers #step-2 {
  min-height: 720px;
}
body section#mycabotransfers #step-2 #form-container-hiace-pax,
body section#mycabotransfers #step-2 #form-container-hiace-pax-marina,
body section#mycabotransfers #step-2 #form-container-sprinter-pax,
body section#mycabotransfers #step-2 #form-container-sprinter-pax-marina,
body section#mycabotransfers #step-2 #form-container-bus-pax,
body section#mycabotransfers #step-2 #form-container-partybus-pax {
  display: none;
}
body section#mycabotransfers #step-3 #paypalform {
  height: 2px;
  overflow: hidden;
  width: 2px;
}
body section#mycabotransfers #step-4 input {
  border: 0;
  width: auto;
}
body section#mycabotransfers #step-4 #paypal-button-container {
  display: flex;
  justify-content: center;
}
body section#mycabotransfers #step-4 p {
  font-size: 16px;
  margin: 0;
}
body section#mycabotransfers #step-4 #Thanks {
  background-color: #fef000;
  height: auto;
  padding: 30px 0;
  text-align: center;
}
body section#mycabotransfers #step-4 #Thanks p {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
body section#mycabotransfers #step-4 #Thanks img {
  border: 0;
  width: auto;
}
body section#mycabotransfers #step-3 p {
  font-size: 16px;
  margin: 0;
}
body section#mycabotransfers #step-3 p.italic {
  font-style: italic;
}
body section#mycabotransfers #step-3 p.bold {
  font-style: normal;
  font-weight: 800;
}
body section#mycabotransfers #step-3 input[type='image'] {
  border: 0;
  width: auto;
}
@media (max-width: 991px) {
  body section#mycabotransfers .info .info-row {
    display: block;
    height: auto;
  }
  body section#mycabotransfers .info .info-row h6 {
    font-size: 14px;
  }
  body section#mycabotransfers .info .info-row p {
    font-size: 18px;
    line-height: 18px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body section#mycabotransfers .info.special {
    margin-top: 30px;
  }
  body section#mycabotransfers .info .unit-txt p {
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body section#mycabotransfers #step-0 #step-0-hiace,
  body section#mycabotransfers #step-0 #step-0-sprinter,
  body section#mycabotransfers #step-0 #step-0-bus,
  body section#mycabotransfers #step-0 #step-0-partybus,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-oneway,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-roundtrip,
  body section#mycabotransfers #step-0 #step-0-hotel-airport,
  body section#mycabotransfers #step-0 #step-0-hotel-hotel,
  body section#mycabotransfers #step-0 #step-0-dinner,
  body section#mycabotransfers #step-0 #step-0-golf {
    height: 100px;
    margin-bottom: 10px;
  }
  body section#mycabotransfers #step-0 #step-0-hiace .icon,
  body section#mycabotransfers #step-0 #step-0-sprinter .icon,
  body section#mycabotransfers #step-0 #step-0-bus .icon,
  body section#mycabotransfers #step-0 #step-0-partybus .icon,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-oneway .icon,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-roundtrip .icon,
  body section#mycabotransfers #step-0 #step-0-hotel-airport .icon,
  body section#mycabotransfers #step-0 #step-0-hotel-hotel .icon,
  body section#mycabotransfers #step-0 #step-0-dinner .icon,
  body section#mycabotransfers #step-0 #step-0-golf .icon {
    height: 100px;
    margin: 0 20px 0;
    width: 100px;
  }
  body section#mycabotransfers #step-0 #step-0-hiace .content,
  body section#mycabotransfers #step-0 #step-0-sprinter .content,
  body section#mycabotransfers #step-0 #step-0-bus .content,
  body section#mycabotransfers #step-0 #step-0-partybus .content,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-oneway .content,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-roundtrip .content,
  body section#mycabotransfers #step-0 #step-0-hotel-airport .content,
  body section#mycabotransfers #step-0 #step-0-hotel-hotel .content,
  body section#mycabotransfers #step-0 #step-0-dinner .content,
  body section#mycabotransfers #step-0 #step-0-golf .content {
    align-items: center;
    display: flex;
    height: 100px;
    min-height: 100px;
    width: 100%;
  }
  body section#mycabotransfers #step-0 #step-0-hiace .content h4,
  body section#mycabotransfers #step-0 #step-0-sprinter .content h4,
  body section#mycabotransfers #step-0 #step-0-bus .content h4,
  body section#mycabotransfers #step-0 #step-0-partybus .content h4,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-oneway .content h4,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-roundtrip .content h4,
  body section#mycabotransfers #step-0 #step-0-hotel-airport .content h4,
  body section#mycabotransfers #step-0 #step-0-hotel-hotel .content h4,
  body section#mycabotransfers #step-0 #step-0-dinner .content h4,
  body section#mycabotransfers #step-0 #step-0-golf .content h4 {
    margin: 0 20px;
  }
  body section#mycabotransfers #step-0 #step-0-hiace .content img,
  body section#mycabotransfers #step-0 #step-0-sprinter .content img,
  body section#mycabotransfers #step-0 #step-0-bus .content img,
  body section#mycabotransfers #step-0 #step-0-partybus .content img,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-oneway .content img,
  body section#mycabotransfers #step-0 #step-0-airport-hotel-roundtrip .content img,
  body section#mycabotransfers #step-0 #step-0-hotel-airport .content img,
  body section#mycabotransfers #step-0 #step-0-hotel-hotel .content img,
  body section#mycabotransfers #step-0 #step-0-dinner .content img,
  body section#mycabotransfers #step-0 #step-0-golf .content img {
    height: 100px;
    margin: 0;
    width: auto;
  }
}
@media (max-width: 575px) {
  body section#mycabotransfers .info .label-text {
    display: block;
  }
  body section#mycabotransfers .info .label-icon {
    padding-top: 30px;
  }
  body section#mycabotransfers label {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
}
body .margin-top-20 {
  margin-top: 20px;
}
body .text-right {
  text-align: right;
}
body section#main-bottom {
  background: #19406b;
}
body section#main-bottom h2 {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
body section#main-reservation {
  background: #000;
}
body section#main-reservation .container {
  background: #fff;
}
body section#main-reservation #panel-step-2 {
  display: none;
}
body .margin-top-10 {
  margin-top: 10px;
}
body .no-margin {
  margin: 0;
}
body .no-margin-top {
  margin-top: 0;
}
body .no-padding-right {
  padding-right: 0;
}
body .no-padding {
  padding: 0;
}
body .margin-side-auto {
  padding: 0 70px;
}
body .margin-top-30 {
  margin-top: 30px;
}
body .padding-top-10 {
  padding-top: 15px;
}
body .padding-top-30 {
  padding-top: 30px;
  text-align: center;
}
body .padding-bot-30 {
  padding-bottom: 30px;
}
body .font-size-16 {
  font-size: 16px;
}
body .section-padding {
  padding: 30px 0;
}
body .margin-left-15 {
  margin-left: 15px;
}
body h2.section-title {
  color: #fff;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
}
body section#tripadvisor {
  padding: 20px 0;
}
body section#tripadvisor .widSSP.widSSPnarrow {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 791px) {
  .row-services {
    width: 100% !important;
    text-align: center !important;
  }
  .navbar-container {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 576px) {
  .wrap-icon {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
