#content-page{
    padding: 30px 0;
}
.wl-head{
    background-color: #9ddf47;
    padding: 15px 0;
    text-align: center;
}
.wl-head img{
    max-width: 100%;
}
.wl-video-box{
    
}
.wl-video-box .video-box{
    margin-bottom: 15px;
}
.wl-work-head {
    padding: 15px;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    text-align: center;
}

.wl-work-content {
    margin-top: 5px;
    
}
.wl-work-content ul.items{
    margin: 0;
    border: 1px solid #c9c9c9;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    background: #FFF;
    list-style: none;
    direction: rtl;
    min-height: 241px;
    background-color: #fff;
}
.wl-work-content ul.items li strong{
    color: #000;
}

.wl-work-content ul.items li {
    border-top: none;
    padding: 11px 30px 11px 0px;
    background: url(../images/wl-icon1.jpg) no-repeat right;
    color: #7c7c7c;
}
.wl-work-content ul.items li+li {
    border-top: 1px dotted #c9c9c9;
    background: url(../images/wl-icon2.jpg) no-repeat right;
}
.wl-work-content ul.items li+li+li {
    background: url(../images/wl-icon3.jpg) no-repeat right;
}
.wl-work-content ul.items li+li+li+li {
    background: url(../images/wl-icon4.jpg) no-repeat right;
}
.wl-work-content .timer-box{
    border: 1px solid #c9c9c9;
    margin-top: 15px;
}
.wl-work-content .timer-box .flip-clock-wrapper{
    margin-top: 4px;
    margin-bottom: 20px;
}
.wl-weblinkbox {
    background: #cc0001;
    border: 2px solid #1a0703;
    padding: 15px;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 10px;
}
.wl-weblinkbox h3{
    margin: 0;
}

.wl-book-box {
    background-image: url(../images/gray-box-bg.jpg);
    border-radius: 15px;
    padding: 15px;
    max-width: 800px;
    margin: 15px auto;
    border: 1px solid #b6b6b6;
    display: inline-block;
    float: none;
    text-align: right;
}
.wl-book-box h3{
    color: #000;
    font-weight: bold;
    font-size: 22px;
}
.wl-book-box h3 b{
    color: #ed1c24;
}
.wl-book-box p{
    font-size: 16px;
    margin-top: 15px;
}
.wl-book-box h2{
    text-align: center;
    color: #ed1c24;
    margin: 15px 0 0 0;
    font-size: 22px;
    float: right;
}
.wl-book-bt {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 5px solid #f37934;
    border-radius: 30px;
    font-size: 26px;
    color: #28324e;
    font-variant: 600;
    font-weight: 600;
    background-color: #fac51c;
    text-decoration: none;
    box-shadow: 0 8px 5px -6px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    margin-top: 30px;
}
.wl-book-bt:hover {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    background-color: #f37934;
    border-bottom: 5px solid #cc3300;
}

