.friends  h2{ margin-top:0px;}
.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 BUTTON CSS */

.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;
    background-color: #ddd;
    border-radius: 50%;
}
  
.custom-radio:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

.custom-radio input:checked ~ .radio-checkmark {
    background-color: var(--primary-dark);
}

.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: white;
}   


.asterisk {
    color: red;
}


.contact-form-input .form-control {
    border: 0;
    border-bottom: 1px solid #444;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    /* padding: 13px 12px 0 12px; */
}

.contact-form-input .form-control + label {
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    font-weight: 400;
    color: #777;
    left: 8px;
    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 {
    visibility: visible;
    opacity: 1;
    top: -20px;
    color: #444;
    font-size: 14px;
    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: 1px solid #00Ae65 !important;
}


.contact-form-input textarea.form-control:not(:placeholder-shown) + label {
    top: -7px;
}


#PersonalInfoReqForm {
    margin-top: 30px;
    padding:25px 10px; 
    -webkit-box-shadow: 1px 2px 12px 2px rgba(196,196,196,1);
    -moz-box-shadow: 1px 2px 12px 2px rgba(196,196,196,1);
    box-shadow: 1px 2px 12px 2px rgba(196,196,196,1);
}


.but_bg {
    text-transform: uppercase;
}

.bg-green {
    background: #00a651 !important;
}

.but_bg:hover {
    transform: translateY(-4px);
    -webkit-box-shadow: 0px 21px 27px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 21px 27px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 21px 27px -15px rgba(0, 0, 0, 0.75);
}

#mail_box p {
    text-align: justify;
    text-align-last: center;
}

.g-recaptcha > div {
    width: auto !important;
}


@media (max-width: 767px) {
    .width100tabmob.messages_bar {
        padding: 0;
    }

    #PersonalInfoReqForm {
        padding: 25px 25px;
    }

    .g-recaptcha {
        text-align: center;
    }
}

.char-limit {
    font-size: 13px;
}