.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /*background-color: #ccc;*/
  opacity: 0.95;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: auto auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 500px;
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}

.form-control > select > option {
  background-color: #ccc;
}

#contactus-jum p {
  margin-bottom: 0;
}

.navbar-light .navbar-brand {
  /*text-decoration: underline;*/
  /*text-decoration-color: #52d87f;*/
}

.navbar-brand img {
  max-height: 50px;
}

.footer-basic a {
  font-weight: 100;
}

.darkform-con form .btn-primary {
  background: #214a80;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

.darkform-con form .btn-primary:hover, .login-dark form .btn-primary:active {
  background: #52d87f;
  outline: none;
}

#pr-accordion .form-group.row {
  padding-right: 15px;
}

.licences-table {
  text-align: justify;
}

.navbar-nav i {
  font-size: 15px;
}

#step-bar .col {
  height: 100px;
}

.modal-textarea {
  width: 100%;
}

.form-check-input {
  margin-top: 9px;
}

input[type=checkbox] {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  padding: 10px;
  /*margin-top: .3rem;*/
  margin-left: -14px;
}

.footer-basic ul li:not(:last-child) {
  border-right: 1px solid #666;
}

.terms-content h1 {
  font-size: 170%;
  font-weight: 700;
}

.terms-content > h3 {
  font-size: 140%;
  font-weight: 700;
}

.terms-content table {
  /*background-color: #f6f6f6;*/
}

#custom-modal-body {
  display: none;
}

.darkform-con .form-check {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  margin-left: 1px;
}

#nav-right {
  margin-left: 15px;
  border-left: 1px solid rgba(255,255,255,0.35);
  padding-left: 15px;
}

.trial-checkbox label {
  margin-left: 10px;
}

.agreements-h p {
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,0.83);
}

.agreements-h h5 {
  text-align: center;
  font-size: 21px;
}

#step-content-left {
  max-height: 374px;
  overflow: auto;
  margin-bottom: 15px;
}

#refresh-row {
  /*margin: 0 0 -30px 0;*/
  font-size: 25px;
  padding: 0 15px;
}

#refresh-row i {
  float: right;
}

.long-modal-content ul li {
  list-style-type: none;
}

.h3, h3 {
}

.guide-subt {
  margin-bottom: 15px;
}

