.rooms_details {
  padding: 40px 0;
  margin-top: 10px;
}

.rooms_details .room_details .image_slider {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.rooms_details .breadcrumb_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.rooms_details .room_details .Common_Btn .btn_wrapper .view_btn {
  background-color: #1f2937;
  border: none;
  padding: 9px 17px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.rooms_details .room_details .Common_Btn .btn_wrapper .view_btn:hover {
  background-color: #f16625;
  color: #fff;
}

.rooms_details .room_details .image_slider .slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rooms_details .room_details .details-card .title {
  font-size: 30px;
  margin-bottom: 10px;
  color: #202020;
  font-weight: 900;
  width: 450px;
}

.rooms_details .room_details .details-card .title span {
  font-size: 24px;
}

.rooms_details .room_details .details-card .address {
  font-size: 16px;
  color: #202020;
  margin-bottom: 15px;
  font-weight: 700;
}

.rooms_details .room_details .details-card .data_table {
  background: #eeefff;
  border-radius: 4px;
  padding: 15px;
}

.rooms_details .room_details .details-card .data_table {
  margin-bottom: 0;
}

.rooms_details .room_details .details-card .data_table .text {
  font-size: 18px;
  color: #202020;
  font-weight: 700;
}

.rooms_details .room_details .details-card .room_detail,
.rooms_details .room_details .details-card .person_detail,
.rooms_details .room_details .details-card .charges_detail {
  font-size: 15px;
  margin-bottom: 4px;
  color: #202020;
}

.rooms_details .room_details .subtitle {
  font-weight: 700;
  font-size: 15px;
}

.rooms_details .room_details .details-card .food-section {
  background: #d6d6d6;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}

.rooms_details .room_details .details-card .food-row p {
  margin-bottom: 0;
  font-size: 14px;
}

.rooms_details .room_details .data_table .row>div {
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

.rooms_details .room_details .data_table .row>div:last-child {
  border-right: none;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-prev,
.rooms_details .room_details .custom-swiper-nav .swiper-button-next {
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #202020;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  top: auto;
  transform: none;
  padding: 7px;
  font-weight: 900;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-prev:hover,
.rooms_details .room_details .custom-swiper-nav .swiper-button-next:hover {
  background-color: #f16625;
  color: #ffffff;
}

.rooms_details .room_details .list_item {
  margin-bottom: 2px;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-prev {
  right: 50px;
  left: auto;
  bottom: 15px;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-next {
  right: 10px;
  bottom: 15px;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-prev::after,
.rooms_details .room_details .custom-swiper-nav .swiper-button-next::after {
  font-size: 8px;
}

.rooms_details .room_details .share-btn svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
}

.rooms_details .breadcrumb-bar .share-btn {
  background-color: #707070;
  border: 1px solid #e0e0e0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 4px;
}

.rooms_details .room_description {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  width: 60%;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .rooms_details .room_details .details-card .title {
    font-size: 26px;
  }

  .rooms_details .room_details .details-card .address {
    font-size: 15px;
  }

  .rooms_details .room_details .image_slider {
    width: 100%;
    height: 100%;
  }

  .rooms_details .breadcrumb-bar .share-btn {}
}

@media (min-width: 768px) and (max-width: 991px) {
  .rooms_details {
    padding: 10px;
  }

  .rooms_details .room_details .image_slider {
    width: 100%;
    height: 100%;
  }

  .rooms_details .room_details .details-card .title {
    font-size: 22px;
    width: 100%;
  }

  .rooms_details .room_details .details-card .address {
    font-size: 14px;
  }

  .rooms_details .room_details .details-card .data_table {
    padding: 10px 25px 10px 10px;
  }

  .rooms_details .room_details .details-card .data_table .text {
    font-size: 16px;
  }

  .rooms_details .room_details .Common_Btn .btn_wrapper .view_btn {
    padding: 6px 12px;
    font-size: 14px;
  }

  .rooms_details .room_details .list_item {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .rooms_details .room_description {
    font-size: 15px;
  }

  .rooms_details .breadcrumb-bar .share-btn {}
}

@media (min-width: 575px) and (max-width: 767.98px) {

  .rooms_details .breadcrumb_div {
    margin-top: 30px;
  }

  .rooms_details {
    padding: 10px;
  }

  .rooms_details .room_details {
    padding: 10px 0;
  }

  .rooms_details .room_details .image_slider {
    height: 200px;
    margin-bottom: 15px;
  }

  .rooms_details .room_details .details-card .address {
    font-size: 15px;
  }

  .rooms_details .room_details .details-card .title span {
    font-size: 17px;
    width: 100%;
  }

  .rooms_details .room_details .details-card .title {
    font-size: 20px;
    width: 100%;
  }

  .rooms_details .room_details .details-card .data_table {
    padding: 10px 25px 10px 10px;
  }

  .rooms_details .breadcrumb-bar .share-btn {
    width: 32px;
    height: 32px;
  }

  .rooms_details .room_details .custom-swiper-nav .swiper-button-prev,
  .rooms_details .room_details .custom-swiper-nav .swiper-button-next {
    width: 24px;
    height: 24px;
    padding: 4px;
  }

  .rooms_details .room_details .details-card .data_table .text {
    font-size: 15px;
  }

  .rooms_details .room_details .subtitle {
    font-size: 14px;
  }

  .rooms_details .room_details .list_item {
    font-size: 14px;
  }

  .rooms_details .room_details .Common_Btn .btn_wrapper .view_btn {
    padding: 6px 12px;
    font-size: 14px;
  }

  .rooms_details .rooms_details .room_description {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 574px) {
  .rooms_details {
    margin-top: 0;
  }

  .rooms_details .room_details {
    padding: 10px 0;
  }

  .rooms_details .breadcrumb-bar {
    margin-top: 20px;
  }

  .rooms_details .room_details .image_slider {
    height: 180px;
    margin-bottom: 15px;
  }

  .rooms_details .room_details .details-card .address {
    font-size: 14px;
  }

  .rooms_details .room_details .details-card .title span {
    font-size: 16px;
  }

  .rooms_details .room_details .details-card .title {
    font-size: 18px;
    width: 90%;
  }

  .rooms_details .room_details .details-card .data_table {
    padding: 10px 25px 10px 10px;
  }

  .rooms_details .room_details .breadcrumb-bar .share-btn {
    width: 30px;
    height: 30px;
  }

  .rooms_details .breadcrumb-bar .share-btn {
    width: 30px;
    height: 30px;
  }

  .rooms_details .room_details .custom-swiper-nav .swiper-button-prev,
  .rooms_details .room_details .custom-swiper-nav .swiper-button-next {
    width: 20px;
    height: 20px;

    padding: 4px;
  }

  .rooms_details .room_details .details-card .data_table .text {
    font-size: 14px;
  }

  .rooms_details .room_details .subtitle {
    font-size: 13px;
  }

  .rooms_details .room_details .list_item {
    font-size: 14px;
  }

  .rooms_details .room_details .Common_Btn .btn_wrapper .view_btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .rooms_details .room_description {
    font-size: 14px;
    color: #202020;
  }

  .rooms_details .breadcrumb_div {
    margin-top: 10px;
  }
}