/*
 * Globals
 */
.white {
  color: #ffffff !important;
  font-weight: 400 !important;
}
label.error {
  color: white;
  background-color: #df4949;
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 3px;
}
div.mobile {
  background-color: #34af34;
  cursor: pointer;
  padding: 5px 0px;
  text-align: center;
}
div.mobile a {
  color: white;
}

div.mobile-buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.btn-whatsapp {
  background-color: #4caf50;
}
.btn-call {
  background-color: #0275d8;
}

div.mobile-buttons a {
  color: #ffffff;
}
.btn-whatsapp,
.btn-call {
  color: #ffffff;
  padding: 8px 0px;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-action {
  color: #ffffff;
  background: #ea1e2f;
  border-color: #ee8991;
  cursor: pointer;
}
.btn-actionhome {
  background: #ff5a5f !important;
}
.btn-action:hover {
  background: #ff0000;
  color: #ffffff;
}

.nav-item .phone {
  background-color: #4caf50;
  border-radius: 8px;
}
.nav-item .phone a {
  color: white !important;
}

/*
 * Base structure
 */

html,
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  height: 100%;
  color: #5a5a5a;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  color: #505050;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  padding-bottom: 40px;
  min-height: 100%;
  background: url("/img/background.jpg") no-repeat center;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}

.site-wrapper p.lead {
  margin-bottom: 30px;
}
/* Links */

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 13px 30px;
}

/*
 * Header
 */

.masthead-brand {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 19px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a.menu-item {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #4a4949; /* IE8 proofing */
  border-bottom: 2px solid rgba(195, 195, 195, 0.24);
}
.masthead-nav > li > a.menu-item:hover,
.masthead-nav > li > a.menu-item:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-nav {
    float: right;
  }
  .masthead-brand {
    float: left;
  }

  .text-muted {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
  }

  .lead-first {
    margin-top: 25px;
  }
}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
}

/*
 * Marketing
 */
.marketing {
  margin-top: 90px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 424px) {
  #autocomplete {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 30px;
  }
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1080px;
  }
  nav.navbar div.container {
    width: 1100px;
  }
}

@media (max-width: 991px) {
  nav.navbar div.container {
    width: 100%;
  }

  #containerNavbar {
    background-color: #ffffff;
    border-radius: 10px;
  }
}

@media (max-width: 400px) {
  .inner {
    text-align: left !important;
  }
}

@media (max-width: 945px) {
  .inner {
    text-align: center;
  }
  .masthead-nav {
    float: none;
    clear: both;
  }
  .masthead-brand {
    float: none;
  }
  .booking-form {
    padding: 10px !important;
  }
}

.dropdown-languages {
  min-width: 42px;
  text-align: center;
}

a.home {
  color: #333;
}

ul.list {
  font-size: 1.25rem;
  font-weight: 300;
}
ul.list li {
  padding: 3px 0;
}

