body {
  font-family: 'Montserrat', sans-serif;
}
body section#main-menu {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body .navbar-collapse {
  height: 100%;
}
body .navbar {
  padding: 0;
}
body .navbar-brand {
  padding: 20px 0;
}
body .navbar-light .navbar-nav .nav-link {
  color: #21baef;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
}
body .navbar-light .navbar-nav .nav-item {
  line-height: 50px;
  padding-left: 0;
  padding-right: 40px;
}
body .navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 1280px) {
  body .navbar-light .navbar-nav .nav-link {
    font-size: 22px;
  }
  body .navbar-light .navbar-nav .nav-item {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  body .navbar-light .navbar-nav .nav-item {
    padding: 0;
    text-align: center;
  }
  body .navbar-collapse {
    background-color: #fff;
  }
}
body section#footer {
  color: #fff;
  background-color: #292929;
  font-size: 14px;
  padding: 30px 0;
  text-decoration: none;
}
body section#footer h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
body section#footer a {
  color: #fff;
  text-decoration: none;
}
body section#footer i {
  color: #fff;
}
body section#footer p {
  color: #fff;
  line-height: 14px;
  margin: 0;
}
body section#footer .footer-services {
  margin-top: 15px;
}
body section#design {
  background-color: #292929;
  color: #fff;
  font-size: 11px;
  height: 20px;
  overflow: hidden;
  width: 100%;
}
body section#design a,
body section#design p {
  color: #fff;
  text-decoration: none;
}
body .whatsapp-circle {
  background-color: #21baef;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 15px;
  height: 80px;
  position: fixed;
  right: 15px;
  width: 80px;
}
body .whatsapp-circle a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 50px;
  height: 80px;
  justify-content: center;
}
body #hero {
  height: 100vh;
  margin-top: 0;
  position: relative;
}
body #hero .carousel-item {
  height: 100vh;
}
body #hero .img-src-01 {
  background-image: url("/images/banners/banner-jitport-01.webp");
}
body #hero .img-src-02 {
  background-image: url("/images/banners/banner-jitport-02.webp");
}
body #hero .img-src-03 {
  background-image: url("/images/banners/banner-jitport-03.webp");
}
body #hero .img-size {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body #hero h5 {
  font-size: 36px;
  font-style: italic;
  margin-bottom: 50px;
}
body .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;
}
body .carousel-indicators button.active {
  background-color: #21baef !important;
}
@media (max-width: 1990px) {
  body #hero {
    height: 60vh;
    overflow: hidden;
    position: relative;
  }
  body #hero .carousel-item {
    height: 60vh;
  }
}
@media (max-width: 1650px) {
  body #hero {
    height: 1000px;
  }
  body #hero .carousel-item {
    height: 1000px;
  }
}
@media (max-width: 1400px) {
  body #hero {
    height: 800px;
  }
  body #hero .carousel-item {
    height: 800px;
  }
}
@media (max-width: 991px) {
  body #hero {
    height: 400px;
    margin-top: 100px;
  }
  body #hero .carousel-item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  body #hero .carousel-indicators {
    display: none;
  }
}
body section#blog-index {
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}
body section#blog-index .card {
  margin-bottom: 15px;
}
body 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;
}
body section#blog-index .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body section#blog-index .card a.btn {
  background-color: #00a9e4;
  border: #00a9e4;
}
@media (max-width: 767px) {
  body section#blog-index h2 {
    font-size: 22px;
  }
  body section#blog-index p {
    font-size: 18px;
  }
}
body section#article {
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}
body section#article h1,
body section#article h2,
body section#article h3,
body section#article h4,
body section#article h5 {
  color: #00a9e4;
}
body section#article h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
body section#article h2 {
  font-size: 34px;
}
body section#article h3 {
  font-size: 30px;
}
body section#article p,
body section#article li {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  body section#article h1 {
    font-size: 22px;
  }
  body section#article h2 {
    font-size: 20px;
  }
  body section#article h3 {
    font-size: 18px;
  }
  body section#article p,
  body section#article li {
    font-size: 16px;
  }
}
body section#zones {
  background-color: #bfbfbf;
  color: #000;
  padding: 30px 0;
}
body section#zones .card {
  border: 0;
  border-radius: 0;
}
body section#zones .card .card-header {
  background-color: #00a9de;
  border-radius: 0;
  text-align: center;
}
body section#zones .card .card-header .card-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 22px;
  justify-content: center;
  min-height: 66px;
}
body section#zones .card .card-header .card-text {
  color: #fff;
  font-size: 16px;
}
body section#zones .card .card-body {
  padding: 10px;
}
body section#zones .card .card-body .zone-service,
body section#zones .card .card-body .zone-price {
  font-size: 16px;
  margin: 0;
  text-align: center;
}
body section#zones .card .card-body .zone-price {
  font-weight: bold;
}
body section#zones .card .card-footer {
  background-color: #0095b3;
  border-radius: 0;
  color: #fff;
}
body section#zones .card .card-footer button {
  border-radius: 0;
  color: #fff;
}
body 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;
}
body section#zones .modal-body .ico-hotel img {
  height: 60px;
  width: 120px;
}
body 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) {
  body section#zones .fix-mobile-margin-bottom {
    margin-bottom: 30px;
  }
}
body section#welcome p,
body section#socialmedia p,
body section#why-jitport p,
body section#welcome li,
body section#socialmedia li,
body section#why-jitport li {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
body section#welcome h1,
body section#socialmedia h1,
body section#why-jitport h1 {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}
body section#welcome h3,
body section#socialmedia h3,
body section#why-jitport h3 {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  body section#welcome h1,
  body section#socialmedia h1,
  body section#why-jitport h1 {
    font-size: 30px;
  }
  body section#welcome p,
  body section#socialmedia p,
  body section#why-jitport p {
    font-size: 16px;
  }
}
body section#units {
  background-color: #fff;
}
body section#units h4 {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 576px) {
  body section#units .col-12 {
    text-align: center;
  }
  body section#units img {
    max-width: 350px;
    text-align: center;
  }
}
body section#testimonials {
  background-color: #292929;
  color: #fff;
  padding: 30px 0;
}
body section#testimonials .carousel-indicators {
  position: relative;
}
body section#testimonials .testimonial-text {
  background-color: #fff;
  background-position: initial;
  background-repeat: no-repeat;
  border-radius: 8px;
  height: 500px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
