

.toast{
    opacity: 1;
}

.hero-section h3{
    padding: 6px 0;
    text-shadow: 0px 0px 5px #FFFFFF;
}



#main-content-section{
    
    background: white;
}



.transparent-gray{

    background: #02020280;
}

.quote-box{
   /* opacity: 0.8; */
   /* margin-bottom: 13rem; */
   font-family: "Futura", sans-serif;
   
}
.text-white{
    color: white;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

.action-btn{
    height: 50px;
    margin-top: 31px;
    font-size: 2em;
    line-height: normal;
    /* border: none;
    line-height: 16px;
    border-radius: 50px;
    color: #fff; */
}

#login-box-container{
    font-family: "Futura", sans-serif;

    margin: 0 0 20px 0;
    padding: 1rem 2rem;
    border-radius: .3rem;

}




.card.PENDING{
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 0), rgb(243, 242, 242);
    background-position: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 50px 50px;
}






.products{
    margin-top: 32px;
}
.products .card{
    min-width: 300px;
    text-align: center;
}

.products .book-now{
    margin-top: 1.25rem;
}

footer{
    background: #ffffff94;
}


