.bg-soft
{
    background-color: #f5f7ff;
}

.bg-soft-green
{
    color: #17cea6;
    font-weight: 600;
}

.bg-soft-yellow
{
    background-color:#EFD967;
}

.bg-reservecar
{
    background-color: #FFBA0A;
}

.bg-reservecar:hover
{
    background-color: #FFBA0A;
}

.bg-black
{
    background-color:#000;
}

.bg-black:hover
{
    background-color:#000;
}

.text-reservecar
{
   color: #FFBA0A !important;
}

.text-black
{
    color: #000 !important;
}

.floating-button-div
{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.btn-whatsapp-float
{
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.navbar
{
    box-shadow: none !important;
}

body
{
    color: #000 !important;
}
