﻿body {
  font-family: "Mulish", sans-serif;
}

.booking_left {
  padding-right: 0px;
  float: left;
  position: relative;
  width: 100%;
}

.booking_head {
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(14, 47, 96, 0.3);
  background-color: white;
  position: fixed;
  height: 80px;
  top: 0;
  z-index: 999;
  align-items: center;
  display: flex;
}

.booking_head h2 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #0e2f60;
}

.billing_info {
  overflow: auto;
  top: 70px;
  background-color: white;
  padding: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 150px;
}

.billing_info .material-form-field {
  margin-bottom: 15px;
}

.billing_info .billing_info_title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #0e2f60;
  margin-bottom: 20px;
  margin-top: 10px;
}

.billing_info textarea {
  background-color: #fafafa;
  border-radius: 0px;
}

.material-form-field {
  position: relative;
  display: block;
}

.material-form-field .material-form-field-label {
  position: absolute;
  display: block;
  top: 15px;
  left: 60px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
  cursor: text;
  color: #666666;
}

.material-form-field .material-form-field-label span {
  color: #ff0000;
}

.material-form-field input {
  padding: 12px 5px 0px 60px;
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  color: #000000;
  border: 0px solid #d7d7d7;
  outline: none;
  height: 56px;
  background-color: #f1f4fc;
  border-radius: 18px;
}

.material-form-field input:focus ~ .material-form-field-label,
.material-form-field input:valid ~ .material-form-field-label {
  top: 7px;
  font-size: 12px;
  color: #0078ff;
}

.material-form-field input:focus {
  outline: none;
}

.material-form-field input:focus ~ .material-form-field-label {
  color: #3f51b5;
}

.material-form-field textarea {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  color: #000000;
  border: 0px solid #d7d7d7;
  outline: none;
  background-color: #f1f4fc;
  border-radius: 18px;
}

.booking_footer {
  background-color: #fcfcfc;
  /*overflow: overlay;*/
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0px -10px 30px rgba(178, 195, 204, 0.3);
  z-index: 991;
  padding-left: 60px;
  padding-right: 60px;
}

.booking_footer .btn_footer_enable {
  background-color: #2acc98;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 18px;
  border-radius: 18px;
  padding: 15px 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}

.user-icon {
  background: url(../../Image/css_sprites.png)-245px -91px;
  width: 17px;
  height: 16px;
  left: 20px;
  top: 19px;
  position: absolute;
}

.email-icon {
  background: url(../../Image/css_sprites.png)-10px -240px;
  width: 20px;
  height: 16px;
  left: 20px;
  top: 19px;
  position: absolute;
}

.phone-icon {
  width: 25px;
  height: 25px;
  background: url(../../Image/css_sprites.png) -200px -10px;
  left: 20px;
  top: 16px;
  position: absolute;
}

.lock-icon {
  background: url(../../Image/css_sprites.png)-245px -51px;
  left: 20px;
  top: 16px;
  position: absolute;
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 991px) {
  .booking_head h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .booking_left {
    padding-right: 0px;
    width: 100%;
    overflow: scroll;
  }

  .booking_head {
    z-index: 999;
    padding: 20px;
    padding-left: 30px;
    width: 100%;
    position: relative;
  }

  .booking_footer {
    width: 99.7%;
    z-index: 999;
    border-radius: 20px 20px 0px 0px;
  }

  .billing_info {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 200px;
    top: 0;
  }

  .booking_footer .btn_footer_enable {
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
  }

  .booking_footer .btn_div {
    padding-right: 0px;
  }
  .google_recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

.login-info-modal .login-title {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #0e2f60;
  padding-left: 12px;
}

.login-info-modal .login-info {
  padding: 20px 50px 100px 50px;
  top: 0px;
}

.login-info-modal .booking_footer {
  padding: 0px 10px;
  border-radius: 20px 20px 0.3rem 0.3rem;
}

.login-info-modal .booking_footer .btn-login-footer {
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 600;
}

.login-info-modal .login-modal-close {
  position: absolute;
  top: 30px;
  right: 32px;
  transition: all 0.2s;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  background-color: rgb(0 0 0 / 20%);
  padding: 4px 9px;
  border-radius: 50px;
  color: #fff;
  opacity: 1;
  z-index: 9999;
}

.login-info-modal .login-modal-close {
  outline: none;
}

.login-info-modal .login-info .material-form-field .email-error {
  top: 7px;
  font-size: 12px;
  color: #0078ff;
}

.login-info-modal .login-footer {
  margin-left: 1px;
  width: calc(100% - 1.8px);
}

.login-info-modal .modal-body .view_pass {
  position: absolute;
  top: 10px;
  right: 8px;
  border: 0px;
  background-color: unset;
  height: 40px;
  width: 40px;
  background: url(../../Image/css_sprites.png)-84px -188px;
}

.login-info-modal .modal-body .hide_pass {
  position: absolute;
  top: 10px;
  right: 8px;
  border: 0px;
  background-color: unset;
  height: 40px;
  width: 40px;
  background: url(../../Image/css_sprites.png)-44px -188px;
  outline: none;
}
.error-message-text {
  display: block;
  margin-top: 5px;
}
