.googlesuggetionlist {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9;
  top: 65px;
}

.gray_bg_input {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border: 1px solid #c9c6c6;
  border-radius: 5px;
  opacity: 1;
}

.top_most_heading_div {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.top_most_heading_div .title_holder {
  position: relative;
  margin: 0 auto;
}

.top_most_heading_div .title_holder .double_underlined_div {
  width: 40px;
  background-color: #828383;
  height: 3px;
  position: relative;
}

.top_most_heading_div .title_holder .double_underlined_div::after {
  position: absolute;
  content: "";
  width: 5px;
  background-color: #fafafb;
  height: 3px;
  top: 0px;
  left: 26px;
}

.bookbbtn {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  padding: 7px;
  border-radius: 4px;
  position: relative;
}

.bookbbtn:hover span {
  color: #000;
  position: relative;
  z-index: 99;
}

.bookbbtn::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  top: 50%;
  right: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.bookbbtn:hover::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.bookbbtn::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 50%;
  right: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.bookbbtn:hover::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.black_bg_redborder_container {
}

.black_bg_redborder_container .black_bg_div {
  background: #000;
  padding: 10px;
  border-radius: 5px;
  width: fit-content;
  margin: -4px 5px;
  padding-top: 12px;
  position: relative;
}

.black_bg_redborder_container .black_bg_div::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 62px;
  background-color: red;
  left: -5px;
  top: 0;
  border-top-left-radius: 4px;
  z-index: 0;
}

.black_bg_redborder_container .black_bg_div .formtitle {
  color: #fff;
  font-size: 26px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .black_bg_redborder_container .black_bg_div {
    padding: 10px 30px;
    width: fit-content;
  }

  .black_bg_redborder_container .black_bg_div .formtitle {
    font-size: 16px;
    margin-bottom: 3px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .black_bg_redborder_container .black_bg_div {
    padding: 10px 30px;
    width: fit-content;
  }

  .black_bg_redborder_container .black_bg_div .formtitle {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
