.bookdemo-banner {
    background-image: url(/images/book-an-appointment/e-book.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
}

.bookdemo-banner h5 , .bookdemo-banner p , .bookdemo-banner ul li {
    color: #fff;
}
.book-banner-content h1 {
    margin-bottom: 20px;
}

.bookdemo-banner h5 {
    margin-bottom: 15px;
    font-size: 22px;
}

.book-banner-content ul {
    list-style: disc;
    padding-left: 25px;
    margin: 15px  0;
}

.book-banner-content ul li {
    margin-bottom: 10px;
}

.bookdemo-banner .book-banner-content p {
    margin: 0;
}
.banner-calender input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 0;
    outline: none;
}
/* end banner-section */

.bookfreelancer-section .book-img img {
    max-width: 60px;
    height: 60px;
    width: 100%;
}
.bookfreelancer-section .book-box {
    background: #fff;
    padding: 30px;
    border: 1px solid #d3d3d3;
    min-height: 100%;
    transition: all .3s ease-out;
    border-radius: 5px;
}
.bookfreelancer-section .book-box:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-color: transparent;
}
/* end */
/* .book-about-section span.tagline {
    padding: 5px 15px;
    background: #00BCD4;
    color: #fff;
    border-radius: 7px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize;
} */
.bookfreelancer-section .book-box h3 {
    font-weight: 500;
    font-size: 22px;
}
.book-about-section {
    background-image: url(/images/features-bg.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.book-shedule-section {
    color: #fff;
    background-image: url(/images/mspimages/support.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 70px 0;
}

.book-shedule-section .row {
    max-width: 850px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 50px 40px;
    position: relative;
}

.book-shedule-section .row h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.book-shedule-section .row p {
    margin: 0;
}

.book-shedule-section .row .book-schdule-btn {
    margin-bottom: 15px;
}

.book-shedule-section .row span {
    margin: 0;
    font-size: 15px;
    display: block;
}
.book-shedule-section .row a.explore-btn {
    text-transform: uppercase;
}

@media(max-width:767px){
    .book-about-section .row {
        flex-direction: column-reverse;
    }
    .bookdemo-banner h1, .bookdemo-banner h1 span {
        font-size: 38px;
    }
}
@media(max-width:575px){
    .book-shedule-section .row {
        padding: 35px 15px;
    }
}