@import url(animate.css);
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1 !important;
  box-sizing: border-box; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

a:active,
a:focus,
input,
button {
  background-color: transparent;
  outline: 0;
  outline-style: none;
  outline-width: 0; }

a:hover {
  text-decoration: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type=submit] {
  cursor: pointer;
  border: 0;
  padding: 0; }

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

em {
  font-style: italic; }

a,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.pull-left {
  float: left !important; }

.no-margin {
  margin: 0 !important; }

.padding-10 {
  padding: 10px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-30 {
  padding: 30px !important; }

.padding-40 {
  padding: 40px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.margin-10 {
  margin: 10px !important; }

.margin-20 {
  margin: 20px !important; }

.margin-30 {
  margin: 30px !important; }

.margin-40 {
  margin: 40px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.hidden {
  display: none !important; }

.m-table {
  display: table;
  width: 100%; }

.m-table .m-tr {
  display: table-row; }

.m-table .m-td {
  display: table-cell; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.left .menu a {
  font-family: 'Quicksand', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #222222; }

.right, .right .text, .right .login h4, .right .login p, .right .login form .form-box label, .right .login form .form-box input, .right .login form .form-box button, .right .forgot, .copy, .white-popup h3, .white-popup p {
  font-family: 'Quicksand', sans-serif; }

html {
  scroll-behavior: smooth; }
body{
    overflow: hidden;
}
.wrapper {
  background: #DFE2EC;
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center; }

.main {
  width: 100%;
  height: 100vh;
  margin: 0 auto; }

.left {
  width: 40%;
  height: 100%;
  background: #fafafa;
  float: left;
  box-sizing: border-box;
  display: table;
  text-align: center;
  position: relative; }
  .left .card {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%); }
  .left .logo {
    position: absolute;
    left: 50%;
    top: 75px;
    transform: translateX(-50%);
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1E1; }
    .left .logo img {
      width: 300px; }
  .left .center {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  .left .menu {
    margin-top: -20px;
    text-align: left;
    border-left: 23px solid #031CA1; }
    .left .menu:after {
      position: absolute;
      content: '';
      width: 23px;
      height: 67px;
      background: #00C37A;
      right: -1px;
      top: 150px; }
    .left .menu ul {
      margin: 50px 100px 0 150px;
      position: relative; }
      .left .menu ul:after {
        width: 35px;
        height: 220px;
        position: absolute;
        content: '';
        right: -20px;
        top: 0;
        background: url(../images/Line.png) center center no-repeat; }
    .left .menu li {
      position: relative; }
      .left .menu li.active:before {
        background: #4481DE; }
      .left .menu li:hover:before {
        background: #4481DE; }
      .left .menu li:before {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        position: absolute;
        left: -30px;
        top: 15px;
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background: #D1D1D1;
        border: 5px solid #F1F1F1; }
    .left .menu a {
      display: block;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 50px;
      color: #0E4375; }
      .left .menu a img {
        position: relative;
        top: 5px;
        margin-right: 15px; }
  .left .left-bottom {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    width: 400px; }
    .left .left-bottom img {
      border-top: 1px solid #E1E1E1;
      padding-top: 15px;
      width: 100%; }
    .left .left-bottom p {
      color: #949494;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: -0.05em;
      font-family: 'Open Sans', sans-serif;
      text-align: left;
      padding: 10px 0; }

.right {
  width: 60%;
  height: 100%;
  float: right;
  text-align: center;
  display: table;
  position: relative;
  z-index: 50;
  overflow: hidden;
  background-size: cover;
  background-position: left bottom; }
.right .loading{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500000;
}
.payment-confirmation{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    visibility: hidden;
}
.payment-confirmation img{
    margin-bottom: 30px;
    width: 150px;
}
.payment-confirmation h4{
        font-size: 22px;
    font-weight: 600;
}
.right .loading img{
    width: 100px;
}
  .right .boxs:first-child {
    width: 100%;
    height: 100%;
    position: relative;
     }

  .right .text {
    background: #fff;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
    padding: 40px;
    /* Track */
    /* Handle */ }
    .right .text li {
      padding: 10px;
      font-size: 18px;
      color: #444;
      line-height: 150%; }
      .right .text li a {
        font-size: 18px;
        color: #444;
        line-height: 150%; }
    .right .text::-webkit-scrollbar {
      width: 10px; }
    .right .text::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .right .text::-webkit-scrollbar-thumb {
      background: #e3e3e3; }
    .right .text h3 {
      font-size: 24px;
      margin-bottom: 25px;
      color: #031CA1;
line-height: 150%;}
    .right .text h5 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #444; }
    .right .text p {
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 150%; }
  .right .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(337.28deg, #0063BE 0%, #031CA1 76.16%);
    background: -webkit-linear-gradient(337.28deg, #0063BE 0%, #031CA1 76.16%);
    background: -moz-linear-gradient(337.28deg, #0063BE 0%, #031CA1 76.16%);
    background: -o-linear-gradient(337.28deg, #0063BE 0%, #031CA1 76.16%);
    background: -ms-linear-gradient(337.28deg, #0063BE 0%, #031CA1 76.16%);
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
    -ms-opacity: 0.8;
    z-index: -1;
}
  .right .login { 
      float: left;
      width: 100%;
      padding: 60px; 
      
    }
.right .login .title h5{
    font-size: 20px;
line-height: 30px;
    color: #fff;
}
.right .login .title{
        float: left;
    padding: 20px 0;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
    .right .login h4 {
      font-style: normal;
      font-weight: 600;
      font-size: 29px;
      line-height: 30px;
      color: #FAFAFA; }
    .right .login p {
      font-style: normal;
      font-weight: 500;
      font-size: 19px;
      line-height: 30px;
      color: #FAFAFA;
      margin-bottom: 30px; }
    .right .login form {
        float: left;
        width: 100%;
}
      .right .login form .forgot-box {
        display: none; }
      .right .login form .form-box {
        position: relative; 
    width: 50%;
float: left;
}

.right .login form .payment-box .p-box .form-box:nth-child(odd){
    padding-right: 25px;
}
.right .login form .form-box.full{
    width: 100%;
    padding-right: 0!important;
}
.radio-box{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.radio-box .name{
    color: #FFFFFF;
    font-style: normal;
font-weight: bold;
font-size: 16px;
    position: relative;
    top: -2px;
line-height: 30px;
}
.radio-box .radio-select{
        width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: -1;
    top: 5px;
   
}
.radio-box .radio-select:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 2px solid #00C37A;
    display: none;
}
.radio-box .radio-select:before{
        width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00C37A;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.radio-box input:checked + .radio-select:after{
    display: block;
}
.radio-box input:checked + .radio-select:before{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.radio-box input{
    width: 100%;
    float: left;
    height: 35px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 5000;
}
.radio-box .radio-bg{
    width: 35%;
    float: left;
    cursor: pointer;
    text-align: left;
}
.bank .radio-box .radio-bg{
    text-align: center;
}
.bank .b-box .radio-box .radio-bg{
    margin-bottom: 40px;
}
.radio-box .radio-icon{
    position: relative;
}


        .right .login form .form-box .Password-error,
        .right .login form .form-box EMail-error {
          display: none; }
        .right .login form .form-box label {
          position: absolute;
          left: 50px;
          top: 14px;
          color: #0E4375;
          transition: 0.2s;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -o-transition: 0.2s;
          -ms-transition: 0.2s;
          pointer-events: none;
          opacity: 0.8;
          -webkit-opacity: 0.8;
          -moz-opacity: 0.8;
          -o-opacity: 0.8;
          -ms-opacity: 0.8;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 24px; }
        .right .login form .form-box .forgot-btn {
          position: absolute;
          right: 0;
          top: 0;
          width: 100px;
          border-radius: 50px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -o-border-radius: 50px;
          -ms-border-radius: 50px; }
        .right .login form .form-box input {
          width: 100%;
          height: 50px;
          display: block;
          color: #0E4375;
          font-size: 14px;
          opacity: 1;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -o-opacity: 1;
          -ms-opacity: 1;
          background: #FFFFFF;
          box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.12);
          -ms-box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.12);
          -webkit-box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.12);
          -o-box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.12);
          -moz-box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.12);
          padding-left: 50px;
          margin-bottom: 25px;
          position: relative;
          z-index: 0; }
           

.right .login form .form-box .radio-bg input{
    box-shadow: none;
    width: auto;
    height: auto;
}
.right .nice-select{
    width: 100%;
    height: 50px;
    border-radius: 0;
    border:none;
    position: relative;
    z-index: 500000;
}
.right .nice-select .list{
    width: 100%;
}
.right .nice-select .current{
    color: #0E4375;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    pointer-events: none;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
    -ms-opacity: 0.8;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
}
.right .login form .payment-box .p-box .form-box:nth-child(4n){
    padding-right: 25px;
}
.step-2 .title{
    margin-bottom: 25px;
}
.step-2 .form-box:nth-child(6){
    padding-left: 0!important;
}
.step-2 .form-box table{
   
    margin-top: 25px;
    width: 100%;
}
.step-2 .form-box table td{
    padding: 16px 10px;
     text-align: left; 
    height: 50px;
    float: left;
    width: 50%;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ffffff1c;
}
.step-2 .form-box table tr{
    position: relative;
    float: left;
    width: 100%;
}
.step-2 .form-box table tr:hover{
    background: #2d6cc1;
}
.step-2 .form-box table td input{
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    opacity: 0!important;
    z-index: 500!important;
    cursor: pointer;
}

.step-2 .form-box table td .radio-bg{
        width: 17px;
    float: left;
    margin-right: 15px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: relative;
}
.step-2 .form-box table td .radio-bg:after{
       content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 9px;
    border-radius: 50%;
    height: 9px;
    background: #00C37A;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.step-2 .form-box table td input:checked ~ .radio-bg:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.step-2 button{
    width: 35%!important;
    float: right;
    margin-top: 40px;
}
.bank .b-box .radio-bg{
    width: 100%;
}
.bank .b-box .radio-bg input{
    height: 100px;
    left: 0;
}
.bank .b-box .radio-box .radio-icon{
    float: left;
    width: 100%;
}
.bank .b-box .radio-box .radio-select{
    top: -37px;
    width: 20px;
    height: 20px;
    background: #e2e2e2;
    z-index: 5;
}
.bank .b-box .radio-box .radio-select:after{
    width: 20px;
    height: 20px;
}
.bank .b-box .radio-box .radio-select:before{
   width: 10px;
    height: 10px;
}

.right .login form .corporate-tabs .form-box{
    width: 32%;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
}
.right .login form .corporate-tabs .form-box.buton{
    margin-right: 0;
    float: right;
}
.right .login form .corporate-tabs .form-box:nth-child(3){
    margin-right: 0;
}
.right .login form .corporate-tabs .form-box label{
    left: 50px;
}
.right .login form .corporate-tabs .form-box img{
    left: 20px;
}
          .right .login form .form-box input.error {
            border: 2px solid red !important; }
.right .login form .form-box select.error ~ .nice-select {
            border: 2px solid red !important; }
.right .login form .form-box select:focus ~ .nice-select{
            border: 2px solid #467fff; }
          .right .login form .form-box input:focus {
            border: 2px solid #467fff; }
          
          .right .login form .form-box input.active:focus ~ label, .right .login form .form-box input.active:not(:focus):valid ~ label {
            font-size: 12px;
            top: -23px;
            left: 22px;
            color: #fff; }
            .right .login form .payment-box .form-box:nth-child(even) input.active:focus ~ label, .right .login form .payment-box .form-box:nth-child(even) input.active:not(:focus):valid ~ label {
            font-size: 12px;
            top: -23px;
            left: 22px;
            color: #fff; }
           
            .right .login form .form-box .check-bg input{
                width: 100%;
                height: 30px;
                box-shadow: none;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 50;
                cursor: pointer;
                opacity: 0;

            }

.check-bg{
    float: left;
    height: 50px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    position: relative;
}
.check-bg .check-select{
        width: 19px;
    height: 17px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
    float: left;
}
.check-bg .check-select:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 17px;
    border: 2px solid #00C37A;
    display: none;
}
.check-bg .check-select:before{
        width: 9px;
    height: 9px;
    border-radius: 0;
    background: #00C37A;
    content: '';
    position: absolute;
    left: 5px;
    top: 4px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.check-bg .name{
    float: left;
    color: #fff;
    letter-spacing: 2px;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
}

.check-bg input:checked + .check-select:after{
    display: block;
}
.check-bg input:checked + .check-select:before{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
        .right .login form .form-box button {
          background: #00C37A;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          border-radius: 50px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -o-border-radius: 50px;
          -ms-border-radius: 50px;
          width: 100%;
          height: 50px;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 24px;
          color: #fff; }
        .right .login form .form-box img {
          position: absolute;
          left: 20px;
          top: 17px; }
  .right .forgot {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #FAFAFA;
    margin-top: 10px;
    display: block;
    margin-bottom: 25px; }
.bank{
    width: 100%;
    float: left;
}
.bank h3{
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.bank .b-box{
    width: 50%;
    float: left;
    text-align: center;
}
.bank .b-box .radio-box{
    padding: 10px 0;
}
.bank .b-box img{
    width: 150px;
    margin-bottom: 10px;
}
.bank .b-box p{
  font-size: 14px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}

.corporate-tabs{
    width: 100%;
    float: left;
}
.nice-select .option{
    min-height: 35px!important;
    line-height: 35px!important;
}

.copy {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FAFAFA; }
  .copy a {
    color: #FAFAFA; }

.white-popup {
  position: absolute;
  background: #ffffff;
  color: #000;
  box-shadow: 0 0 48px -10px #00000094;
  -webkit-box-shadow: 0 0 48px -10px #00000094;
  -moz-box-shadow: 0 0 48px -10px #00000094;
  -o-box-shadow: 0 0 48px -10px #00000094;
  -ms-box-shadow: 0 0 48px -10px #00000094;
  right: 22px;
  bottom: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden;
  font-family: 'Red Hat Text', sans-serif;
  width: auto;
  padding: 30px 30px;
  width: 400px;
  max-width: 500px;
  margin: 20px auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s; }
  .white-popup .box {
    margin-left: 100px; }
  .white-popup img {
    width: 100px;
    padding: 0 25px;
    float: left;
    background: #00C37A;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .white-popup h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #444; }
  .white-popup p {
    font-size: 15px;
    color: #c9c9c9; }
  .white-popup button {
    color: #444 !important;
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ececec !important;
    border: 1px solid #e0e0e0 !important; }

.error-popup img {
  background: #d82407 !important; }

.mfp-bg {
  background: none !important; }

.mfp-content {
  position: static !important; }
.successful{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.successful img{
    width: 90px;
    margin-bottom: 40px;
}
.successful h4{
    font-size: 29px;
    line-height: 30px;
    color: #FAFAFA;
    font-weight: 700;
    margin-bottom: 10px;
}
.successful p{
    font-size: 25px;
    color: #fff;
}
.modal {
  background: #fff;
  border-radius: 10px;
  position: fixed;
  z-index: 123;
  top: 0;
  opacity: 0;
  padding: 20px;
  padding-bottom: 15px;
  visibility: hidden;
  right: 30px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  min-width: 350px;
}
.modal.active {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
.modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #ebedf2;
  position: relative;
    font-family: 'Quicksand', sans-serif;
  margin: -20px -20px 20px -20px;
}
.modal .modal-header .modal-title {
  font-size: 14px;
  font-weight: 500;
  color: #48465b;
}
.modal .modal-header .modal-close {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 25px;
  color: #d4daf1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.modal .modal-header .modal-close img{
    width: 25px;
    height: 25px;
}
.modal .modal-header .modal-close:hover {
  color: #292d2e;
}
.modal h5 {
  font-size: 15px;
  font-weight: 500;
  color: green;
}
.modal label {
  font-size: 14px;
  color: #48465b;
  font-weight: 400;
  line-height: 130%;
  display: block;
    font-family: 'Quicksand', sans-serif;
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
}

.modal label.error:before {
  content: "";
  background: url(../images/close.png) center center no-repeat;
  position: absolute;
    background-size: cover;
  top: 2px;
  left: 0;
    width: 15px;
    height: 15px;
}
.modal label.valid:before{
    display: none;
}
.bank-popup{
        width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 8000;
    background: #000000bf;
    visibility: hidden;
   
}
.bank-popup.active{
   visibility: visible;
}
.bank-popup .box{
        width: 40%;
    padding: 40px 0;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    display: table;
    transform: translate(-50%,-50%);
}
.bank-popup .close{
    position: absolute;
    right: -50px;
    top: -50px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bank-popup img{
    width: 20px;
}
.bank-popup .radio-box .radio-select:before{
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
}
.succesful-buton{
    color: #FFF;
    background: #00C37A!important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    /* width: 100%; */
    height: 50px;
    padding: 15px 50px;
    margin-top: 25px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.succesful-buton:hover{
    background: #069660!important;
}
.succesful-buton:active{
    background: #00C37A!important;
}


@media screen and (max-width:1600px){
    .radio-box .radio-select:before{
        width: 10px;
        height: 10px;
    }
    
    .bank .b-box img{
        width: 130px;
        margin-bottom: 0;
    }
    .bank .b-box .radio-box{
        padding: 3px 0;
    }
    .corporate-tabs{
        height: 90px;
    }
    .right .login{
        padding: 10px 30px;
    }
    .radio-box .radio-bg{
        width: 30%;
    }
    .radio-box .name{
        font-size: 14px;
    }
    .radio-box .radio-select{
        width: 20px;
        height: 20px;
    }
    .radio-box .radio-select:after{
        width: 20px;
        height: 20px;
    }
    .right .login .title{
        padding: 5px 0;
    }
    .right .login .title h5{
        font-size: 16px;
    }
    .check-bg{
        height: 35px;
    }
    .radio-box{
        padding: 10px 0;
    }
    .right .login form .form-box input{
        height: 35px;
    }
    .right .login form .form-box label{
        top: 10px;
    }
    .right .login form .form-box img{
        top: 14px;
    }
    .right .login form .corporate-tabs .form-box{
        width: 31.5%;
    }
    .right .login form .form-box img{
        top: 9px;
        left: 15px;
    }
    .right .login form .form-box label{
        top: 5px;
    }
    .right .login form .form-box button{
        height: 35px;
    }
    .copy{
        position: absolute;
        bottom: 5px;
        font-size: 12px;
    }
    .left .menu ul{
        margin:50px 100px 0 80px;
    }
    .bank .b-box .radio-box .radio-select{
        top: -28px;
    }
    .bank-popup .box{
        padding: 40px 20px;
        width: 50%;
    }
    .right .login form .form-box label{
        font-size: 11px;
    }
}
@media screen and (max-width: 1100px) {
    
    .bank-popup img{
        width: 15px;
    }
    .bank .b-box p{
        font-size: 12px;
        line-height: 20px;
    }
    .bank-popup .box{
        width: 98%;
            overflow-x: hidden;
    height: 500px;
    overflow-y: scroll;
        padding: 20px;
        display: inherit;
    }
    .bank h3{
        font-size: 16px;
        line-height: 150%;
        padding: 0;
    }
    .right .login form .payment-box .p-box .form-box:nth-child(4n){
        padding-right: 0;
    }
    .bank .b-box .radio-box .radio-bg{
        margin-bottom: 0;
    }
    .bank .b-box{
        width:100%;
    }
    .step-2 .form-box table{
        width: 100%;
    }
    .step-2 button{
        width: 100%!important;
    }
     .modal {
    right: 20px;
    left: 20px;
    min-width: inherit;
  }
    .corporate-tabs{
        height: auto;
    }
    .corporate-tabs .chc{
        position: inherit!important;
        right: inherit;
    }
    .bank .b-box .radio-box .radio-select{
        top: -27px;
    }
    .bank-popup .close{
        top: -40px;
        right: 0;
        width: 35px;
        height: 35px;
    }
    .corporate-tabs .buton{
        position: inherit!important;
        right: inherit;
    }
    .bank .b-box{
        text-align: center;
    }
    .right .login form .form-box input{
        height: 45px;
    }
    .right .login form .form-box button{
        height: 45px;
    }
    .right .login form .form-box img{
        top: 15px;
    }
    .right .login form .form-box label{
        top: 10px;
    }
    body{
        overflow: inherit;
        position: relative;
    }
    .right .login{
        padding: 20px 30px 60px 30px;
    }
    
    .check-bg{
        margin-bottom: 15px;
    }
    .bank .b-box{
        width: 100%;
    }
    .right .login form .corporate-tabs .form-box{
        width: 100%;
    }
    .right .login form .form-box{
        width: 100%;
    }
    .right .login form .form-box:nth-child(odd){
        padding-right: 0!important;
    }
    .right .login form .form-box:nth-child(even){
        padding-left: 0!important;
    }
    .right .login form .form-box:nth-child(even) label{
        left: 50px;
    }
    .right .login form .form-box:nth-child(even) img{
        left: 15px;
    }
    .radio-box .radio-bg{
        width: 50%;
    }
  .wrapper {
    display: table;
    height: auto; }

  .main {
    width: 100%;
    height: 100vh; }

  .left .menu ul {
    margin-left: 50px; }

  .left .menu:after {
    right: 0; }

  .left {
    width: 100%; }

  .right .text {
    height: 100vh;
    padding: 40px 20px; }

  .right .text li {
    font-size: 16px; }

  .right .text li a {
    font-size: 16px; }

  .left .left-bottom {
    width: 90%; }

  .left .left-bottom img {
    width: 90%; }

  .right {
    width: 100%;
    display: table; }

  .left .left-bottom p {
    text-align: center; }

  .left .menu ul:after {
    right: -50px; }

  .right .login form {
    width: 100%; }

  .right .login form .form-box input {
    width: 100%; }

  .right .login form .form-box button {
    width: 100%; }

  .copy {
    width: 100%; }

  .right .text h3 {
    font-size: 20px; }

  .right .text h5 {
    font-size: 18px;
    line-height: 150%; }

  .white-popup {
    width: 90%;
    right: 5%; }

  .white-popup p {
    line-height: 150%; } }
@media screen and (max-width: 300px) {
  .right .login form {
    width: 100%; } }




/*# sourceMappingURL=main.css.map */
