.box-ebooks .custom-form input:focus-visible{
    border: none;
    outline: unset;
}

.box-ebooks .custom-form {
    width: 80%;
    margin: auto;
}

.box-ebooks .download {
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
    font-family: 'Inter-Medium';
    background-color: #001836;
}
.box-ebooks h5.card-title {
    font-weight: 500;
    color: #001836;
}

h3.form-title {
    color: #00285A;
    font-family: 'Inter-Bold';
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.box-ebooks .box-items h3{
    color: #001836;
    text-transform: uppercase;
}

.box-ebooks .box-items .download {
    background-color: red;
    padding: 0.5rem 1.5rem;
    border-radius: 15px;
    color: #fff !important;
}

.box-ebooks .contents-slide .owl-nav i{
    color: #00285A;
}