.form-group {
  margin-bottom: 1.6rem;
}

.form-group label {
  font-family: Arial, Helvetica, sans-serif;
}

.form-group .form-control {
  font-family: Arial, Helvetica, sans-serif;
}

.select-state {
  max-width: 105px;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 575px) {
  .select-state {
    max-width: 100%;
  }
}

.desc {
  letter-spacing: 0;
  line-height: 2rem;
}

@media only screen and (max-width: 1024px) {
  .desc {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.desc strong {
  margin-right: 0.3625rem;
}

.text-section {
  padding: 3.25rem 0 5rem 0;
}

@media only screen and (max-width: 991px) {
  .text-section {
    padding: 3.15rem 0 2.1rem;
  }
}

/*-- ====================================
            Steps Section Start
========================================= --*/
.steps-sec {
  padding: 3.2rem 0 2.5rem;
}

@media screen and (max-width: 991px) {
  .steps-sec {
    padding: 0.55rem 0 1.85rem;
  }
}

.steps-sec .primary-title {
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 991px) {
  .steps-sec .primary-title {
    margin: 1.4rem auto 1.125rem;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.steps-sec .steps-wrapper {
  text-align: center;
  margin: 0 auto;
}

.steps-sec .steps-wrapper .text-content {
  line-height: 2rem;
}

@media screen and (max-width: 991px) {
  .steps-sec .steps-wrapper .text-content {
    font-size: 1rem;
    display: inline;
    line-height: 1.625rem;
  }
}

.steps-nav {
  max-width: 580px;
  width: 100%;
  margin: 1.75rem auto 0;
  padding: 3rem 5rem;
}

@media screen and (max-width: 767px) {
  .steps-nav {
    padding: 1.7rem 0;
  }
}

.steps-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .steps-nav .nav-item {
    margin: 0 auto 1rem;
    max-width: 304px;
    display: block;
    text-align: center;
  }
  .steps-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}

.steps-nav .nav-item .nav-link {
  margin-right: 1.5rem;
  padding: 0.5rem 0;
  max-width: 70px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .steps-nav .nav-item .nav-link {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.steps-nav .nav-item .nav-link:hover, .steps-nav .nav-item .nav-link:focus, .steps-nav .nav-item .nav-link:active {
  color: #ffffff;
  text-decoration: underline;
}

.steps-nav .nav-item .nav-link:focus {
  outline: 2px solid #ffffff;
  text-decoration: underline;
}

.steps-nav .nav-item > span {
  padding: 0.5rem 0;
}

.steps-container {
  padding: 3.2rem 0 2rem;
}

@media screen and (max-width: 991px) {
  .steps-container {
    padding: 3.45rem 0 2rem;
  }
}

.steps-container .content-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.steps-container .content-wrap .primary-title {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .steps-container .content-wrap .primary-title {
    font-size: 1.3125rem;
    text-align: left;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
}

.steps-container .content-wrap p {
  line-height: 2rem;
}

@media screen and (max-width: 991px) {
  .steps-container .content-wrap p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.steps-container .content-wrap strong {
  margin-right: 0.3125rem;
}

.steps-container .form-container {
  margin: 1.85rem auto;
  background-color: #ffffff;
  padding: 2.5rem 2.375rem;
  border: 1px solid #979797;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .steps-container .form-container {
    background-color: transparent;
    padding: 0;
    border: none;
  }
}

.steps-container .form-container .form-control {
  border: 1px solid #979797;
  border-radius: 0;
  height: 3rem;
}

.steps-container .form-container .form-control::-webkit-input-placeholder {
  color: #1D1D1D;
  font-size: 1rem;
}

.steps-container .form-container .form-control:-ms-input-placeholder {
  color: #1D1D1D;
  font-size: 1rem;
}

.steps-container .form-container .form-control::-ms-input-placeholder {
  color: #1D1D1D;
  font-size: 1rem;
}

.steps-container .form-container .form-control::placeholder {
  color: #1D1D1D;
  font-size: 1rem;
}

.steps-container .form-container .form-control.comments-area {
  min-height: 3rem;
  height: auto;
}

.steps-container .form-container .select-state {
  border-radius: 8px;
}

.steps-container .form-container label {
  color: #1D1D1D;
}

.steps-container .form-container input[type="submit"] {
  width: 100%;
  max-width: 208px;
  margin: 0.8125rem auto 0;
  display: block;
}

@media screen and (max-width: 991px) {
  .steps-container .form-container input[type="submit"] {
    margin: 0.1875rem 0 0;
  }
}

.steps-container .white-box-wrap {
  padding: 8rem 3rem;
  max-width: 867px;
  margin: 1rem auto 0;
  text-align: center;
  border: 1px solid #979797;
}

@media screen and (max-width: 991px) {
  .steps-container .white-box-wrap {
    padding: 4rem 1rem;
  }
}

.steps-container .white-box-wrap .logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .steps-container .white-box-wrap .logo-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .steps-container .white-box-wrap .logo-row {
    display: block;
  }
}

.steps-container .white-box-wrap .logo-row .logo-wrap {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .steps-container .white-box-wrap .logo-row .logo-wrap {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .steps-container .white-box-wrap .logo-row .logo-wrap:first-child {
    margin-bottom: 1.563rem;
  }
}

.steps-container .white-box-wrap .box-bottom-content {
  padding: 4rem 0;
}

@media screen and (max-width: 991px) {
  .steps-container .white-box-wrap .box-bottom-content {
    padding: 2rem 0 0;
  }
}

.steps-container .white-box-wrap .box-bottom-content h3 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .steps-container .white-box-wrap .box-bottom-content h3 {
    font-size: 1.875rem;
  }
}

.steps-container .white-box-wrap .box-bottom-content p {
  line-height: 2rem;
}

.steps-container .form-content {
  max-width: 900px;
  margin: 0 auto;
}

.steps-container .form-content p {
  padding: 2.625rem 0 3rem;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .steps-container .form-content p {
    font-size: 1rem;
    padding: 2rem 0 3rem;
  }
}
