.register-form {
    /*General links color*/
    /*-------- 1.2 Buttons --------*/
    /*-------- 1.3 Structure --------*/
    /* Preloader */
    /*============================================================================================*/
    /* 2.  CONTENT */
    /*============================================================================================*/
    /*-------- 2.1 Wizard --------*/
    /* Wizard Buttons*/
    /*-------- 2.2 Success submit --------*/
    /*-------- 2.3 Inner pages --------*/
    /* Footer */
    /*============================================================================================*/
    /* 3.  COMMON */
    /*============================================================================================*/
    /*-------- 3.1 Misc --------*/
    /* Checkbox style */
    /* Radio buttons */
    /* Fileupload */
    /*-------- 3.2 Spacing --------*/
    /*-------- 3.3 Float Labels --------*/
    /*!
     * Float Labels
     * @version: 3.3.9
     * @author: Paul Ryley (http://geminilabs.io)
     * @url: https://pryley.github.io/float-labels.js
     * @license: MIT
     */
  }
  .register-form h1,
  .register-form h2,
  .register-form h3,
  .register-form h4,
  .register-form h5,
  .register-form h6 {
    color: #222;
  }
  .register-form p {
    margin-bottom: 25px;
  }
  .register-form strong {
    font-weight: 500;
  }
  .register-form label {
    font-weight: 500;
    margin-bottom: 5px;
    color: #222;
  }
  .register-form hr {
    margin: 30px 0 30px 0;
    border-color: #ddd;
  }
  .register-form ul, .register-form ol {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
  }
  .register-form a {
    color: rgb(0, 186, 163);
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
  }
  .register-form a:hover, .register-form a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
  }
  .register-form a.animated_link {
    position: relative;
    text-decoration: none;
  }
  .register-form a.animated_link {
    position: relative;
    text-decoration: none;
  }
  .register-form a.animated_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    right: 0;
    background-color: rgb(0, 186, 163);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .register-form a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .register-form a.animated_link.active {
    position: relative;
    text-decoration: none;
    color: rgb(0, 186, 163);
  }
  .register-form a.animated_link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    right: 0;
    background-color: rgb(0, 186, 163);
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .register-form a.btn_1,
  .register-form .btn_1 {
    border: none;
    color: #fff;
    background: rgb(0, 186, 163);
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .register-form a.btn_1:hover,
  .register-form .btn_1:hover {
    background-color: rgb(2 195 171);
  }
  .register-form a.btn_1.full-width,
  .register-form .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .register-form a.btn_1.small,
  .register-form .btn_1.small {
    padding: 7px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .register-form a.btn_1.medium,
  .register-form .btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 30px;
  }
  .register-form a.btn_1.rounded,
  .register-form .btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  }
  .register-form a.btn_1.yellow,
  .register-form .btn_1.yellow {
    background: #f8bd2c;
    color: #111;
  }
  .register-form a.btn_1.yellow:hover,
  .register-form .btn_1.yellow:hover {
    background-color: rgb(2 195 171);
    color: #fff;
  }
  .register-form #preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
  }
  .register-form [data-loader=circle-side] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 50%;
    margin-right: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite 0.95s linear;
    -moz-animation: circle infinite 0.95s linear;
    -o-animation: circle infinite 0.95s linear;
    animation: circle infinite 0.95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
  }
  .register-form #loader_form {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999999;
    display: none;
  }
  .register-form [data-loader=circle-side-2] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 50%;
    margin-right: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite 0.95s linear;
    -moz-animation: circle infinite 0.95s linear;
    -o-animation: circle infinite 0.95s linear;
    animation: circle infinite 0.95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
  }
  @-webkit-keyframes circle {
    0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @-moz-keyframes circle {
    0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @-o-keyframes circle {
    0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @keyframes circle {
    0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  .register-form .row-height {
    min-height: 100vh;
  }
  @media (max-width: 991px) {
    .register-form .row-height {
      height: auto;
    }
  }
  .register-form .content-left {
    background-color: rgb(0, 186, 163);
    padding: 0;
  }
  .register-form .content-left-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    padding: 60px 60px 35px 60px;
    color: #fff;
    text-align: center;
    position: relative;
  }
  @media (max-width: 991px) {
    .register-form .content-left-wrapper {
      height: auto;
      padding: 95px 30px 35px 30px;
    }
  }
  @media (max-width: 767px) {
    .register-form .content-left-wrapper {
      padding: 95px 15px 35px 15px;
    }
  }
  @media (max-width: 991px) {
    .register-form .content-left-wrapper figure img {
      height: 200px;
    }
  }
  .register-form .content-left-wrapper h2 {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    margin: 20px 0 15px 0;
    font-weight: 600;
  }
  @media (max-width: 767px) {
    .register-form .content-left-wrapper h2 {
      font-size: 26px;
      font-size: 1.625rem;
    }
  }
  .register-form .content-left-wrapper p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
  }
  @media (max-width: 767px) {
    .register-form .content-left-wrapper p {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
  .register-form .content-left-wrapper .copy {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .register-form .content-left-wrapper .btn_1 {
    margin: 25px 0 25px 0;
  }
  @media (max-width: 991px) {
    .register-form .content-left-wrapper .btn_1 {
      display: none;
    }
  }
  .register-form .content-left-wrapper .btn_1.mobile_btn {
    display: none;
  }
  @media (max-width: 767px) {
    .register-form .content-left-wrapper .btn_1.mobile_btn {
      margin: 5px 0 30px 0;
      display: inline-block;
    }
  }
  .register-form .content-right {
    padding: 50px;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media (max-width: 991px) {
    .register-form .content-right {
      height: auto;
      padding: 30px 15px;
    }
  }
  .register-form a#logo {
    position: absolute;
    right: 20px;
    top: 15px;
    display: block;
    height: 35px;
  }
  @media (max-width: 991px) {
    .register-form a#logo {
      right: 15px;
      top: 10px;
    }
  }
  .register-form #social {
    position: absolute;
    top: 15px;
    left: 20px;
  }
  @media (max-width: 991px) {
    .register-form #social {
      left: 70px;
    }
  }
  .register-form #social ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .register-form #social ul li {
    float: right;
    margin: 0 5px 10px 5px;
    list-style: none;
  }
  .register-form #social ul li a {
    color: #fff;
    opacity: 0.6;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .register-form #social ul li a:hover {
    opacity: 1;
  }
  .register-form .copy {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
    opacity: 0.5;
  }
  @media (max-width: 991px) {
    .register-form .copy {
      display: none;
    }
  }
  .register-form #left_form {
    text-align: center;
  }
  .register-form #left_form h2 {
    font-size: 28px;
    font-size: 1.75rem;
    color: #0686D8;
  }
  @media (max-width: 767px) {
    .register-form #left_form figure img {
      height: 130px;
      width: auto;
    }
  }
  .register-form input#website {
    display: none;
  }
  .register-form #wizard_container {
    width: 450px;
  }
  @media (max-width: 767px) {
    .register-form #wizard_container {
      width: 100%;
    }
  }
  .register-form h2.section_title {
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .register-form h3.main_question {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 500;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .register-form button.backward,
  .register-form button.forward,
  .register-form button.submit {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: rgb(0, 186, 163);
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
  }
  .register-form button.backward {
    color: #777;
    background: #e8e8e8;
  }
  .register-form button[disabled] {
    display: none;
  }
  .register-form .backward:hover,
  .register-form .forward:hover {
    background: rgb(2 195 171);
    color: #fff;
  }
  .register-form #top-wizard {
    padding-bottom: 25px;
  }
  .register-form #bottom-wizard {
    border-top: 2px solid #ededed;
    padding-top: 20px;
    text-align: left;
    margin-top: 30px;
  }
  .register-form .ui-widget-content {
    background-color: transparent;
  }
  .register-form .ui-widget-content a {
    color: #222222;
  }
  .register-form .ui-widget-header {
    background: #6C3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .register-form .ui-widget-header a {
    color: #222222;
  }
  .register-form .ui-progressbar {
    height: 8px;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
  }
  .register-form #location {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .register-form #progressbar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
    overflow: hidden;
  }
  .register-form .ui-progressbar .ui-progressbar-value {
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .register-form .summary {
    text-align: center;
  }
  .register-form .summary .wrapper {
    padding: 60px 30px;
  }
  .register-form .summary h3 {
    margin-bottom: 25px;
  }
  .register-form .summary label {
    font-weight: 500;
  }
  .register-form #success {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-right: -150px;
    text-align: center;
  }
  .register-form #success h4 {
    font-weight: 400;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .register-form #success h4 span {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  @-webkit-keyframes checkmark {
    0% {
      stroke-dashoffset: 50px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-ms-keyframes checkmark {
    0% {
      stroke-dashoffset: 50px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes checkmark {
    0% {
      stroke-dashoffset: 50px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes checkmark-circle {
    0% {
      stroke-dashoffset: 240px;
    }
    100% {
      stroke-dashoffset: 480px;
    }
  }
  @-ms-keyframes checkmark-circle {
    0% {
      stroke-dashoffset: 240px;
    }
    100% {
      stroke-dashoffset: 480px;
    }
  }
  @keyframes checkmark-circle {
    0% {
      stroke-dashoffset: 240px;
    }
    100% {
      stroke-dashoffset: 480px;
    }
  }
  .register-form .inlinesvg .svg svg {
    display: inline;
  }
  .register-form .icon--order-success.svg:before {
    width: auto;
    margin: 0;
  }
  .register-form .icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
  }
  .register-form .icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
  }
  .register-form header {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #d9e1e6;
  }
  .register-form header .cd-nav-trigger {
    top: 0;
  }
  .register-form header #social {
    left: 80px;
    top: 5px;
  }
  .register-form header #social ul li a {
    color: #333;
  }
  .register-form footer {
    border-top: 1px solid #ededed;
    padding: 30px 0;
  }
  .register-form footer p {
    margin: 0;
    padding: 0;
    float: left;
  }
  @media (max-width: 991px) {
    .register-form footer p {
      float: none;
    }
  }
  .register-form footer ul {
    float: right;
    margin: 0;
    padding: 0;
  }
  @media (max-width: 991px) {
    .register-form footer ul {
      float: none;
      margin-top: 10px;
    }
  }
  .register-form footer ul li {
    display: inline-block;
    margin-left: 15px;
  }
  .register-form footer ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    right: 9px;
    color: #999;
  }
  .register-form footer ul li:last-child {
    margin-left: 0;
  }
  .register-form footer ul li:last-child:after {
    content: "";
  }
  .register-form footer ul li a {
    color: #555;
  }
  .register-form footer ul li a:hover {
    color: #121921;
  }
  .register-form .main_title {
    text-align: center;
  }
  .register-form .main_title h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 42px;
    font-size: 2.625rem;
    color: rgb(0, 186, 163);
    text-transform: uppercase;
  }
  @media (max-width: 767px) {
    .register-form .main_title h2 {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .register-form .main_title h2 em {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ededed;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .register-form .main_title p {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 10%;
    margin-bottom: 45px;
    color: #777;
  }
  @media (max-width: 767px) {
    .register-form .main_title p {
      font-size: 16px;
      font-size: 1rem;
    }
  }
  .register-form .owl-theme .owl-dots .owl-dot.active span,
  .register-form .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(0, 186, 163) !important;
  }
  .register-form main#general_page {
    background-color: #fff;
  }
  .register-form iframe#map_iframe {
    width: 100%;
    height: 450px;
    border: 0;
  }
  @media (max-width: 991px) {
    .register-form iframe#map_iframe {
      height: 400px;
    }
  }
  .register-form .box_style_2 {
    background-color: #f8f8f8;
    padding: 25px 30px 30px 30px;
    position: relative;
    margin-bottom: 25px;
  }
  .register-form .box_style_2 .form-control {
    background-color: #fff !important;
  }
  .register-form .box_style_2 hr {
    margin: 10px -30px 20px -30px;
    border: 0;
    border-top: 2px solid #fff;
  }
  .register-form ul.contacts_info {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
  }
  .register-form ul.contacts_info li {
    margin-bottom: 15px;
  }
  .register-form ul.contacts_info li:last-child {
    margin-bottom: 0;
  }
  .register-form .error_message {
    font-weight: 500;
    color: red;
    padding-bottom: 10px;
  }
  .register-form .parallax_window_in {
    height: 420px;
    position: relative;
    display: table;
    width: 100%;
  }
  .register-form #sub_content_in {
    display: table-cell;
    padding: 45px 15% 0 15%;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }
  @media (max-width: 767px) {
    .register-form #sub_content_in {
      padding: 45px 30px 0 30px;
    }
  }
  .register-form #sub_content_in h1 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 46px;
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .register-form #sub_content_in h1 {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .register-form #sub_content_in p {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
  }
  @media (max-width: 767px) {
    .register-form #sub_content_in p {
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .register-form .container_styled_1 {
    background: #f9f9f9;
  }
  .register-form .team-item-img {
    position: relative;
  }
  .register-form .team-item-img .team-item-detail {
    background: none repeat scroll 100% 0 rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
  }
  .register-form .team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible;
  }
  .register-form .team-item-img .team-item-detail .team-item-detail-inner {
    margin: auto;
    padding: 25px;
  }
  .register-form .team-item-detail-inner h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
  }
  .register-form .team-item-detail-inner .social {
    margin: 0 0px 25px 0px;
    padding: 0px;
  }
  .register-form .team-item-detail-inner .social li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
  }
  .register-form .team-item-detail-inner .social li a {
    color: #fff;
  }
  .register-form .team-item-detail-inner .social li a:hover {
    color: rgb(2 195 171);
  }
  .register-form .team-item-info {
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
  }
  .register-form .team-item-info h4 {
    margin-bottom: 0px;
  }
  .register-form .body_bg_2 {
    background-color: #f7f8fc;
  }
  .register-form .modal-content {
    border: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .register-form .form-group {
    position: relative;
    margin-bottom: 1rem;
  }
  .register-form .form-group.terms {
    background-color: #f9f9f9;
    padding: 12px 0 0 0;
    text-align: right;
    padding: 8px 8px 5px 5px;
  }
  .register-form .form-group.terms .container_check {
    margin-bottom: 3px;
  }
  .register-form .form-group i {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    left: 5px;
    top: 11px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
  }
  .register-form span.error {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    left: -15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
  }
  .register-form span.error:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    right: 20%;
  }
  .register-form .container_radio.version_2 .error, .register-form .container_check.version_2 .error {
    right: -15px;
    top: -30px;
    left: inherit;
  }
  .register-form .radio_input .error {
    right: -15px;
    top: -30px;
    left: inherit;
  }
  .register-form .styled-select span.error {
    top: -20px;
  }
  .register-form .terms span.error {
    top: -30px;
    right: -15px;
    left: inherit;
  }
  .register-form .form-control {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
    height: calc(2.65rem + 2px);
  }
  .register-form .form-control:focus {
    box-shadow: none;
    border-color: rgb(0, 186, 163);
  }
  .register-form .container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
  }
  .register-form .container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .register-form .container_check input:checked ~ .checkmark {
    background-color: rgb(0, 186, 163);
    border: 1px solid transparent;
  }
  .register-form .container_check .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .register-form .container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    right: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(45deg) scaleX(-1);;
    -ms-transform: rotate(45deg) scaleX(-1);;
    transform: rotate(45deg) scaleX(-1);;
  }
  .register-form .container_check.version_2,
  .register-form .fl-form.fl-style-1 textarea.fl-textarea {
    padding: 13px 45px 13px 15px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    min-height: 30px;
    font-weight: 400;
  }
  .register-form .container_check.version_2 .checkmark {
    height: 24px;
    width: 24px;
    top: 10px;
    right: 10px;
  }
  .register-form .container_check.version_2 .checkmark:after {
    top: 5px;
    right: 8px;
    width: 5px;
    height: 10px;
  }
  .register-form .container_check input:checked ~ .checkmark:after {
    display: block;
  }
  .register-form .container_radio {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .register-form .container_radio input {
    position: absolute;
    opacity: 0;
  }
  .register-form .container_radio input:checked ~ .checkmark:after {
    opacity: 1;
  }
  .register-form .container_radio .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
  }
  .register-form .container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 3px;
    right: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(0, 186, 163);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .register-form .container_radio.version_2 {
    padding: 13px 45px 13px 15px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    min-height: 30px;
    font-weight: 400;
  }
  .register-form .container_radio.version_2 input:checked ~ .checkmark:before {
    opacity: 1;
  }
  .register-form .container_radio.version_2 input:checked ~ .checkmark {
    border: 1px solid transparent;
  }
  .register-form .container_radio.version_2 .checkmark {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    border: 1px solid #ddd;
    border-radius: 50%;
  }
  .register-form .container_radio.version_2 .checkmark:after {
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
  }
  .register-form .container_radio.version_2 .checkmark:before {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    z-index: 999;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .register-form .container_radio.version_2.active, .register-form .container_radio.version_2:hover, .register-form .container_check.version_2.active, .register-form .container_check.version_2:hover {
    border: 1px solid rgb(0, 186, 163);
  }
  .register-form .radio_input .container_radio {
    display: inline-block;
    margin: 5px 0 0 0;
  }
  .register-form .fileupload {
    position: relative;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 35px;
  }
  .register-form input[type=file] {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    height: auto;
    width: 100%;
    color: #999;
  }
  .register-form input[type=file]:focus {
    box-shadow: none;
    outline: none;
  }
  .register-form input[type=file]::-webkit-file-upload-button, .register-form input[type=file].invalid::-webkit-file-upload-button, .register-form input[type=file].valid::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 38px 8px 10px;
    font-weight: 600;
    background: rgb(0, 186, 163) url(../img/upload_icon.svg) 8px center no-repeat;
    outline: none;
  }
  .register-form input[type=file]::-webkit-file-upload-button:focus, .register-form input[type=file].invalid::-webkit-file-upload-button:focus, .register-form input[type=file].valid::-webkit-file-upload-button:focus {
    box-shadow: none;
    outline: none;
  }
  .register-form .add_bottom_10 {
    margin-bottom: 10px;
  }
  .register-form .add_bottom_15 {
    margin-bottom: 15px;
  }
  .register-form .add_bottom_20 {
    margin-bottom: 15px;
  }
  .register-form .add_bottom_30 {
    margin-bottom: 30px;
  }
  .register-form .add_bottom_45 {
    margin-bottom: 45px;
  }
  .register-form .add_bottom_60 {
    margin-bottom: 60px;
  }
  .register-form .add_bottom_75 {
    margin-bottom: 75px;
  }
  .register-form .add_top_10 {
    margin-top: 10px;
  }
  .register-form .add_top_15 {
    margin-top: 15px;
  }
  .register-form .add_top_20 {
    margin-top: 20px;
  }
  .register-form .add_top_30 {
    margin-top: 30px;
  }
  .register-form .add_top_60 {
    margin-top: 60px;
  }
  .register-form .more_padding_left {
    padding-right: 40px;
  }
  .register-form .nomargin_top {
    margin-top: 0;
  }
  .register-form .nopadding {
    margin: 0 !important;
    padding: 0 !important;
  }
  .register-form .nomargin {
    margin: 0 !important;
  }
  .register-form .margin_30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .register-form .margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .register-form .margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .register-form .fl-form .fl-wrap {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .register-form .fl-form input.fl-input,
  .register-form .fl-form select.fl-select,
  .register-form .fl-form textarea.fl-textarea {
    width: 100%;
    outline: 0;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid none;
    background-color: white;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
  }
  .register-form .fl-form input.fl-input:-moz-placeholder,
  .register-form .fl-form select.fl-select:-moz-placeholder,
  .register-form .fl-form textarea.fl-textarea:-moz-placeholder {
    color: #555;
    font-weight: 400;
  }
  .register-form .fl-form input.fl-input::-moz-placeholder,
  .register-form .fl-form select.fl-select::-moz-placeholder,
  .register-form .fl-form textarea.fl-textarea::-moz-placeholder {
    color: #555;
    font-weight: 400;
  }
  .register-form .fl-form input.fl-input:-ms-input-placeholder,
  .register-form .fl-form select.fl-select:-ms-input-placeholder,
  .register-form .fl-form textarea.fl-textarea:-ms-input-placeholder {
    color: #555;
    font-weight: 400;
    color: #FFF !important;
  }
  .register-form .fl-form input.fl-input::-webkit-input-placeholder,
  .register-form .fl-form select.fl-select::-webkit-input-placeholder,
  .register-form .fl-form textarea.fl-textarea::-webkit-input-placeholder {
    color: #555;
    font-weight: 400;
  }
  .register-form .fl-form select.fl-select {
    position: relative;
    color: #555;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .register-form .fl-form select.fl-select::-ms-expand {
    display: none;
  }
  .register-form .fl-form .fl-is-active input.fl-input,
  .register-form .fl-form .fl-is-active select.fl-select,
  .register-form .fl-form .fl-is-active textarea.fl-textarea {
    color: #222;
    background-color: white;
    border-color: none;
  }
  .register-form .fl-form .fl-has-focus input.fl-input,
  .register-form .fl-form .fl-has-focus select.fl-select,
  .register-form .fl-form .fl-has-focus textarea.fl-textarea {
    background-color: white;
    border-color: none;
  }
  .register-form .fl-form label.fl-label {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: -11px;
    right: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    border-top-right-radius: 3px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  .register-form body[dir=rtl] .fl-form label.fl-label {
    right: unset;
    left: 0;
  }
  .register-form .fl-form .fl-is-active label.fl-label {
    opacity: 1;
    visibility: visible;
  }
  .register-form .fl-form .fl-has-focus label.fl-label {
    color: #555;
  }
  .register-form .fl-form .fl-is-required:before {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 18px;
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    transition: all 0.3s ease-in-out;
    padding: 8px 0 0;
    z-index: 1;
  }
  .register-form body[dir=rtl] .fl-form .fl-is-required:before {
    left: unset;
    right: 18px;
  }
  .register-form .fl-form .fl-is-required.fl-is-active:before {
    opacity: 0;
  }
  .register-form .fl-form.fl-style-1 input.fl-input,
  .register-form .fl-form.fl-style-1 select.fl-select,
  .register-form .fl-form.fl-style-1 textarea.fl-textarea {
    padding: 8px 16px;
  }
  .register-form .fl-form.fl-style-1 select.fl-select {
    height: 46px;
  }
  .register-form .fl-form.fl-style-1 .fl-is-active input.fl-input,
  .register-form .fl-form.fl-style-1 .fl-is-active select.fl-select,
  .register-form .fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
    padding: 8px 16px;
  }
  .register-form .fl-form.fl-style-1 label.fl-label {
    top: 1px;
    right: 13px;
    background-color: transparent;
    padding: 16px 4px;
  }
  .register-form .fl-form.fl-style-1 label.fl-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: white;
    z-index: -1;
  }
  .register-form .fl-form.fl-style-1 .fl-is-active label.fl-label {
    top: -10px;
    padding: 4px;
  }
  .register-form .fl-form.fl-style-1 .fl-is-active label.fl-label:before {
    top: 10px;
  }
  .register-form body[dir=rtl] .fl-form.fl-style-1 label.fl-label {
    right: unset;
    left: 13px;
  }
  .register-form .fl-form.fl-style-2 input.fl-input,
  .register-form .fl-form.fl-style-2 select.fl-select,
  .register-form .fl-form.fl-style-2 textarea.fl-textarea {
    padding: 16px;
  }
  .register-form .fl-form.fl-style-2 select.fl-select {
    height: 62px;
  }
  .register-form .fl-form.fl-style-2 .fl-is-active input.fl-input,
  .register-form .fl-form.fl-style-2 .fl-is-active select.fl-select,
  .register-form .fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
    padding: 24px 16px 8px;
  }
  .register-form .fl-form.fl-style-2 label.fl-label {
    top: 1px;
    right: 9.8px;
    padding: 8px 4px 4px;
  }
  .register-form .fl-form.fl-style-2 .fl-is-required:before {
    padding-top: 16px;
  }
  .register-form body[dir=rtl] .fl-form.fl-style-2 label.fl-label {
    right: unset;
    left: 13px;
  }
  .register-form .fl-form .fl-wrap-select:after {
    content: "";
    position: absolute;
    display: block;
    top: 1px;
    left: 6px;
    height: calc(100% - 2px);
    width: 7px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='%23555' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E") no-repeat;
    background-position: 0% 50%;
    background-size: 7px 14px;
    z-index: 2;
  }
