
    .ui-datepicker{ 
        /*bottom:0 !important;*/ 
    } 
.distance input,
.distance output {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-family: Arial, sans-serif;
}

.distance output {
  background: #F56F6B ;
  padding: 5px 16px;
  border-radius: 3px;
  color: #fff;
}

.distance .range-slider {
            height: 3em;
        }

.distance input[type="number"] {
  width: 40px;
  padding: 4px 5px;
  border: 1px solid #bbb;
  border-radius: 3px;
}


.distance  input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 200px;
  height: 7px;
  border-radius: 5px;
  background-image: linear-gradient(#F56F6B, #F56F6B );
  background-size: 10% 100%;
  background-repeat: no-repeat;
}

.distance  [dir="rtl"] input[type="range"] {
  background: #F56F6B;
  background-image: linear-gradient(#fff, #fff);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
.distance  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F56F6B;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

.distance  input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F56F6B;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

.distance  input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F56F6B;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

.distance  input[type="range"]::-webkit-slider-thumb:hover {
  background: #ff0200;
}

.distance  input[type="range"]::-moz-range-thumb:hover {
  background: #ff0200;
}

.distance  input[type="range"]::-ms-thumb:hover {
  background: #ff0200;
}

/* Input Track */
.distance input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.distance  input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.distance  input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

        .animated-bg-text {
            /* position: absolute; */
            height: 100vh;
            width: 100vw;
            top: 0;
            left: -100vw;
            z-index: 1000;
  display: inline-block;
  margin: 0;

        }

        .animated-bg {
  animation: bgPos 1s linear infinite;
  background-image: linear-gradient(
    to right,
    #f6f7f8 0%,
    #edeef1 10%,
    #f6f7f8 20%,
    #f6f7f8 100%
  );
  background-size: 200% 100%;
}



@keyframes bgPos {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: -150% 0;
  }
}



        .wishlist path {
            fill: #f70101;
        }

        a:link {
            text-decoration: none;
        }

        .range-slider.slider_range_price {
            margin: auto;
            text-align: center;
            position: relative;
            height: 6em;
        }

        .range-slider.slider_range_price svg,
        .range-slider input[type=range] {
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .slider_range_price input[type=number] {
            border: 1px solid #ddd !important;
            text-align: center !important;
            font-size: 1.0em !important;
            -moz-appearance: textfield !important;
            background: #FFFFFF 0% 0% no-repeat padding-box; 
            border-radius: 25px;
            width: 47%;
            opacity: 1;
            padding: 0px 4px;
            text-align: left;
            font-size: 14px;
            letter-spacing: 0px;
            color: #6D6D6D;
        }
        .dustor{
        color:red;
        }
       

        .filter_box.filter_by_price select {
          -webkit-appearance:none;
          -moz-appearance:none;
          -ms-appearance:none;
          appearance:none;
          outline:0;
          box-shadow:none;
          border: 1px solid #D2D2D2;
          background: #fff;
          background-image: none;
          flex: 1; 
          color:#6D6D6D;
          cursor:pointer;
          font-size: 1em;
          font-family: 'Open Sans', sans-serif;
       }
       .filter_box.filter_by_price select::-ms-expand {
          display: none;
       }
       .filter_box.filter_by_price .select {
          position: relative;
          display: flex;
          width: 20em;
          height: 3em;
          line-height: 3;
          background: #5c6664;
          overflow: hidden;
          border-radius: .25em;
       }
       .filter_box.filter_by_price .select::after {
          content: '\25BC';
          position: absolute;
          top: 0;
          right: 0;
          padding: 0 1em;
          background: #2b2e2e;
          cursor:pointer;
          pointer-events:none;
          transition:.25s all ease;
       }
       .filter_box.filter_by_price .select:hover::after {
          color: #23b499;
       }
        .slider_range_price input[type=number]::-webkit-outer-spin-button,
        .slider_range_price input[type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .slider_range_price input[type=number]:invalid,
        .slider_range_price input[type=number]:out-of-range {
            border: 2px solid #ff6347;
        }

        .slider_range_price input[type=range] {
            -webkit-appearance: none;
            width: 100%;
        }

        .slider_range_price input[type=range]:focus {
            outline: none;
        }

        .slider_range_price input[type=range]:focus::-webkit-slider-runnable-track {
            background: #F56F6B;
        }

        .slider_range_price input[type=range]:focus::-ms-fill-lower {
            background: #F56F6B;
        }

        .slider_range_price input[type=range]:focus::-ms-fill-upper {
            background: #F56F6B;
        }

        .slider_range_price input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 5px;
            cursor: pointer;
            animate: 0.2s;
            background: #F56F6B;
            border-radius: 1px;
            box-shadow: none;
            border: 0;
        }

        .slider_range_price input[type=range]::-webkit-slider-thumb {
            z-index: 2;
            position: relative;
            box-shadow: 0px 0px 0px #000;
            border: 1px solid #F56F6B;
            height: 18px;
            width: 18px;
            border-radius: 25px;
            background: #F56F6B;
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: -7px;
        }

        .slider_range_price input[type=range]::-moz-range-track {
            width: 100%;
            height: 5px;
            cursor: pointer;
            animate: 0.2s;
            background: #F56F6B;
            border-radius: 1px;
            box-shadow: none;
            border: 0;
        }

        .slider_range_price input[type=range]::-moz-range-thumb {
            z-index: 2;
            position: relative;
            box-shadow: 0px 0px 0px #000;
            border: 1px solid #F56F6B;
            height: 18px;
            width: 18px;
            border-radius: 25px;
            background: #F56F6B;
            cursor: pointer;
        }

        .slider_range_price input[type=range]::-ms-track {
            width: 100%;
            height: 5px;
            cursor: pointer;
            animate: 0.2s;
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

        .slider_range_price input[type=range]::-ms-fill-lower,
        input[type=range]::-ms-fill-upper {
            background: #2497e3;
            border-radius: 1px;
            box-shadow: none;
            border: 0;
        }

        .slider_range_price input[type=range]::-ms-thumb {
            z-index: 2;
            position: relative;
            box-shadow: 0px 0px 0px #000;
            border: 1px solid #2497e3;
            height: 18px;
            width: 18px;
            border-radius: 25px;
            background: #a1d0ff;
            cursor: pointer;
        }

        .map_req1 {
            display: none;
        }

        .map_req2 {
            display: none;
        }

.serch_bx span{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5px;
}

.progress {
    height: 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    /* top: 100px; */
    border-radius: 25px;
}

.progress-bar {
  height: 100%;
  width: 5%;
  background-color: #007bff;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.search_cntry{
    background: #fff;
    padding: 16px;
    box-shadow: 0px 2px 7px 4px #f8f8f8;
    border-radius: 10px;
    margin-bottom: 30px;
}
.search_cntry-inner{
    display: flex;
    align-items: end;
}
.search_cntry-inner img{
    width: 16px;
}

.search_cntry a{
    font-size: 17px;
    color: #f56f6b;
    line-height: 35px;
    font-weight: 600;
}
.serch_bx{
    background: #fff;
    padding: 16px;
    box-shadow: 0px 2px 7px 4px #f8f8f8;
}


.second_header{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 11px 15px;
    background: #fff;
}
.second-header-row{
    display: flex;
    gap: 20px;
    align-items: center;
}
.second_header .dropdown button {
    background-color: #fff;
    min-width: 115px;
    width: max-content;
    height: 40px;
    border-radius: 5px;
    color: #000;
    padding: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
}
.second_header .dropdown button img {
  margin: 0 5px 0 0;
}
.second_header .dropdown button img,
.second_header .dropdown-content li img {
  width: 28px;
}
.second_header .dropdown button,
.second_header .dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans Arabic", sans-serif;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}
.second_header .arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  margin: 0 0 0 5px;
}

.second_header .dropdown button:hover {
  cursor: pointer;
  background-color: #fff;
}
/* Style for the dropdown content */
.second_header .dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 315px;
}
/* Style for the dropdown content items */
.second_header .dropdown-content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
}
.second_header .dropdown-content li img {
  margin: 0 20px 0px 20px;
}
/* Style for the dropdown content items on hover */
.second_header .dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: blue;
  border-radius: 5px;
}
/* Show the dropdown content when the dropdown button is clicked */
.second_header .dropdown:focus-within .dropdown-content {
  display: block;
}
/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.second_header .dropdown-content {
  animation: slideIn 0.3s ease-out;
}
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}



