.app_title{
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}
.nexhealth{
    width: 100%;
    max-width: 720px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    color: black;
}
 .tp_button{
    padding: 10px;
    cursor: pointer;
     background-color: #D4D4D8;
     margin-bottom: 5px;
     font-size: 18px;
	 position: relative;
}
.tp_button:hover{
    background-color: #BBBBBB;
}
.loc_button{
    padding: 10px;
    cursor: pointer;

    border: 1px solid grey
}
.loc_block{
    margin-bottom: 30px;
    position: relative;
}
.l_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.l_descr{
    font-size: 14px;
    font-weight: 500;
}
.p_title{
    font-size: 16px;
    color: grey;
}
.p_name{
    font-size: 18px;
    font-weight: 700;
}
.provider_area{
    margin-top: 15px;
    padding-left: 20px;
}
.pr_button{
    padding: 10px;
    border: 1px solid grey;
    margin-bottom: 5px;
    cursor: pointer;
}

.day_title{
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;

}
.slot_area{
    padding: 5px 5px 5px 15px;
}
.slot{
    display: inline-block;
    padding: 5px 10px;
    background: lightgray;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 5px;
	border: 1px solid lightgray;
}
.slot_day{
    border: 1px solid grey;
    padding: 5px 5px 0;
    margin-bottom: 5px;
}
.pr_item{
    margin-bottom: 10px;
    position: relative;
}
.next_slots, .prev_slots, .select_date{
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
    border: 1px solid grey;

}
.next_available{
    margin-top: 5px;
}
.prev_slots{
    margin-bottom: 5px;
}
.select_date{
    text-align: left;
    margin-bottom: 5px;
    position: relative;
}
.select_date input{
    width: 95px;
}
.loader{
    position: absolute;
    background-image: url("/nexhealth/loader.gif");
    width: 20px;
    height: 20px;
    background-size: cover;
    right: 5px;
    bottom: 5px;
    display: none;
}
.out_bt{
    position: relative;
}
.cat_area{
    position: relative;
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
}
.appointment-form-wrapp .sel_cat,.sel_cat{
    font-size: 16px;
    padding: 5px;
    width: 100%;
    max-width: 650px;
    line-height: 20px;
}
.slot:hover,.slot.select{
    background-color: white;
    color: #00c751;
}
.appointment-form-wrapp p  .app_send{
	border: 2px solid #00c751;
   
}

input[type=submit].app_send{
 max-width: 300px;
    margin-top: 20px;
    float: none;
}