body 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;
}
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 {
  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 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%;
}
body section#testimonials a,
body section#testimonials p {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
@media (max-width: 575px) {
  body section#testimonials .testimonial-text {
    height: auto;
    margin: 30px;
  }
  body section#testimonials .testimonial-bottom {
    margin: 30px;
  }
}
body section#mycabotransfers {
  background-color: #21baef;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
body section#mycabotransfers h2 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  padding: 0;
}
body section#mycabotransfers h3 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
body section#mycabotransfers h4,
body section#mycabotransfers h5 {
  color: #292929;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
body section#mycabotransfers h5 {
  background-color: #292929;
  color: #fff;
}
body section#mycabotransfers .reservation-header p {
  font-size: 20px;
}
body section#mycabotransfers .reservation-header p span {
  font-weight: 600;
}
body section#mycabotransfers #step-0a #send-los-cabos,
body section#mycabotransfers #step-0a #send-puerto-vallarta {
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-weight: 600;
  height: 220px;
  justify-content: center;
  letter-spacing: 2px;
  margin: 10px 0;
  overflow: hidden;
  text-transform: uppercase;
}
body section#mycabotransfers #step-0a #send-los-cabos {
  background: url("/images/reservations/locations/reserve-los-cabos.jpg");
}
body section#mycabotransfers #step-0a #send-puerto-vallarta {
  background: url("/images/reservations/locations/reserve-puerto-vallarta.jpg");
}
body section#mycabotransfers #step-0b a {
  align-items: center;
  color: #292929;
  cursor: pointer;
  border: 2px solid #292929;
  border-radius: 8px;
  display: flex;
  font-size: 40px;
  height: 80px;
  justify-content: center;
  margin-bottom: 10px;
}
body section#mycabotransfers #step-0b a img {
  height: 100%;
  width: auto;
}
body section#mycabotransfers #step-0b a p {
  color: #292929;
  padding: 0;
}
body section#mycabotransfers #step-0b a p.text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body section#mycabotransfers #step-0b a p.subtext {
  font-size: 14px;
  font-weight: 400;
}
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 .qtyminus,
body section#mycabotransfers .qtyplus {
  align-items: center;
  background: #292929;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
body section#mycabotransfers #mycabotransfers-booking .border-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
body section#mycabotransfers #mycabotransfers-booking .reservation-header {
  background-color: #292929;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
body section#mycabotransfers #mycabotransfers-booking .reservation-header p {
  color: #fff;
  margin: 0;
  padding: 0;
}
body section#mycabotransfers #mycabotransfers-booking .footer-paypal {
  margin-bottom: 15px;
}
body section#mycabotransfers #mycabotransfers-booking .footer-paypal p {
  color: #202025;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
