@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins ExtraBold';
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf');
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, 
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    vertical-align: baseline;
    background: transparent;
    scroll-behavior: smooth;
    position: relative;
}
html, body {
    width: 100%;
    position: relative;
    display: table;
    font-family: 'Poppins Regular', Verdana, sans-serif;
    font-size: 20px;
    background-color: #fff;
    color: #fff;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins ExtraBold', Verdana, sans-serif;
    color: #fff;
}
a{
    text-decoration: none;
    font-size: 14px;
}
body {
    overflow-x: hidden;
    width: 1200px;
    margin: auto;
    background-image: url(../images/handBg.png);
    background-position: 0% 127%;
    background-size: 58%;
    background-repeat: no-repeat;
}

body > section {
    position: relative;
    display: table;
    width: 100%;
    background: linear-gradient(-150deg, rgba(47,73,172,1) 0%,rgba(45,149,222,1) 75%,rgba(45,149,222,0.7) 85%,rgba(125,185,232,0) 100%);
}

button {
    padding: 14px 30px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
    font-size: 16px;
    display: block;
}

.container{
    width: 1100px;
    margin: auto;
    position: relative;
    display: table;
}


/*Signup Steps Starts Here*/

.signup-steps {
    width: 35%;
    float: left;
    position: relative;
    display: block;
    margin: 5em 0;
}

.signup-steps article {
    padding: 0 0 0 4em;
}

.signup-steps article > p {
    font-size: 22px;
}

.signup-steps article > h2 {
    text-transform: uppercase;
    font-size: 22px;
}

.signup-steps nav {
    padding: 2em 0;
}

.signup-steps ul li {
    list-style: none;
    padding: 1em 2em;
    opacity: .2;
}

.signup-steps ul li.active {
    opacity: 1;
}

.signup-steps nav ul li span {
    position: absolute;
    left: 0px;
    top: 1.3em;
    background: transparent;
    font-size: 14px;
    border: 1px solid;
    border-radius: 50%;
    border-radius: 50%;
    padding: 1px 7px 0 7px;
}

.signup-steps nav ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background: #fff;
    left: 0.7em;
    top: 42px;
}

.signup-steps nav ul li.active:before{
    opacity: .2;
}

.signup-steps nav ul li:last-child:before {
    height: 0;
}

.signup-steps nav ul li.active span {
    background: #fff;
    color: #2c7ed2;
}

.signup-steps ul li h3 {
    padding-bottom: 10px;
}

.signup-steps .dots {
    text-align: center;
}

.signup-steps .dots li{
    display: inline-block;
    padding: 0;
    opacity: 1;
    cursor: pointer;
}

.signup-steps .dots li span {
    width: 7px;
    height: 7px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    display: block;
    border: 1px solid #fff;
}

.signup-steps .dots li.active span {
    background: white;
}
/*Signup Steps Ends Here*/

/*Signup Forms Starts Here*/

.signupform-1 {
    width: 55%;
    float: right;
    position: relative;
    display: block;
    background: #fff;
    color: black;
    margin: 5em 4em 5em 0;
    border-radius: 5px;
}

.signupform-1 article {
    padding: 3em;
}

.signupform-1 article > p {
    font-size: 25px;
    color: #515151;
    margin-bottom: 2em;
}

.signupform-1 article > p b{
    font-size: 25px;
    color: #3b58b2;
}

.signupform-1 article > p span{
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 15px;
}

.signup-form-section  {
    position: relative;
    display: table;
}

.signup-form-section > div {
    width: 50%;
    float: left;
}

.signup-form-section > div label {
    display: block;
    color: #a5a5a5;
    font-size: 14px;
    padding: 10px 0 3px;
}

.signup-form-section > div input,
.signup-form-section > div select{
    width: calc(93% - 30px);
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 16px;
}

.signup-form-section > div select {
    height: 40px;
    width: 93%;
    background: white;
    color: #757578;
}

.terms-conditions {
    font-size: 12px !important;
    padding: 2em 0;
    margin-bottom: 0 !important;
}

.terms-conditions b{
    font-size: 12px !important;
    text-transform: uppercase;
    color: #5194d9 !important;
}

.signupform-1 button {
    padding: 14px 30px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
    font-size: 16px;
    display: block;
}
.login-back {
    position: absolute;
    top: 2em;
    left: 3em;
    color: #fff;
    font-size: 12px;
    opacity: .5;
    z-index: 1;
}
/*Signup Forms Starts Here*/

@media (max-width: 1200px) { 
    body {
        width: 100%;
        background-position: 0% 113%;
        background-size: 60%;
        background-attachment: fixed;
    }
}
@media (max-width: 920px) { 
    .signup-steps {
        width: 90%;
        margin: 5em auto 2em;
        float: none;
        clear: both;
    }
    .signupform-1 {
        width: 90%;
        margin: 2em auto;
        float: none;
        clear: both;
    }
}
@media (max-width: 767px) {
    body{
        background-position: 0% 115%;
        background-size: 100%;
    }
}
@media (max-width: 555px) {
    body{
        background-position: 0% 100%;
        background-size: 80%;
    }
    .signup-steps article {
        padding: 0;
    }
    .signupform-1 article > p,
    .signupform-1 article > p b {
        font-size: 20px;
    }
    .signupform-1 article {
        padding: 2em;
    }
    .signup-form-section {
        display: block;
    }
    .signup-form-section > div {
        float: none;
        clear: both;
        width: 100%;
    }
    .signup-form-section > div input{
        width: calc(100% - 30px)
    }
    .signup-form-section > div select{
        width: 100%;
    }
    .signup-steps ul li h3,
    .signup-steps ul li p {
        font-size: 70%;
    }
}