.album {
  min-height: 50rem; /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.card {
  padding: 0.75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: 0.75rem;
}

.card-text {
  font-size: 110%;
  margin-top: 15px;
}

.autocomplete-suggestions {
  cursor: default;
  overflow-y: auto;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.autocomplete-suggestion {
  padding: 9px 12px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 110%;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.header-language ul.dropdown-menu li {
  padding: 3px 15px;
}

.card a {
  color: #5a5a5a;
  font-weight: 600;
}

p.card-text {
  font-size: 90%;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.inner-master {
  min-height: 85px !important;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron {
  background-color: #0275d8;
  color: #ffffff;
  border-radius: 0 !important;
}

.jumbotron .text-muted {
  color: #ffffff !important;
}

.breadcrumb {
  background: none !important;
}

li.page-item {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

li.page-item.active {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

footer.blockquote-footer {
  background: none;
  padding: 10px 0;
}

.well {
  background-color: #0275d8;
  color: #ffffff;
  padding: 24px;
}

.crop {
  width: 100%;
  height: 380px;
  background-position: center;
  /* Make the background image cover the area of the <div>, and clip the excess */
  background-size: cover;
}

div.error {
  margin-top: 50px;
  line-height: 80px;
}
div.error h1 {
  font-size: 150px;
}

div.error h2 {
  font-size: 75px;
}

.time select {
  width: 48% !important;
}
.time * {
  float: left;
}

select.error,
input.error,
textarea.error {
  border-color: #d9534f !important;
  background-color: #fdf1f1 !important;
}

.booking-form {
  color: #ffffff;
  padding: 35px;
  background: #005ac2;
  background: -webkit-linear-gradient(#005ac2, #0078d0);
  background: -o-linear-gradient(#005ac2, #0078d0);
  background: -moz-linear-gradient(#005ac2, #0078d0);
  background: linear-gradient(#005ac2, #0078d0);
  border-radius: 10px;
}

.booking-form fieldset {
  border-top: 1px solid #fff !important;
  padding: 15px !important;
  margin-top: 1.5em !important;
  box-shadow: 0 0 0 0 #000;
}
.booking-form .alert {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.booking-form fieldset legend {
  width: auto;
  padding: 5px 10px !important;
}

.booking-form fieldset legend small {
  font-size: 14px;
}

div#price {
  margin-left: 3px;
  margin-top: 20px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #cbcbcb !important;
}

#map {
  height: 500px;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
}

.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}

.mobility {
  background: url("/img/mobility-transfers.jpg") no-repeat center !important;
}
.train-station {
  background: url("/img/train-station.jpg") no-repeat center !important;
}
.card {
  display: block !important;
}
@media (max-width: 378px) {
  .li-languages {
    margin-top: 10px;
  }
  #BookingToId {
    font-size: 13px;
  }
}
.nav-link {
  color: #4a4949 !important;
  font-weight: bold;
  border-bottom: 2px solid rgba(195, 195, 195, 0.24);
}
.navbar-nav li {
  padding-right: 13px;
  text-align: center;
}
a.nav-link {
  padding-bottom: 3px;
}

nav.navbar {
  background: #ffffff;
}

.dropdown-menu li {
  text-align: left;
}

.transparent-nav {
  background: none !important;
}

#autocomplete {
  border: 3px solid #f3f3f3;
}
#autocomplete:focus {
  border: 3px solid #ffbabc;
}

.blur-background {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.shadow {
  box-shadow: 1px 0 10px #666;
}

.ui-datepicker-calendar .dp-highlight {
  background: #0275d8 !important;
}
.ui-datepicker-calendar .dp-highlight a {
  background: #0275d8 !important;
  color: #ffffff;
}

.required:after {
  content: " *";
  color: red;
  font-weight: bold;
}

.wrap_finalize {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap_finalize .button {
  min-width: 300px;
  min-height: 60px;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;
  background: #4fd1c5;
  background: linear-gradient(
    90deg,
    rgba(129, 230, 217, 1) 0%,
    rgba(79, 209, 197, 1) 100%
  );
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79, 209, 197, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

.wrap_finalize .button::before {
  content: "";
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00ffcb;
  box-shadow: 0 0 60px rgba(0, 255, 203, 0.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.wrap_finalize .button:hover,
.wrap_finalize .button:focus {
  color: #313133;
  transform: translateY(-6px);
}

.wrap_finalize button:hover::before,
.wrap_finalize button:focus::before {
  opacity: 1;
}

.wrap_finalize button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #21abd8;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.wrap_finalize button:hover::after,
.wrap_finalize button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
/*======================
     404 page
 =======================*/

.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url("/img/error404.gif");
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}
.contant_box_404 {
  margin-top: -50px;
}

.btn-switch {
  position: absolute;
  right: 41px;
  top: 98px;
  color: white;
  background-color: dodgerblue;
  border-radius: 25px;
  width: 38px;
  height: 38px;
  text-align: center;
  padding: 8px 0px;
  cursor: pointer;
}

.flip {
  transition: all 0.75s 0.25s;
}

.toggle-down {
  transform: rotate(270deg);
}

.toggle-up {
  transform: rotate(90deg);
}

.toggle-right {
  transform: rotate(180deg);
}

.toggle-left {
  transform: rotate(0deg);
}

.text-green {
  color: #5bae3c;
}

#home {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background-color: rgba(
    255,
    255,
    255,
    0.82
  ); /* Adjust the alpha value (0.7) for your desired opacity */
  border-radius: 20px;
  padding: 15px 40px 20px 40px;
  width: 100%;
  margin-bottom: 15px;
}

#home .form-control {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  border: none;
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #505050f3;
  font-weight: bold;
  background: #dfdfdf;
  border-radius: 4px;
}

#home .form-control::placeholder {
  font-weight: normal;
}

#home .form-label {
  text-align: left;
  color: #505050;
  display: block;
  font-weight: 600;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  position: relative;
  margin-top: 10px;
  text-transform: uppercase;
}

#home .submit-btn {
  background: #2473d9;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  height: 65px;
  font-size: 18px;
  width: 100%;
  color: #fff;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}

.homeswitch a {
  top: 48px !important;
  right: -19px !important;
  z-index: 1000;
}

.homeswitch i {
  color: #ffffff;
}

.homeswitch .btn-switch {
  background-color: #5aa9f5 !important;
}

.autocomplete-suggestions {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  max-height: 300px;
  min-width: 350px;
  z-index: 9999;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  overflow-y: auto;
}

.loader {
  position: absolute;
  top: 53px;
  right: 33px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	border: 10px solid;
	border-color: rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.55) rgba(90, 169, 245, 0.65) rgba(90, 169, 245, 0.8);
	box-sizing: border-box;
animation: rotation 0.9s linear infinite;
  }
  
  @keyframes rotation {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  } 

  .submit-btn.error {
    background-color: #e25454 !important;
    cursor: not-allowed !important;
  }