
body {
    color: #092E49;
}
    .brandbar{
        background: #A7C8E3;
        border: none;
    }
.box{
    background: none;
}
.stepTitle{
    color: #ff00ff;
}
.text-contrast-dark, .brandbar_sub h2, .brandbar_sub h3{
    color: #092E49!important;
}

.container{
    max-width: 1000px!important;
    width: 100%!important;
}
.img-80{
    max-width: 300px;
}
hr{
    border-color: #092E49;
}
.nextBtn{
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1em;
    width: 100%;
    font-weight: 700;
    border: none;
    max-width: 130px;
    cursor: pointer;
    margin: 0.6em 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: "Kanit SemiBold", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    text-transform: uppercase;
    background-color: #c01cd9;
}
.header-wrap, .footer-wrap {
    max-width: 1000px;
    width: 100%;
    padding: 2em 0px;
    font-size: 12px;
    display: block;
    margin: 0 auto;
}
.privacy-copyright-wrapper-left {
    float: left;
    width: 60%;
}
.footer-logos-right {
    float: right;
    width: 40%;
    text-align: right;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: end;
}
.act-footer-container {
    margin-right: 15px;
}
p, .eligibleStrongP {
    font-size: 12px;
}
sup {
    top: -4px;
}

.btn-success {
    color: #fff;
    background-color: #c01cd9;
    border-color: #c01cd9;
    border-radius: 0px;
}
.btn-success:hover {
    background-color: #c01cd9;
    color: #fff;
    border-color: #c01cd9;
    border-radius: 0px;
}
.btn-success:focus {
    background-color: #c01cd9;
    color: #fff;
    border-color: #c01cd9;
    border-radius: 0px;
}
.modal-open{
    padding-right: 0px!important;
}
.modal.fade.in{
    padding-right: 0px!important;
}
@media screen and (max-width: 876px) {
    .footer{
        padding: 0px 20px;
    }
}
@media screen and (max-width: 767px) {
    .m-block {
        display: block;
        float: none;
        width: 100%;
        min-width: 100%;
    }
    #step_title {
        padding: 10px 1em;
    }
    .wrapper{
        margin-top: 7px;
    }
    .footer-logos-right, .privacy-copyright-wrapper-left {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        padding: 0px 10px;
    }

    .act-footer-container {
        width: 100px !important;
        margin: auto;
    }
}

