.shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/** BG Color **/
.blue.bg {
    background-color: #153A5C;
}

.white.bg {
    background-color: #fefefe ;
}

/** Typo Color **/

.white {
    color: #fefefe ;

}

.white.border {
    border: solid 1px #fefefe ;
}

.blue {
    color: #0e3a5d;
}

.white.bg.pricing {
    background-color: rgba(255, 255, 255, 0.9);
    border: 0.5px rgba(14, 58, 93, 0.2) solid;
    transition: ease 0.3s;

}

.white.bg.pricing:hover {
    background-color: rgba(255, 255, 255, 0.65);
    color: #fefefe ;
    transition: ease 0.3s;
}

.newblue.bg {
    background-color: rgba(14, 58, 93, 0.3) !important;
}


.blue.border {
    border: solid 1px rgba(14, 58, 93, 0.5) !important;

}


.red {
    color: #e30613;
}

.red:hover {
    color: #e30613;
    text-decoration: none;
}

.red.border {
    border: solid 1px rgba(227, 6, 19, 0.5) !important;
}

.grey {
    color: #3F4756;
}

.grey:hover {
    color: #3F4756;
    text-decoration: none;
}

.grey.border {


}

.cursor-pointer {
    cursor: pointer;
}

.grey.bg {
    background-color: rgba(63, 71, 86, 0.3);
}

.grey.bg.pricing:hover {
    background-color: rgba(63, 71, 86, 0.2);
}

.grey.bg.feat {
    background-color: rgba(63, 71, 86, 0.015);
    border: 1px solid rgba(63, 71, 86, 0.04);
    margin-top: -3px !important;
}
