.container_form {
  display: none;
}
.container_form {
  background-color: #b7b7b729;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
}
.book_form {
  max-width: 600px;
    max-height: 470px;
    width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
}

.loading img {
  width: 75px;
}

.loading {
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thankyou {
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
  color: #0083bf;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h2.modal_form_title {
  color: #0083bf;
  font-size: 30px;
  margin: 0;
  z-index: 1;
  padding: 20px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}
.form {
  width: 100%;
  padding: 20px;
  /* background-color: #0000004d; */
  height: 85%;
}
.form-group {
  margin-bottom: 0.1rem;
}
.form-group label {
  width: 34%;
  font-size: 15px;
}
.form-group input,
.form-group select,
input[type="date"] {
  width: 65%;
  padding: 4px 10px;
  border: 1px solid #0083bf78;
  font-size: 15px;
  color: #333333;
}

button.book-karmabeach {
    width: 100%;
    background-color: #0083BF;
    border: 1px solid #007bff;
    padding: 5px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1px;
}

button.book-karmabeach:hover {
  background-color: #0069d9;
}

input#international_PhoneNumber_countrycode {
    width: 100%;
    padding-left: 85px !important;
    font-size: 15px;
}
.iti.iti--allow-dropdown {
  width: 65%;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 15px;
    color: #333333;
}

input:focus, select:focus {
  box-shadow: 0px 0px 6px #fba3a3;
  border-color: #0083bf;
}


.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 131, 191, 0.23) !important;
}

.form-submit {
  margin: 20px 0 30px 0;
}

.errormessagephone{
  color: #f66 !important;
  font-size: 12px !important;
  text-align: right !important;
  width: 100% !important;
  display:none;
  margin-top: -3px
 }

 /* Datepicker */
 .ui-state-highlight, .ui-widget-content .ui-state-highlight,
 .ui-widget-header .ui-state-highlight {
    border: 1px solid #0083bf !important;
    background: #0083bf57 !important;
    color: #0083bf !important;
 }

 .ui-widget-header {
    border: 1px solid #0083bf !important;
    background: #c4e2f0 !important;
 }

 .form .arrow p {
  font-size: 28px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  color: #1e8cbe;
}

#arrow {
  display: none;
}

.form .arrow {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media (max-width: 767px){
  .form-group label {
      width: 100%;
      margin-bottom: 1px;
  }
  .form-group input, .form-group select {
      width: 100%;
  }
  .form {
    height: 80%;
    overflow-y: scroll;
  }
  /* .modal_close {
    right: -8px;
  } */
  .book_form {
    max-height: 515px;
  }
  .iti.iti--allow-dropdown {
    width: 100%;
  }
  input#international_PhoneNumber_countrycode {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #arrow {
    display: block;
  }
}

/* iphone 5 */
@media (max-width: 320px) and (max-height: 568px) {
    .book_form {
      max-height: 433px;
      top: 49%;
    }
}