/* Select CSS Start */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Select CSS End */

html {
  scroll-behavior: smooth;
}
/* myCssStart */
input[type="date"],
input[type="time"] {
  color-scheme: light;
}

.field-a input,
select,
.customInputs {
  background-color: transparent;
  border: 0;
  color: #777 !important;
  padding: 0px 18px;
  transition: all 0.3s;
}
.field-a input:focus,
select:focus,
.select2:focus {
  /* border: 2px solid white !important; */
  outline: none !important;
  background-color: #314d68 !important;
  color: #fff !important;
}

.field-a input::placeholder {
  color: #777;
}

.field-a input:focus::placeholder {
  color: #fff;
}

.field-a select option {
  color: #fff;
  background-color: #1e1e1e !important;
}
.del-btn_ {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  outline: none;
}
/* myCssEnd */
#holdabledata .form-control {
  height: 44px !important;
}
#holdabledata .input-group-addon .btn {
  height: 45px !important;
  background-color: #314d68 !important;
  border-radius: 0 !important;
  border: none;
  padding: 15px 22px;
  display: flex;
  align-items: center;
}

.itemfield input {
  cursor: pointer !important;
}

.innerPageHeroWrapper .bannerForm {
  margin-top: 35px;
}

.homePageWidget .bannerForm {
  margin: 0 70px;
}

.bannerForm {
  position: relative;
  text-align: center;
  padding: 0 15px 22px;
  z-index: 1;
}

.bannerForm .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.bannerFormHeading {
  /* margin-top: -40px; */
  /* background: #04DBC0; */
  /* border-radius: 4px; */
  padding: 12px 0px;
  /* text-align: center; */
  margin-bottom: 8px;
  height: auto;
}
.bannerFormHeading h3 {
  color: white !important;
  font-weight: 700;
  margin-bottom: 0px !important;
  line-height: 100%;
  margin-top: 0 !important;
}
.bannerFormBody ul li {
  padding: 0 10px;
}

.bannerForm .row [class*="col-"] {
  padding: 0 5px;
}

.innerPageBnner {
  position: relative;
  display: flex;
}
.innerPageBnner {
  width: 80% !important;
  margin: auto;
}

.bannerFormBody input {
  height: 36px !important;
}

.bannerFormBody ul li button {
  height: 36px !important;
}

@media (min-width: 768px) {
  .innerPageBnner {
    height: 500px !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .form-container {
    position: relative;
    width: 100%;
  }

  .my-header,
  .my-header-1 h1 {
    font-size: 4.2rem !important;
  }

  .door-no-768 {
    position: absolute;
    top: 77px;
    width: 101%;
  }

  .field-mini-768 {
    margin-top: 57px;
  }

  .navbar-toggle {
    float: none;
  }

  button#submit {
    width: 100% !important;
  }
  .innerPageBnner {
    width: 100% !important;
  }

  .innerPageBnner {
    height: 305px !important;
    padding: 0px;
    margin-top: 0 !important;
  }
  .bannerFormBody ul li {
    float: none !important;
  }
  .bannerFormHeading {
    width: 100% !important;
  }
  .bannerForm .cus-order-1 {
    order: -1;
  }
}

/* .my-input {
    background: url(../contents/images/location-icon.jpg) 320px 10px no-repeat;
    background-size: 18px;
} */

.bokingform {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
}

.apps-icon ul {
  width: 100%;
  text-align: center;
}

.apps-icon ul li {
  width: 7%;
}



.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  font-weight: 700 !important;
  color: #fff !important;
  padding: 10px;
  cursor: pointer;
  background-color: #314d68 !important;
}


.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.field-img {
  background-color: #fff;
  padding: 15px;
  border-right: 1px solid #d3d3d3;
}

.field input {
  width: 100%;
  /* border: 2px solid transparent !important;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
  font-size: 16px !important;
  font-weight: 500 !important;
  /* padding: 10px; */
  height: 50px !important;
}

.field-mini img {
  width: 18px;
  height: 18px;
}

.field-mini button {
  background-color: #314d68;
  outline: none;
  border: none;
  width: 70px;
  height: 100%;
}
.field-mini button:focus {
  outline: none;
}
.field-mini button:hover {
  cursor: pointer;
  transition: 0.4s;
}

.field-mini {
  display: flex;
}

.field-mini input {
  width: 100%;
  font-size: 16px !important;
  font-weight: 500 !important;
  cursor: default;
  height: 45px !important;
}

.lin1 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.lin2 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}

.datefield input {
  width: 100%;
  /* border: none;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 6px 18px;
  /* -webkit-appearance: none !important; */
  height: 45px !important;
}

.lin3 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.datefield {
  display: flex;
}

.datefield img {
  background-color: #fff;
  padding: 15px;
}

.timefield img {
  background-color: #fff;
  padding: 13px;
}

.timefield {
  display: flex;
}

.timefield input {
  width: 100%;
  /* border: none;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 6px 18px;
  /* -webkit-appearance: none !important; */
  height: 45px !important;
}

/* .mini2 button {
    padding: 12px 15px;
} */

.mini2 button:hover {
  transition: none;
  cursor: auto;
}

.field-mini select {
  width: 100%;
  /* border: none;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 11px;
}

.form-container {
  padding: 20px 14px;
  border-radius: 20px;
}

.selectfield select {
  width: 100%;
  /* border: 2px solid #fff !important;
    background-color: rgb(255 255 255) !important;
    color: #000 !important; */
  font-size: 16px !important;
  font-weight: 500 !important;
  /* padding: 10.5px */
}

