.color__Primary{
    color: #F7A71E !important;
}
.color__Secondary{
    color: #1E9BD0 !important;
}
.bg__Primary{
    background-color: #F7A71E !important;
}
.welcome{
    margin-top: -75px;
}
.color__Zensurance{
    background-color: #33C0B4 !important;
}
.clear__Both{
    clear: both !important;
}
.upload__Area{
    border: 2px dotted #C8C8C8;
}
.border__Left{
    border-left: 1px solid #dee2e6;
}

.cursor-pointer{
    cursor: pointer;
}

@media screen and (max-width:992px) {
    header{
        border-bottom: 1px solid rgb(224, 224, 224);
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .welcome{
        margin-top: 0px;
    }
    .border__Left{
        border-left: none;
    }
}
