.contactus-1::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(../img/map.png); 
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(2px) brightness(.8);
}
.dispnon{display: none}
.p-h/*page-header*/{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../img/cover.jpg');
}

.c/*card img:company.jpg*/{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../img/company.jpg');
}

.c2/*card img:company2.jpg*/{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../img/company2.jpg');
}

.c-b/*card-body*/{
    margin-top: 0px;
}

.lock{
    border: 1px black solid;
}

.info-pad{
    padding: 0px;
}

@media only screen and (max-width: 991px) {
    .big-window{
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .small-window {
        display: none;
    }
}

.result-box{
    padding: 30px;
    border-radius: 10px;
}

.result-text{
    color: black;
    font-weight: bold;
    margin-top: 20px;
}

.result-buttons a{
    margin: 15px;
}

.previous{
    margin-top: 20px;
}

.disabled {
    color: rgb(117, 117, 117) !important;
}
.hide{
    display: none;
}