.submitbtn {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
}

.submitbtn button {
  color: #fff;
  background: #314d68;
  border-radius: 5px;
  padding: 0;
  display: inline-block;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s;
  width: 100%;
  border: 1px solid #fff;
  height: 46px;
  margin: 0;
}

.form-home .submitbtn button {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.submitbtn button:hover {
  color: #000;
  background-color: #fff;
}


.card-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



/* .card-body button:hover{
    color: #314D68 !important;
} */



.times-dialog {
  margin: 200px auto;
}

.modal-header .close {
  margin-top: -22px !important;
  margin-right: -5px !important;
  color: #fff;
  font-size: 25px;
  background: #314d68;
  border-radius: 50%;
  padding: 18px !important;
  margin-left: auto !important;
  display: flex;
  opacity: 0.5;
}

.modal-header .close img {
  width: 12px;
  height: 12px;
}

.modal-header .close:hover {
  opacity: 1;
}

.btn-default {
  font-weight: 700 !important;
}




.appStoreLinks2 img {
  width: 150px;
}

.appStoreLinks2 {
  margin-bottom: 20px;
  text-align: center;
}

.wait-label {
  margin-top: 11px;
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .lin1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .lin2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .lin3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .field {
    width: 100%;
  }

  .field-mini {
    width: 100%;
    margin: 0 0 8px;
  }

  .datefield {
    width: 100%;
    margin: 0 0 8px;
  }

  .timefield {
    width: 100%;
    margin: 0 0 8px;
  }

  .selectfield {
    width: 100%;
    margin-bottom: 8px;
  }

  .submitbtn button {
    width: 100%;
  }

  .apps-icon ul li {
    width: 22%;
  }

  .bokingform {
    padding-bottom: 50px;
  }

  .bannerForm {
    height: auto;
  }
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #00000073;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.inner-loading-div {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.loading-heading {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.loading-imgs-div {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.loading-buttons {
  margin-top: 15px;
}

.loading-buttons a {
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.tire {
  animation-name: tire_anim;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes tire_anim {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rim {
  position: absolute;
  top: 0;
  left: 120px;
  transform: rotate(360deg);
  animation-name: rim_anim;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes rim_anim {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0);
  }
}

.field-a,
.customInputs {
  margin: 8px 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 46px;
  display: flex;
  align-items: center;
}



#myModalvias .modal-content {
  text-align: center;
}



.table td,
.table th {
  color: #000;
  padding: 12px 0px !important;
  vertical-align: middle !important;
  border: none !important;
}


.table .form-control {
  border-radius: 5px 0 0 5px !important;
  height: 45px;
  border-color: #314d68;
  box-shadow: none;
}

.table td [id*="dlt-via_"] {
  padding: 0 10px;
  background: #314d68;
  color: #fff;
  border-radius: 0 5px 5px 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-header {
  background: transparent;
  border: none;
}



@media (max-width: 1200px) {
  /* .bannerContent {
        top: 180px !important;
    } */
}

@media (max-width: 425px) {
  .lin1 .col-lg-4.col-md-6.col-sm-12.m-top-60 {
    margin-top: 60px;
  }

  .lin2 .col-lg-4.col-md-6.col-sm-12.m-top-89 {
    position: absolute;
    top: 80px;
    width: 100%;
  }

  .bannerFormHeading h3 {
    font-size: 20px !important;
  }

  .submitbtn {
    margin-top: 5px !important;
  }

  .field-a {
    margin: 5px 0 !important;
  }
}

@media (max-width: 480px) {
  .bannerFormHeading.pad-t-50 {
    padding-top: 10px !important;
  }
}

@media (max-width: 768px) {
  .innerPageBnner {
    height: 100% !important;
  }
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  outline: none;
  background: transparent !important;
  border: none !important;
  border-radius: 20px !important;
  display: flex !important;
  align-items: center;
  height: 48px !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  background-color: #fff !important;
  border-radius: 0 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #777 !important;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.select2-selection__rendered {
  text-align: left;
}

.select2-search__field:focus-visible {
  outline: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #777 !important;
  padding-left: 18px !important;
}


@media screen and (max-width: 768px) {
  a.btn-two {
    display: none !important;
  }
  .formContainer {
    padding: 0 0 15px 0 !important;
  }
  .widgetHeading {
    font-size: 18px !important;
    padding: 6px 0 0 5px !important;
    margin: 0;
  }
  .bannerForm {
    padding: 0 15px 10px;
  }
  .slider-sec-text {
    padding-bottom: 10px !important;
    padding-top: 50px !important;
  }
  .navbarWrapper {
    padding: 10px 0;
  }
  .navbarWrapper .navBrand a span:nth-child(1) {
    font-size: 20px;
  }
  .navbarWrapper .navBrand a span:nth-child(2) {
    font-size: 12px;
  }
  .cusCutPaddingSm {
    padding: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  .order-13 {
    order: 13;
  }
}

input#via::-webkit-input-placeholder {
  color: #777 !important;
}

@media screen and (max-width: 767px) {
  .booook {
    font-size: 15px !important;
    padding: 50px !important;
  }
  .services-container h2 {
    font-size: 25px !important;
  }
}
