/**=====================
     Login css start
==========================**/
.open_login .theme-tab .tab-title .current a {
    color: #002d18;
  }
  .open_login .theme-tab .tab-title .current a:hover {
    color: #7F968C;
  }
  .open_login .theme-tab .tab-title a {
    color: #666464;
    font-size: 20px;
  }
  .open_login .theme-tab .tab-title a:hover {
    color: #B2B1B1;
  }
  .open_login .theme-tab .tab-title li {
    padding: 20px 15px;
    width: 300px;
    border-bottom: 1px solid #002d18;
    border-left: none;
    border-right: none;
    -webkit-transition: border-bottom 0.1s ease;
    transition: border-bottom 0.1s ease;
  }
  .open_login .theme-tab .tab-title li.current {
    border-bottom: 4px solid #002d18;
  }
  .open_login .theme-tab .tab-title li.current:hover {
    border-bottom: 4px solid #7F968C;
  }
  .open_login .theme-tab .tab-title li:hover {
    border-bottom: 1px solid #7F968C;
  }
  .open_login .theme-tab .tab-content-cls .no-slider {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page {
    width: 600px;
    padding-top: 0px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page hr {
    border-color: #ddd;
    margin: 20px 0px 20px -20px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page h6 {
    font-size: 14px;
    font-weight: 400;
    color: #002d18;
    line-height: 20px;
    text-align: center;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card.style1 {
    padding-top: 10px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card label {
    font-size: 14px;
    color: #002d18;
    font-weight: normal;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card input {
    height: 48px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    outline: none;
    margin-bottom: 20px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card input.style1 {
    margin-bottom: 5px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card input.style2 {
    height: 15px;
    width: 15px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card input::-webkit-input-placeholder {
    font-size: 14px;
    color: #666;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card input::-moz-placeholder {
    font-size: 14px;
    color: #666;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card input:-ms-input-placeholder {
    font-size: 14px;
    color: #666;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card input::-ms-input-placeholder {
    font-size: 14px;
    color: #666;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card input::placeholder {
    font-size: 14px;
    color: #666;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card p {
    font-size: 12px;
    color: #666;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .form-control.style1 {
    margin-left: 12px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card select {
    height: 48px;
    width: 468px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px 16px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card select.style1 {
    width: 142px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card img {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .divider {
    margin: 30px auto;
    border: 1px solid #AEAEAE;
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .btn-solid {
    border: none;
    background-size: 1050px;
    width: 468px;
    background-color: #69B1FF;
    background-image: linear-gradient(30deg, #3493fb 50%, transparent 50%);
  }
  .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .btn-solid:hover {
    color: #fff;
  }
  
  @media (max-width: 1367px) {
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .form-control.style1 {
      margin-left: 12px;
    }
  }
  @media (max-width: 991px) {
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .form-control.style1 {
      margin-left: 12px;
    }
  }
  @media (max-width: 767px) {
    .open_login .theme-tab .tab-title li {
      width: 200px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .line {
      width: 200px;
      margin-left: 30px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .facebook {
      width: 200px;
      margin-left: -8px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page hr {
      margin: 20px 0px 20px 30px;
      width: 410px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .form-control.style1 {
      margin-left: 12px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card select {
      width: 418px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card select.style1 {
      width: 125px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .btn-solid {
      width: 420px;
    }
  }
  @media (max-width: 577px) {
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .form-control.style1 {
      margin-left: 12px;
    }
  }

  @media (max-width: 420px) {
    .open_login .theme-tab .tab-title li {
      width: 190px;
    }
    .open_login .theme-tab .tab-title li a {
      font-size: 18px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page {
      width: 420px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .other_sign {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .other_sign .line {
      width: 254px;
      margin: auto;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .other_sign .facebook {
      width: 254px;
      margin: auto;
      margin-top: 10px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page hr {
      width: 360px;
      margin-left: -10px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .form-control.style1 {
      margin-left: 12px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card select {
      width: 360px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card select.style1 {
      width: 360px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .divider {
      margin-left: 0px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .btn-solid {
      width: 360px;
    }
  }
  
  @media (max-width: 375px) {
    .open_login .theme-tab .tab-title li {
      width: 170px;
    }
    .open_login .theme-tab .tab-title li a {
      font-size: 16px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page {
      width: 375px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .other_sign {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .other_sign .line {
      width: 254px;
      margin: auto;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .other_sign .facebook {
      width: 254px;
      margin: auto;
      margin-top: 10px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page hr {
      width: 320px;
      margin-left: -10px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row input {
      width: 320px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row .form-control.style1 {
      margin-left: 25px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row select {
      width: 320px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row select.style1 {
      width: 320px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row .object {
      padding-left: 0px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row .divider {
      margin: 30px auto;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row .check_row input {
      width: 15px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row .check_row label {
      width: 300px;
    }
    .open_login .theme-tab .tab-content-cls .no-slider .register-page .theme-card .input_row .btn-solid {
      width: 320px;
    }
  }