body {
}

.disabled_area{
    background-color: #bebebe !important;
}

.disabled_area_text{
    color: #bc3a3a;
    font-size: 1em;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: calc(100% - 1em);
    height: 125px;
    line-height: 125px;
    font-weight: 800;
    background-color: rgba(255, 255, 255, 0.74);
}

#contactusbox{
    font-size: 13px;
}