.banner {
    position: relative;
    background: #37112F;
    margin: 80px 0 0;
    padding-bottom: 40px;
}


.banner .left_content h2 {
    color: #FFC800;
    font-size: 25px;
    font-family: "Baloo Da 2";
    margin-left: 20px;
    margin-top: 20px;
}

.banner .left_content p {
    color: #25ECA4;
    font-family: "Baloo Da 2";
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

.book_form .form-control::placeholder {
    color: #454C7E;
    font-family: 'Baloo Da 2';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;

}

.book_form .form-control {
    border: 0;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 3px;
    resize: none;
    color: #454C7E;
    font-family: 'Baloo Da 2';
    font-size: 14px;
    font-weight: 500;
    background: rgba(217, 217, 217, 0.62);
}


.book_form .actions .remove-cart {
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    color: red;
    border: 0;
}

.cart .downloadlink {
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    color: #B01873;
    font-family: 'Baloo Da 2';
    border: 0;
}

.cart i {
    font-size: 15px;
    font-weight: 700;
    color: #B01873;
}

.book_form .checkout {
    width: 100%;
    margin-top: 20px;
}

.book_form .continue_shop {
    margin-top: 20px;
}

.book_form .title {
    /* background: #157E8E; */
    font-family: 'Baloo Da 2';
    font-size: 20px;
    font-weight: 700;
    color: #B01873;
    padding: 12px 0;
    /* width: 350px; */
    /* border: 0; */
    /* border-radius: 10px; */
    margin: 20px 0;
    border-bottom: 1px solid #37112F;
    /* box-shadow: 0px 16px 48px 0px #0000002D; */
}

.cart_total tr {
    border-bottom: 1px dashed #d9d9d9;
    height: 30px;
}

.cart_total tr td,
.cart_total tr th {
    font-family: 'Baloo Da 2';
    font-size: 18px;
}

.cart tbody tr td img {
    margin-left: 10px;
}

.cart tbody tr td {
    font-family: 'Baloo Da 2';
    font-size: 18px;
    padding: 20px 0;
    background: #9317611C;

    border-bottom: 1px dashed #37112F;
}

.successMsg {

    font-family: 'Baloo Da 2';
    font-size: 20px;
    font-weight: 700;
    color: #B01873;
}

.successMsgsmall {

    font-family: 'Baloo Da 2';
    font-size: 18px;
    color: #B01873;
}
.successMsgsmall a{

    font-family: 'Baloo Da 2';
    font-size: 18px;
    color: #B01873;
    border-bottom: 1px dashed #B01873;
}

@media (max-width: 767px) {
    .brand3.story {
        padding: 0px 10px;
    }

    .storyline div {
        width: auto !important;
    }

    .brand3.story .storyline {
        display: block;
    }

    .brand3.story .desc {
        padding: 14px;
        margin-top: 10px;
    }
}