.friends h2 {
  margin-top: 0;
}
.W70 {
  width: 70%;
}
.bg-friends {
  background: #f0eeef;
  border: 1px solid #a8a8a8;
}
.bar_overview {
  background: url("../themes/yosemite/img/guestrooms.png") no-repeat;
  height: 15px;
  margin-bottom: 10px;
  width: 92%;
}
.bar_div {
  background: url("../themes/yosemite/img/barA.png") no-repeat;
  height: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.headdingtext {
  font-weight: bold;
  color: #000;
}
.g-recaptcha iframe {
  width: 227px;
  border-right: 1px solid #c6c6c6;
  border-radius: 5px;
}
.custom-radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio:last-child {
  margin-right: 0;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}
.radio-checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(130, 130, 130, 0.93);
  -moz-box-shadow: 0 2px 4px 0 rgb(130, 130, 130, 0.93);
  box-shadow: 0 2px 4px 0 rgb(130, 130, 130, 0.93);
  background-color: #ddd;
  border-radius: 50%;
}
.custom-radio:hover input ~ .radio-checkmark {
  background-color: #ccc;
}
.custom-radio input:checked ~ .radio-checkmark {
  background-color: #ddd;
}
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio input:checked ~ .radio-checkmark:after {
  display: block;
}
.custom-radio .radio-checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}
.asterisk {
  color: red;
}
.contact-form-input .form-control {
  border: 0;
  border-bottom: 1.5px solid #444;
  border-radius: 0;
  box-shadow: none;
  background: transparent; padding: 6px 0px
}
.contact-form-input .form-control + label {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  font-weight: 400;
  color: #000;
  top: 0;
  font-size: 15px;
  display: block !important;
}
.contact-form-input .form-control:placeholder-shown + label {
  opacity: 0;
}
.contact-form-input .form-control:not(:placeholder-shown) + label,
.contact-form-input .form-control.placeholder-default + label {
  visibility: visible;
  opacity: 1;
  top: -20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.contact-form-input textarea.autoresizing:not(:placeholder-shown) {
  margin-top: 40px;
}
.contact-form-input .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 0 !important;
  border-bottom: 1.5px solid #10ae42 !important;
}
.contact-form-input textarea.form-control:not(:placeholder-shown) + label {
  top: 6px;
}
#PersonalInfoReqForm {
  margin-top: 30px;
  padding: 25px 10px;
}
.but_bg {
  text-transform: uppercase;
}
.bg-green {
  background: #00a651 !important;
}
.but_bg:hover {
  transform: translateY(-4px);
  -webkit-box-shadow: 0 21px 27px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 21px 27px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0 21px 27px -15px rgba(0, 0, 0, 0.75);
}
#mail_box p {
  text-align: justify;
  text-align-last: left;
  color: #929292;
}
.requestform_line {
  width: 19%;
  margin: 0 auto 10px auto;
  height: 1px;
  display: block;
  background: var(--primary);
}
.btns {
  padding: 10px 42px !important;
}
.g-recaptcha > div {
  width: auto !important;
}
.PersonalInfoReqForm-inner {
  border-radius: 8px;
  padding-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19),
    0 1px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
}
.requestdata_label {
  color: #959595;
  font-weight: 400;
}
@media (max-width: 767px) {
  .width100tabmob.messages_bar {
    padding: 0;
  }
  .requestform_line {
    width: 50%;
  }
  #PersonalInfoReqForm {
    padding: 25px 0;
  }
  .g-recaptcha {
    text-align: center;
  }
  .contact-form-input .form-control:not(:placeholder-shown) + label,
  .contact-form-input .form-control.placeholder-default + label {
    font-size: 15px;
  }
  .contact-form-input textarea.form-control:not(:placeholder-shown) + label {
    top: -4px;
  }
  .contact-form-input textarea.autoresizing:not(:placeholder-shown) {
    margin-top: 45px;
  }
}
@media (max-width: 360px) {
  .contact-form-input .form-control.placeholder-default + label {
    top: -40px;
  }
}
.char-limit {
  font-size: 13px;
}
.btn.button_bg{margin-bottom: 10px;}