
.OverlayBg {

    position: fixed;
    z-index: d1aa35;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;

}
.OverlayBox {

    position:fixed;
    z-index: 99999999;
    background-color: #d1aa35;
    color:#fff;
    left: 10%;
    /*top: 100px;*/
    bottom:0;
    padding: 10px 0px;
    width: 80%;
    border-radius: 5px 5px 0px 0px;
}
.OverlayBox a{
    color:#b07b08;
    padding:10px 15px;
    background-color: #fff;
    width:auto;
    border:1px solid #b07b08;
    border-radius: 4px;
}
.OverlayBox a:hover{
    color:#fff;
    background-color: #b07b08;
    text-decoration: none;
}
.OverClose{
    width: 100%;
    text-align: right !important;
    float: right;
    margin-bottom: 10px !important;
}
.ContentWrapper .Col1{
    display: inline-block;
    vertical-align: middle;
}
.ContentWrapper .TextWrapp{
    width: 85%;
    line-height:24px;
    font-size:17px;
    text-align: justify;
}
.ContentWrapper .BtnWrapp{
    width: 11%;
}