.wrapper.date_picr_ui {
	max-width: 18rem;
    padding: 0 10px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1rem;
}
.date_picr_ui label {
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
    /* margin-bottom: 0.5rem; */
    color: #B0BEC5;
    border: 1px solid #ECEFF1;
    padding: 2px 12px;
    border-radius: 0.5rem;
}
.date_picr_ui input {
	font-family: 'Roboto', sans-serif;
	display:block;
	border: none;
	border-radius: 0.25rem;
	border: 1px solid transparent;
	line-height: 1.5rem;
	padding: 0;
	font-size: 1rem;
	color: #607D8B;
	width: 100%;
	margin-top: 0.5rem;
}
input:focus {outline: none;}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
    width: 300px !important;
    bottom: unset !important;
}
.date_picr_ui table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
 .ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
 .ui-datepicker-calendar tbody td a:hover {	
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
 .ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	/* transform: rotate(180deg); */
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
 .ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
 .ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}

.select_date{
    display: flex;
    align-items: center;
}





@media only screen and (max-width: 767px){
    .tag-line-lst-mange{
        order: 2;
        justify-content: left;
    }
        .second_header { 
        flex-wrap: wrap;
            gap: 0;
    }
    div#menu-center .room_details_page {
      gap: 10px;
      padding: 10px 0;
      flex-wrap: nowrap;
      overflow: scroll;
  }
  .room_inquled.mobile-view-list ul,   .mobile-view,  div#menu-center .room_details_page  {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll; 
  }
  
  .room_inquled.mobile-view-list ul::-webkit-scrollbar,   .mobile-view::-webkit-scrollbar,  div#menu-center .room_details_page::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}