.Book_form_sec {
  margin-bottom: 40px;
}

.Book_form_sec .banner-div .banner {
  width: 100%;
}

.Book_form_sec .form-main-section {
  margin-top: -17%;
}

.Book_form_sec .form-main-section .form-div {
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.Book_form_sec .form-main-section .formtitle {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  text-align: center;
}

.Book_form_sec .form-main-section .react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.Book_form_sec .form-main-section .form-div .formgroup .form-label {
  font-size: 13px;
  font-weight: 500;
}

.Book_form_sec .form-main-section .nextbtn-div {
  margin: 40px 0px 00px;
  text-align: center;
}

.Book_form_sec .form-main-section .bookbtn {
  padding: 6px;
  width: 70%;
  margin: auto;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 13px;
  background-color: #fff;
  position: relative;
}

.Book_form_sec .form-main-section .bookbtn:hover span {
  color: #fff;
  position: relative;
  z-index: 99;
}

.Book_form_sec .form-main-section .bookbtn::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 0%;
  top: 0px;
  left: 0px;
  background-color: #000;
  transition: 0.4s;
}

.Book_form_sec .form-main-section .bookbtn:hover::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  transition: 0.4s;
}

.Book_form_sec .form-main-section .bookbtn::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 0%;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  transition: 0.4s;
}

.Book_form_sec .form-main-section .bookbtn:hover::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  transition: 0.4s;
}

.Book_form_sec .form-main-section .bd-form {
  border-top-style: dashed;
}

.Book_form_sec .form-main-section .form-instructions {
  margin-top: 40px;
  background: #efefef 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 16px 10px 10px 20px;
}

.Book_form_sec .form-main-section .form-instructions {}

.Book_form_sec .form-main-section .form-instructions ul li::marker {
  color: #f30201;
  font-size: 1.2em;
}

.Book_form_sec .form-main-section .form-instructions ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.Book_form_sec .form-main-section .addcitybtn {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
  margin-top: 30px;
  border: 1px solid #000;
  border-radius: 5px;
}

.Book_form_sec .form-main-section .addcitybtn:hover {
  background-color: #fed015;
  color: #000;
  border: 1px solid #000;
}

.Book_form_sec .form-main-section .addcitydiv {
  border: 1px solid #feae0f;
  padding: 10px 20px;
  border-radius: 7px;
  background-color: #fffcf6;
  margin-top: 20px;
}

.Book_form_sec .form-main-section .addcitydiv .addcitt {
  font-size: 15px;
  font-weight: 500;
}

.Book_form_sec .form-main-section .addcitydiv .lable {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Book_form_sec .form-main-section .addcitydiv .data {
  font-size: 14px;
  margin-bottom: 0px;
}

.Book_form_sec .form-main-section .addcitydiv .bd-right {
  border-right: 1px solid #feae0f;
}

.Book_form_sec .form-main-section .addcitydiv .d-flex {
  justify-content: space-between !important;
}

.formgroup .incredecreicn {
  display: flex;
  justify-content: end;
}

.formgroup .incredecreicn .iconsiv {
  background-color: #000;
  font-size: 12px;
  color: #fff;
  padding: 3px;
  border-radius: 50px;
  margin: 0px 4px;
}

.Book_form_sec .bookbbtn {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  width: 110px;
  position: relative;
  padding: 5px 30px;
  border-radius: 4px;
}

.Book_form_sec .bookbbtn:hover {
  border: 1px solid #202020;
  border-radius: 4px;
  font-weight: 500;
}

.Book_form_sec .bookbbtn:hover::after {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.Book_form_sec .bookbbtn:hover::before {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}


.add_city_div .city_box {
  border: 1px solid #fed015;
  padding: 15px;
  margin: 20px 0px;
  background-color: #FFFCF5;
}

.add_city_div .city_box .triplocation {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #000;
}

.add_city_div .city_box .trip_details_div {
  margin-top: 15px;
}

.add_city_div .city_box .trip_details_div .dayh6 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #000;
}

.add_city_div .city_box .trip_details_div .routep {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #000;
}

.add_city_div .city_box .trip_details_div .daydiv {
  padding: 0px 20px;
  width: 100%;
}

.add_city_div .city_box .trip_details_div .bdside {
  border-right: 1px solid #fed015;
  border-left: 1px solid #fed015;
}

.add_city_div .city_box .trip_details_div .dlexdlt {
  display: flex;
  width: 100%;
}

.add_city_div .city_box .trip_details_div .dlexdlt .dlicon {
  width: 25px;
}

.Book_form_sec .googlesuggetionlist {
  position: absolute;
  background: #f3f3f3;
  width: 100%;
  z-index: 9;
  top: 65px;
  height: 185px;
  overflow: hidden;
  overflow-y: scroll;
}

.Book_form_sec .googlesuggetionlist li {
  font-size: 14px;
  padding: 3px 0px;
  border-bottom: 1px solid #cccc;
}


@media (min-width: 0px) and (max-width: 991px) {
  .Book_form_sec .form-main-section .form-div {
    padding: 20px;
  }

  .Book_form_sec .form-main-section .addcitydiv .bd-right {
    border-right: 0px solid #feae0f;
  }
}