.newpayment_wrapper {
	margin-top: 30px;
}
.container.signup {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow-y: scroll;
}

div.newleft_infoBox {
    background-image: url(../img/new/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: #fff;
    padding: 5% 12%;
}
.newright_infoBox{
    height: 100vh;
}
.leftsectop {
    text-align: center;
    padding-top: 40px;
}

.leftsectop h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 10px;
}
.leftsectop h2 {
    quotes: "“" "”" "‘" "’";
}
.leftsectop h2:before {
    content: open-quote;
}
.leftsectop h2:after {
    content: close-quote;
}

.leftsectop p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0px;
}

.leftsectop h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.leftsectop h4 {
    font-weight: 400;
    margin-top: 5px;
}

.leftsecbtm {
    padding: 20px;
}
.leftsecbtm img {
    height: 50px;
}
.leftsecbtm p {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.leftsecicon, .rtsection {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0px;
}
.rightsec {
    padding: 0px 15px;
}
.rtleftsecicon {
    text-align: left;
}
.rtrightsecicon {
    text-align: right;
}
.newright_infoBox {
    padding: 3% 8%;
    margin: 0px;
}

.rtsection p {
    font-size: 16px;
    padding: 10px;
}
.rtsection img {
    width: 65px;
}
.loginarea {
    margin: 20px auto;
    text-align: center;
}

.loginarea p {
    font-size: 16px;
    font-weight: 400;
}

form#signup_form {
    padding: 0px;
}

.pymnt-forms h1 {
    padding: 35px 15px 20px;
    font-size: 33px;
}
#signup_form label {
    color: #8F8F8F;
    font-size: 15px;
    padding: 6px 0px;
}

.signup .signup-hd, .signup .R-fetr-list,.signup .R-fetr-list li, .signup .signup-info-text {
    color: #fff;
}

@media (max-width: 1024px) {
    .leftsectop h2 {
        font-size: 25px;
        line-height: 30px;
    }
    div.newleft_infoBox {
        padding: 5% 6%;
    }
    .newright_infoBox {
        padding: 6% 4% 2%;
    }

    .leftsecbtm {
        padding: 20px 0px;
    }
    .container.signup {
        width: 100%;
        height: auto;
    }
}