    @font-face {
        font-family: 'Roboto-Black';
        src: url('../fonts/Roboto-Black.ttf') format('truetype');
        font-weight: 900;
        font-style: bold;
    }
    
    @font-face {
        font-family: 'Cooper-Bold';
        src: url('../fonts/Cooper-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: bold;
    }
    
    @font-face {
        font-family: 'Roboto-Thin';
        src: url('../fonts/Roboto-Thin.ttf.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Roboto-Medium';
        src: url('../fonts/Roboto-Medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Roboto-Light';
        src: url('../fonts/Roboto-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'OpenSans-Regular';
        src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
        /* src: url('./assets/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
     url('./assets/fonts/Roboto-Light.svg#Roboto-Medium') format('svg'),
     url('./assets/fonts/Roboto-Light.eot') format('eot'),
     url('./assets/fonts/Roboto-Light.woff') format('woff'),
     url('./assets/fonts/Roboto-Light.woff2') format('woff2'); */
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'OpenSans-Semibold';
        src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
        /* src: url('./assets/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
     url('./assets/fonts/Roboto-Light.svg#Roboto-Medium') format('svg'),
     url('./assets/fonts/Roboto-Light.eot') format('eot'),
     url('./assets/fonts/Roboto-Light.woff') format('woff'),
     url('./assets/fonts/Roboto-Light.woff2') format('woff2'); */
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Cooper-Light';
        src: url('../fonts/CooperLightBT.ttf') format('truetype');
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Cooper-Bold';
        src: url('../fonts/CooperBoldBT.ttf') format('truetype');
        font-weight: 900;
    }
    
    @font-face {
        font-family: 'Cooper Lt BT';
        src: url('../fonts/CooperLtBTBold.ttf') format('truetype');
        font-weight: 800;
    }
    
    @font-face {
        font-family: 'Cooper Lt BT';
        src: url('../fonts/CooperLtBTLight.ttf') format('truetype');
        font-style: normal;
    }
    
    body {
        font-family: 'Roboto-light';
    }
    
    a {
        text-decoration: none !important;
        color: #333333;
    }
    
    a {
        text-decoration: none !important;
        color: #333333;
    }
    
    a:hover {
        color: #333333;
    }
    
    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }
    
    h1,
    .h1 {
        font-size: 62px;
        font-family: 'Cooper Lt BT';
    }
    
    h2,
    .h2 {
        font-size: 50px;
        font-family: 'Cooper Lt BT';
    }
    
    h3,
    .h3 {
        font-size: 40px;
        font-family: 'Cooper Lt BT';
    }
    /* ----------------------------Sign Up Page Start------------------------------------- */
    
    #register {
        display: inline-flex;
        width: 100%;
        position: relative;
    }
    
    #register .stationLeft {
        border-right: 1px solid #fff;
        vertical-align: middle;
        display: grid;
    }
    
    #register .stationLeft .logo {
        margin-bottom: 250px;
    }
    
    #register .stationLeft,
    #register .stationRight {
        background-size: cover;
        width: 50%;
        padding: 50px 0;
        height: 100vh;
        position: relative;
    }
    
    #register .stationLeft .signup-content {
        z-index: 999;
        position: absolute;
        left: 0;
        background: #CCAB70d1;
        color: #FFFF;
        width: 700px;
        padding: 20px 20px 20px 128px;
    }
    
    #register .stationLeft .signup-content h1 {
        font-size: 81px;
        text-transform: uppercase;
        font-family: 'Cooper Lt BT';
        margin: 0;
    }
    
    #register .stationLeft .signup-content h6 {
        font-size: 26px;
        font-family: 'Cooper Lt BT';
        line-height: 35px;
    }
    
    #register .stationLeft {
        background-image: url(../images/signu-banner.jpg);
    }
    
    #register .stationRight {
        vertical-align: middle;
        display: inherit;
    }
    
    #register .stationLeft,
    #register .stationRight {
        background-size: cover;
        width: 50%;
        padding: 50px 0;
        height: 100vh;
    }
    
    #register .stationRight {
        background-color: #fff;
    }
    
    #register .stationLeft .innerstationleft,
    #register .stationRight .innerstationRight {
        width: 750px;
        margin: 0 auto;
    }
    
    #register .menu {
        margin-bottom: 100px;
    }
    
    #register.login .menu {
        margin-bottom: 150px;
    }
    
    #register .menu .login-links {
        text-align: right;
    }
    
    #register .menu .login-links a {
        font-size: 22px;
        color: #CCAB70;
        font-family: 'Roboto-light';
    }
    
    #register .menu .login-links a:hover {
        color: #fff;
        background: #CCAB70;
    }
    
    #register .menu .login-links a {
        font-size: 20px;
        color: #CCAB70;
        font-family: 'Roboto-light';
        padding: 14px 20px;
        border-radius: 20px;
    }
    
    #register .menu .login-links span {
        padding: 20px !important;
    }
    
    #register .menu .menu-items ul {
        padding: 0;
        list-style: none;
    }
    
    #register .menu .menu-items ul li:nth-child(1) {
        padding: 28px 0 0 0px;
    }
    
    #register .menu .menu-items ul li {
        display: inline-block;
        padding: 28px 0 0 38px;
    }
    
    #register .menu .menu-items ul li a {
        font-size: 20px;
    }
    
    #register .menu .menu-items ul li a:hover {
        border-bottom: 2px solid #CCAB70;
        color: #CCAB70;
    }
    
    #register form {
        padding: 10px 120px;
    }
    
    #register form .form-group {
        margin-bottom: 50px;
    }
    
    #register.login form .form-group.pas {
        margin-bottom: 10px !important;
    }
    
    #register form .form-control {
        border-bottom: 1px solid #3e3e3e !important;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        color: #3e3e3e;
        font-size: 20px;
        font-family: 'Roboto-Medium';
        outline: none;
        padding: 6px 0;
    }
    
    #register form select {
        border-bottom: 1px solid #3e3e3e !important;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        color: #3e3e3e;
        font-size: 20px;
        font-family: 'Roboto-Medium';
        outline: none;
        width: 100%;
        padding: 6px 0;
        text-transform: uppercase;
    }
    
    #register form .form-control:focus {
        box-shadow: none;
    }
    
    #register form .form-control::-webkit-input-placeholder {
        /* Edge */
        color: #3e3e3e;
    }
    
    #register form .form-control::-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #3e3e3e;
    }
    
    #register form .form-control::placeholder {
        color: #3e3e3e;
    }
    
    #register form input[type="submit"] {
        width: 100%;
        padding: 10px;
        font-family: 'Cooper-Bold';
        font-size: 28px;
        color: #fff;
        background: #CCAB70;
        text-transform: uppercase;
        border: 0;
        border-radius: 15px;
    }
    
    #register form .forget-pass {
        text-align: center;
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    #register form .redirect-signup {
        margin-top: 15px;
    }
    
    #register form .redirect-signup a {
        width: 100%;
        padding: 8px;
        font-family: 'Cooper-Bold';
        font-size: 28px;
        color: #393939;
        text-transform: uppercase;
        border: 2px solid #393939;
        border-radius: 15px;
        display: inline-block;
        text-align: center;
    }
    
    #register form button.reveal {
        background: transparent;
        border: 0;
        border-bottom: 1px solid;
        border-radius: 0;
        padding: 5px 12px 3px;
        font-size: 18px;
        box-shadow: none;
        outline: none;
    }
    
    #register form .labeltext {
        display: block;
        position: relative;
        padding: 15px 40px;
        font-family: 'Roboto-Medium';
        cursor: pointer;
        color: #393939;
        font-size: 16px;
    }
    
    #register form .labeltext input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    
    #register form .labeltext input[type="checkbox"] {
        margin-top: 16px;
    }
    
    #register form .labeltext .checkmonths {
        position: absolute;
        top: 15px;
        left: 0;
        height: 24px;
        padding: 1px 4px;
        border: 2px solid #3a3a3a;
        width: 24px;
        background-color: #fff;
    }
    
    #register form .labeltext input:checked~.checkmonths:after {
        display: block;
    }
    
    #register form .labeltext .checkmonths:after {
        content: "";
        position: absolute;
        display: none;
    }
    
    #register form .labeltext .checkmonths:after {
        left: 10px;
        top: -6px;
        width: 12px;
        height: 20px;
        border: solid #3a3a3a;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
    }
    /* ----------------------------Sign Up Page End------------------------------------- */
    /* ----------------------------Archive_offer page End------------------------------------- */
    /* ----------------------------Add Company Email Page Start------------------------------------- */
    
    #register .stationLeft .company-email-content {
        position: absolute;
        left: 0;
        background: #4b3c7c87;
        color: #FFF;
        width: 700px;
        padding: 30px 20px 20px 128px;
    }
    
    #register .stationLeft .company-email-content h4 {
        font-size: 30px;
        line-height: 0px;
        font-family: 'GOTHIC';
    }
    
    #register .stationLeft .company-email-content h2 {
        font-size: 44px;
        text-transform: uppercase;
        line-height: 0.7;
        font-family: 'GOTHICB';
        font-weight: 600;
    }
    
    #register .stationLeft .company-email-content h3 {
        font-size: 35px;
        font-family: 'GOTHICB';
        font-weight: 600;
        line-height: 5PX;
        margin-bottom: 35px;
        letter-spacing: 8px;
    }
    
    #register .stationLeft .company-email-content h6 {
        font-family: 'Gotham-Book';
        font-size: 20px;
        line-height: 23px;
    }
    
    #register .right-sec .company-email-content-center h3 {
        font-size: 60px;
        font-family: 'GOTHIC';
        text-align: center;
    }
    
    #register .right-sec .company-email-content-center h2 {
        font-size: 51px;
        font-family: 'GOTHICB';
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 0;
        margin-bottom: 20px;
    }
    
    #register .right-sec .company-email-content-center h4 {
        font-size: 40px;
        font-family: 'GOTHICB';
        text-align: center;
        font-weight: 600;
    }
    
    #register form .redirect-add-company button {
        width: 100%;
        padding: 8px;
        font-family: 'Cooper-Bold';
        font-size: 28px;
        text-transform: uppercase;
        border-radius: 15px;
        display: inline-block;
        text-align: center;
        background-color: #CCAB70;
        color: white;
    }
    
    .right-sec {
        margin-bottom: 80px;
        margin-top: 160px;
    }
    
    #register form .form-add-company {
        border-bottom: 1px solid #3e3e3e !important;
        border: 0;
        border-radius: 0;
        color: #3e3e3e;
        font-size: 24px;
        font-family: 'GOTHIC';
        outline: none;
        padding: 15px 0px 5px 0px;
        width: 100%;
        position: relative;
    }
    
    #register form .redirect-add-company a {
        padding: 8px;
        font-family: 'Cooper-Bold';
        font-size: 28px;
        text-transform: uppercase;
        border-radius: 15px;
        width: 100%;
        background-color: #CCAB70;
        color: white;
        position: relative;
        text-align: center;
        display: inline-block
    }
    /* ----------------------------Add Company Email Page End------------------------------------- */
    /* ----------------------------Add Company Email Step 1 Page Start------------------------------------- */
    
    #register .right-sec-setp-one .company-email-content-step-one h2 {
        font-size: 45px;
        font-family: 'GOTHICB';
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 0;
        margin-bottom: 20px;
    }
    
    #register .right-sec-setp-one .company-email-content-step-one h3 {
        font-size: 44px;
        font-family: 'GOTHIC';
        text-align: center;
    }
    
    #register form .form-control-content-step-one {
        border-bottom: 1px solid #3e3e3e !important;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        color: #3e3e3e;
        font-size: 20px;
        font-family: 'Roboto-Medium';
        outline: none;
        padding: 6px 0;
    }
    
    .right-sec-setp-one {
        margin-bottom: 25px;
        margin-top: 102px;
    }
    
    #register form .back-now {
        text-align: center;
        margin-top: 12px;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Gotham-Light';
    }
    
    #register form .back-now a {
        text-align: center;
        margin-top: 12px;
        font-size: 16px;
        cursor: pointer;
        font-family: 'Roboto-Medium';
    }
    /* ----------------------------Add Company Email Step 1 Page End------------------------------------- */
    /* ----------------------------Add Company Email Step 2 Page Start------------------------------------- */
    
    #register form .form-add-company-pwd {
        border-bottom: 1px solid #3e3e3e !important;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        color: #3e3e3e;
        font-size: 24px;
        font-family: 'GOTHIC';
        outline: none;
        padding: 15px 0px 5px 0px;
        width: 100%;
        position: relative;
    }
    
    #register form .labeltext-tou {
        display: block;
        position: relative;
        padding: 15px 40px;
        font-family: 'Gotham-Light';
        cursor: pointer;
        color: #393939;
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    #register form .labeltext-tou a {
        text-decoration: underline;
    }
    
    #register form .form-group-tou {
        margin-bottom: 15px;
        margin-top: -30px;
        width: 100%;
    }
    
    #register form .form-group label {
        width: 100%;
        position: relative;
        font-weight: 300;
    }
    
    #register form .form-group label .input-group {
        position: absolute;
        right: 0;
        top: 24px;
        font-size: 13px;
        color: #CCAB70;
        font-family: 'GOTHICB';
    }
    
    #register form .form-group .emailadd {
        padding: 15px 125px 5px 0 !important;
    }
    
    #register form .labeltext-tou .checkmonths {
        position: absolute;
        top: 15px;
        left: 0;
        height: 24px;
        padding: 1px 4px;
        border: 2px solid #3a3a3a;
        width: 24px;
        background-color: #fff;
    }
    
    #register form .labeltext-tou input[type="checkbox"] {
        margin-top: 16px;
    }
    
    #register form .labeltext-tou input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    
    #register form .labeltext-tou input:checked~.checkmonths:after {
        display: block;
    }
    
    #register form .labeltext-tou .checkmonths:after {
        left: 10px;
        top: -6px;
        width: 12px;
        height: 20px;
        border: solid #3a3a3a;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
    }
    
    #register form .labeltext-tou .checkmonths:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* ----------------------------Add Company Email Step 2 Page End------------------------------------- */
    
    .footer-copyright {
        text-align: left;
        color: white;
        font-size: 20px;
        font-family: 'Gotham-Book';
        position: relative;
        margin-top: 500px;
        float: none;
        padding: 0px 0px 0px 128px;
    }
    
    .stepwizard-row {
        display: table-row;
    }
    
    .stepwizard {
        display: table;
        width: 100%;
        position: relative;
        margin: 35px 0;
    }
    
    .stepwizard-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }
    
    .stepwizard-row:before {
        top: 18px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 31%;
        height: 3px;
        left: 34%;
        background-color: #1f1f1f;
    }
    
    .stepwizard-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }
    
    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }
    
    .stepsform .form-group {
        margin-bottom: 35px !important;
    }
    
    .stepwizard-step .btn-default {
        color: #333;
        background-color: transparent;
        border-color: transparent;
        font-size: 28px;
        color: #1f1f1f;
    }
    
    .stepwizard-step .btn-default {
        position: relative;
    }
    
    .stepwizard-step .btn-default span {
        position: absolute;
        border: 3px solid #1f1f1f;
        padding: 5px 10px;
        font-size: 15px;
        color: #7e7e7e;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #fff;
        margin-top: 4px;
    }
    
    .stepwizard-step .btn-default span.first-child {
        margin-left: 10px;
    }
    
    .stepwizard-step .btn-default span.second-child {
        left: -35px;
    }
    
    .stepwizard-step .btn-primary {
        color: #CCAB70 !important;
    }
    
    .stepwizard-step .btn-primary span {
        border-color: #CCAB70;
    }
    
    .stepwizard-step .btn-default:active:focus {
        background-color: transparent;
    }
    
    .stepwizard-step .btn-primary[disabled]:hover {
        background-color: transparent;
    }
    
    .hidesec {
        display: none;
    }
    
    .blocksec {
        display: block;
    }
    /*-------------------------media query responsive-------------------------------------------*/
    
    @media only screen and (max-width: 1440px) {
        #register .menu .menu-items ul {
            text-align: center;
        }
        #register .menu .login-links {
            text-align: center;
        }
        #register .menu .menu-items ul li {
            margin-left: 5px;
            padding: 28px 0 0 10px;
        }
        #register .stationLeft .logo {
            margin-bottom: 250px;
            padding: 0px 0px 0px 100px;
        }
        #register .stationLeft .signup-content h1 {
            font-size: 55px;
            text-transform: uppercase;
            font-family: 'GOTHIC';
            margin: 0;
            padding: 0px 0px 0px 100px;
        }
        #register .stationLeft .signup-content {
            z-index: 999;
            position: absolute;
            left: 0;
            background: #CCAB70d1;
            color: #FFFF;
            width: 560px;
            padding: 20px 12px 20px 0px;
        }
        #register .stationLeft .signup-content h6 {
            font-size: 23px;
            font-family: 'Gotham-Book';
            line-height: 35px;
            padding: 0px 0px 0px 100px;
        }
        #register .stationLeft,
        #register .stationRight {
            height: 105vh;
        }
        #register .stationLeft .company-email-content {
            width: 625px;
            padding: 30px 20px 20px 60px;
        }
        .footer-copyright {
            padding: 0px 0px 0px 30px;
        }
    }
    
    @media(max-width: 1380px) {
        #register .stationLeft .company-email-content {
            width: 560px;
            padding: 30px 20px 20px 30px;
        }
        #register .stationLeft .company-email-content h2 {
            font-size: 40px;
        }
        #register .stationLeft .company-email-content h3 {
            font-size: 30px;
        }
        #register .right-sec .company-email-content-center h2 {
            font-size: 42px;
        }
        #register .menu .menu-items ul li a {
            font-size: 18px;
        }
    }
    
    @media only screen and (max-width: 1200px) {
        #register .menu .menu-items ul li a {
            font-size: 16px;
        }
        #register .right-sec .company-email-content-center h2 {
            font-size: 30px;
        }
        #register .stationLeft .company-email-content h2 {
            font-size: 36px;
        }
        #register .stationLeft .company-email-content h3 {
            font-size: 26px;
        }
        #register .stationLeft .company-email-content h6 {
            font-size: 18px;
        }
    }
    
    @media only screen and (max-width: 1199px) {
        #register {
            display: block;
            width: 100%;
            position: relative;
        }
        #register .stationLeft .innerstationleft {
            width: 80%;
            margin: 30px auto;
        }
        #register .stationLeft,
        #register .stationRight {
            width: 100%;
            height: auto;
        }
        .footer-copyright {
            text-align: center;
            margin-top: 0;
            padding: 0px;
        }
        #register .menu .menu-items ul li a {
            font-size: 20px;
        }
        #register .stationLeft .company-email-content,
        #register .stationLeft .signup-content {
            width: 100%;
            position: relative;
            text-align: center;
        }
        #register .stationLeft .logo {
            margin-bottom: 100px;
            padding: 0px;
        }
        .right-sec {
            margin-bottom: 50px;
            margin-top: 50px;
        }
        #register .menu {
            margin-bottom: 80px;
        }
        #register .stationLeft .company-email-content h4 {
            font-size: 43px;
        }
        #register .stationLeft .company-email-content h2 {
            font-size: 55px;
            line-height: 65px;
        }
        #register .right-sec .company-email-content-center h2 {
            font-size: 48px;
        }
        #register .stationLeft .company-email-content h3 {
            font-size: 36px;
        }
        #register .stationRight .innerstationRight {
            width: 100%;
        }
        #register .stationLeft .signup-content h1 {
            padding: 0 !important;
        }
        #register .stationLeft .signup-content h6 {
            padding: 0 15px;
        }
    }
    
    @media(max-width: 880px) {
        #register .stationLeft .company-email-content h2 {
            font-size: 47px;
        }
        #register .stationLeft .company-email-content h6 {
            font-size: 20px;
        }
        #register .stationLeft .company-email-content h4 {
            font-size: 40px;
        }
    }
    
    @media only screen and (max-width: 768px) {
        img.swap-logo {
            width: 35%;
        }
        #register .stationLeft .signup-content h1 {
            font-size: 35px;
            text-transform: uppercase;
            font-family: 'GOTHIC';
            margin: 0;
            padding: 0px 0px 0px 50px;
        }
        .footer-copyright {
            text-align: center;
            font-size: 18px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        #register .stationLeft .logo {
            margin-bottom: 60px;
            padding: 0px;
        }
        #register .menu .menu-items ul li {
            padding: 28px 0 0 0;
        }
        #register .menu .menu-items ul li a {
            font-size: 16px;
            padding: 15px 5px;
        }
        #register form .form-control {
            width: 100%;
        }
        #register .menu .login-links {
            text-align: center;
        }
        img.swap-logo {
            width: 40%;
            padding: 16px 200px;
        }
        #register form {
            padding: 10px 30px;
        }
        #register .stationLeft .innerstationleft {
            width: 95%;
        }
        #register .stationLeft .company-email-content h4 {
            font-size: 29px;
        }
        #register .stationLeft .company-email-content h2 {
            font-size: 42px;
        }
        #register .stationLeft .company-email-content h3 {
            font-size: 33px;
        }
        #register .right-sec .company-email-content-center h3 {
            font-size: 45px;
        }
        #register .right-sec .company-email-content-center h2 {
            font-size: 40px;
        }
        #register .right-sec .company-email-content-center h4 {
            font-size: 35px;
        }
    }
    
    @media (max-width: 600px) {
        #register .stationLeft .company-email-content {
            padding: 30px 5px;
        }
        #register .stationLeft .company-email-content h2 {
            font-size: 35px;
            line-height: 35px;
        }
        #register .stationLeft .company-email-content h3 {
            font-size: 24px;
        }
        #register .menu .menu-items ul li {
            display: inline-block;
            width: 30%;
        }
        #register .right-sec .company-email-content-center h3 {
            font-size: 30px;
        }
        #register .right-sec .company-email-content-center h2 {
            font-size: 32px;
        }
        #register .right-sec-setp-one .company-email-content-step-one h2 {
            font-size: 30px;
        }
        .stepwizard-step .btn-default {
            font-size: 22px;
        }
        #register form .redirect-add-company button {
            font-size: 20px;
        }
        #register form .form-add-company {
            font-size: 20px;
        }
    }
    
    @media(max-width:500px) {
        #register .right-sec-setp-one .company-email-content-step-one h3 {
            font-size: 35px;
        }
    }
    
    @media only screen and (max-width: 460px) {
        #register .stationLeft .company-email-content h4 {
            font-size: 24px;
        }
        #register .right-sec-setp-one .company-email-content-step-one h2 {
            font-size: 30px;
        }
        #register .stationLeft .company-email-content h2 {
            font-size: 28px;
        }
        #register .stationLeft .company-email-content h3 {
            font-size: 18px;
        }
        #register .stationLeft .company-email-content h6 {
            font-size: 14px;
        }
        #register form .redirect-add-company a {
            font-size: 20px;
        }
        #register .menu .menu-items ul li {
            width: auto;
        }
        .footer-copyright {
            font-size: 16px;
        }
        #register .right-sec .company-email-content-center h2 {
            font-size: 27px;
        }
        #register .right-sec .company-email-content-center h4 {
            font-size: 26px;
        }
        .stepwizard-row:before {
            width: 20%;
            left: 39%;
        }
    }
    
    @media(max-width: 410px) {
        #register .stationLeft .company-email-content h3 {
            font-size: 22px;
            line-height: 31px;
        }
        .footer-copyright {
            font-size: 14px;
        }
        #register .stationLeft .logo img {
            max-width: 100%;
        }
        #register .stationLeft {
            padding: 0;
        }
        #register .stationLeft .company-email-content h4 {
            font-size: 20px;
        }
        #register .stationLeft .company-email-content h2 {
            font-size: 24px;
        }
        #register .stationLeft .company-email-content h3 {
            font-size: 18px;
            line-height: 23px;
            margin: 0;
        }
        #register .right-sec .company-email-content-center h2 {
            font-size: 22px;
        }
        #register .right-sec .company-email-content-center h3 {
            font-size: 26px;
        }
        .stepwizard-row:before {
            width: 12%;
            left: 43%;
        }
        #register form .labeltext-tou {
            font-size: 14px;
        }
        #register form .back-now {
            font-size: 12px;
        }
        .right-sec-setp-one {
            margin-bottom: 0px;
            margin-top: 0;
        }
    }
    
    @media only screen and (max-width: 375px) {}
    
    @media only screen and (max-width: 375px) {}