body {
  font-family: 'Montserrat', sans-serif;
}
body .navbar.navbar-expand-lg #navbarNav .navbar-nav {
  align-items: center;
}
body .navbar.navbar-expand-lg #navbarNav li a {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body section#testimonials {
  background-color: #447774;
  padding: 30px 0;
}
body 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;
  padding: 10px;
  position: relative;
}
body section#testimonials .testimonial-text p {
  color: #000;
  font-size: 18px;
  font-style: italic;
  text-align: left;
}
body section#testimonials .testimonial-text a.fixed-link {
  position: absolute;
  right: 8px;
  top: 5px;
}
body section#testimonials .testimonial-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
body section#testimonials .user-image {
  border-radius: 50%;
  display: flex;
  height: 64px;
  overflow: hidden;
  width: 64px;
}
body section#testimonials .user-image img {
  margin: 0;
}
body section#testimonials .user-data {
  color: #fff;
  margin-left: 15px;
  text-align: left;
}
body section#testimonials .user-data .name {
  font-size: 20px;
  font-weight: bold;
}
body section#testimonials img {
  margin-bottom: 20px;
}
body section#testimonials h3 {
  color: #00bce4;
  font-size: 40px;
  margin-bottom: 15px;
}
body section#testimonials a,
body section#testimonials p {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}
body section#specials {
  padding: 30 0;
}
body section#specials .logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body section#specials .slider-track {
  animation-duration: 48s;
  display: flex;
  animation: scroll 15s linear infinite;
}
body section#specials .slider-track img {
  height: 600px;
  margin: 0 15px;
}
@media (max-width: 960px) {
  body section#specials .slider-track img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  body section#specials .slider-track img {
    height: 200px;
  }
}
@-moz-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
body section#welcome {
  background-color: #fff;
  padding: 30px 0;
}
body section#welcome p {
  color: #03356b;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
body section#welcome h2 {
  color: #03356b;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body section#welcome h2 {
    font-size: 30px;
  }
  body section#welcome p {
    font-size: 22px;
  }
}
body section#mycabotransfers {
  background-color: #fff;
  color: #000;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16.5pt;
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
body section#mycabotransfers .form-error label {
  color: #f00;
}
body section#mycabotransfers .form-error input {
  border: 1px solid #f00;
}
body section#mycabotransfers #thanks-before {
  display: flex;
}
body section#mycabotransfers #thanks-after {
  display: none;
}
body section#mycabotransfers #main-header {
  color: #fff;
  margin-bottom: 20px;
}
body section#mycabotransfers #main-header i {
  padding: 0 2px;
}
body section#mycabotransfers #main-header a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}
body section#mycabotransfers h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}
body section#mycabotransfers #square-image {
  background: url("/images/reservations/photos/reservation.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
body section#mycabotransfers #reservation-box .border-card {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
body section#mycabotransfers #reservation-box .reservation-header {
  background-color: #705e43 !important;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
body section#mycabotransfers #reservation-box .reservation-header p {
  margin: 0;
  padding: 0;
}
body section#mycabotransfers form {
  margin: 0;
}
body section#mycabotransfers .row-group {
  float: left;
}
body section#mycabotransfers .col-12 {
  position: relative;
}
body section#mycabotransfers h2 {
  color: #000;
  font-size: 30px;
  margin: 0;
  padding: 0;
}
body section#mycabotransfers .info {
  width: 100%;
}
body section#mycabotransfers .info .text {
  display: block;
  overflow: hidden;
  padding: 30px 15px;
}
body section#mycabotransfers .info .text h4 {
  border-bottom: solid 2px $color1;
  color: #000;
  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[type="text"],
body section#mycabotransfers input[type="number"],
body section#mycabotransfers input[type="date"],
body section#mycabotransfers input[type="time"],
body section#mycabotransfers input[type="button"],
body section#mycabotransfers select {
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body section#mycabotransfers input.submit-button {
  background-color: #447774;
  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 label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  width: 100%;
}
body section#mycabotransfers select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
@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 .margin-top-15 {
  margin-top: 15px;
}
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 .mb-20 {
  margin-bottom: 20px !important;
}
body h2.section-title {
  color: #fff;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
}
body section#location {
  padding: 30px 0;
}
body section#above-footer {
  background-color: #705e43 !important;
  color: #fff !important;
  padding: 20px 0;
}
body section#above-footer h3 {
  font-size: 30px;
  line-height: 60px;
}
body section#above-footer a {
  background-color: #447774;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
body section#above-footer a .center-icon {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}
body section#above-footer a svg {
  font-size: 30px;
}
body section#footer {
  color: #000;
  background: #fff;
  font-size: 14px;
  padding: 30px 0;
  text-decoration: none;
}
body section#footer h3 {
  color: $colorText;
  font-size: 20px;
  height: 44px;
  margin: 0;
  padding: 0;
}
body section#footer a {
  color: #000;
  text-decoration: none;
}
body section#footer .footer-icon {
  display: inline-flex;
  margin-right: 10px;
}
body section#footer .footer-icon svg {
  color: $colorText;
}
body section#footer p {
  color: $colorText;
  line-height: 14px;
  margin: 0;
}
@media (max-width: 767px) {
  body section#footer .col-sm-12.col-md-4.text-center img {
    width: 30%;
  }
  body section#footer .col-sm-12.col-md-4.text-left {
    text-align: center !important;
  }
}
body section#design {
  background-color: #705e43;
  color: #fff;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
body section#design a,
body section#design p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-decoration: none;
}
body section#design .right-side {
  text-align: right;
}
body section#design .center-side {
  text-align: center;
}
@media (max-width: 767px) {
  body section#design .left-side {
    text-align: center !important;
  }
  body section#design .right-side,
  body section#design .center-side {
    display: none;
  }
}
body #whatsapp {
  background-color: #25d366;
  border-radius: 50%;
  bottom: 90px;
  height: 60px;
  position: fixed;
  right: 24px;
  width: 60px;
}
body #whatsapp a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 36px;
  height: 100%;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 479px) {
  body #whatsapp {
    bottom: 80px;
    height: 54px;
    right: 14px;
    width: 54px;
  }
  body #whatsapp a {
    font-size: 36px;
  }
}
body section#our-menu {
  overflow: hidden;
  padding: 30px 0;
}
body section#our-menu h4 {
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
body section#our-menu h6 {
  color: #447774;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body section#our-menu p {
  font-size: 18px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  body section#our-menu h4 {
    font-size: 24px;
    text-align: center;
  }
  body section#our-menu h6 {
    border-bottom: 1px solid #447774;
    font-size: 20px;
    text-align: center;
  }
  body section#our-menu p {
    font-size: 16px;
    text-align: center;
  }
}
body section#food {
  overflow: hidden;
}
body section#food .food-box {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
body section#food .food-box .food-box-black {
  display: block;
  max-width: 80%;
  text-align: center;
}
body section#food .food-box .food-box-black h4 {
  font-size: 32px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
body section#food .food-box .food-box-black h6 {
  color: #447774;
  font-size: 22px;
  letter-spacing: 2px;
}
body section#food .food-box .food-box-black p {
  font-size: 18px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  body section#food .food-box {
    padding: 20px 0;
  }
  body section#food .food-box h4 {
    font-size: 24px;
  }
  body section#food .food-box h6 {
    font-size: 20px;
  }
  body section#food .food-box p {
    font-size: 16px;
  }
}
