
.pricing .card {border: 1px solid #dbdfef;margin-left: 25px;height: 350px;-webkit-box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);-moz-box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);border-radius: 1rem;padding-bottom: 15px;margin-bottom: 25px;}

.col-lg-3 {
    width: 22%;
}

.price-head {
    padding-top: 1rem;
}
.card-heading-text {
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem 0 0.25rem 0;
}
.border-hd {
    margin: 0 auto;
    border: 2px solid #ABD3EF;
    width: 12%;
}
.pricing .card-body {
    padding: 1.25rem;
}
.para-text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.text-center {
    text-align: center!important;
}
h4#new_silver_rental_price {
    text-align: center;
    margin: 0;
    font-size: 18px;

}

.btn-yellow {
    border-radius: 23px;
    background-color: #ffc632;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding: 10px 25px;
    min-height: 45px;
    line-height: 1.5;
    border: none;
    white-space: unset;
    cursor: pointer;
    text-decoration: none!important;
}

.card-body ul {
    text-align: center;

}

.card-body ul li {

    color: #000;
}
