.section-ebook-banner {
    background:url('https://ik.imagekit.io/6fmwjfqof/staticimages/home-bnr-bg.png');
    background-size: cover;
    background-position: center;
}
.section-ebookl-banner {
    background: url(../images/bg-ebook.png) no-repeat;
    background-size: cover;
    min-height: 400px;
    background-position: center;
}
.ebooks-bottom {
    border-bottom: 1px solid #009aad;
}
.ebook-contents {
    transition: all .5s ease;
}
.ebook-contents:hover {
    transform: translateY(-10px);
}
.ebook-contents h3 {
    min-width: 100px;
}
.ebook-contents img {
    border-radius: 10px 10px 0px 0px;
}
.ebook-contents .fa-long-arrow-right {
    font-size: 25px !important;
    vertical-align: middle;
    transition: all 1s ease;
}
.ebook-contents a:hover .fa-long-arrow-right {
    transform: translateX(10px);
    color: #ff9500;
}
.ebook-contents a:hover {
    color: #ff9500;
}
.section-ebook-list .fa-book {
    font-size: 25px;
}

.ebookl-content p {
    font-size: 18px;
    color: #0a263b;
    line-height: 28px;
}
.ebookl-content ul {
    padding-left: 0;
}
.ebookl-content ul li {
    list-style: none;
    font-size: 18px;
    color: #0a263b;
    padding: 0px 0 15px 25px;
    position: relative;
}

.ebookl-content li::before {
    content: "";
    background-image: url(https://agilemania.com/asset/images/professional-arrow.png);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: 0px;
}

.section-ebookl-content .form-check-input {
    padding: 8px !important;
    margin-top: 3px !important;
}

@media (min-width: 992px) {
    .section-ebookl-content .bgs-darkblue {
        margin-top: -250px;
    }
}

.section-ebook-about .owl-carousel .owl-item img {
    width: max-content;
}