body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.m-t-0 { margin-top: 0 !important; }
.m-t-2 { margin-top: 20px !important; }
.m-t-4 { margin-top: 40px !important; }
.m-t-6 { margin-top: 60px !important; }
.m-t-8 { margin-top: 80px !important; }
.m-b-0 { margin-bottom: 0 !important; }
.m-b-2 { margin-bottom: 20px !important; }
.m-b-4 { margin-bottom: 40px !important; }
.m-b-6 { margin-bottom: 60px !important; }
.m-b-8 { margin-bottom: 80px !important; }

.btn {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.h2-blue,
.h2-white {
  color: #154067;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
}
.h2-blue { color: #154067; }
.h2-white { color: #fff; }

.h4-lightblue,
.h4-white {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.h4-lightblue { color: #2572b9; }
.h4-white { color: #fff; }

.wrapper-logo {
  padding: 20px 0;
}

.wrapper-header {
  background: #1B62AB url('../img/bg-header.jpg') no-repeat bottom;
  background-size: cover;
  padding: 60px 0 0 0;
  color: #fff;
}
.wrapper-header-b {
  background: #1a2529 url('../img/bg-headerB.jpg') no-repeat bottom;
  background-size: cover;
}
.h1-header {
	font-size: 28px;
	font-weight: 600;
}
.sms-wrapper {
  position: relative;
}
.sms {
	position: absolute;
	top: 144px;
	left: 36px;
	width: 229px;
	height: 190px;
	padding: 10px 20px;
	background: url('../img/sms-0f0.png') 0 0 no-repeat;
	font-size: 14px;
	transform: translateY(20px);
	opacity: 0;
	color: #fff;
	animation: smsshow 1s ease forwards;
}
.sms-b {
  background: url('../img/sms-00f.png') 0 0 no-repeat;
}
.sms-hide {
  animation: smshide 750ms ease forwards;
}
.sms-sm {
	top: 120px;
	left: 30px;
	width: 202px;
	height: auto;
	background: #32c240;
	border-radius: 10px;
	padding: 5px 12px;
	font-size: 13px;
}

@keyframes smsshow {
    from {
      transform: translateY(20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
}
@keyframes smshide {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(20);
      opacity: 0;
    }
}

.wrapper-form {
  padding: 40px 0;
  font-size: 14px;
  color: #677282;
}
.form-tagline {
  color: #154067;
  font-size: 13
	  
	  px;
  font-weight: 600;
}
.form-title {
  color: #2572b9;
  font-size: 16px;
  font-weight: 600;
}

.wrapper-steps {
  background: #154067;
  padding: 40px 0 0 0;
  color: #fff;
  /*text-align: center;*/
}
.wrapper-steps-b {
  background: #0f3876 url('../img/bg-03.jpg') no-repeat;
  background-size: cover;
}
.step-circle {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 52px;
  border: 4px solid #1CC32F;
  border-radius: 38px;
  margin-bottom: 20px;
  color: #1CC32F;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}

.wrapper-section1 {
  background: #fff;
  color: #677282;
  padding: 40px 0;
  font-size: 16px;
}

.wrapper-section2 {
  background: #2572b9;
  color: #fff;
  padding: 40px 0;
}

.wrapper-section3 {
  background: #31302d url('../img/bg-02.jpg') no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.wrapper-section3 .lighttext {
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
}

.icon-check {
  margin-right: 10px;
}
.wrapper-section3 p {
  margin: 20px 0;
}

.wrapper-section4 {
  background: #0f4170;
  color: #fff;
  padding: 60px 0;
  font-size: 12
	  px;
}