body section#mycabotransfers #mycabotransfers-booking .footer-paypal img {
  max-width: 250px;
  width: 70%;
}
body section#mycabotransfers #square-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
body section#mycabotransfers #square-image img {
  width: 100%;
}
body section#mycabotransfers form {
  margin: 0;
}
body section#mycabotransfers .row-group {
  float: left;
}
body section#mycabotransfers .col-12 {
  position: relative;
}
body section#mycabotransfers #step-2,
body section#mycabotransfers #step-3,
body section#mycabotransfers #step-4,
body section#mycabotransfers #step-5 {
  min-height: 620px;
}
body section#mycabotransfers #step-0b,
body section#mycabotransfers #step-1,
body section#mycabotransfers #step-2,
body section#mycabotransfers #step-3,
body section#mycabotransfers #step-4,
body section#mycabotransfers #capacity-hiace,
body section#mycabotransfers #capacity-sprinter,
body section#mycabotransfers #capacity-shuttle,
body section#mycabotransfers #pickup,
body section#mycabotransfers #arrival,
body section#mycabotransfers #departure,
body section#mycabotransfers #grocery-stop-cash,
body section#mycabotransfers #grocery-stop-paypal {
  display: none;
}
body section#mycabotransfers .area {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
body section#mycabotransfers .area .selector,
body section#mycabotransfers .area .title {
  width: 50%;
}
body section#mycabotransfers .area .title h3 {
  color: #21baef;
  font-size: 20px;
  margin: 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 #fff;
  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[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 input#form-hotel,
body section#mycabotransfers input#form-hotel-vallarta,
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[type="checkbox"] {
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  height: 30px;
  outline: none;
  padding: 0 10px;
  width: 30px;
}
body section#mycabotransfers input.form-check-input:checked {
  background-color: #292929;
}
body section#mycabotransfers input.submit-button {
  background-color: #292929;
  border: 0;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
}
body section#mycabotransfers input.submit-button[disabled="disabled"],
body section#mycabotransfers div.qtyplus[disabled='disabled'],
body section#mycabotransfers div.qtyminus[disabled='disabled'] {
  opacity: 0.5;
}
body section#mycabotransfers input::placeholder {
  color: #202025;
  height: 30px;
  line-height: 30px;
  opacity: 1;
}
body section#mycabotransfers input:-ms-input-placeholder {
  color: #202025;
}
body section#mycabotransfers input::-ms-input-placeholder {
  color: #202025;
}
body section#mycabotransfers input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
body section#mycabotransfers input#form-hotel,
body section#mycabotransfers input#form-hotel-vallarta {
  margin-bottom: 0;
}
body section#mycabotransfers #form-pax {
  margin: 0 10px 20px;
  max-width: 80px;
  text-align: center;
}
body section#mycabotransfers label {
  color: #202025;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  width: 100%;
}
body section#mycabotransfers select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
body section#mycabotransfers .easy-autocomplete-container ul {
  background-color: #fff;
  color: #292929;
}
body section#mycabotransfers .easy-autocomplete-container ul li.selected {
  background-color: #292929;
  color: #fff;
}
body section#mycabotransfers .easy-autocomplete.eac-round {
  margin-bottom: 20px;
  width: auto !important;
}
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: #fff;
}
body section#mycabotransfers .selected-unit .unit-txt {
  color: #fff;
}
body section#mycabotransfers #step-3 p {
  color: #292929;
}
body section#mycabotransfers #step-3 button {
  background-color: #292929;
  border: 0;
  border-radius: 4px;
  color: #fff;
  height: 44px;
  margin-top: 20px;
  width: 100%;
}
body section#mycabotransfers #step-3 #click-paypal {
  height: 1px;
  width: 1px;
}
body section#mycabotransfers #step-3 input {
  border: 0;
  width: auto;
}
body section#mycabotransfers #step-3 #paypal-button-container {
  display: flex;
  justify-content: center;
}
body section#mycabotransfers #step-3 p {
  font-size: 16px;
  margin: 0;
}
body section#mycabotransfers #services {
  color: #fff;
  padding: 30px 0;
}
body section#mycabotransfers #services .service-container {
  align-items: center;
  display: flex;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
}
body section#mycabotransfers #services .service-container .service-image {
  align-items: center;
  display: flex;
}
body section#mycabotransfers #services .service-container .service-image img {
  height: 50px;
}
body section#mycabotransfers #services .service-container .service-text {
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 18px;
  height: 45px;
  margin-left: 20px;
}
body section#mycabotransfers #services .service-container .service-text p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
@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;
  }
}
@media (max-width: 575px) {
  body section#services h2 {
    font-size: 30px;
  }
  body section#services h3 {
    font-size: 26px;
  }
  body section#services .col-sm-3 img {
    height: 50px;
    margin: 10px 0;
  }
  body section#services .box-grocery {
    padding: 0;
  }
  body section#services .box-grocery p {
    font-size: 18px;
  }
}
body .wait-disabled {
  pointer-events: none;
  opacity: 0.5;
}
body .ui-datepicker-calendar a {
  font-size: inherit !important;
}
body .margin-bottom-20 {
  margin-bottom: 20px;
}
body section#hero,
body section#mycabotransfers,
body section#testimonials {
  margin-bottom: 40px;
}
body section#welcome,
body section#why-jitport,
body section#just-ride,
body section#faq,
body section#units,
body section#contact-us,
body section#map {
  padding-bottom: 40px;
}
body section#welcome p,
body section#why-jitport p,
body section#just-ride p,
body section#faq p,
body section#units p,
body section#contact-us p,
body section#map p,
body section#welcome li,
body section#why-jitport li,
body section#just-ride li,
body section#faq li,
body section#units li,
body section#contact-us li,
body section#map li,
body section#welcome a,
body section#why-jitport a,
body section#just-ride a,
body section#faq a,
body section#units a,
body section#contact-us a,
body section#map a {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
  text-decoration: none;
}
body section#welcome h1,
body section#why-jitport h1,
body section#just-ride h1,
body section#faq h1,
body section#units h1,
body section#contact-us h1,
body section#map h1 {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}
body section#welcome h3,
body section#why-jitport h3,
body section#just-ride h3,
body section#faq h3,
body section#units h3,
body section#contact-us h3,
body section#map h3 {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
body section#welcome h4,
body section#why-jitport h4,
body section#just-ride h4,
body section#faq h4,
body section#units h4,
body section#contact-us h4,
body section#map h4 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
body section#testimonials h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
body section#faq h4 {
  margin-bottom: 0;
}
body section#faq button {
  font-size: inherit;
}
body section#faq .accordion-body {
  font-size: 22px !important;
}
body section#why-jitport .background-why-jitport {
  background: url("/images/photos/why-jitport.png");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: auto;
}
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 #main-menu {
  background-color: #fff;
}
@media (max-width: 991px) {
  body section#welcome p,
  body section#why-jitport p,
  body section#just-ride p,
  body section#faq p,
  body section#units p,
  body section#contact-us p,
  body section#map p,
  body section#welcome li,
  body section#why-jitport li,
  body section#just-ride li,
  body section#faq li,
  body section#units li,
  body section#contact-us li,
  body section#map li,
  body section#welcome a,
  body section#why-jitport a,
  body section#just-ride a,
  body section#faq a,
  body section#units a,
  body section#contact-us a,
  body section#map a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body section#welcome h1,
  body section#why-jitport h1,
  body section#just-ride h1,
  body section#faq h1,
  body section#units h1,
  body section#contact-us h1,
  body section#map h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  body section#welcome h3,
  body section#why-jitport h3,
  body section#just-ride h3,
  body section#faq h3,
  body section#units h3,
  body section#contact-us h3,
  body section#map h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  body section#welcome h4,
  body section#why-jitport h4,
  body section#just-ride h4,
  body section#faq h4,
  body section#units h4,
  body section#contact-us h4,
  body section#map h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  body section#testimonials h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  body section#faq .accordion-body {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  body section#welcome p,
  body section#why-jitport p,
  body section#just-ride p,
  body section#faq p,
  body section#units p,
  body section#contact-us p,
  body section#map p,
  body section#welcome li,
  body section#why-jitport li,
  body section#just-ride li,
  body section#faq li,
  body section#units li,
  body section#contact-us li,
  body section#map li,
  body section#welcome a,
  body section#why-jitport a,
  body section#just-ride a,
  body section#faq a,
  body section#units a,
  body section#contact-us a,
  body section#map a {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body section#welcome h1,
  body section#why-jitport h1,
  body section#just-ride h1,
  body section#faq h1,
  body section#units h1,
  body section#contact-us h1,
  body section#map h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  body section#welcome h3,
  body section#why-jitport h3,
  body section#just-ride h3,
  body section#faq h3,
  body section#units h3,
  body section#contact-us h3,
  body section#map h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body section#welcome h4,
  body section#why-jitport h4,
  body section#just-ride h4,
  body section#faq h4,
  body section#units h4,
  body section#contact-us h4,
  body section#map h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body section#testimonials h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body section#faq .accordion-body {
    font-size: 16px !important;
  }
}
.ui-widget-header .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}
