#appointments .header {position: relative;}
#appointments .serviceHeader {
    width: 100%;display: block;position: absolute;margin-top: 14em;
    background-color: rgba(54, 54, 54,.5);
    padding: 1em ;  }
#appointments .serviceHeader h1 {color: #ffffff;margin-bottom: 0;}
#appointments .serviceDesc{
    padding:1em 0;text-align: center;font-style: italic;color: #cacaca;font-size: 16px;}
#appointments .serviceDesc div {margin:0 auto;width: 80%;}
#appointments .horiLine {
    width: 25%;height:2px;background-color: rgb(120, 205, 209); display: block; margin: 1em auto 0 auto;}
#appointments .body {background-color: #ffffff;}
#appointments .body .appForm {margin-top: 1em;}
#appointments h4 {
    text-align: center; padding: 1em 0 0 0;
}
#appointments h5 {
    text-align: center; font-weight: 400; font-size: 24px;margin-top: 1em;}
#appointments h6 {
    text-align: center; margin: 1em auto; font-size: 18px;}
#appointments .appForm h6 {margin-bottom: 0;}
#appointments .hotlinePicture {border: solid 1px #ebebeb;border-radius: 50%;padding:5px;overflow:hidden;box-shadow: none;max-height: 389px;max-width: 389px;
    margin:1em auto;position: relative;}
#appointments .hotlinePicture img {border-radius: 50%;overflow:hidden;box-shadow: none;}
#appointments .workingTime-bg {
    position: absolute; margin: 2em auto; background-color: rgba(120, 205, 209,.8);
}