@charset "UTF-8";

@import url("../fonts/font-awesome-4.7.0/css/font-awesome.min.css");
.flights {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/flights/flights_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 45em !important;
  background-size: cover;
}
.flights .search {
  box-sizing: border-box;
  border-radius: 0 0 0.5em 0.5em;
  min-height: 1em;
  margin: 0em 2em 1.5em 2em;
  padding: 0;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.flights .content {
  position: relative;
  top: -2em;
  padding: 2em;
  font-size: 1.2em;
  height: auto;
  min-height: 22em;
}
.flights .radioContainer {
  margin-bottom: 3em;
  position: relative;
  top: -1em;
}
.flights label {
  font-weight: 300;
  color: white;
  position: relative;
}
.flights input[type='radio'] {
  transform: scale(1.2);
}
.flights span[class="radioLeft"] {
  margin-right: 1em;
}
.flights input[id="economyClass"] {
  margin-left: 1em;
}
.flights .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  margin: 1em 0 0.2em 0;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 300;
  color: white;
  background: rgba(255, 255, 255, 0);
  text-overflow: clip;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.flights .button:hover {
  color: gray;
  background: white;
}
.flights li a[class="disabled"] {
  pointer-events: none;
  cursor: not-allowed;
  color: gray !important;
}

.popularFlights {
  font-family: "Raleway", "sans-serif";
  height: auto;
  min-height: 56em;
  max-height: 56em;
  background: white;
  margin-bottom: 5em;
}
.popularFlights .col-sm-2 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 8.5em !important;
}
.popularFlights .col-sm-2:last-child {
  border-right: none;
}
.popularFlights .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.popularFlights .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.popularFlights .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 10em;
  vertical-align: middle;
  margin: 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
}
.popularFlights .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.popularFlights .operatorLogo img {
  height: 4em;
  width: 4em;
  border-radius: 5px;
  position: relative;
  top: +0.25em;
  border: 1px solid #251974;
}
.popularFlights .listItem .origin, .popularFlights .listItem .destination, .popularFlights .listItem .fare {
  color: #848484;
  font-size: 1.65em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
}
.popularFlights .listItem .fare::before {
  content: "₹";
  font-family: "sans-serif";
  font-weight: 400;
  position: relative;
  top: +0.1em;
  left: 0;
}
.popularFlights .listItem .availabilityGreen {
  color: #00e116;
  font-size: 1.65em;
  margin: 0.25em;
}
.popularFlights .listItem .availabilityRed {
  color: red;
  font-size: 1.65em;
  margin: 0.25em;
}
.popularFlights .listItem .departure, .popularFlights .listItem .arrival {
  color: #848484;
  font-size: 1.25em;
  font-weight: 500;
  margin: 0.25em 0;
  position: relative;
  top: -0.25em;
}
.popularFlights .listItem .departure::before {
  content: "\f0aa";
  font-family: "FontAwesome";
  color: #251974;
  font-size: 1.25em;
  position: relative;
  top: +0.25em;
}
.popularFlights .listItem .arrival::before {
  content: "\f0ab";
  font-family: "FontAwesome";
  color: #251974;
  font-size: 1.25em;
  position: relative;
  top: +0.15em;
}
.popularFlights .listItem .originSubscript, .popularFlights .listItem .destinationSubscript, .popularFlights .listItem .fareSubscript {
  color: #006fff;
  font-size: 1.25em;
  margin: 0.1em;
}
.popularFlights .listItem .unavailabilitySubscript {
  color: #006fff;
  font-size: 1.25em;
  margin: 0.1em;
  position: relative;
  top: -0.15em;
}
.popularFlights .listItem .availabilityBookingButton {
  color: #006fff;
  font-size: 1.25em;
  margin: -0.5em;
  width: 75%;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: transparent;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
.popularFlights .listItem .availabilityBookingButton:hover {
  color: white;
  font-size: 1.25em;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: #006fff;
}
.popularFlights .listItem .originSubscript::before, .popularFlights .listItem .destinationSubscript::before, .popularFlights .listItem .fareSubscript::before {
  content: "(";
  position: relative;
  left: +0.25em !important;
}
.popularFlights .listItem .originSubscript::after, .popularFlights .listItem .destinationSubscript::after, .popularFlights .listItem .fareSubscript::after {
  content: ")";
  position: relative;
  left: -0.25em !important;
}

.searchFlights {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
}
.searchFlights .col-sm-2, .searchFlights .col-sm-1, .searchFlights .col-sm-3 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 5.4em !important;
}
.searchFlights .col-sm-2:last-child, .searchFlights .col-sm-1:last-child, .searchFlights .col-sm-3:last-child {
  border-right: none;
}
.searchFlights .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.searchFlights .query {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.searchFlights .noOfFlights {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 2.5em 0;
}
.searchFlights .noFlights {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 1.5em 3em 1.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 2em;
}
.searchFlights .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.searchFlights .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 7em;
  vertical-align: middle;
  margin: 1.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
}
.searchFlights .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.searchFlights .listItemMenuContainer {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 3.5em;
  vertical-align: middle;
  margin: 1.5em 3em -4.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0 0 0.15em 0;
}
.searchFlights .listItemMenuContainer .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.35em;
  margin-bottom: 0.5em;
}
.searchFlights .listItemMenuContainer .col-sm-2, .searchFlights .listItemMenuContainer .col-sm-1, .searchFlights .listItemMenuContainer .col-sm-3 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 2em !important;
}
.searchFlights .listItemMenuContainer .col-sm-2:last-child, .searchFlights .listItemMenuContainer .col-sm-1:last-child, .searchFlights .listItemMenuContainer .col-sm-3:last-child {
  border-right: none;
}
.searchFlights .operatorLogo img {
  display: inline-block;
  height: 4em;
  width: 4em;
  border-radius: 5px;
  position: relative;
  top: +0.8em;
  border: 1px solid #251974;
}
.searchFlights .listItem .departs, .searchFlights .listItem .arrives, .searchFlights .listItem .fare, .searchFlights .listItem .type {
  color: #848484;
  font-size: 1.65em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
}
.searchFlights .listItem .flightOperator {
  color: #848484;
  font-size: 1.25em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
  position: relative;
  top: +0.8em;
}
.searchFlights .listItem .fare::before {
  content: "₹";
  font-family: "sans-serif";
  font-weight: 400;
  position: relative;
  top: +0.1em;
  left: 0;
}
.searchFlights .listItem .availabilityGreen {
  color: #00e116;
  font-size: 1.65em;
  position: relative;
  top: -0.03em;
  margin: 0.25em;
}
.searchFlights .listItem .availabilityRed {
  color: red;
  font-size: 1.65em;
  position: relative;
  top: -0.03em;
  margin: 0.25em;
}
.searchFlights .listItem .departsSubscript, .searchFlights .listItem .arrivesSubscript, .searchFlights .listItem .fareSubscript, .searchFlights .listItem .typeSubscript {
  color: #006fff;
  font-size: 1.25em;
  margin: 0.1em;
}
.searchFlights .listItem .flightNoSubscript {
  color: #006fff;
  font-size: 1em;
  margin: 0.1em;
  position: relative;
  top: +0.75em;
}
.searchFlights .listItem .unavailabilitySubscript {
  color: #006fff;
  font-size: 1.25em;
  margin: 0.1em;
  position: relative;
  top: -0.15em;
}
.searchFlights .listItem .availabilityBookingButton {
  color: #006fff;
  font-size: 1.25em;
  margin: -0.5em;
  width: 75%;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: transparent;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
.searchFlights .listItem .availabilityBookingButton:hover {
  color: white;
  font-size: 1.25em;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: #006fff;
}
.searchFlights .listItem .departsSubscript::before, .searchFlights .listItem .arrivesSubscript::before, .searchFlights .listItem .fareSubscript::before, .searchFlights .listItem .flightNoSubscript::before, .searchFlights .listItem .typeSubscript::before {
  content: "(";
  position: relative;
  left: +0.25em !important;
}
.searchFlights .listItem .departsSubscript::after, .searchFlights .listItem .arrivesSubscript::after, .searchFlights .listItem .fareSubscript::after, .searchFlights .listItem .flightNoSubscript::after, .searchFlights .listItem .typeSubscript::after {
  content: ")";
  position: relative;
  left: -0.25em !important;
}

.searchHotels {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
}
.searchHotels .col-sm-2, .searchHotels .col-sm-1, .searchHotels .col-sm-3 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 5.4em !important;
}
.searchHotels .col-sm-2:last-child, .searchHotels .col-sm-1:last-child, .searchHotels .col-sm-3:last-child {
  border-right: none;
}
.searchHotels .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.searchHotels .query {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.searchHotels .noOfHotels {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 2.5em 0;
}
.searchHotels .noHotels {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 1.5em 3em 1.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 2em;
}
.searchHotels .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.searchHotels .listItem {
  box-sizing: content-box;
  background: #f5f5ff;
  height: auto;
  min-height: 36.5em;
  vertical-align: middle;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
  margin-bottom: 2em;
}
.searchHotels .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.searchHotels .listItem .imageContainer img {
  height: 17em;
  width: 25em;
  border-radius: 8px 8px 0 0;
  position: relative;
  margin-top: 1.75em;
}
.searchHotels .listItem .info {
  font-family: "Roboto", "sans-serif";
  color: #251974;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0;
}
.searchHotels .listItem .hotelName {
  color: #251974;
  font-size: 1.75em;
  font-weight: 400;
  margin-top: 1em;
}
.searchHotels .listItem .starContainer {
  margin-top: 0.1em;
  font-size: 1.5em;
  color: #251974;
}
.searchHotels .listItem .priceContainer {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  margin-top: 0.5em;
  font-size: 2em;
  color: #251974;
}
.searchHotels .listItem .priceNote {
  font-family: "Raleway", "sans-serif";
  font-weight: 400;
  font-size: 0.9em;
  color: #251974;
  margin-top: -0.35em;
}
.searchHotels .listItem .viewDetails {
  color: #006fff;
  font-size: 1.25em;
  padding: 0.5em;
  width: 75%;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: transparent;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  margin-top: 1.25em;
}
.searchHotels .listItem .viewDetails:hover {
  color: white;
  font-size: 1.25em;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: #006fff;
  margin-top: 1.25em;
}
/*
.searchCabs {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
}
.searchCabs .col-sm-2, .searchCabs .col-sm-1, .searchCabs .col-sm-3 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 5.4em !important;
}
.searchCabs .col-sm-2:last-child, .searchCabs .col-sm-1:last-child, .searchCabs .col-sm-3:last-child {
  border-right: none;
}
.searchCabs .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.searchCabs .query {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.searchCabs .noOfHotels {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 2.5em 0;
}
.searchCabs .noHotels {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 1.5em 3em 1.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 2em;
}
.searchCabs .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.searchCabs .listItem {
  box-sizing: content-box;
  background: #f5f5ff;
  height: auto;
  min-height: 36.5em;
  vertical-align: middle;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
  margin-bottom: 2em;
}
.searchCabs .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.searchCabs .listItem .imageContainer img {
  height: 17em;
  width: 25em;
  border-radius: 8px 8px 0 0;
  position: relative;
  margin-top: 1.75em;
}
.searchCabs .listItem .info {
  font-family: "Roboto", "sans-serif";
  color: #251974;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0;
}
.searchCabs .listItem .hotelName {
  color: #251974;
  font-size: 1.75em;
  font-weight: 400;
  margin-top: 1em;
}
.searchCabs .listItem .starContainer {
  margin-top: 0.1em;
  font-size: 1.5em;
  color: #251974;
}
.searchCabs .listItem .priceContainer {
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  margin-top: 0.5em;
  font-size: 2em;
  color: #251974;
}
.searchCabs .listItem .priceNote {
  font-family: "Raleway", "sans-serif";
  font-weight: 400;
  font-size: 0.9em;
  color: #251974;
  margin-top: -0.35em;
}
.searchCabs .listItem .viewDetails {
  color: #006fff;
  font-size: 1.25em;
  padding: 0.5em;
  width: 75%;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: transparent;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  margin-top: 1.25em;
}
.searchCabs .listItem .viewDetails:hover {
  color: white;
  font-size: 1.25em;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: #006fff;
  margin-top: 1.25em;
}
*/










.trains {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/trains/train_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 41.5em !important;
  background-size: cover;
}
.trains .search {
  box-sizing: border-box;
  border-radius: 0 0 0.5em 0.5em;
  min-height: 1em;
  margin: 0em 2em 1.5em 2em;
  padding: 0;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.trains .content {
  padding: 2em;
  font-size: 1.2em;
  height: auto;
  min-height: 19em;
}
.trains label {
  font-weight: 300;
  color: white;
  position: relative;
}
.trains .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  margin: 1em 0 0.2em 0;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 300;
  color: white;
  background: rgba(255, 255, 255, 0);
  text-overflow: clip;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.trains .button:hover {
  color: gray;
  background: white;
}
.trains li a[class="disabled"] {
  pointer-events: none;
  cursor: not-allowed;
  color: gray !important;
}

.popularTrains {
  font-family: "Raleway", "sans-serif";
  height: auto;
  min-height: 56em;
  max-height: 56em;
  background: white;
  margin-bottom: 5em;
}
.popularTrains .col-sm-2, .popularTrains .col-sm-4 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 8.5em !important;
}
.popularTrains .col-sm-2:last-child, .popularTrains .col-sm-4:last-child {
  border-right: none;
}
.popularTrains .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.popularTrains .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.popularTrains .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 10em;
  vertical-align: middle;
  margin: 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
}
.popularTrains .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.popularTrains .listItem .number, .popularTrains .listItem .name, .popularTrains .listItem .zone, .popularTrains .listItem .departs, .popularTrains .listItem .arrives {
  color: #848484;
  font-size: 1.75em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
}
.popularTrains .listItem .numberSubscript, .popularTrains .listItem .nameSubscript, .popularTrains .listItem .zoneSubscript, .popularTrains .listItem .departsSubscript, .popularTrains .listItem .arrivesSubscript {
  color: #006fff;
  font-size: 1.25em;
  margin: 0.1em;
}
.popularTrains .listItem .nameSubscript::before {
  content: "(";
  position: relative;
  left: +0.25em !important;
}
.popularTrains .listItem .nameSubscript::after {
  content: ")";
  position: relative;
  left: -0.25em !important;
}
/*
.bus {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/buses/buses_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 41.5em !important;
  background-size: cover;
}
.bus .search {
  box-sizing: border-box;
  border-radius: 0 0 0.5em 0.5em;
  min-height: 1em;
  margin: 0em 2em 1.5em 2em;
  padding: 0;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bus .content {
  padding: 2em;
  font-size: 1.2em;
  height: auto;
  min-height: 19em;
}
.bus label {
  font-weight: 300;
  color: white;
  position: relative;
}
.bus .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  margin: 1em 0 0.2em 0;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 300;
  color: white;
  background: rgba(255, 255, 255, 0);
  text-overflow: clip;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.bus .button:hover {
  color: gray;
  background: white;
}
.bus li a[class="disabled"] {
  pointer-events: none;
  cursor: not-allowed;
  color: gray !important;
}

.popularBus {
  font-family: "Raleway", "sans-serif";
  height: auto;
  min-height: 56em;
  max-height: 56em;
  background: white;
  margin-bottom: 5em;
}
.popularBus .col-sm-2, .popularBus .col-sm-4 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 8.5em !important;
}
.popularBus .col-sm-2:last-child, .popularBus .col-sm-4:last-child {
  border-right: none;
}
.popularBus .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.popularBus .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.popularBus .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 10em;
  vertical-align: middle;
  margin: 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
}
.popularBus .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.popularBus .operatorLogo img {
  height: 4em;
  width: 4em;
  border-radius: 5px;
  position: relative;
  top: +0.25em;
}
.popularBus .listItem .operator, .popularBus .listItem .origin, .popularBus .listItem .destination, .popularBus .listItem .seats, .popularBus .listItem .fare {
  color: #848484;
  font-size: 1.75em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
}
.popularBus .listItem .fare::before {
  content: "₹";
  font-family: "sans-serif";
  font-weight: 400;
  position: relative;
  top: +0.1em;
  left: 0;
}
.popularBus .listItem .operatorSubscript, .popularBus .listItem .originSubscript, .popularBus .listItem .destinationSubscript, .popularBus .listItem .seatsSubscript, .popularBus .listItem .fareSubscript {
  color: #006fff;
  font-size: 1.25em;
  margin: 0.1em;
}
.popularBus .listItem .operatorSubscript::before, .popularBus .listItem .originSubscript::before, .popularBus .listItem .destinationSubscript::before, .popularBus .listItem .seatsSubscript::before, .popularBus .listItem .fareSubscript::before {
  content: "(";
  position: relative;
  left: +0.25em !important;
}
.popularBus .listItem .operatorSubscript::after, .popularBus .listItem .originSubscript::after, .popularBus .listItem .destinationSubscript::after, .popularBus .listItem .seatsSubscript::after, .popularBus .listItem .fareSubscript::after {
  content: ")";
  position: relative;
  left: -0.25em !important;
}

.cabs {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/cabs/cabs_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 41.5em !important;
  background-size: cover;
}
.cabs .search {
  box-sizing: border-box;
  border-radius: 0 0 0.5em 0.5em;
  min-height: 1em;
  margin: 0em 2em 1.5em 2em;
  padding: 0;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cabs .content {
  padding: 2em;
  font-size: 1.2em;
  height: auto;
  min-height: 19em;
}
.cabs label {
  font-weight: 300;
  color: white;
  position: relative;
}
.cabs .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  margin: 1em 0 0.2em 0;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 300;
  color: white;
  background: rgba(255, 255, 255, 0);
  text-overflow: clip;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.cabs .button:hover {
  color: gray;
  background: white;
}
.cabs li a[class="disabled"] {
  pointer-events: none;
  cursor: not-allowed;
  color: gray !important;
}

.popularCabs {
  font-family: "Raleway", "sans-serif";
  height: auto;
  min-height: 56em;
  max-height: 56em;
  background: white;
  margin-bottom: 5em;
}
.popularCabs .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.popularCabs .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 40em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 3em 0.35em 0.35em 3em;
}
.popularCabs .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  width: 90%;
  min-height: 28em;
  vertical-align: middle;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
}
.popularCabs .listItem:first-child {
  margin-left: 3em;
  margin-right: 0 !important;
}
.popularCabs .listItem:last-child {
  margin-right: 3em;
  margin-left: 0 !important;
}
.popularCabs .listItem:nth-child(2) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.popularCabs .listItem .imageContainer img {
  height: 18em;
  width: 22em;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: +1em;
  border: 1px solid #251974;
}
.popularCabs .listItem .headings {
  color: #251974;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}
.popularCabs .listItem .info {
  font-family: "Roboto", "sans-serif";
  color: #251974;
  font-size: 1.15em;
  font-weight: 300;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0;
}
.popularCabs .listItem ul li {
  display: inline-block;
}
.popularCabs .listItem li {
  margin: 0.4em 0.35em;
}
.popularCabs .listItem .carModels {
  background: #251974;
  padding: 0.15em 0.75em;
  color: white;
  border-radius: 4px;
}
.popularCabs .listItem .models {
  margin-top: 0.5em;
}
.popularCabs .listItem .operator, .popularCabs .listItem .origin, .popularCabs .listItem .destination, .popularCabs .listItem .seats, .popularCabs .listItem .fare {
  color: #848484;
  font-size: 1.75em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
}
.popularCabs .listItem .fare::before {
  content: "₹";
  font-family: "sans-serif";
  font-weight: 400;
  position: relative;
  top: +0.1em;
  left: 0;
}
.popularCabs .listItem .operatorSubscript, .popularCabs .listItem .originSubscript, .popularCabs .listItem .destinationSubscript, .popularCabs .listItem .seatsSubscript, .popularCabs .listItem .fareSubscript {
  color: #006fff;
  font-size: 1.25em;
  margin: 0.1em;
}
.popularCabs .listItem .operatorSubscript::before, .popularCabs .listItem .originSubscript::before, .popularCabs .listItem .destinationSubscript::before, .popularCabs .listItem .seatsSubscript::before, .popularCabs .listItem .fareSubscript::before {
  content: "(";
  position: relative;
  left: +0.25em !important;
}
.popularCabs .listItem .operatorSubscript::after, .popularCabs .listItem .originSubscript::after, .popularCabs .listItem .destinationSubscript::after, .popularCabs .listItem .seatsSubscript::after, .popularCabs .listItem .fareSubscript::after {
  content: ")";
  position: relative;
  left: -0.25em !important;
}
*/
.hotels {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/hotels/hotels_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 41.5em !important;
  background-size: cover;
}
.hotels .search {
  box-sizing: border-box;
  border-radius: 0 0 0.5em 0.5em;
  min-height: 1em;
  margin: 0em 2em 1.5em 2em;
  padding: 0;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
}
.hotels .content {
  padding: 2em;
  font-size: 1.2em;
  height: auto;
  min-height: 19em;
}
.hotels label {
  font-weight: 300;
  color: white;
  position: relative;
}
.hotels .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  margin: 1em 0 0.2em 0;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 300;
  color: white;
  background: rgba(255, 255, 255, 0);
  text-overflow: clip;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
}
.hotels .button:hover {
  color: gray;
  background: white;
}
.hotels li a[class="disabled"] {
  pointer-events: none;
  cursor: not-allowed;
  color: gray !important;
}

