h1 {
  font-size: 28px;
}

h2 {
  font-size: 23.8px;
}

h3 {
  font-size: 18.2px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -otransition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-primary {
  background: #fb8200;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #1754d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -obox-shadow: none;
  box-shadow: none;
}

.btn-default {
  background: #666666;
  color: #fff;
}
.top-text h1{
  font-family: cursive;
  font-weight: 900;
  font-size: 4em;
  color: #fb8200;
}
.form-group .btn{
  border-bottom: 0px solid #ccc !important;
}
.form-group input, .form-group textarea{
  border-bottom: 2px solid #ccc !important;
  transition: 0.7s
}
.form-group input:focus, .form-group textarea:focus{
  outline-width: 0; 
  border-bottom: 0px solid #000 !important;
  transition: 0.7s
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  width: 100%;
  display: block;
  padding: 12px 15px;
  /*border-bottom: 1px solid #ccc !important;*/
  background: transparent;
  margin-left: -2.6em !important;
  padding-left: 3em;
  border: 0px;
}

.mar-b-0 {
  margin-bottom: 0 !important;
}

a {
  color: #1754d1;
}
a:hover {
  color: #fb8200;
}

html {
  overflow-x: hidden;
}

body {
  background: url(../img/11.png) center center no-repeat;
  background-size: 100% 100%;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
.top-text {
    text-align: center;
}
.form-wizard {
  position: relative;
  display: table;
  /*margin: 0 auto;*/
  max-width: 540px;
}
.form-group{
  display: flex;
  background-color: #f9f9f9;
  /*border-bottom: 2px solid #ccc !important;*/
}
.form-group i{
  font-size: 2em;
  margin: 10px 0px 10px 5px;
  min-width: 37px;
}

[type=reset], [type=submit], button, html [type=button] {
  width: 100%;
}
.steps {
  margin: 40px 0;
  overflow: hidden;
}
.btn-primary {
    color: #fff;
    background-color: #fb8200 !important;
    border-color: #fb8200 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ec8a22 !important;
    border-color: #ec8a22 !important;
}
.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps ul li {
  float: left;
  color: #fff;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
}
.steps ul li:hover, .steps ul li.active {
  color: #fb8200;
}
.steps ul li:hover span, .steps ul li.active span {
  background: #fb8200;
  color: #fff;
}
.steps ul li:hover::after, .steps ul li.active::after {
  background: #fb8200;
  width: 100%;
}
.steps ul li::before, .steps ul li::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 22px;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -otransform: translateY(-50%);
  transform: translateY(-50%);
}
.steps ul li::after {
  width: 0;
}
.steps ul li span {
  display: block;
  margin: 0 auto 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #000;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -oborder-radius: 2px;
  border-radius: 2px;
}
.steps ul li:first-child::before, .steps ul li:first-child::after {
  display: none;
}

.form-container {
  clear: both;
  display: none;
  left: 100%;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -oborder-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  -obox-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
.form-container.active {
  display: block;
}
.border-social-links {
    margin: 2em 0;
}
.border-social-links a i {
    color: #fb8200;
    font-size: 2em;
}
.border-social-links a{
  margin: 0 20px;
}
.form-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.form-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #fb8200;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -otransform: translateX(-50%);
  transform: translateX(-50%);
}