body{
    background-color: #fff;
}
.containerInner{
    max-width: 900px;
    margin: 0 auto;
}
.containerInner.c860{
    max-width:860px;
}
.step-top{
    margin-top: 10px; outline: none; cursor: pointer; font-family: Oswald, Helvetica, sans-serif !important;
}
.step-top h1{
    text-align: center;
    font-size: 32px;
    line-height: 1.3em;
    font-family: inherit;
    font-weight: 500;
    margin: 0;
}
.elProgressBar{
    margin-top: 15px; outline: none; cursor: pointer;
}
.elBTN{
    margin-top: 15px;
    outline: none;
    cursor: auto;
    font-family: Oswald, Helvetica, sans-serif !important;
    text-align: center;
    text-align: center;
}
.elBTN a{
    display: block;
    font-weight: bold;
    padding: 10px 25px;
    border: 2px solid rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 0;
    color: rgb(255, 255, 255);
    background: rgb(30, 137, 215);
    font-size: 38px;
    text-align: center !important;
    text-decoration: none !important;
}
.elBTN a:hover {
    box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22),0 233px 233px 0 rgba(255,255,255,0.12) inset;
}
.fa_appended {
    margin-left: 10px;
}
.elImageWrapper{
    text-align: center;
    margin-top: 10px;
}
.copyright{
        text-align: center;
        color: rgb(136, 136, 136);
        font-size: 14px;
        line-height: normal;
        padding: 70px 0;
        margin-top: 30px;
}
.copyright p{
    margin: 0; padding: 0;
}
.multiplelogo-wrap{
    margin-top: 35px; outline: none; cursor: pointer;
}
.multiplelogo-wrap img{max-width: 100%;}
.mbl-logo img{
    width: 200px;
}
.mbl-logo{
    margin-top: 35px; outline: none; cursor: pointer;
}

/* DB 2 CSS */
.db2-body{
        background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    background-image: url("../images/db2bg.svg");
    overflow: hidden;
    padding-bottom:300px;
}
.db2-h1{
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 55px;
}
.text-left{
    text-align: left;
    padding-left: 17px;
    background-color: #002991 !important;
       
}
.db2-body .progressbar_nocorners{
 overflow: hidden;
    height: 35px;
    margin-bottom: 35px;
    background-color: rgb(245, 245, 245);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
    line-height: 36px;
    border-radius: 0px !important;
}
.db-h2{
        font-family: inherit;
    font-weight: 500;
    line-height: normal;
    color: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 23px;
    position: relative;
    padding: 0px;
    text-align: center;
}
img{max-width: 100%;}
.db2-btnwrap{
    margin-top: 30px;
    padding: 0 15px;
}
.db2-btn{
        background:#1D47B1;
    color: rgb(255, 255, 255);
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    display: block;
    font-size: 26px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
    border-radius: 10px;
    text-decoration-line: none !important;
    padding: 10px 25px;
}
.trspt-logo-db2{
    max-width: 130px;
    margin:  50px auto 0;
}
.trm-sec{
    list-style: none;
    margin: 10px 0 10px; padding: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
}
.trm-sec a{
    font-size: 14px;
        color: #000;
    margin-top: 14px;
}
.cpyrght-db2{
     font-size: 14px;
        color: #000;
    margin-top: 1em;
    text-align: center;
}
.dclmr{
    text-align: center;
        box-sizing: border-box;
    margin-top: 10px;
    position: relative;
    margin-bottom: 0px; 
    font-size: 10px;
    text-align: center;
}

 @media(max-width: 767px){
    .copyright{
        padding: 10px 0;
    margin-top: 0;
    }
    .mbl-logo{margin-top: 15px;}
    .elBTN a{font-size: 24px;}
 }