.popularHotels {
  font-family: "Raleway", "sans-serif";
  height: auto;
  min-height: 56em;
  max-height: 56em;
  background: white;
  margin-bottom: 5em;
}
.popularHotels .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.popularHotels .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 34.6em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 3em 0.35em 0.35em 3em;
}
.popularHotels .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  width: 90%;
  min-height: 28em;
  vertical-align: middle;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
}
.popularHotels .listItem:first-child {
  margin-left: 3em;
  margin-right: 0 !important;
}
.popularHotels .listItem:last-child {
  margin-right: 3em;
  margin-left: 0 !important;
}
.popularHotels .listItem:nth-child(2) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.popularHotels .listItem .imageContainer img {
  height: 15em;
  width: 22em;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: +1em;
}
.popularHotels .listItem .headings {
  color: #251974;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}
.popularHotels .listItem .info {
  font-family: "Roboto", "sans-serif";
  color: #251974;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0;
}
.popularHotels .listItem .operator, .popularHotels .listItem .origin, .popularHotels .listItem .destination, .popularHotels .listItem .seats, .popularHotels .listItem .fare {
  color: #848484;
  font-size: 1.75em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
}
.popularHotels .listItem .fare::before {
  content: "₹";
  font-family: "sans-serif";
  font-weight: 400;
  position: relative;
  top: +0.1em;
  left: 0;
}
.popularHotels .listItem .operatorSubscript, .popularHotels .listItem .originSubscript, .popularHotels .listItem .destinationSubscript, .popularHotels .listItem .seatsSubscript, .popularHotels .listItem .fareSubscript {
  color: #006fff;
  font-size: 1.25em;
  margin: 0.1em;
}
.popularHotels .listItem .operatorSubscript::before, .popularHotels .listItem .originSubscript::before, .popularHotels .listItem .destinationSubscript::before, .popularHotels .listItem .seatsSubscript::before, .popularHotels .listItem .fareSubscript::before {
  content: "(";
  position: relative;
  left: +0.25em !important;
}
.popularHotels .listItem .operatorSubscript::after, .popularHotels .listItem .originSubscript::after, .popularHotels .listItem .destinationSubscript::after, .popularHotels .listItem .seatsSubscript::after, .popularHotels .listItem .fareSubscript::after {
  content: ")";
  position: relative;
  left: -0.25em !important;
}

.header {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-color: #d3cef7;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fefefe' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
}
.header .logo {
  box-sizing: border-box;
  height: 4em;
  width: 15em;
  margin: 2em 2em 2em 2em;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
}
.header .headerMenu {
  border-radius: 0.5em;
  box-sizing: border-box;
  margin: 2.5em 2em 2.5em 2em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  float: right;
}
.header .headerMenu ul, .header .headerMenu li {
  display: inline-block;
  font-size: 1.1em;
  color: white;
  font-weight: 400;
  padding: 0.25em 1.5em 0 1.5em;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.header .headerMenu .active {
  color: #f84e51;
}
.header .menu {
  box-sizing: border-box;
  border-radius: 0.5em 0.5em 0 0;
  margin: 2em 2em 1.5em 2em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
}
.header .menu ul, .header .menu li {
  display: inline-block;
  font-size: 1.2em;
  color: white;
  font-weight: 300;
  padding: 0.35em 4em 0.1em 4em;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.header ul:hover, .header li:hover {
  color: #f84e51;
}
.header li[class="selected"] {
  color: #f84e51;
}

.footer {
  height: auto;
  text-align: center;
  background: #251974;
  font-family: "Raleway", "sans-serif";
  color: white;
  padding: 3em 0;
}
.footer .footerHeading {
  font-family: "oswald", "sans-serif";
  text-align: center;
  font-size: 1.7em;
  font-weight: 500;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
.footer .footerText {
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 2em;
}
.footer .footerText:last-child {
  margin-bottom: 0;
}
.footer .fa {
  color: red;
  font-size: 2.5em;
  margin: -1em 0 0.25em 0;
}
.footer .flagContainer img {
  height: 0.5em;
  width: auto;
  margin-top: -0.35em;
}
.footer .socialLinks {
  text-align: center;
}
.footer .socialLinks .fb, .footer .socialLinks .gp, .footer .socialLinks .tw, .footer .socialLinks .in {
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 0.18em;
}
.footer .socialLinks .fb::before {
  content: "\f082";
  font-family: "FontAwesome";
}
.footer .socialLinks .gp::before {
  content: "\f0d4";
  font-family: "FontAwesome";
}
.footer .socialLinks .tw::before {
  content: "\f081";
  font-family: "FontAwesome";
}
.footer .socialLinks .in::before {
  content: "\f08c";
  font-family: "FontAwesome";
}
.footer .copyright {
  display: inline-block;
  border-top: 2px solid #110c36;
  font-size: 1.1em;
  padding: 1em 0 0 0;
  margin: 2em 0 0 0;
  width: 90%;
  position: relative;
}
.footer .copyrightContainer {
  text-align: center;
}
.footer a, .footer a:hover, .footer a:focus, .footer a:active {
  text-decoration: none !important;
  color: white !important;
}

.footerMod {
  height: auto;
  text-align: center;
  background: #251974;
  font-family: "Raleway", "sans-serif";
  color: white;
  padding: 3em 0;
}
.footerMod .footerHeading {
  font-family: "oswald", "sans-serif";
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 1.1em 0;
  text-transform: uppercase;
}
.footerMod .footerText {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 2em;
  line-height: 1.5em;
}
.footerMod .footerText:last-child {
  margin-bottom: 0;
}
.footerMod .fa {
  color: red;
  font-size: 2em;
  margin: -0.75em 0 0.42em 0;
}

.footerMod .socialLinks {
  text-align: center;
}
.footerMod .socialLinks .fb, .footerMod .socialLinks .gp, .footerMod .socialLinks .tw, .footerMod .socialLinks .in {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0.7em;
}
.footerMod .socialLinks .fb::before {
  content: "\f082";
  font-family: "FontAwesome";
}
.footerMod .socialLinks .gp::before {
  content: "\f0d4";
  font-family: "FontAwesome";
}
.footerMod .socialLinks .tw::before {
  content: "\f081";
  font-family: "FontAwesome";
}
.footerMod .socialLinks .in::before {
  content: "\f08c";
  font-family: "FontAwesome";
}
.footerMod .copyright {
  display: inline-block;
  border-top: 2px solid #110c36;
  font-size: 0.95em;
  padding: 1em 0 0 0;
  margin: 2em 0 0 0;
  width: 90%;
  position: relative;
}
.footerMod .copyrightContainer {
  text-align: center;
}
.footerMod a, .footerMod a:hover, .footerMod a:focus, .footerMod a:active {
  text-decoration: none !important;
  color: white !important;
}

.login .input, .login .button, .signup .input, .signup .button, .passengersWrapper .inputPassengerName, .passengersWrapper .inputSmall, .paymentWrapper .input, .paymentWrapper .inputSmall, .messages .button, .blocked .button, .userDashboard .button, .userDashboard .tickets .input, .userDashboard .tickets .tableElementTags, .forgotPassword .input, .forgotPassword .button, .aboutUsWrapper .input, .aboutUsWrapper .inputSmall, .contactPadding .contactUsForm .input, .contactPadding .contactUsForm .inputSmall {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.login {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/login/login_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 100vh !important;
  background-size: cover;
}
.login label {
  color: white;
  font-weight: 300 !important;
  font-size: 1.25em;
  margin-bottom: 0.75em !important;
  text-align: left !important;
}
.login .heading {
  margin: 2em 0 0.75em 0;
  font-size: 2.75em;
  font-weight: 300;
  color: white;
  text-align: center;
}
.login .containerBox {
  box-sizing: border-box;
  border-radius: 0.5em;
  min-height: 27.5em;
  margin: 0em 2em 1.5em 2em;
  padding: 2em 3em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.login .input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 95%;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: white;
  margin-bottom: 2em;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(244, 244, 244, 0.25);
}
.login .input:focus {
  box-shadow: 0px 0px 5px 0px white;
}
.login .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 0.75em;
  color: white;
  background: rgba(255, 255, 255, 0);
  -o-text-overflow: clip;
  text-overflow: clip;
}
.login .button:hover {
  color: gray;
  background: white;
}
.login .signupPrompt {
  color: white;
  font-weight: 300;
  font-size: 1.25em;
  text-align: center;
  margin-top: 3em !important;
}
.login a, .login a:hover, .login a:focus, .login a:active {
  text-decoration: none !important;
  color: white !important;
}

.login .input, .login .button, .signup .input, .signup .button, .passengersWrapper .inputPassengerName, .passengersWrapper .inputSmall, .paymentWrapper .input, .paymentWrapper .inputSmall, .messages .button, .blocked .button, .userDashboard .button, .userDashboard .tickets .input, .userDashboard .tickets .tableElementTags, .forgotPassword .input, .forgotPassword .button, .aboutUsWrapper .input, .aboutUsWrapper .inputSmall, .contactPadding .contactUsForm .input, .contactPadding .contactUsForm .inputSmall {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.signup {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/signup/signup_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 105em !important;
  background-size: cover;
}
.signup label {
  color: white;
  font-weight: 300 !important;
  font-size: 1.25em;
  margin-bottom: 0.75em !important;
  text-align: left !important;
}
.signup .heading {
  margin: 2em 0 0.75em 0;
  font-size: 2.75em;
  font-weight: 300;
  color: white;
  text-align: center;
}
.signup .containerBox {
  box-sizing: border-box;
  border-radius: 0.5em;
  min-height: 88.5em;
  margin: 0em 2em 1.5em 2em;
  padding: 2em 3em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.signup .input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 95%;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: white;
  margin-bottom: 2em;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(244, 244, 244, 0.25);
}
.signup .input:focus {
  box-shadow: 0px 0px 5px 0px white;
}
.signup .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 0.75em;
  color: white;
  background: rgba(255, 255, 255, 0);
  -o-text-overflow: clip;
  text-overflow: clip;
}
.signup .button:hover {
  color: gray;
  background: white;
}
.signup .loginPrompt {
  color: white;
  font-weight: 300;
  font-size: 1.25em;
  text-align: center;
  margin-top: 3em !important;
}
.signup a, .signup a:hover, .signup a:focus, .signup a:active {
  text-decoration: none !important;
  color: white !important;
}

.bookingWrapper {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
  /*.originSubscript, .destinationSubscript {
  	font-size: 1em;
  	font-weight: 400;
  	color: $light_blue;
  	text-align: center;
  
  	&::before {
  		content: "(";
  		position: relative;
  	}
  	
  	&::after {
  		content: ")";
  		position: relative;
  	}	
  }*/
}
.bookingWrapper .headingOne {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.bookingWrapper .boxLeftOneWayFlight, .bookingWrapper .boxLeftReturnTripFlight, .bookingWrapper .boxLeftHotel, .bookingWrapper .boxLeftBus {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 16em;
  vertical-align: middle;
  margin: 1.5em 2em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 0 1em 0;
}
.bookingWrapper .boxLeftCabs {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 20.5em;
  vertical-align: middle;
  margin: 1.5em 2em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 0 1em 0;
}
.bookingWrapper .boxRightOneWayFlight, .bookingWrapper .boxRightReturnTripFlight {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 21em;
  vertical-align: middle;
  margin: 1.5em 2em 1.5em 0;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 2.25em 1em 2.25em;
}
.bookingWrapper .boxRightBus {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 19em;
  vertical-align: middle;
  margin: 1.5em 2em 1.5em 0;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 2.25em 1em 2.25em;
}
.bookingWrapper .boxRightHotel {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 19.25em;
  vertical-align: middle;
  margin: 1.5em 2em 1.5em 0;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 2.25em 1em 2.25em;
}
.bookingWrapper .boxRightCab {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 26.5em;
  vertical-align: middle;
  margin: 1.5em 2em 1.5em 0;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 2.25em 1em 2.25em;
}
.bookingWrapper .mode, .bookingWrapper .fareSummary, .bookingWrapper .cabMode {
  font-size: 1.5em;
  font-weight: 400;
  color: #251974;
  text-align: center;
}
.bookingWrapper .hotelMode {
  font-size: 1.5em;
  font-weight: 400;
  color: #251974;
  text-align: center;
  margin-bottom: 2em;
}
.bookingWrapper .origin, .bookingWrapper .destination, .bookingWrapper .noOfRooms {
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin-top: 1.5em;
}
.bookingWrapper .hotelName {
  font-size: 1.25em;
  font-weight: 400;
  color: #006fff;
  text-align: center;
  margin-bottom: 2em;
}
.bookingWrapper .hotelName .nameText {
  color: #251974;
}
.bookingWrapper .arrow {
  margin-top: 3.25em;
  border-bottom: 1px solid #251974;
}
.bookingWrapper .arrowCabs {
  margin-top: 2.55em;
  border-bottom: 1px solid #251974;
}
.bookingWrapper .distanceNotif, .bookingWrapper .fareNotif {
  margin-top: 2.25em;
  font-size: 1.1em;
  color: #251974;
}
.bookingWrapper .cabsDummy {
  margin-bottom: 2.25em;
}
.bookingWrapper .calcBar {
  margin-top: 1em;
  border-bottom: 1px solid #251974;
}
.bookingWrapper .adults, .bookingWrapper .children, .bookingWrapper .class, .bookingWrapper .operator, .bookingWrapper .checkIn, .bookingWrapper .checkOut, .bookingWrapper .noOfRooms, .bookingWrapper .noOfGuests {
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin-top: 0;
}
.bookingWrapper .departs, .bookingWrapper .arrives {
  font-size: 1em;
  font-weight: 400;
  color: #006fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.25em;
}
.bookingWrapper .departs::before, .bookingWrapper .arrives::before {
  content: "(";
  position: relative;
}
.bookingWrapper .departs::after, .bookingWrapper .arrives::after {
  content: ")";
  position: relative;
}
.bookingWrapper .adultsSubscript, .bookingWrapper .childrenSubscript, .bookingWrapper .classSubscript, .bookingWrapper .operatorSubscript, .bookingWrapper .checkInSubscript, .bookingWrapper .checkOutSubscript, .bookingWrapper .noOfRoomsSubscript, .bookingWrapper .noOfGuestsSubscript {
  font-size: 1em;
  font-weight: 400;
  color: #006fff;
  text-align: center;
  margin-top: 0;
}
.bookingWrapper .borderRight {
  border-right: 1px solid #251974;
}
.bookingWrapper .heading {
  font-size: 1.15em;
  font-weight: 300;
  color: #251974;
  text-align: left;
  margin-top: 0.25em;
}
.bookingWrapper .heading:first-child {
  margin-top: 1.5em;
}
.bookingWrapper .headingTotal {
  font-size: 1.15em;
  font-weight: 300;
  color: #251974;
  text-align: left;
  margin-top: 0.5em;
}
.bookingWrapper .price {
  font-size: 1.15em;
  font-weight: 400;
  color: #006fff;
  text-align: right;
  margin-top: 0.25em;
}
.bookingWrapper .price:first-child {
  margin-top: 1.5em;
}
.bookingWrapper .priceTotal {
  font-size: 1.15em;
  font-weight: 400;
  color: #006fff;
  text-align: right;
  margin-top: 0.5em;
}
.bookingWrapper .confirmButton {
  color: #006fff;
  font-size: 1.15em;
  margin-top: 1.5em;
  width: 50%;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: transparent;
  padding: 0.5em 0em;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
.bookingWrapper .confirmButton:hover {
  color: white;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: #006fff;
}
.bookingWrapper .sansSerif {
  font-family: "sans-serif";
}

.login .input, .login .button, .signup .input, .signup .button, .passengersWrapper .inputPassengerName, .passengersWrapper .inputSmall, .paymentWrapper .input, .paymentWrapper .inputSmall, .messages .button, .blocked .button, .userDashboard .button, .userDashboard .tickets .input, .userDashboard .tickets .tableElementTags, .forgotPassword .input, .forgotPassword .button, .aboutUsWrapper .input, .aboutUsWrapper .inputSmall, .contactPadding .contactUsForm .input, .contactPadding .contactUsForm .inputSmall {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.passengersWrapper {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
}
.passengersWrapper .headingOne {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.passengersWrapper .inputPassengerName {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 70%;
  border: 2px solid #251974;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  margin-bottom: 1em;
  margin-left: 0.75em;
  margin-right: 0.75em;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(37, 25, 116, 0.075);
}
.passengersWrapper .inputPassengerName:focus {
  box-shadow: 0px 0px 2px 0px #251974;
}
.passengersWrapper .inputSmall {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 18.5%;
  height: 1.425em;
  border: 2px solid #251974;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(37, 25, 116, 0.075);
}
.passengersWrapper .inputSmall:focus {
  box-shadow: 0px 0px 2px 0px #251974;
}
.passengersWrapper .continueButton {
  color: #251974;
  font-size: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-weight: 300;
  width: 40%;
  border: 2px solid #251974;
  border-radius: 5px;
  background: rgba(37, 25, 116, 0.075);
  padding: 0.5em 0em;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
.passengersWrapper .continueButton:hover {
  color: white;
  border: 2px solid #251974;
  border-radius: 5px;
  background: #251974;
}
.passengersWrapper .boxCenter {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  vertical-align: middle;
  margin: 1.5em 2em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 1em 1.25em 1em;
}
.passengersWrapper .nameTag {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 0.25em;
  color: #251974;
}
.passengersWrapper .ageTag {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 0.25em;
  position: relative;
  left: +0.25em;
  color: #251974;
}
.passengersWrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.login .input, .login .button, .signup .input, .signup .button, .passengersWrapper .inputPassengerName, .passengersWrapper .inputSmall, .paymentWrapper .input, .paymentWrapper .inputSmall, .messages .button, .blocked .button, .userDashboard .button, .userDashboard .tickets .input, .userDashboard .tickets .tableElementTags, .forgotPassword .input, .forgotPassword .button, .aboutUsWrapper .input, .aboutUsWrapper .inputSmall, .contactPadding .contactUsForm .input, .contactPadding .contactUsForm .inputSmall {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.paymentWrapper {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
}
.paymentWrapper .headingOne {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.paymentWrapper .boxCenter {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 27em;
  vertical-align: middle;
  margin: 1.5em 2em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 1em 1.25em 1em;
}
.paymentWrapper .tag {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 0.25em;
  color: #251974;
}
.paymentWrapper .input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 90%;
  border: 2px solid #251974;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  margin-bottom: 1em;
  margin-left: 0.75em;
  margin-right: 0.75em;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(37, 25, 116, 0.075);
}
.paymentWrapper .input:focus {
  box-shadow: 0px 0px 2px 0px #251974;
}
.paymentWrapper .inputSmall {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 89%;
  border: 2px solid #251974;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(37, 25, 116, 0.075);
}
.paymentWrapper .inputSmall:focus {
  box-shadow: 0px 0px 2px 0px #251974;
}
.paymentWrapper .paymentButton {
  color: #251974;
  font-size: 1.25em;
  margin-top: 1.5em;
  font-weight: 300;
  width: 50%;
  border: 2px solid #251974;
  border-radius: 5px;
  background: rgba(37, 25, 116, 0.075);
  padding: 0.5em 0em;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
.paymentWrapper .paymentButton:hover {
  color: white;
  border: 2px solid #251974;
  border-radius: 5px;
  background: #251974;
}
.paymentWrapper .totalAmount {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 1.5em 0;
}
.paymentWrapper .sansSerif {
  font-family: "sans-serif";
}

.redirect {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-top: 10em;
}
.redirect .text {
  font-size: 1.25em;
  font-weight: 400;
  color: #251974;
  margin-top: 2em;
}
.redirect img {
  height: 70px;
  width: 70px;
}

@media screen {
  .generateTicket {
    font-family: "Raleway", "sans-serif";
    height: auto;
    background: white;
    margin: 2em 0;
  }
  .generateTicket .headingOne {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.1em;
    font-size: 2.5em;
    font-weight: 300;
    color: #251974;
    margin: 0;
  }
  .generateTicket .dateTime {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.1em 0 0 0;
  }
  .generateTicket .generated {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0 0;
  }
  .generateTicket img {
    height: 5em;
    width: 16em;
    margin: 2em 0em 0em 2em;
    position: relative;
    top: -1.35em;
  }
  .generateTicket .bar {
    border-bottom: 2px solid #251974;
    height: auto;
    margin-bottom: 1.5em;
  }
  .generateTicket .subHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.5em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateTicket .boxCenter {
    box-sizing: border-box;
    background: #f5f5ff;
    height: auto;
    min-height: 2em;
    vertical-align: middle;
    border: 2px solid #251974;
    border-radius: 4px;
    padding: 1.25em 1em 1.25em 1em;
  }
  .generateTicket .borderRight {
    border-right: 1px solid #251974;
  }
  .generateTicket .borderBottom {
    border-bottom: 1px solid #251974;
  }
  .generateTicket .serialNoHeader, .generateTicket .passengerNameHeader, .generateTicket .genderHeader {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateTicket .serialNo, .generateTicket .passengerName, .generateTicket .gender {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0em 0;
  }
  .generateTicket .flightOperatorHeading, .generateTicket .originHeading, .generateTicket .destinationHeading, .generateTicket .classHeading, .generateTicket .departsHeading, .generateTicket .arrivesHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.05em;
    font-weight: 300;
    color: #006fff;
    margin: 0;
  }
  .generateTicket .flightOperator, .generateTicket .origin, .generateTicket .destination, .generateTicket .class, .generateTicket .departs, .generateTicket .arrives {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.25em 0 0 0;
  }
  .generateTicket .flightNo, .generateTicket .originSubscript, .generateTicket .destinationSubscript, .generateTicket .departsSubscript, .generateTicket .arrivesSubscript, .generateTicket .classSubscript {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #006fff;
    margin: 0em 0 0 0;
  }
  .generateTicket .strong {
    font-size: 0.9em;
    font-weight: 400;
  }
  .generateTicket .info {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0.5em 0;
    text-align: justify;
  }
  .generateTicket .info:first-child {
    margin-top: -0.25em;
  }
}
@media print {
  .generateTicket {
    font-family: "Raleway", "sans-serif";
    height: auto;
    background: white;
    margin: 2em 0;
  }
  .generateTicket .headingOne {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.1em;
    font-size: 1.75em;
    font-weight: 300;
    color: #251974;
    margin: 0;
  }
  .generateTicket .dateTime {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.1em 0 -1.75em 0;
  }
  .generateTicket .generated {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 -1.75em 0;
  }
  .generateTicket img {
    height: 4em;
    width: 8em;
    margin: 2em 0em -1.5em 2em;
    position: relative;
    top: -2em;
  }
  .generateTicket .bar {
    border-bottom: 2px solid #251974;
    height: auto;
    margin-bottom: 2.25em;
  }
  .generateTicket .subHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.05em;
    font-weight: 400;
    color: #251974;
    margin: -0.5em 0 0.5em 0;
  }
  .generateTicket .boxCenter {
    box-sizing: border-box;
    background: #f5f5ff;
    height: auto;
    min-height: 2em;
    vertical-align: middle;
    border: 2px solid #251974;
    border-radius: 4px;
    padding: 1.25em 1em 1.25em 1em;
  }
  .generateTicket .borderRight {
    border-right: 1px solid #251974;
  }
  .generateTicket .borderBottom {
    border-bottom: 1px solid #251974;
  }
  .generateTicket .serialNoHeader, .generateTicket .passengerNameHeader, .generateTicket .genderHeader {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateTicket .serialNo, .generateTicket .passengerName, .generateTicket .gender {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0em 0;
  }
  .generateTicket .flightOperatorHeading, .generateTicket .originHeading, .generateTicket .destinationHeading, .generateTicket .classHeading, .generateTicket .departsHeading, .generateTicket .arrivesHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.85em;
    font-weight: 300;
    color: #006fff;
    margin: 0;
  }
  .generateTicket .flightOperator, .generateTicket .origin, .generateTicket .destination, .generateTicket .class, .generateTicket .departs, .generateTicket .arrives {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.95em;
    font-weight: 400;
    color: #251974;
    margin: 0.25em 0 0 0;
  }
  .generateTicket .flightNo, .generateTicket .originSubscript, .generateTicket .destinationSubscript, .generateTicket .departsSubscript, .generateTicket .arrivesSubscript, .generateTicket .classSubscript {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.85em;
    font-weight: 300;
    color: #006fff;
    margin: 0em 0 0 0;
  }
  .generateTicket .strong {
    font-size: 1em;
    font-weight: 400;
  }
  .generateTicket .info {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0.5em 0;
    text-align: justify;
  }
  .generateTicket .info:first-child {
    margin-top: -1.25em;
  }
}
.messages {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/login/login_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 100vh !important;
  background-size: cover;
}
.messages .text {
  color: white;
  font-weight: 300;
  font-size: 1.25em;
  margin-bottom: 0.75em;
  text-align: justify;
  text-align-last: center;
}
.messages .heading {
  margin: 2em 0 0.75em 0;
  font-size: 2.75em;
  font-weight: 300;
  color: white;
  text-align: center;
}
.messages .containerBox {
  box-sizing: border-box;
  border-radius: 0.5em;
  margin: 0;
  padding: 2em 3em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.messages .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 0.75em;
  color: white;
  background: rgba(255, 255, 255, 0);
  -o-text-overflow: clip;
  text-overflow: clip;
}
.messages .button:hover {
  color: gray;
  background: white;
}

.blocked {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/userDashboard/userDashboard_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 100vh !important;
  background-size: cover;
}
.blocked .text {
  color: white;
  font-weight: 300;
  font-size: 1.25em;
  margin-bottom: 0.75em;
  text-align: justify;
  text-align-last: center;
}
.blocked .heading {
  margin: 2em 0 0.75em 0;
  font-size: 2.75em;
  font-weight: 300;
  color: white;
  text-align: center;
}
.blocked .containerBox {
  box-sizing: border-box;
  border-radius: 0.5em;
  margin: 0;
  padding: 2em 3em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.blocked .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 0.75em;
  color: white;
  background: rgba(255, 255, 255, 0);
  -o-text-overflow: clip;
  text-overflow: clip;
}
.blocked .button:hover {
  color: gray;
  background: white;
}
.blocked .prompt {
  color: white;
  font-weight: 300;
  font-size: 1em;
  text-align: center;
  margin-top: 1.25em !important;
}
.blocked a, .blocked a:hover, .blocked a:focus, .blocked a:active {
  text-decoration: none !important;
  color: white !important;
}

.login .input, .login .button, .signup .input, .signup .button, .passengersWrapper .inputPassengerName, .passengersWrapper .inputSmall, .paymentWrapper .input, .paymentWrapper .inputSmall, .messages .button, .blocked .button, .userDashboard .button, .userDashboard .tickets .input, .userDashboard .tickets .tableElementTags, .forgotPassword .input, .forgotPassword .button, .aboutUsWrapper .input, .aboutUsWrapper .inputSmall, .contactPadding .contactUsForm .input, .contactPadding .contactUsForm .inputSmall {
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.userDashboard {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/userDashboard/userDashboard_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 100vh !important;
  background-size: cover;
  	/* .input {
    		display: inline-block;
    		-webkit-box-sizing: content-box;
    		-moz-box-sizing: content-box;
    		box-sizing: content-box;
    		padding: 5px 10px;
    		width: 95%;
    		border: 2px solid white;
    		-webkit-border-radius: 5px;
    		border-radius: 3px;
    		font-family: 'Raleway', "sans-serif";
    		font-size: 1.25em;
    		font-weight: 300;
    		color: white;
  		margin-bottom: 2em;
    		-o-text-overflow: clip;
    		text-overflow: clip;
    		background: rgba(244,244,244,0.25);
    		@extend %inputTransition;
  	
  		&:focus {
    			box-shadow: 0px 0px 5px 0px white;
  		}
  	} */
}
.userDashboard .verticalSpacer {
  visibility: hidden;
  width: 1em;
  background: #f50004;
}
.userDashboard label {
  color: white;
  font-weight: 300 !important;
  font-size: 1.25em;
  margin-bottom: 0.75em !important;
  text-align: left !important;
}
.userDashboard .heading {
  margin: 0 0 0.25em 0;
  font-size: 2.75em;
  font-weight: 300;
  color: white;
  text-align: center;
}
.userDashboard .containerBoxLeft {
  box-sizing: border-box;
  border-radius: 0.5em 0 0 0.5em;
  min-height: 25em;
  margin: 1em 0;
  padding: 2em 3em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.userDashboard .containerBoxRight {
  box-sizing: border-box;
  border-radius: 0 0.5em 0.5em 0;
  min-height: 25em;
  margin: 1em 0;
  padding: 2.25em 3em;
  height: auto;
  min-height: 30em;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-left: 1px solid white;
}
.userDashboard .containerBoxRightHotel {
  box-sizing: border-box;
  border-radius: 0 0.5em 0.5em 0;
  min-height: 25em;
  margin: 1em 0;
  padding: 2.25em 3em 0em 3em;
  height: auto;
  min-height: 30em;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-left: 1px solid white;
}
.userDashboard .menuContainer {
  display: block;
  padding: 1em 1em;
  color: white;
  font-weight: 300;
  font-size: 1.5em;
  cursor: pointer;
  /*&:last-child {
  	border-bottom: none;
  }*/
}
.userDashboard .menuContainer:hover {
  background: rgba(255, 255, 255, 0.05);
}
.userDashboard .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 0.75em;
  color: white;
  background: rgba(255, 255, 255, 0);
  -o-text-overflow: clip;
  text-overflow: clip;
}
.userDashboard .button:hover {
  color: gray;
}
.userDashboard .signupPrompt {
  color: white;
  font-weight: 300;
  font-size: 1.25em;
  text-align: center;
  margin-top: 3em !important;
}
.userDashboard .active {
  color: #f84e51;
  font-weight: 400;
}
.userDashboard a, .userDashboard a:hover, .userDashboard a:focus, .userDashboard a:active {
  text-decoration: none !important;
  color: white !important;
}
.userDashboard .noBottomBorder {
  border-bottom: none;
}
.userDashboard .bottomBorder {
  border-bottom: 1px solid white;
}
.userDashboard .profile .tag {
  font-family: "Oswald", "sans-serif";
  letter-spacing: 0.1em;
  color: white;
  font-weight: 400;
  font-size: 1.5em;
}
.userDashboard .profile .content {
  color: white;
  font-weight: 300;
  font-size: 1.5em;
}
.userDashboard .profile .profileWrapper {
  padding: 1em 0;
}
.userDashboard .profile .profileWrapper:first-child {
  margin-top: 1.8em;
}
.userDashboard .settings .tag {
  font-family: "Oswald", "sans-serif";
  letter-spacing: 0.1em;
  color: white;
  font-weight: 400;
  font-size: 1.5em;
}
.userDashboard .settings .content {
  color: white;
  font-weight: 300;
  font-size: 1.5em;
}
.userDashboard .settings .warning {
  margin-top: 0.75em;
  color: #f84e51;
  font-weight: 300;
  font-size: 1em;
  text-align: justify;
}
.userDashboard .settings .settingsWrapper {
  padding: 1em 0;
}
.userDashboard .settings .topMargin {
  margin-top: 1.8em;
}
.userDashboard .settings .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  margin: 1em 0 0.2em 0;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  color: white;
  background: rgba(255, 255, 255, 0);
  text-overflow: clip;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.userDashboard .settings .button:hover {
  color: #f84e51;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #f84e51;
}
.userDashboard .tickets .tagLeft {
  font-family: "Oswald", "sans-serif";
  letter-spacing: 0.1em;
  color: white;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: +0.5em;
  margin-left: -4.05em;
}
.userDashboard .tickets .tag {
  font-family: "Oswald", "sans-serif";
  letter-spacing: 0.1em;
  color: white;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: +0.5em;
}
.userDashboard .tickets .content {
  color: white;
  font-weight: 300;
  font-size: 1.5em;
}
.userDashboard .tickets .warning {
  margin-top: 0.75em;
  color: #f84e51;
  font-weight: 300;
  font-size: 1em;
  text-align: justify;
}
.userDashboard .tickets .ticketsWrapper {
  padding: 1em 0;
}
.userDashboard .tickets .topMargin {
  margin-top: 1.8em;
}
.userDashboard .tickets .pullLeft {
  position: relative;
  margin-left: -5.5em;
}
.userDashboard .tickets .pullABitLeft {
  position: relative;
  margin-left: -2em;
}
.userDashboard .tickets .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  margin: 1em 0 0.2em 0;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  color: white;
  background: rgba(255, 255, 255, 0);
  text-overflow: clip;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.userDashboard .tickets .button:hover {
  color: #f84e51;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #f84e51;
}
.userDashboard .tickets .input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  width: 110%;
  text-align: center;
  padding: 10px 10px;
  margin: 1em 0 0.2em 0;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  color: white;
  background: rgba(255, 255, 255, 0);
  text-overflow: clip;
}
.userDashboard .tickets .input:hover, .userDashboard .tickets .input:focus {
  border: 1px solid #f84e51;
  color: #f84e51;
  box-shadow: 0px 0px 5px 0px #f84e51;
}
.userDashboard .tickets select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.userDashboard .tickets select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #f84e51 !important;
  transition: color 0ms;
}
.userDashboard .tickets a:-moz-focusring, .userDashboard .tickets span:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #f84e51 !important;
  transition: color 0ms;
}
.userDashboard .tickets .borderBottom {
  border-bottom: 1px solid white;
}
.userDashboard .tickets .tableHeaderTags {
  color: white;
  font-size: 1.2em;
  font-weight: 500;
}
.userDashboard .tickets .tableElementTags {
  color: white;
  font-size: 1.2em;
  font-weight: 300;
}
.userDashboard .tickets .tableElementTags:hover {
  color: #f84e51;
}
.userDashboard .tickets .tableElementTagsNoHover {
  color: white;
  font-size: 1.2em;
  font-weight: 300;
}
.userDashboard .tickets .table {
  margin-top: 2em;
  cursor: pointer;
}
.userDashboard .tickets .pullSpan {
  margin-top: 0.2em;
}
.userDashboard .tickets .pullTop {
  margin-top: -0.2em;
}
.userDashboard .tickets .noBooking {
  color: white;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  margin-top: 4em;
}

.hotelDetails {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
  /*.col-sm-2, .col-sm-1, .col-sm-3 {
  	border-right: 1px solid $deep_blue;
  	position: relative;
  	top: +0.25em;
  	min-height: 5.4em !important;
  	
  	&:last-child {
  		border-right: none;
  	}		
  }*/
}
.hotelDetails .col-sm-6 {
  border-right: 1px solid #251974;
}
.hotelDetails .col-sm-6:last-child {
  border-right: none;
}
.hotelDetails .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.hotelDetails .query {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.hotelDetails .noOfHotels {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 2.5em 0;
}
.hotelDetails .noHotels {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 1.5em 3em 1.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 2em;
}
.hotelDetails .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.hotelDetails .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 36.5em;
  vertical-align: middle;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 2em;
}
.hotelDetails .listItem .borderLeft {
  border-left: 1px solid #251974;
}
.hotelDetails .listItem .leftBox, .hotelDetails .listItem .rightBox {
  height: auto;
}
.hotelDetails .listItem .rightBox {
  padding-right: 0;
}
.hotelDetails .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.hotelDetails .listItem .imageContainer img {
  width: 104%;
  height: 36em;
  border-radius: 8px 8px 0 0;
  position: relative;
  margin-left: -2em;
}
.hotelDetails .listItem .noMargin {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.hotelDetails .listItem .hotelDesc {
  color: #251974;
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  margin-left: -0.5em;
  text-align: justify;
}
.hotelDetails .listItem .info {
  font-family: "Roboto", "sans-serif";
  color: #251974;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0;
}
.hotelDetails .listItem .hotelName {
  font-family: "Oswald", "sans-serif";
  color: #251974;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.hotelDetails .listItem .location {
  color: #251974;
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 0.25em;
}
.hotelDetails .listItem .rating {
  color: #00e116;
  font-size: 3.25em;
  font-weight: 300;
  margin-top: 0.5em;
}
.hotelDetails .listItem .ratingText {
  color: #251974;
  font-size: 1em;
  font-weight: 400;
  margin-top: -0.5em;
}
.hotelDetails .listItem .starContainer {
  margin-top: 2.25em;
  font-size: 1.5em;
  color: #006fff;
}
.hotelDetails .listItem .amenities {
  margin-top: 1.5em;
}
.hotelDetails .listItem .amenities ul, .hotelDetails .listItem .amenities li {
  display: inline-block;
}
.hotelDetails .listItem .amenities li {
  padding-right: 1.4em;
}
.hotelDetails .listItem .amenities li:last-child {
  padding-right: 0;
}
.hotelDetails .listItem .amenities .icons {
  display: inline-block;
  font-size: 1.25em;
  color: #006fff;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
}
.hotelDetails .listItem .amenities .tags {
  color: #251974;
  font-size: 0.75em;
  margin-left: 0;
  margin-right: 0;
}
.hotelDetails .listItem .checkInOut {
  margin-top: 1.5em;
}
.hotelDetails .listItem .checkInOut .time {
  color: #006fff;
  font-size: 2em;
  font-weight: 300;
}
.hotelDetails .listItem .checkInOut .timeTag {
  color: #251974;
  font-size: 1em;
  font-weight: 400;
}
.hotelDetails .listItem .priceContainer {
  font-family: "Roboto", "sans-serif";
  font-weight: 200;
  margin-top: 1.35em;
  font-size: 2.5em;
  color: #251974;
}
.hotelDetails .listItem .priceNote {
  font-family: "Raleway", "sans-serif";
  font-weight: 400;
  font-size: 0.9em;
  color: #251974;
  margin-top: -0.5em;
}
.hotelDetails .listItem .bookNow {
  color: #006fff;
  font-size: 1.25em;
  padding: 0.5em;
  width: 85%;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: transparent;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  margin-top: 1.25em;
  margin-bottom: 0.55em;
}
.hotelDetails .listItem .bookNow:hover {
  color: white;
  font-size: 1.25em;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: #006fff;
  margin-top: 1.25em;
}

.showDriverDetails {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
  /*.col-sm-2, .col-sm-1, .col-sm-3 {
  	border-right: 1px solid $deep_blue;
  	position: relative;
  	top: +0.25em;
  	min-height: 5.4em !important;
  	
  	&:last-child {
  		border-right: none;
  	}		
  }*/
}
.showDriverDetails .col-sm-6 {
  border-right: 1px solid #251974;
}
.showDriverDetails .col-sm-6:last-child {
  border-right: none;
}
.showDriverDetails .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.showDriverDetails .query {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.showDriverDetails .noOfHotels {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 2.5em 0;
}
.showDriverDetails .noHotels {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 1.5em 3em 1.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 2em;
}
.showDriverDetails .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.showDriverDetails .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 5em;
  vertical-align: middle;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 2em;
}
.showDriverDetails .listItem .borderLeft {
  border-left: 1px solid #251974;
}
.showDriverDetails .listItem .leftBox, .showDriverDetails .listItem .rightBox {
  height: auto;
}
.showDriverDetails .listItem .rightBox {
  padding-right: 0;
}
.showDriverDetails .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.showDriverDetails .listItem .imageContainer img {
  width: 100%;
  border: 1px solid #251974;
  border-radius: 100%;
  position: relative;
  margin-left: -1em;
  margin-top: 2.5em;
}
.showDriverDetails .listItem .noMargin {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.showDriverDetails .listItem .hotelDesc {
  color: #251974;
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  margin-left: -0.5em;
  text-align: justify;
}
.showDriverDetails .listItem .info {
  font-family: "Roboto", "sans-serif";
  color: #251974;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0;
}
.showDriverDetails .listItem .hotelName {
  font-family: "Oswald", "sans-serif";
  color: #251974;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.showDriverDetails .listItem .location {
  color: #251974;
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 0.25em;
}
.showDriverDetails .listItem .rating {
  color: #00e116;
  font-size: 3.25em;
  font-weight: 300;
  margin-top: 0.5em;
}
.showDriverDetails .listItem .ratingText, .showDriverDetails .listItem .carText, .showDriverDetails .listItem .contactText {
  color: #006fff;
  font-size: 1em;
  font-weight: 400;
  margin-top: -0.5em;
}
.showDriverDetails .listItem .carText, .showDriverDetails .listItem .contactText {
  color: #006fff;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0.6em;
}
.showDriverDetails .listItem .car, .showDriverDetails .listItem .contact {
  color: #251974;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 2em;
}
.showDriverDetails .listItem .starContainer {
  margin-top: 2.25em;
  font-size: 1.5em;
  color: #006fff;
}
.showDriverDetails .listItem .amenities {
  margin-top: 1.5em;
}
.showDriverDetails .listItem .amenities ul, .showDriverDetails .listItem .amenities li {
  display: inline-block;
}
.showDriverDetails .listItem .amenities li {
  padding-right: 1.4em;
}
.showDriverDetails .listItem .amenities li:last-child {
  padding-right: 0;
}
.showDriverDetails .listItem .amenities .icons {
  display: inline-block;
  font-size: 1.25em;
  color: #006fff;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
}
.showDriverDetails .listItem .amenities .tags {
  color: #251974;
  font-size: 0.75em;
  margin-left: 0;
  margin-right: 0;
}
.showDriverDetails .listItem .checkInOut {
  margin-top: 1.5em;
}
.showDriverDetails .listItem .checkInOut .time {
  color: #006fff;
  font-size: 2em;
  font-weight: 300;
}
.showDriverDetails .listItem .checkInOut .timeTag {
  color: #251974;
  font-size: 1em;
  font-weight: 400;
}
.showDriverDetails .listItem .priceContainer {
  font-family: "Roboto", "sans-serif";
  font-weight: 200;
  margin-top: 1.35em;
  font-size: 2.5em;
  color: #251974;
}
.showDriverDetails .listItem .priceNote {
  font-family: "Raleway", "sans-serif";
  font-weight: 400;
  font-size: 0.9em;
  color: #251974;
  margin-top: -0.5em;
}
.showDriverDetails .listItem .genReceipt {
  color: #006fff;
  font-size: 1.25em;
  padding: 0.5em;
  width: 85%;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: transparent;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  margin-top: 2.5em;
  margin-bottom: 0.55em;
}
.showDriverDetails .listItem .genReceipt:hover {
  color: white;
  font-size: 1.25em;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: #006fff;
  margin-top: 2.5em;
}

@media screen {
  .generateReceipt {
    font-family: "Raleway", "sans-serif";
    height: auto;
    background: white;
    margin: 2em 0;
  }
  .generateReceipt .hideElem {
    visibility: hidden;
  }
  .generateReceipt .headingOne {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.1em;
    font-size: 2.5em;
    font-weight: 300;
    color: #251974;
    margin: 0;
  }
  .generateReceipt .dateTime {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.1em 0 0 0;
  }
  .generateReceipt .generated {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0 0;
  }
  .generateReceipt img {
    height: 5em;
    width: 16em;
    margin: 2em 0em 0em 2em;
    position: relative;
    top: -1.35em;
  }
  .generateReceipt .bar {
    border-bottom: 2px solid #251974;
    height: auto;
    margin-bottom: 1.5em;
  }
  .generateReceipt .subHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.5em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateReceipt .boxCenter {
    box-sizing: border-box;
    background: #f5f5ff;
    height: auto;
    min-height: 2em;
    vertical-align: middle;
    border: 2px solid #251974;
    border-radius: 4px;
    padding: 1.25em 1em 1.25em 1em;
  }
  .generateReceipt .borderRight {
    border-right: 1px solid #251974;
  }
  .generateReceipt .borderBottom {
    border-bottom: 1px solid #251974;
  }
  .generateReceipt .serialNoHeader, .generateReceipt .passengerNameHeader, .generateReceipt .genderHeader {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateReceipt .serialNo, .generateReceipt .passengerName, .generateReceipt .gender {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0em 0;
  }
  .generateReceipt .rupee {
    font-family: "sans-serif";
    font-size: 1.2em;
    font-weight: 400;
  }
  .generateReceipt .flightOperatorHeading, .generateReceipt .originHeading, .generateReceipt .destinationHeading, .generateReceipt .classHeading, .generateReceipt .departsHeading, .generateReceipt .arrivesHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.05em;
    font-weight: 300;
    color: #006fff;
    margin: 0;
  }
  .generateReceipt .flightOperator, .generateReceipt .origin, .generateReceipt .destination, .generateReceipt .class, .generateReceipt .departs, .generateReceipt .arrives {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.25em 0 0 0;
  }
  .generateReceipt .flightNo, .generateReceipt .originSubscript, .generateReceipt .destinationSubscript, .generateReceipt .departsSubscript, .generateReceipt .arrivesSubscript, .generateReceipt .classSubscript {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #006fff;
    margin: 0em 0 0 0;
  }
  .generateReceipt .strong {
    font-size: 0.9em;
    font-weight: 400;
  }
  .generateReceipt .info {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0.5em 0;
    text-align: justify;
  }
  .generateReceipt .info:first-child {
    margin-top: -0.25em;
  }
}
@media print {
  .generateTicket {
    font-family: "Raleway", "sans-serif";
    height: auto;
    background: white;
    margin: 2em 0;
  }
  .generateTicket .headingOne {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.1em;
    font-size: 1.75em;
    font-weight: 300;
    color: #251974;
    margin: 0;
  }
  .generateTicket .dateTime {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.1em 0 -1.75em 0;
  }
  .generateTicket .generated {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 -1.75em 0;
  }
  .generateTicket img {
    height: 4em;
    width: 14em;
    margin: 2em 0em -1.5em 2em;
    position: relative;
    top: -2em;
  }
  .generateTicket .bar {
    border-bottom: 2px solid #251974;
    height: auto;
    margin-bottom: 2.25em;
  }
  .generateTicket .subHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.05em;
    font-weight: 400;
    color: #251974;
    margin: -0.5em 0 0.5em 0;
  }
  .generateTicket .boxCenter {
    box-sizing: border-box;
    background: #f5f5ff;
    height: auto;
    min-height: 2em;
    vertical-align: middle;
    border: 2px solid #251974;
    border-radius: 4px;
    padding: 1.25em 1em 1.25em 1em;
  }
  .generateTicket .borderRight {
    border-right: 1px solid #251974;
  }
  .generateTicket .borderBottom {
    border-bottom: 1px solid #251974;
  }
  .generateTicket .serialNoHeader, .generateTicket .passengerNameHeader, .generateTicket .genderHeader {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateTicket .serialNo, .generateTicket .passengerName, .generateTicket .gender {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0em 0;
  }
  .generateTicket .flightOperatorHeading, .generateTicket .originHeading, .generateTicket .destinationHeading, .generateTicket .classHeading, .generateTicket .departsHeading, .generateTicket .arrivesHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.85em;
    font-weight: 300;
    color: #006fff;
    margin: 0;
  }
  .generateTicket .flightOperator, .generateTicket .origin, .generateTicket .destination, .generateTicket .class, .generateTicket .departs, .generateTicket .arrives {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.95em;
    font-weight: 400;
    color: #251974;
    margin: 0.25em 0 0 0;
  }
  .generateTicket .flightNo, .generateTicket .originSubscript, .generateTicket .destinationSubscript, .generateTicket .departsSubscript, .generateTicket .arrivesSubscript, .generateTicket .classSubscript {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.85em;
    font-weight: 300;
    color: #006fff;
    margin: 0em 0 0 0;
  }
  .generateTicket .strong {
    font-size: 1em;
    font-weight: 400;
  }
  .generateTicket .info {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0.5em 0;
    text-align: justify;
  }
  .generateTicket .info:first-child {
    margin-top: -1.25em;
  }
}
@media screen {
  .generateRiderReceipt {
    font-family: "Raleway", "sans-serif";
    height: auto;
    background: white;
    margin: 2em 0;
  }
  .generateRiderReceipt .hideElem {
    visibility: hidden;
  }
  .generateRiderReceipt .headingOne {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.1em;
    font-size: 2.5em;
    font-weight: 300;
    color: #251974;
    margin: 0;
  }
  .generateRiderReceipt .dateTime {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.1em 0 0 0;
  }
  .generateRiderReceipt .generated {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0 0;
  }
  .generateRiderReceipt img {
    height: 5em;
    width: 16em;
    margin: 2em 0em 0em 2em;
    position: relative;
    top: -1.35em;
  }
  .generateRiderReceipt .bar {
    border-bottom: 2px solid #251974;
    height: auto;
    margin-bottom: 1.5em;
  }
  .generateRiderReceipt .subHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.5em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateRiderReceipt .boxCenter {
    box-sizing: border-box;
    background: #f5f5ff;
    height: auto;
    min-height: 2em;
    vertical-align: middle;
    border: 2px solid #251974;
    border-radius: 4px;
    padding: 1.25em 1em 1.25em 1em;
  }
  .generateRiderReceipt .borderRight {
    border-right: 1px solid #251974;
  }
  .generateRiderReceipt .borderBottom {
    border-bottom: 1px solid #251974;
  }
  .generateRiderReceipt .serialNoHeader, .generateRiderReceipt .passengerNameHeader, .generateRiderReceipt .genderHeader {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateRiderReceipt .serialNo, .generateRiderReceipt .passengerName, .generateRiderReceipt .gender {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0em 0;
  }
  .generateRiderReceipt .rupee {
    font-family: "sans-serif";
    font-size: 1.2em;
    font-weight: 400;
  }
  .generateRiderReceipt .flightOperatorHeading, .generateRiderReceipt .originHeading, .generateRiderReceipt .destinationHeading, .generateRiderReceipt .classHeading, .generateRiderReceipt .departsHeading, .generateRiderReceipt .arrivesHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.05em;
    font-weight: 300;
    color: #006fff;
    margin: 0;
  }
  .generateRiderReceipt .flightOperator, .generateRiderReceipt .origin, .generateRiderReceipt .destination, .generateRiderReceipt .class, .generateRiderReceipt .departs, .generateRiderReceipt .arrives {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.25em 0 0 0;
  }
  .generateRiderReceipt .flightNo, .generateRiderReceipt .originSubscript, .generateRiderReceipt .destinationSubscript, .generateRiderReceipt .departsSubscript, .generateRiderReceipt .arrivesSubscript, .generateRiderReceipt .classSubscript {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #006fff;
    margin: 0em 0 0 0;
  }
  .generateRiderReceipt .strong {
    font-size: 0.9em;
    font-weight: 400;
  }
  .generateRiderReceipt .info {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.25em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0.5em 0;
    text-align: justify;
  }
  .generateRiderReceipt .info:first-child {
    margin-top: -0.25em;
  }
}
@media print {
  .generateTicket {
    font-family: "Raleway", "sans-serif";
    height: auto;
    background: white;
    margin: 2em 0;
  }
  .generateTicket .headingOne {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.1em;
    font-size: 1.75em;
    font-weight: 300;
    color: #251974;
    margin: 0;
  }
  .generateTicket .dateTime {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.1em 0 -1.75em 0;
  }
  .generateTicket .generated {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 -1.75em 0;
  }
  .generateTicket img {
    height: 4em;
    width: 8em;
    margin: 2em 0em -1.5em 2em;
    position: relative;
    top: -2em;
  }
  .generateTicket .bar {
    border-bottom: 2px solid #251974;
    height: auto;
    margin-bottom: 2.25em;
  }
  .generateTicket .subHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1.05em;
    font-weight: 400;
    color: #251974;
    margin: -0.5em 0 0.5em 0;
  }
  .generateTicket .boxCenter {
    box-sizing: border-box;
    background: #f5f5ff;
    height: auto;
    min-height: 2em;
    vertical-align: middle;
    border: 2px solid #251974;
    border-radius: 4px;
    padding: 1.25em 1em 1.25em 1em;
  }
  .generateTicket .borderRight {
    border-right: 1px solid #251974;
  }
  .generateTicket .borderBottom {
    border-bottom: 1px solid #251974;
  }
  .generateTicket .serialNoHeader, .generateTicket .passengerNameHeader, .generateTicket .genderHeader {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 400;
    color: #251974;
    margin: 0.1em 0 0.5em 0;
  }
  .generateTicket .serialNo, .generateTicket .passengerName, .generateTicket .gender {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0em 0;
  }
  .generateTicket .flightOperatorHeading, .generateTicket .originHeading, .generateTicket .destinationHeading, .generateTicket .classHeading, .generateTicket .departsHeading, .generateTicket .arrivesHeading {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.85em;
    font-weight: 300;
    color: #006fff;
    margin: 0;
  }
  .generateTicket .flightOperator, .generateTicket .origin, .generateTicket .destination, .generateTicket .class, .generateTicket .departs, .generateTicket .arrives {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.95em;
    font-weight: 400;
    color: #251974;
    margin: 0.25em 0 0 0;
  }
  .generateTicket .flightNo, .generateTicket .originSubscript, .generateTicket .destinationSubscript, .generateTicket .departsSubscript, .generateTicket .arrivesSubscript, .generateTicket .classSubscript {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 0.85em;
    font-weight: 300;
    color: #006fff;
    margin: 0em 0 0 0;
  }
  .generateTicket .strong {
    font-size: 1em;
    font-weight: 400;
  }
  .generateTicket .info {
    font-family: "Oswald", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 1em;
    font-weight: 300;
    color: #251974;
    margin: 0.5em 0 0.5em 0;
    text-align: justify;
  }
  .generateTicket .info:first-child {
    margin-top: -1.25em;
  }
}
.searchBus {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
}
.searchBus .col-sm-2, .searchBus .col-sm-1, .searchBus .col-sm-3 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 4.75em !important;
}
.searchBus .col-sm-2:last-child, .searchBus .col-sm-1:last-child, .searchBus .col-sm-3:last-child {
  border-right: none;
}
.searchBus .col-sm-4 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
}
.searchBus .heightAdjustBusSearch {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 4.75em !important;
}
.searchBus .heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 2em 0 0 0;
}
.searchBus .query {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 1.25em 0;
}
.searchBus .noOfBus {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 2.5em 0;
}
.searchBus .noBus {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 1.5em 3em 1.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 2em;
}
.searchBus .bg {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b6b6b6' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
  min-height: 10em;
  margin: 3em;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  padding: 0.35em;
}
.searchBus .listItem {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 6.3em;
  vertical-align: middle;
  margin: 1.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0.35em 0 0.75em 0;
}
.searchBus .listItem .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.searchBus .listItemMenuContainer {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 3.5em;
  vertical-align: middle;
  margin: 1.5em 3em -4.5em 3em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 0 0 0.15em 0;
}
.searchBus .listItemMenuContainer .headings {
  color: #251974;
  font-size: 1.2em;
  margin-top: 0.35em;
  margin-bottom: 0.5em;
}
.searchBus .listItemMenuContainer .col-sm-2, .searchBus .listItemMenuContainer .col-sm-1, .searchBus .listItemMenuContainer .col-sm-3 {
  border-right: 1px solid #251974;
  position: relative;
  top: +0.25em;
  min-height: 2em !important;
}
.searchBus .listItemMenuContainer .col-sm-2:last-child, .searchBus .listItemMenuContainer .col-sm-1:last-child, .searchBus .listItemMenuContainer .col-sm-3:last-child {
  border-right: none;
}
.searchBus .operatorLogo img {
  display: inline-block;
  height: 4em;
  width: 4em;
  border-radius: 5px;
  position: relative;
  top: +0.8em;
  border: 1px solid #251974;
}
.searchBus .listItem .departs, .searchBus .listItem .arrives, .searchBus .listItem .fare, .searchBus .listItem .type, .searchBus .listItem .operators, .searchBus .listItem .seats {
  color: #848484;
  font-size: 1.4em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
}
.searchBus .listItem .flightOperator {
  color: #848484;
  font-size: 1.25em;
  margin: 0.2em 0 0 0;
  text-overflow: ellipsis;
  position: relative;
  top: +0.8em;
}
.searchBus .listItem .fare::before {
  content: "₹";
  font-family: "sans-serif";
  font-weight: 400;
  position: relative;
  top: +0.1em;
  left: 0;
}
.searchBus .listItem .availabilityGreen {
  color: #00e116;
  font-size: 1.4em;
  position: relative;
  top: -0.03em;
  margin: 0.25em;
}
.searchBus .listItem .availabilityRed {
  color: red;
  font-size: 1.4em;
  position: relative;
  top: -0.03em;
  margin: 0.25em;
}
.searchBus .listItem .departsSubscript, .searchBus .listItem .arrivesSubscript, .searchBus .listItem .fareSubscript, .searchBus .listItem .typeSubscript, .searchBus .listItem .seatsSubscript {
  color: #006fff;
  font-size: 1.15em;
  margin: 0.1em;
}
.searchBus .listItem .flightNoSubscript {
  color: #006fff;
  font-size: 1em;
  margin: 0.1em;
  position: relative;
  top: +0.75em;
}
.searchBus .listItem .unavailabilitySubscript {
  color: #006fff;
  font-size: 1.15em;
  margin: 0.1em;
  position: relative;
  top: -0.15em;
}
.searchBus .listItem .availabilityBookingButton {
  color: #006fff;
  font-size: 1.15em;
  margin: -0.5em;
  width: 75%;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: transparent;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
.searchBus .listItem .availabilityBookingButton:hover {
  color: white;
  font-size: 1.15em;
  border: 1px solid #006fff;
  border-radius: 5px;
  background: #006fff;
}
.searchBus .listItem .departsSubscript::before, .searchBus .listItem .arrivesSubscript::before, .searchBus .listItem .fareSubscript::before, .searchBus .listItem .flightNoSubscript::before, .searchBus .listItem .typeSubscript::before, .searchBus .listItem .seatsSubscript::before {
  content: "(";
  position: relative;
  left: +0.25em !important;
}
.searchBus .listItem .departsSubscript::after, .searchBus .listItem .arrivesSubscript::after, .searchBus .listItem .fareSubscript::after, .searchBus .listItem .flightNoSubscript::after, .searchBus .listItem .typeSubscript::after, .searchBus .listItem .seatsSubscript::after {
  content: ")";
  position: relative;
  left: -0.25em !important;
}

.login .input, .login .button, .signup .input, .signup .button, .passengersWrapper .inputPassengerName, .passengersWrapper .inputSmall, .paymentWrapper .input, .paymentWrapper .inputSmall, .messages .button, .blocked .button, .userDashboard .button, .userDashboard .tickets .input, .userDashboard .tickets .tableElementTags, .forgotPassword .input, .forgotPassword .button, .aboutUsWrapper .input, .aboutUsWrapper .inputSmall, .contactPadding .contactUsForm .input, .contactPadding .contactUsForm .inputSmall {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.forgotPassword {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-image: url("../images/login/login_bg.jpg");
  background-attachment: fixed;
  height: auto;
  min-height: 100vh !important;
  background-size: cover;
  text-align: center;
}
.forgotPassword label {
  color: white;
  font-weight: 300 !important;
  font-size: 1.25em;
  margin-bottom: 0.75em !important;
  text-align: left !important;
}
.forgotPassword .heading {
  margin: 2em 0 0.75em 0;
  font-size: 2.75em;
  font-weight: 300;
  color: white;
  text-align: center;
}
.forgotPassword .containerBox {
  box-sizing: border-box;
  border-radius: 0.5em;
  min-height: 15em;
  margin: 0em 2em 1.5em 2em;
  padding: 2em 3em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.forgotPassword .containerBoxMod {
  box-sizing: border-box;
  border-radius: 0.5em;
  min-height: 12.5em;
  margin: 0em 2em 1.5em 2em;
  padding: 2em 3em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.forgotPassword .input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 95%;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: white;
  margin-bottom: 1em;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(244, 244, 244, 0.25);
  text-align: center;
}
.forgotPassword .input:focus {
  box-shadow: 0px 0px 5px 0px white;
}
.forgotPassword .button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 50px;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 0.1em;
  color: white;
  background: rgba(255, 255, 255, 0);
  -o-text-overflow: clip;
  text-overflow: clip;
}
.forgotPassword .button:hover {
  color: gray;
  background: white;
}
.forgotPassword .signupPrompt {
  color: white;
  font-weight: 300;
  font-size: 1.25em;
  text-align: center;
  margin-top: 3em !important;
}
.forgotPassword a, .forgotPassword a:hover, .forgotPassword a:focus, .forgotPassword a:active {
  text-decoration: none !important;
  color: white !important;
}

.home {
  padding: 0em 1em;
  min-height: 50em;
  background-image: url("../images/home/home_bg.jpg");
  background-attachment: fixed;
  background-clip: border-box;
  background-size: cover;
}
.home .header {
  font-family: "raleway", sans-serif;
  text-overflow: ellipsis;
  background-color: #d3cef7;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fefefe' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
}
.home .header .logo {
  box-sizing: border-box;
  height: 4em;
  width: 15em;
  margin: 1.5em 2em 2em 0.75em;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
}
.home .header .headerMenu {
  border-radius: 0.5em;
  box-sizing: border-box;
  margin: 2.5em 1em 2.5em 2em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
  float: right;
}
.home .header .headerMenu ul, .home .header .headerMenu li {
  display: inline-block;
  font-size: 1em;
  color: white;
  font-weight: 400;
  padding: 0.3em 1.5em 0.3em 1.5em;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.home .header .headerMenu .active {
  color: #f84e51;
}
.home .header .menu {
  box-sizing: border-box;
  border-radius: 0.5em 0.5em 0 0;
  margin: 2em 2em 1.5em 2em;
  height: auto;
  background: rgba(48, 48, 48, 0.8);
}
.home .header .menu ul, .home .header .menu li {
  display: inline-block;
  font-size: 1.2em;
  color: white;
  font-weight: 300;
  padding: 0.35em 4em 0.1em 4em;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.home .header ul:hover, .home .header li:hover {
  color: #f84e51;
}
.home .header li[class="selected"] {
  color: #f84e51;
}
.home .banner {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  overflow: hidden;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 3px solid white;
  padding: 0 !important;
  margin: 0 1em;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.home .iconContainer {
  padding: 1em;
}
.home .iconContainer .iconHolder {
  background: white;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  margin-top: 1em;
  padding: 2.5em 0 1.5em 0 !important;
  overflow: hidden !important;
}
.home .iconContainer .iconHolder .bookQuote {
  font-family: "Raleway", "sans-serif";
  color: #251974;
  font-size: 1.85em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 300;
}
.home .iconContainer .iconHolder .iconGrids {
  width: 20%;
  border-right: 1px solid rgba(2, 0, 255, 0.25);
  border-left: 1px solid rgba(2, 0, 255, 0.25);
  padding: 0.5em;
  margin: 1.5em 0;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.home .iconContainer .iconHolder .iconGrids:hover {
  background: rgba(208, 208, 208, 0.25);
}
.home .iconContainer .iconHolder .iconGrids:last-child {
  border-right: none !important;
}
.home .iconContainer .iconHolder .iconGrids:first-child {
  border-left: none !important;
}
.home .iconContainer .iconHolder .iconGrids .icons {
  margin: auto !important;
  text-align: center !important;
}
.home .iconContainer .iconHolder .iconGrids .iconsDim {
  height: 96px;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.home .iconContainer .iconHolder .heading {
  font-size: 1.25em;
  font-family: "Raleway", "sans-serif";
  text-align: center;
  margin-top: 1em;
}
.home .popularDestinationsContainer {
  padding: 1em;
  margin: -1em 0 4em 0;
}
.home .popularDestinationsContainer .destinationHolder {
  background: white;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  margin-top: 1em;
  padding: 2.5em 1.5em 1.5em 1.5em !important;
  overflow: hidden !important;
}
.home .popularDestinationsContainer .destinationHolder .destinationQuote {
  font-family: "Raleway", "sans-serif";
  color: #251974;
  font-size: 1.85em;
  text-align: center;
  margin-bottom: 0.75em;
  font-weight: 300;
}
.home .popularDestinationsContainer .destinationHolder .containerGrids {
  width: 33.33%;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.home .popularDestinationsContainer .destinationHolder .containerGrids .pics {
  margin: auto !important;
  text-align: center !important;
  border: 2px solid white;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  padding: 1em !important;
}
.home .popularDestinationsContainer .destinationHolder .containerGrids .picDim {
  height: 225px;
  width: 100%;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.home .popularDestinationsContainer .destinationHolder .heading {
  font-size: 1.25em;
  font-family: "Raleway", "sans-serif";
  text-align: center;
  margin-top: 1em;
}

.login .input, .login .button, .signup .input, .signup .button, .passengersWrapper .inputPassengerName, .passengersWrapper .inputSmall, .paymentWrapper .input, .paymentWrapper .inputSmall, .messages .button, .blocked .button, .userDashboard .button, .userDashboard .tickets .input, .userDashboard .tickets .tableElementTags, .forgotPassword .input, .forgotPassword .button, .aboutUsWrapper .input, .aboutUsWrapper .inputSmall, .contactPadding .contactUsForm .input, .contactPadding .contactUsForm .inputSmall {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.aboutUsWrapper {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
}
.aboutUsWrapper .headingOne {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 0.75em 0;
}
.aboutUsWrapper .para {
  font-size: 1.25em;
  font-weight: 400;
  color: #251974;
  text-align: justify;
  margin: 0.25em 0 1.25em 0;
  padding: 0 3em;
}
.aboutUsWrapper .boxCenter {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  min-height: 27em;
  vertical-align: middle;
  margin: 1.5em 2em;
  border: 2px solid #251974;
  border-radius: 8px;
  padding: 1.25em 1em 1.25em 1em;
}
.aboutUsWrapper .tag {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 0.25em;
  color: #251974;
}
.aboutUsWrapper .input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 90%;
  border: 2px solid #251974;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  margin-bottom: 1em;
  margin-left: 0.75em;
  margin-right: 0.75em;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(37, 25, 116, 0.075);
}
.aboutUsWrapper .input:focus {
  box-shadow: 0px 0px 2px 0px #251974;
}
.aboutUsWrapper .inputSmall {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 89%;
  border: 2px solid #251974;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(37, 25, 116, 0.075);
}
.aboutUsWrapper .inputSmall:focus {
  box-shadow: 0px 0px 2px 0px #251974;
}
.aboutUsWrapper .paymentButton {
  color: #251974;
  font-size: 1.25em;
  margin-top: 1.5em;
  font-weight: 300;
  width: 50%;
  border: 2px solid #251974;
  border-radius: 5px;
  background: rgba(37, 25, 116, 0.075);
  padding: 0.5em 0em;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
.aboutUsWrapper .paymentButton:hover {
  color: white;
  border: 2px solid #251974;
  border-radius: 5px;
  background: #251974;
}
.aboutUsWrapper .totalAmount {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 1.5em 0;
}
.aboutUsWrapper .sansSerif {
  font-family: "sans-serif";
}

.login .input, .login .button, .signup .input, .signup .button, .passengersWrapper .inputPassengerName, .passengersWrapper .inputSmall, .paymentWrapper .input, .paymentWrapper .inputSmall, .messages .button, .blocked .button, .userDashboard .button, .userDashboard .tickets .input, .userDashboard .tickets .tableElementTags, .forgotPassword .input, .forgotPassword .button, .aboutUsWrapper .input, .aboutUsWrapper .inputSmall, .contactPadding .contactUsForm .input, .contactPadding .contactUsForm .inputSmall {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.contactUsWrapper {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
}
.contactUsWrapper .headingOne {
  font-size: 2.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: 0.25em 0 0.75em 0;
}
.contactUsWrapper .para {
  font-size: 1.25em;
  font-weight: 400;
  color: #251974;
  text-align: justify;
  margin: 0.25em 0 1.25em 0;
  padding: 0 3em;
}
.contactUsWrapper .totalAmount {
  font-size: 1.5em;
  font-weight: 300;
  color: #251974;
  text-align: center;
  margin: -1.8em 0 1.5em 0;
}
.contactUsWrapper .sansSerif {
  font-family: "sans-serif";
}

.contactPadding {
  margin: auto !important;
}
.contactPadding .contactUsExtras {
  font-family: "Raleway", "sans-serif";
  height: auto;
  background: white;
  margin-bottom: 2em;
  padding: 0 !important;
}
.contactPadding .contactUsExtras .heading {
  font-size: 1.25em;
  padding: 0 !important;
}
.contactPadding .contactUsExtras .mapImage {
  padding: 0 !important;
}
.contactPadding .contactUsExtras .bold {
  font-weight: 500;
}
.contactPadding .contactUsExtras .mapDim {
  margin-top: 2em;
  width: 512px !important;
  height: 300px !important;
}
.contactPadding .contactUsForm {
  box-sizing: border-box;
  background: #f5f5ff;
  height: auto;
  vertical-align: middle;
  margin: 0.25em 0 0 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  padding: 1.25em 1em 1.25em 1em;
}
.contactPadding .contactUsForm .tag {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 0.25em;
  color: #251974;
}
.contactPadding .contactUsForm label {
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 400;
  color: #251974;
  position: relative;
  left: +0.75em;
}
.contactPadding .contactUsForm textarea {
  resize: none !important;
}
.contactPadding .contactUsForm .input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 90.5%;
  border: 1px solid #251974;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  margin-bottom: 0.5em;
  margin-left: 0.75em;
  margin-right: 0.75em;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(37, 25, 116, 0.075);
}
.contactPadding .contactUsForm .input:focus {
  box-shadow: 0px 0px 2px 0px #251974;
}
.contactPadding .contactUsForm .inputSmall {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  width: 89%;
  border: 2px solid #251974;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 300;
  color: #251974;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(37, 25, 116, 0.075);
}
.contactPadding .contactUsForm .inputSmall:focus {
  box-shadow: 0px 0px 2px 0px #251974;
}
.contactPadding .contactUsForm .contactButton {
  font-family: 'Raleway', "sans-serif";
  font-size: 1.25em;
  font-weight: 400;
  color: #251974;
  margin-top: 1em;
  margin-bottom: 0.25em;
  width: 35%;
  border: 1px solid #251974;
  border-radius: 3px;
  background: rgba(37, 25, 116, 0.075);
  padding: 0.5em 0em;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
.contactPadding .contactUsForm .contactButton:hover {
  color: white;
  border: 1px solid #251974;
  background: #251974;
}

/* ================================================================ */
/*                               RESET                              */
/* ================================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, a:active, a:hover, a:link {
  text-decoration: none !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  height: auto !important;
}

.dots {
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-style: dotted;
}

.spacer {
  visibility: hidden;
}

.spacerLarge {
  margin: 2.5em;
  visibility: hidden;
}

div[class="col-sm-12"], div[class="col-sm-4"], div[class="col-sm-8"], div[class="col-sm-2"] {
  padding: 0 !important;
  margin: 0 !important;
}

/*# sourceMappingURL=main.css.map */
