/* @extend display-flex; */
display-flex, .header, .form-group {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* poppins-300 - latin */


input, select, textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }



img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

p {
  margin-bottom: 0px; }

h1 {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
  font-family: Poppins;
  font-size: 21px;
  text-align: center;
  margin-bottom: 28px; }

.clear {
  clear: both; }


 

.main {
  position: relative; }

.container {
  width: 620px;
 
  background: rgba(0, 20, 5, 0.2);
  margin: 350px auto;

  border-radius: 10px;
  border-color:#e6e573;
  border-width:2px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }

.booking-form {
  padding: 35px 70px 51px 70px; }

.header {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  padding: 50px 57px; }

input {
  border: none;
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  display: block;
  font-family: Poppins;
  position: relative;
  z-index: 9; }
  input::-webkit-input-placeholder {
    color: #999; }
  input::-moz-placeholder {
    color: #999; }
  input:-ms-input-placeholder {
    color: #999; }
  input:-moz-placeholder {
    color: #999; }

.submit {
  background:#e6e573;
  color: darkblue;
  font-size: 16px;
  margin-top: 23px;
  padding: 10px 10px;
  cursor: pointer; }
  .submit:hover {
    background-color: #383e42;  color: white;}

label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
  display: block; }

#quantity {
  color: #999; }

.form-group {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between; }

.form-destination {
  width: 160px; }

.formimB {
  width: 60px; height:60px; margin-left:10%; margin-top:2%; }

.form-submit {
  width: 110px; }

.form-date-from, .form-date-to {
  width: 110px; }


.modify-qty {
  position: absolute;
  right: 12px;
  font-size: 18px;
  color: #999;
  z-index: 99;
  cursor: pointer; }

.plus {
  top: 23px; }

.minus {
  bottom: 0px; }

.form-icon {
  position: relative; }

.ui-datepicker-trigger {
  position: absolute;
  right: 16px;
  top: 40px;
  color: #999;
  font-size: 16px;
  z-index: 99;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .container {
    width: calc( 100% - 30px);
    max-width: 100%; }

  .form-group {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; 
    border-color:#e6e573;
  border-width:2px;
  }

  .form-destination, .form-date-from, .form-date-to, .form-quantity {
    width: 100%;
    margin-bottom: 20px; } }
@media screen and (max-width: 480px) {
  .booking-form {
    padding: 35px 30px 51px 30px; } }

/*# sourceMappingURL=style.css.map */
