/* Could be reused */
.ora-header-title{
    font-family: 'Widescreen';
    font-weight: 700;
}

.fw-700{
    font-weight: 700;
    font-family: Montserrat-Bold;
}
.fw-400{
    font-weight: 400;
}

.ora-button-gray{
    color:#949494;
}

.ora-bg-lightblue{
    background: #EAF8FA;
}

.ora-bg-lighterblue{
    background: #f3fbfd;
}

.ora-bg-blue{
    background: #57b7cf!important;
}

.ora-bg-gray{
    background:#f8f8f8;
}

.ora-text-lightblue{
    color: #EAF8FA;
}

.ora-text-blue{
    color: #57b7cf;
}

.ora-text-gray{
    color:#949494;
}

/* button which can be reused */
.ora-button{
    padding: 14px 30px;
    font-family: Montserrat-Bold;
    font-weight: 700;
    border:none;
    
}

.ora-button:disabled{
    opacity: 0.7;
}


/* Mobile only styling */
@media only screen and (max-width: 768px) {

    #subscribeModal .modal-body label[for="flexCheckDefaultModal"] {
        font-size: 14px;
    }


}