* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Open Sans', sans-serif;
}

.header {
  /*background-color: #000;*/
  /*padding: 115px 0px 0px;*/
}

html,body{
    overflow-x: hidden;
}

.header h4 {
  color: #FFC50B;
  font-size: 35px;
  font-weight: bold;
}

.header h2 {
  font-size: 80px;
  color: #FFC50B;
  font-weight: bold;
}

.header h5 {
  color: #FFC50B;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 38px;
}

.header a {
  background-color: #FFC50B;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 46px;
  border-radius: 5px;
}

.header i {
  margin-right: 8px;
}

.book-btn {
  /*margin-top: 200px;*/
}

.book-btn a {
  float: right;
  padding: 15px 25px;
      position: relative;
    top: -30px;
}

.need-to-right-sec {
  margin-top: 100px;
}

.need-to-right-sec h5 {
  color: #FFC50B;
  font-size: 28px;
}

.need-to-right-sec h2 {
  font-size: 50px;
  font-weight: bold;
}

.need-to-right-sec h6 {
  font-size: 22px;
}

.local-taxi-sec {
  margin-top: 200px;
}

.local-taxi-sec h5 {
  color: #FFC50B;
  font-size: 32px;
  line-height: 1.3em;
  text-align: right;
}

.local-taxi-sec h2 {
  font-size: 53px;
  font-weight: bold;
  text-align: right;
}

.local-taxi-sec p {
  padding: 0px 0px 0px 30px;
  font-weight: 400;
  font-size: 20px;
}

.we-are-here-sec {
  margin-top: 300px;
}

.we-are-here-sec h5 {
  color: #FFC50B;
  font-size: 28px;
  font-weight: bold;
}

.we-are-here-sec h2 {
  color: #FFC50B;
  font-size: 53px;
  font-weight: bold;
}

.box-row {
  margin-top: 70px;
}

.box-1 {
  background-color: #FFC50B;
  height: 190px;
  padding: 15px 10px;
  border-radius: 10px;
}

.box-1 i {
  background-color: #000000;
  color: #ffc50b;
  padding: 13px 17px;
  font-size: 27px;
  border-radius: 50%;
  margin-bottom: 8px;
}

.box-1 h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0px;
}

.box-1 p {
  font-size: 16px;
  font-weight: 500;
}

.form-sec {
  background-color: #000;
  margin-top: 150px;
}

.form-sec h4 {
  color: #ffc50b;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 35px;
}

.form-sec label {
  color: #ffc50b;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 16px;
}

.form-sec input {
  border-radius: 0px;
  height: 56px;
}

.form-sec input[type=optional] {
  height: 80px;
}

.form-sec input[type=button] {
  background-color: #ffc50b;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  border: none;
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding: 14px 0px;
}

.form-sec input[type=button]:hover {
  background-color: #f4993e;
  padding: 14px 0px;
}

.form-group {
  margin-bottom: 9px;
}

.copy-right-sec {
  margin-top: 170px;
  padding-bottom: 20px;
}

.copy-right-sec p {
  color: #fff;
}

.copy-right-sec a {
  color: #fff;
}

.copy-right-sec a:hover {
  color: #f4993e;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .header h2 {
    font-size: 58px;
  }
  .book-btn {
    margin-bottom: 15px;
    margin-top: 52px;
  }
  .need-to-right-sec h2 {
    font-size: 30px;
    margin: 20px 0px;
  }
  .local-taxi-sec h2 {
    text-align: center;
    font-size: 30px;
    margin: 20px 0px;
  }
  .local-taxi-sec h5 {
    text-align: center;
    font-size: 20px;
  }
  .we-are-here-sec h5 {
    font-size: 20px;
  }
  .we-are-here-sec h2 {
    font-size: 26px;
    margin: 20px 0px;
  }
  .box-1 {
    margin-bottom: 30px;
  }
  .form-sec-2 {
    position: absolute;
    top: 30%;
    background-color: transparent;
  }
  .need-to-right-sec {
    margin-top: 320%;
  }
  .form-sec input[type=button] {
    color: #000;
    background-color: #ffc50b;
  }
  .header a {
    padding: 15px 8px;
  }
  .header{
      padding: 0px 0px 0px;
  }
  .book-btn a{
      display: none;
  }
  .local-taxi-sec{
        margin-top: 70px;
  }
}




/*# sourceMappingURL=sass.css.map */




