@import url(https://fonts.googleapis.com/css?family=Poppins:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

body{ 
  font-size: 14px;  
  line-height: 20px;  
  color: #18222e;  
  background: #f5f5f5;
  font-family: 'Roboto', serif;
  font-weight: 400;
}

a,
.text-primary { 
  color: #00a651;
}

a {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

a:hover, 
a:focus, 
a:active { 
  outline: none;
  color: #18222e;
  text-decoration: none;
}

.btn-success {
  background: #00a651;
  border-color: #00a651;
}

.btn-success:hover,
.btn-success:focus {
  background: #106433;
  border-color: #106433;
}

.btn-mileage {
  height: 36px;
}

.btn {
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
}

ul {}
ul li { 
  list-style: none;
}

h1,h2,h3, h4,h5, h6 {
  margin: 10px 0 30px 0;
  font-family: 'Poppins', serif;
  font-weight: 700;
}

label.error {
  position: absolute;
  background: #18222e;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
  line-height: 1;
  left: 15px;
  top: 100%;
  margin-top: 5px;
  z-index: 9999;
}

label.error:before {
  position: absolute;
  top: -4px;
  left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #18222e;
  content: "";
}

.form-control.error,
.form-control.error:focus {
  border-color: #18222e;
}

.form-pin label.error {
  top: auto;
  bottom: 100%;
}

.form-pin label.error:before {
  top: auto;
  bottom: -4px;
  border-bottom: 0;
  border-top: 4px solid #18222e;
}

.btn,
.form-control { 
  font-family: 'Poppins', serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.btn-inverse {
  background: #18222e;
  border-color: #18222e;
  color: #fff;
}

.btn-inverse:hover,
.btn-inverse:focus {
  border-color: #34435c;
  background: #34435c;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #18222e;
}

.btn:focus {
  outline: 0;
}

.wrapper {
}

.header {
  text-align: center;
  padding: 20px 0;
}

.header.sub {
  padding: 10px 0;
  background: #fff;
}

.logo {}
.logo img {
  max-width: 380px;
}

.header.sub .logo {
  display: block;
  text-align: left;
}

.header.sub .logo img {
  max-height: 50px;
  margin: 5px 0;
}

.phone-num {
  text-align: right;
  margin: 10px 0;
}

.phone-num p {
  font-weight: bold;
  margin: 0;
  color: #18222e;
  text-transform: uppercase;
}

.phone-num h4 {
  margin: 0;
}

.content {
  margin: 0;
  padding: 50px 0;
}
.form-wrap {
  text-align: center;
  background: #fff;
  background: rgba(255,255,255,.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px;
}

.form-pin {
}
.form-pin .form-control {
  height: 45px;
  text-align: center;
}
.form-pin .form-control:focus {
  border-color: #18222e;
}
.form-pin .btn {
  text-transform: uppercase;
  margin-left: 1px;
}

.form-pin .input-group {
  margin: 0 30px;
}

.form-pin p {
  margin: 20px;
  font-size: 14px;
  font-weight: bold;
}

.form-pin h3 {
}

.testimonial {
  padding: 30px 0;
  font-size: 13px;
  line-height: 18px;
  background-color: #fff;
  background-color: rgba(255,255,255,.8);  
}

.testimonial .media-heading {
}
.testimonial-avatar {
  width: 60px;
  height: 160px;
  overflow: hidden;
}

.testimonial-avatar img {
  max-width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.footer {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
}

hr {
  border-color: #a5c0d7;
}

h3 small, h4 small, h5 small {
  color: #00b37f;
  font-family: 'Roboto', serif;
}

form p > strong {
  font-family: 'Roboto', serif;
}

form .row {
  margin-bottom: 20px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,.8);
  color: #444;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 3px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 3px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.1);
}

.box hr {
  border-color: #ddd;
}

.box-action {
  margin: 20px 0 10px 0;
}

.box-action .btn {
}

.modal-header h4{
  margin: 5px 0;
}


/* Responisve */

@media only screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
  }

  .content {
    padding: 0;
  }

  .box {
    margin: 30px 0;
  }

  .header.sub .logo {
    display: block;
    text-align: center;
  }

  .header.sub .logo img {
    max-width: 200px;
  }

  .phone-num {
    text-align: center;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 640px) { 
  .form-pin .input-group {
    width: 100%;
  }

  .form-pin .input-group .form-control {
    width: 100%;
  }

  .form-pin .input-group .input-group-btn {
    float: none;
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .form-pin .input-group .input-group-btn .btn{
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .form-pin .input-group {
    margin: 0;
  }

  .box-action.final .btn {
    display: block;
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

