.dibus {
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    margin-top: 90px;
}

.shiping_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.vh {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* .vh:nth-child(3) {
    margin-bottom: 90px;
} */
/* .vh:nth-child(4) .vh_items:not(:first-child) {
    font-size: 1.6rem;
} */
.vh .vh_items:nth-child(1) {
    width: 250px;
    height: 90px;
    background-color: #d3af7b;
    margin-right:
        95px;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    color: aliceblue;
    border-radius: 0px;
    color: #333;
}

.vh .vh_items:nth-child(5) {
    width: 250px;
    height: 90px;
    background-color: #d3af7b;
    margin-right:
        95px;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    color: aliceblue;
    border-radius: 0px;
    color: #333;
}

.vh .vh_items:nth-child(9) {
    width: 250px;
    height: 90px;
    background-color: #d3af7b;
    margin-right:
        95px;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    color: aliceblue;
    border-radius: 0px;
    color: #333;
}

.vh .vh_items:nth-child(13) {
    width: 250px;
    height: 90px;
    background-color: #d3af7b;
    margin-right:
        95px;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    color: aliceblue;
    border-radius: 0px;
    color: #333;
}

.vh_items {
    width: 226px;
    height: 70px;
    background-color: #24317a;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 65px;
    color: #fff;
    margin: 0px 10px 30px;
    border-radius: 35px;
}

/* .vh_items {
    transition: box-shadow,transform 0.3s ease-in-out; 
} */
.vh .vh_items:nth-child(10) {
    font-size: 1.6rem;
    line-height: 70px;
}

.vh .vh_items:nth-child(11) {
    font-size: 1.6rem;
    line-height: 70px;
}

.vh .vh_items:nth-child(12) {
    font-size: 1.6rem;
    line-height: 70px;
}

.vh_items:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    color: rgb(220, 236, 250);
    transition: all 0.3s ease-in-out;
}

.v_model_books {
    width: 100%;
}

.v_model_books_hedaers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    border-radius: 35px;
    border: 1px solid #ccc;
}

.v_model_books_hedaers_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 16.6%;
    height: 100%;
    /* line-height: 70px; */
    font-size: 1.2vw;
    font-weight: 900;
    text-align: center;
    /* line-height: 65px; */
    color: #24317a;
}

.v_model_books_content {
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.v_model_books_content_items {
    width: 100%;
    height: 370px;
    background-color: #24317a;
    margin: 0 10px;
}

.ws {
    width: 75vw;
}

.lis {
    width: 100%;
    text-align: center;
    font-size: 1.0vw;
    font-weight: 700;
    text-align: center;
    color: #f9f9f9;
    margin-top: 20px;
}

.lis:hover {
    transform: scale(1.3);
    color: rgb(188, 221, 250);
    transition: all 0.2s ease-in-out;
}

.lis:active {
    color: rgb(121, 124, 128);
}

.btn-primaryd {
    width: 110px;
    height: 40px;
    background-color: #2b3564;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.btn-primaryd:hover {
    width: 110px;
    height: 40px;
    background-color: #2b3564;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.form-control {
    height: 50px;
    margin-bottom: 40px;
}
.serve_link_Items {
    color: #fff;

}
.serve_link_Items:hover {
    /* background-color: #f9f9f9; */
    color: #fff;

}