
div#about p {
    color: #f7f7f7;
    margin-bottom: 7px;
}
h1.qb-h1 {
    color: #f9cc29;
    text-align: center;
}
.feature-item:hover {
    margin-top: none !important;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 8%);
}
input.form-control {
    font-size: 14px;
    color: #095a9b;
}
label {
    margin-top: 10px !important;
    padding: 0px !important;
    color: #2b2d2f;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
.d-flex.flex-column.pr-4.align-items-center {
    margin-right: 14px;
}

.radio-p {
    border: 1px solid #d3d5d3;
    padding: 10px;
    background-color: #c2cfe12e;
    border-radius: 0px;
}
.card.card-price-pre {
    padding: 17px;
    border-radius: 3px;
    border: none;
    background-color: #79d309;
}

.total_amount td,
.total_amount td label
{
  font-weight: bold;
}
  

body {
    margin: 0;
    font-family: "Parkinsans", sans-serif;
    background-color: #0054ce;
}

.radio-p.ride_type.active {
    border: 1px solid #fff0;
    padding: 10px;
    background-color: #0054ce;
    border-radius: 0px;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
}
.radio-p.ride_type.active .pms-radio-lable {
    color: white;
}

.form-check-input:checked {
    background-color: #ffce00;
    border-color: #2D5710;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.radio-p.package_sect.active {
    border: 1px solid #fff;
    padding: 10px;
    background-color: #c6e3b9;
    border-radius: 5px;
}

.price-pre-labe {
    margin: 0px !important;
}

td {
    border: none;
    border-bottom-width: medium;
    text-align: left;
    padding: 4px !important;
}
.table.price_table_pms td:nth-child(3),
.table.price_table_pms td:nth-child(6)
{

    color: #282626 !important;
    text-align: right !important;
}

.price_details {
    color: #202220;
    margin-top: 12px !important;
    display: block;
    margin-bottom: 0px !important;
    font-size: 15px;
    display: none;
}
.price_details2 {
    font-weight: 600;
    color: #083475;
    line-height: 17px !important;
    display: block;
    font-size: 15px;
    margin-top: 8px;
}
.total_amount {
    border-top: 2px dashed white;
    border-bottom: 2px dashed white;
}


@media screen and (max-width: 500px) {
    p {
        font-size: 14px;
        text-align: justify !important;
    }
}