/* / Range Slider Css Start Here /
/ range slider / */
[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 10px 0 10px 0;
  left: -20px;
}
[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #c1bcbc;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #c1bcbc;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #151515;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -5px;
  z-index: 2;
  height: 14px;
  width: 14px;
  text-align: left;
  margin-left: -10px;
  cursor: pointer;
  box-shadow: 0;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  border: 0;
}

[slider] > input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type="range"]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type="range"]:focus {
  outline: none;
}

div[slider] > input[type="range"]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #ff0000;
}

div[slider] > input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #ff0000;
}

div[slider] > input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #c0247d;
  -webkit-appearance: none;
}

div[slider] > input[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type="range"]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  display: none;
}

/*
  [slider] > div > [sign]:after {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #ff0000;
  }
  */

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}
.no-of-txt {
  text-align: center;
  background: #E5E1E1;
  margin: 0 5px;
  border-radius: 4px;
  padding: .8rem 1rem;
}



/* filter range css start here */
.filter_range input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.filter_range .slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.filter_range input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.filter_range input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
.filter_range input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}
.filter_range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  background-color: #fff;
  cursor: pointer;
  margin-top: -5px;
  pointer-events: auto;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.filter_range input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
  border: none;
}
.filter_range input[type="range"]::-ms-thumb {
  appearance: none;
  height: 1em;
  width: 1em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
}
.filter_range input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #3264fe;
}
.filter_range .values {
  background-color: transparent;
  width: 40%;
  position: relative;
  margin: auto;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #000;
  font-size: 16px;
  /* opacity: 0; */
  /* display: none; */
}
.filter_range .values:before {
  /* content: ""; */
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #3264fe;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
}
.wrapper.filter_range {
  margin-bottom: 2rem;
  padding-right: 25px;
}
.min_max {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 10px;
} 

section.section-pagination ul.pagination {
    gap: 10px;
    justify-content: flex-start;
    margin-top: 2rem;
}
.section-pagination ul.pagination {
    justify-content: flex-start;
    display: flex;
}
.price-range-sec-head p {
  color: #001C1A;
}
.price-range-sec-head label {
  font-size: 12px;
  color: #151515;
  font-weight: 400;
}
.price-range-sec-head .checkbox-place p {
  color: #363636;
  font-size: 12px;
  font-weight: 400;
}
.price-range-sec{
  padding: 1rem;
}
.min_max span {
  font-size: 12px;
}
/* filter range css edn here */
/* feature paris france css start here */
section.paris-f-sec .feature_home .feature_home_slider {
  display: flex;
}
.feature_home button.slick-prev.slick-arrow {
  left: calc(100% - 57%);
  top: calc(109.5%);
}
.feature_home button.slick-next.slick-arrow {
  right: 45%;
  top: calc(113.1%);
}
.feature_home .slick-dots li.slick-active button:before {
  font-size: 15px;
}
.feature_home .slick-dots li button:before {
  font-size: 10px;
}
.feature_home .slick-dots{
  bottom: -72px;
  z-index: 1;
  left: 46%;
  width: 90px;
}
.feature_home .slick-arrow {
  z-index: 1;
}
.feature_home .slick-next:before{
  background: unset;
}
.card-txt-para img {
  display: inline-block;
  width: 12px;
  margin-right: 5px;
}
.card-txt-para span {
  font-size: 12px;
  color: #002349;
}
/* feature paris france css edn here */
