.carousel-indicators li {
  width: 30px;
  height: 10px;
  border-radius: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 30px;
  width: 30px;
}

.loader {
  left: 50%;
  margin-left: -4em;
}

.my_cursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999 !important;
}

.btn-group .button {
  background-color: #4caf50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
}

.btn-group .button:hover {
  background-color: #3e8e41;
}

.body {
  background-color: #000000;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

p {
  color: grey;
}

#heading {
  text-transform: uppercase;
  color: #0194ca;
  font-weight: normal;
}

#msform {
  /* text-align: center; */
  position: relative;
  /* margin-top: 20px; */
}

#msform fieldset {
  background: white;
  border: none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;

  /*stacking fieldsets above each other*/
  position: relative;
}

.form-card {
  text-align: left;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  /* font-family: montserrat; */
  color: #000000; /* #2C3E50 */
  /*background-color: #ECEFF1;*/
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #0194ca;
  outline-width: 0;
}

/*Next Buttons*/
#msform .action-button {
  width: 100px;
  background: #0194ca;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  /* padding: 10px 5px; */
  margin: 10px 0px 10px 5px;
  float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311b92;
}

/*Previous Buttons*/
#msform .action-button-previous {
  /* width: 100px; */
  background: #0194ca;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  /* padding: 10px 5px; */
  /* margin: 10px 5px 10px 0px; */
  /* float: left; */
}

#msform .action-button-next {
  /* width: 200px; */
  background: #0194ca;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  /* padding: 10px 5px; */
  /* margin: 10px 5px 10px 0px; */
  /* float: right; */
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

#msform .action-button-next:hover,
#msform .action-button-next:focus {
  background-color: #000000;
}

#msform .action-button-next:disabled {
  background-color: #0194ca;
}

/*The background card*/
.my_card {
  z-index: 0;
  border: none;
  position: relative;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #0194ca;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #0194ca;
  font-weight: normal;
}

/*Step Count*/
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

/*Field names*/
.fieldlabels {
  color: gray;
  text-align: left;
}

/*Icon progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #0194ca;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 16%;
  float: left;
  position: relative;
  font-weight: 400;
}

/*Icons in the ProgressBar*/
#progressbar #search:before {
  font-family: FontAwesome;
  content: "\f002";
}

#progressbar #select:before {
  font-family: FontAwesome;
  content: "\f03a";
}

#progressbar #review:before {
  font-family: FontAwesome;
  content: "\f030";
}

#progressbar #passengers:before {
  font-family: FontAwesome;
  content: "\f0c0";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f155";
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #0194ca;
}

/*Animated Progress Bar*/
.progress {
  height: 20px;
}

.progress-bar {
  background-color: #0194ca;
}

/*Fit image in bootstrap div*/
.fit-image {
  width: 100%;
  object-fit: cover;
}

.mybackground {
  /*font-family: 'Squada One', cursive;*/
  /*background: url(../../foto/wallpapers/booking_wallpaper.jpg)no-repeat 0px 0px;*/
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.carouselIndBtn {
  background: none;
  border: none;
}

.caraouselImg {
  /* position: relative; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

#footer {
  background-color: #055f89;
  /* padding: 24px 64px; */
  color: white;
  /* display: flex; */
  /* justify-content: space-between; */
}

#header {
  /* padding: 4px 64px; */
}

#footernav li a {
  color: white;
}

.carouselInner {
  height: 200px;
}

.bookingcard {
  margin: auto;
  margin-top: 0;
}

/* Radio button styling - consolidated */
input[type="radio"] {
  display: none;
}

input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 6px;
  margin-right: 3px;
  background-clip: content-box;
  border: 2px solid #bbb;
  background-color: #e7e6e7;
  border-radius: 50%;
}

input[type="radio"]:checked + label:before {
  background-color: #d62724;
}

/* Label styling - consolidated */
label {
  display: flex;
  align-items: center;
}

h1,h2,h3 {
  color: #003b6f;
}

/* Input styling - consolidated */
.buttonIn {
  width: 100%;
  position: relative;
}

input {
  margin: 4px;
  padding: 4px;
  width: 100%;
  outline: none;
  height: 40px;
  border-radius: 5px;
}

.btnUpload {
  position: absolute;
  top: 0;
  border-radius: 5px;
  right: 0px;
  z-index: 2;
  border: none;
  top: 4px;
  height: 30px;
  cursor: pointer;
  color: white;
  background-color: #1e90ff;
  transform: translateX(2px);
}

/* Modal styling */
.modal-header,
.close {
  background-color: #0086b3;
  color: white !important;
  text-align: center;
  font-size: 22px;
}

.modal-footer {
  background-color: #0086b3;
  height: 50px;
}

.modal-backdrop {
  opacity: 0.07 !important;
  display: none;
}

.modal-text {
  font-size: 14px;
}

/* Info block styling */
.infoblock {
  background-color: #0194ca;
  color: white;
  height: 100%;
}

.infoblock-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  align-items: center;
  margin-top: 4px;
}

.infoblock-text p {
  color: white;
  margin-bottom: 2px;
}
.infoblock-text p:first-of-type {
  font-weight: bold;
}

.infoblock-text a {
  width: fit-content;
  color: #0e41b0;
}

.infoblock-cc {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.infoblock-cc p {
  margin: 0;
}

/* Table styling */
.b-table{
  font-family:arial;font-size:16px;color:black;
}

.b-thead {
  font-size:20px;background-color:#0194ca;color:white;
}

.privacy_policy_container {
  padding-top: 24px;padding-bottom: 24px;
}

.privacy_policy_container p {
 color: #000000;
}

/* Media queries */
@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .carouselInner {
    height: 48vh;
  }
  .bookingcard {
    margin: auto;
    margin-top: -144px;
    z-index: 99;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
