.overlayBackground{
        display: none;
    }
.overlayBackground{
    width: 100%;
    height: 100vh;
    background-image: url(../images/trans.png);
    position: fixed;
    z-index: 100;
}
.overlayBackgroundHolder{
    width: 90%;
    max-width: 1000px;
    height: 90vh;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    margin-top:5%;
    overflow: hidden;
}
.overlayBackgroundClose{
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 50%;
    border:1px solid #2E3192;
    line-height: 30px;
    color:#2E3192;
    font-weight: bold;
}
.overlayBackgroundClose:hover{
    cursor: pointer;
    background-color: #2E3192;
    color: #fff;
}
.overlayBackgroundScroll{
    height: 80vh;
    width: 100%;
    overflow-y:scroll;
}
.overlayBackgroundImage{
    width: 95%;
    margin: 0 auto;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
}
.overlayBackgroundHeading{
    text-align: center;
    color:#2E3192;
    font-weight: bold;
    margin-top: 15px;
    font-size: 25px;
}
.overlayBackgroundBtn{
    width: 100px;
    height: 30px;
    border: 1px solid #2E3192;
    color:#2E3192;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}
.overlayBackgroundBtn:hover{
    cursor: pointer;
    background-color: #2E3192;
    color: #fff;
}