@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none !important;
  scroll-behavior: smooth;
  box-sizing: border-box !important;
}

body {
  font-family: "Inter", sans-serif !important;
}

p {
  margin-bottom: 0 !important;
}
.fs_16 {
  font-size: 16px;
}

.fs_18 {
  font-size: 18px;
}
.fs_22 {
  font-size: 22px;
}
.color_dark_blue {
  color: #282c2f;
}

.border_style {
  border: 1px solid #c19952;
}
.main_box {
  background-image: url(../images/png/bener.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

select,
input {
  outline: none;
}
label {
  display: block !important;
}
select {
  width: 100%;
  padding: 4px 0px 4px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px;
}

.book_Now_btn {
  padding: 6px 40px;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.book_Now_btn:hover {
  border: 1px solid #c19952;
  background-color: transparent;
}

.date_inp {
  background-color: white;
  border: 1px solid #c19952;
  padding: 6px 15px;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 {
  height: 400px;
  width: 100%;
}

.mySwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper-button-next,
.swiper-button-prev {
  top: 55% !important;
  transform: translateY(-20%) !important;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mt_20 {
  margin-top: 20px;
}
.ls_5 {
  letter-spacing: 0.5;
}

.btn_bg {
  background: linear-gradient(90deg, #c19952 0%, #e0ce7a 100%);
}
.btn_p {
  padding: 12px 18px;
}
.ls_10 {
  letter-spacing: 3px !important;
}
.p_10_50 {
  padding: 8px 49px;
}

.mt_30 {
  margin-top: 30px;
}
.floating-label-group {
  position: relative;
  margin-top: 1.5rem;
}

.floating-label-group input,
.floating-label-group select {
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}

.floating-label-group label {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  padding: 0 0.25rem;
  color: #777;
  font-size: 0.8rem !important;
  transition: 0.2s ease all;
  pointer-events: none;
}

.floating-label-group input:focus + label,
.floating-label-group input:not(:placeholder-shown) + label,
.floating-label-group select:focus + label,
.floating-label-group select:not([value=""]) + label {
  top: -0.6rem;
  left: 0.5rem;
  font-size: 0.75rem;
  color: #fff;
}
.locationDoct {
  color: black;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.buttonrightleft {
  display: flex;
  background: white;
  width: 42px;
  height: 42px;
  color: black;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 23px;
}
.colrowAdd div {
  padding-bottom: 20px;
}
.fwsemibold.text-dark.textsemid {
  font-family: "Montserrat";
  font-weight: 500;
}

.amentonmat {
  font-weight: 600 !important;
  font-family: "Montserrat";
  padding-bottom: 15px;
}

.PROtext {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
  text-wrap: auto;
  line-height: 2;
}
button.book_Now_btn {
  background: white !important;
  color: #282c2f !important;
  font-family: "Montserrat";
  font-size: 16px;
  width: 80% !important;
  margin: auto;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .fs_22 {
    font-size: 20px;
  }
  .fs_16 {
    font-size: 12px;
  }
  .date_inp {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .fs_22 {
    font-size: 18px;
  }
  .fs_16 {
    font-size: 12px;
  }
  .date_inp {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .fs_22 {
    font-size: 18px;
  }
  .fs_16 {
    font-size: 12px;
  }
  .date_inp {
    width: 230px;
  }
}
@media (min-width: 993px) {
  .fs_22 {
    font-size: 22px;
  }
  .fs_16 {
    font-size: 12px;
  }
  .date_inp {
    width: 220px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-form {
    position: sticky !important;
  }
  .maindev {
    padding-top: 50px;
  }
}
