.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: #f7b04b;
    transition: 0.4s;
}
.swiper-button-prev, .swiper-button-next 
    svg {
    width: 70%;
    height: 70%;
}

.css-1xc33vf-MuiRating-root {
    color: #f7b04b;
}
.Terms_conditions_sec h2,.Terms_conditions_sec h3{
  font-size: 17px;
}
.Terms_conditions_sec h1{
  font-size: 22px;
}
.bookbbtn::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 50%;
  right: 0px;
  background-color: #f7b04b;
  transition: 0.4s;
}

.bookbbtn:hover::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0px;
    background-color: #f7b04b;
    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;
}

.FAQ .accordion {
  border-radius: 12px;
}
.FAQ{
    margin-bottom: 50px;
}

.FAQ .red-bggg {
    background: #e99011bd;
    padding: 0px;
}
 
.FAQ  .red-bggg .white-title-texttt {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.FAQ .Still_question .text_holder{
    padding: 20px 50px;
}

.FAQ .Still_question .img_holder {
    height: 100%;
    width: 100%;
}

.FAQ .Still_question .img_holder .faq_img{
    width: 100%;
    height: 100%;
}

 .Still_question .img_holder .faq_img{
    width: 100%;
    height: 100%;
}


.FAQ .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.FAQ .accordion-button {
  background: #fff;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 20px;
  box-shadow: none !important;
}

.FAQ .accordion-button:not(.collapsed) {
    background: #f4920654;
    color: #000;
}

.FAQ .accordion-button:focus {
  box-shadow: none;
}

.FAQ .accordion-body {
  background: #fff;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  padding: 20px;
}

.FAQ .accordion-button::after {
  transition: transform 0.3s ease;
}

.FAQ .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

@media (max-width: 768px) {
  .FAQ .accordion-button {
    font-size: 16px;
    padding: 15px;
  }

  .FAQ .accordion-body {
    padding: 15px;
    font-size: 14px;
  }
}
@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;
  }
}
