body{
    color: #000;
    background-color: #eff2f7;
}
.countdown h5{
font-size: 16px;
}
.alert-warning {
    --bs-alert-color: #916c2e;
    --bs-alert-bg: #fcf0db;
    --bs-alert-border-color: #f1e0c2;
}
.fs-20{
    font-size: 20px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.payment-content{
    padding: 35px 50px;
    height: 100vh;
}
.payment-content {
    padding: 35px 50px;
    height: 90vh;
    position: relative;
}

.paymentoption{
    border: 1px solid #edecec;
    border-radius: 10px;
    cursor: pointer;


}
.paymentoption:hover{
    border: 1px solid #E45415;
    border-radius: 10px;
    cursor: pointer;


}
.paymentoption img{
    height: 35px;
}
.w-half {
    width: 45%;
    margin: 5px;
}
.name-bank h5{
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.bankslides{
    height: 305px;
    overflow-x: scroll;
}


@media (max-width: 767px) {
    .payment-content{
    padding: 15px;
    height: auto;
}
.countdown h5{
font-size: 12px;
}
}