/*
Teamplate Name: softok 
Version: 1.0
*/
/* Type your CSS Here */

/* Theme 500 migration overrides */
.theme500-header-auth {
  display: inline-block;
  margin-left: 18px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.theme500-header-btn {
  display: inline-block;
  min-width: 58px;
  height: 42px;
  line-height: 42px;
  padding: 0 14px;
  margin-left: 8px;
  color: #fff;
  background: #2154cf;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.theme500-header-btn:hover {
  color: #fff;
  background: #031f4b;
}

.theme500-register-btn,
.theme500-alt-btn {
  background: #031f4b;
}

.theme500-mobile-auth {
  display: none !important;
}

.theme500-crumb .brpt h1 {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.theme500-auth-page,
.theme500-download-hero,
.theme500-app-hero,
.theme500-web-hero,
.theme500-install-steps,
.theme500-web-plan,
.theme500-register-note,
.theme500-app-flow {
  padding-top: 95px;
  padding-bottom: 95px;
}

.theme500-login-page,
.theme500-register-page,
.theme500-install-steps,
.theme500-app-flow,
.theme500-web-plan {
  background: #f6f8ff;
}

.theme500-auth-copy,
.theme500-register-steps,
.theme500-form-card,
.theme500-step-card,
.theme500-flow-list div {
  background: #fff;
  color: #1f2937;
  border: 1px solid #e6ebf5;
  box-shadow: 0 14px 36px rgba(3, 31, 75, 0.08);
}

.theme500-auth-copy.dark {
  min-height: 100%;
  padding: 46px 40px;
  background: #031f4b;
  color: #fff;
}

.theme500-auth-copy.dark h2,
.theme500-auth-copy.dark h3,
.theme500-auth-copy.dark p,
.theme500-auth-copy.dark li {
  color: #fff;
}

.theme500-register-steps {
  padding: 42px 36px;
}

.theme500-form-card {
  padding: 44px 40px;
}

.theme500-form-card .apartment_text h1,
.theme500-form-card .apartment_text h2,
.theme500-register-steps h2,
.theme500-register-steps h3,
.theme500-step-card h4,
.theme500-flow-list strong {
  color: #1f2937;
}

.theme500-form-card .apartment_text h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.theme500-form-card .apartment_text h2 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 26px;
  font-weight: 500;
}

.theme500-form-card .witr_form_controls2 {
  margin: 0;
}

.theme500-form-card .witr_field2 {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}

.theme500-form-card .witr_form_field2 {
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme500-form-card .witr_form_field2 input,
.theme500-form-card .witr_text_area2 textarea {
  display: block;
  width: 100%;
  border: 1px solid #dfe6f1;
  color: #1f2937;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme500-form-card .witr_form_field2 input {
  height: 54px;
  padding: 0 16px;
}

.theme500-form-card .witr_text_area2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 22px;
}

.theme500-form-card .witr_text_area2 textarea {
  min-height: 132px;
  padding: 14px 16px;
  resize: vertical;
}

.theme500-form-card input::-webkit-input-placeholder,
.theme500-form-card textarea::-webkit-input-placeholder {
  color: #6b7280;
}

.theme500-form-actions {
  margin: 4px 0 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0;
}

.theme500-form-actions .btn,
.theme500-form-actions button.btn,
.theme500-form-actions a.btn {
  display: inline-block;
  min-width: 132px;
  height: 52px;
  line-height: 52px;
  padding: 0 24px;
  margin: 0 12px 10px 0;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
}

.theme500-check-list {
  padding-left: 20px;
  margin: 24px 0 0;
}

.theme500-check-list li {
  margin-bottom: 12px;
  line-height: 1.8;
}

.theme500-step,
.theme500-flow-list div {
  margin-top: 18px;
  padding: 18px 20px;
}

.theme500-step strong,
.theme500-step span,
.theme500-flow-list strong,
.theme500-flow-list span {
  display: block;
}

.theme500-step strong,
.theme500-step-card strong {
  color: #2154cf;
  font-size: 28px;
  line-height: 1;
}

.theme500-step span,
.theme500-step-card p,
.theme500-flow-list span {
  color: #5f6877;
  line-height: 1.75;
}

.theme500-step-card {
  min-height: 210px;
  padding: 34px 28px;
  margin-bottom: 30px;
}

.theme500-step-card h4 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 22px;
}

.theme500-app-buttons {
  margin-top: 28px;
  font-size: 0;
}

.theme500-app-buttons .witr_btn {
  display: inline-block;
  margin: 0 12px 12px 0;
  font-size: 15px;
  vertical-align: top;
}

.theme500-support-strip .em-service,
.theme500-download-grid .em-service,
.theme500-app-features .em-service,
.theme500-web-grid .em-service {
  min-height: 260px;
}

.theme500-support-strip .em-service-desc p,
.theme500-download-grid .em-service-desc p,
.theme500-app-features .em-service-desc p,
.theme500-web-grid .em-service-desc p {
  color: #5f6877;
  line-height: 1.75;
}

.theme500-register-counter .counter_bg {
  margin-top: 0;
}

.blog-img img,
.witr_sb_thumb img,
.recent-post-image img,
.single_blog_thumb img {
  max-height: 260px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1199px) {
  .theme500-header-auth {
    margin-left: 8px;
  }

  .theme500-header-btn {
    min-width: 52px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .theme500-header-auth {
    display: none;
  }

  .theme500-mobile-auth {
    display: block !important;
  }

  .theme500-auth-page,
  .theme500-download-hero,
  .theme500-app-hero,
  .theme500-web-hero,
  .theme500-install-steps,
  .theme500-web-plan,
  .theme500-register-note,
  .theme500-app-flow {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .theme500-crumb .brpt h1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .theme500-auth-copy.dark,
  .theme500-register-steps,
  .theme500-form-card {
    padding: 30px 20px;
  }

  .theme500-form-card .witr_field2 {
    margin-left: 0;
    margin-right: 0;
  }

  .theme500-form-card .witr_form_field2 {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .theme500-form-card .witr_text_area2,
  .theme500-form-actions {
    padding-left: 0;
    padding-right: 0;
  }

  .theme500-form-actions .btn,
  .theme500-form-actions button.btn,
  .theme500-form-actions a.btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
