.cls-search-form-fields {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.cls-search-form-fields form#find_instructor {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 7px;
    margin-bottom: 40px;
}

.cls-search-form-fields .form-group.cls-one-half {
    width: 33.33%;
    float: left;
}

.cls-search-form-fields .form-group.cls-one-half select {
    width: 94%;
    height: 40px;
    border-radius: 5px;
}

#leanrhunt_map_box_maker {
    width: 100%;
    height: 600px;
    float: left;
    margin-bottom: 40px;
}

.leanrhunt_lhunt_box_temp {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    border-radius: 24px 0 24px 0;
    overflow: hidden;
}

.leanrhunt_lhunt_box_temp .lhunt_temp_inner {
    padding: 25px;
    padding-bottom: 60px;
}

.lawery_temp_lname {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.lawery_temp_meta {
    margin-bottom: 10px;
}

.lhunt_connect_msg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.lhunt_connect_msg_link {
    background: rgb(255 103 0);
    color: #fff;
    padding: 13px 25px;
    transition: all 0.5s;
    display: inline-block;
    width: 100%;
    border-radius: 0 0 24px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.lhunt_connect_msg_link:hover {
    background: rgb(217 92 7);
}

.leanrhunt_contact_form {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #00000094;
    top: 0;
    left: 0;
}

.learnhunt_contact_form_inner {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 24px 0 24px 0px;
}

.learnhunt_contact_header {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 13px;
    background: #f6f6f6;
}

.learnhunt_contact_box {
    padding: 30px;
}

.learnhunt_contact_box textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}

#lh-send-message {
    background: rgb(255 103 0);
    color: #fff;
    border: 0;
    padding: 14px 25px;
    cursor: pointer;
}

.learnhunt_close_contact {
    background: rgb(255 103 0);
    color: #fff;
    padding: 1px 10px;
    border-radius: 50px;
    position: absolute;
    right: -12px;
    top: -9px;
    width: 29px;
    height: 29px;
    text-align: center;
}