#slide9{
    width:1000px;
    height:768px;
    margin: 0 auto;
    position:relative;
    font-family: FiraSansMedium;
    color: #5c5c5c;
}
 #slide9 .f-bottom{
    background: url(../../images/bot-bg.jpg) left 0 no-repeat !important;
 }
 #slide9 .top-bg{
    background: url(../../images/bot-bg.jpg) left 0 no-repeat !important;
 }
#slide9 .h-line{
    width: 100%;
    height: 60px;
    float: left;
    margin-top: 60px;
}
#slide9 .h-line h3{
    float: left;
    display: block;
    width: 334px;
    font-size: 38px;
    color: #5c5c5c;
}
#slide9 .h-line .h-p{
    font-size: 20px;
    color: #5c5c5c;
    font-family: FiraSansBook;
    font-weight: 500;
    line-height: 34px;
    position: relative;
    float: left;
    width: 440px;
}
#slide9 .h-line .h-p:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 65px;
    background: #5c5c5c;
    top:-15px;
    left: -30px;
}
#slide9 .l-block{
    width: 304px;
    float: left;
}
#slide9 .r-block{
    float: left;
    width: 500px;
    margin-top: 20px;
    margin-left: 5px;
}
#slide9 .r-block h4{
    font-size: 20px;
    font-family: FiraSansBold;
    text-transform: uppercase;
    margin: 40px 0 15px 0;
    letter-spacing: 1.5px;
}
#slide9 .r-block ul li{
    position: relative;
    margin-left: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 18px;
}
.r-block ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffb600;
    position: absolute;
    top: 5px;
    left: -15px;
}
#slide9 .r-block ul li span{
    font-family: FiraSansRegular;
}
.doctor{
    position: absolute;
    bottom: 50px;
    right: 20px;
}