* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

p {
  font-size: 0.8rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-color: #318ebb;
  box-shadow: 0 0px 8px rgba(212, 212, 212, 0.4);
}
header .logo {
  display: flex;
  flex: 2;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  color: #FFF;
  font-size: 3rem;
  padding-left: 2rem;
  cursor: pointer;
}
header nav {
  display: flex;
  flex: 7;
}

header nav .advanced-search-bar {
  display: flex;
  flex: 1;
  max-width: 800px;
  margin: 0 auto;
}
header nav .advanced-search-bar .search {
  display: flex;
  align-items: center;
  flex: 1;
}
header nav .advanced-search-bar .search .search__input {
    min-width: 360px;
  display: flex;
  flex: 1;
  padding: 1.2rem 0.5rem 1.2rem 0.5rem;
  height: 40px;
  font-size: 1rem;
  color: #4a4a4a;
  border: none;
  border-radius: 0;
  position: relative;
  right: 0;
  letter-spacing: 0.05rem;
  /* background: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698956-icon-111-search-128.png) #ececec; */
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  background-size: 2rem;
  outline: 0;
  transition: background 0.3s ease-out, opacity 0.5s ease-out;
}
header nav .advanced-search-bar .search .search__input:focus {
  /* background: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698956-icon-111-search-128.png) no-repeat 1rem 50% #FFFFFF; */
  background-size: 2rem;
}
header nav .advanced-search-bar .search .search__btn {
  background: #36474f;
  height: 40px;
  border: none;
  width: auto;
  color: #FFF;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  cursor: pointer;
  outline: 0;
  transition: all 0.4s ease-out;
}
header nav .advanced-search-bar .search .search__btn:hover {
    background: #9c1c20;
    color: #fff;
}
header nav .advanced-search-bar .search .search__icon {
  display: none;
}
header .menu {
  display: flex;
  flex: 2;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem;
  font-size: 2rem;
  color: #FFF;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

.suggestion-container {
  position: absolute;
  top: 60px;
  border-top: 1px solid #F1F1F1;
  opacity: 1;
  visibility: hidden;
}

.suggestion {
  display: flex;
  position: absolute;
  top: 60px;
  border-top: 1px solid #F1F1F1;
  opacity: 0;
  visibility: hidden;
}

.suggestion.active {
  opacity: 1;
  visibility: visible;
  transform-origin: center top;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: rotation-show 0.5s 0.3s;
          animation: rotation-show 0.5s 0.3s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.suggestion.hidden {
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  transform: translateZ(0);
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation: rotation-show-reverse 0.5s 0.3s;
          animation: rotation-show-reverse 0.5s 0.3s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.suggestion__content {
  background: rgba(256, 256, 256, 1);
  display: flex;
  flex: 1;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  padding: 0.5em 1em;
  font-size: 0.8rem;
    border: 1px solid #9c1c20;
    border-radius: 0 0 16px 16px;
    backdrop-filter: blur(8px);
}
.suggestion__content .suggestion__content-right-side,
.suggestion__content .suggestion__content-left-side {
  flex: 1;
  padding: 1em;
  min-width: 180px;
}

.suggestion__content .suggestion__content-left-side {
    border-right: 1px dotted black;
    text-align: center;
}

.suggestion__content .suggestion__content-right-side h5,
.suggestion__content .suggestion__content-left-side h5 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #757575;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.suggestion__content .suggestion__content-right-side ul,
.suggestion__content .suggestion__content-left-side ul {
  margin: 0;
  padding: 0;
}
.suggestion__content .suggestion__content-right-side ul li,
.suggestion__content .suggestion__content-left-side ul li {
  list-style-type: none;
  padding: 0;
  font-size: 1rem;
}

.suggestion__content .suggestion__content-right-side ul li img,
.suggestion__content .suggestion__content-left-side ul li img {
    height: 1.2rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    vertical-align: text-top;
}

.suggestion__content .suggestion__content-left-side ul li {
  list-style-type: none;
  padding: 0;
  color: #328dbb;
  cursor: pointer;
  transition: color 0.4s ease-out, transform 0.4s ease;
}
.suggestion__content .suggestion__content-left-side ul li:hover {
  color: #9c1c20;
  /* transform: translateX(3px); */
}

.suggestion__content .suggestion__content-right-side ul {
  padding: 0;
  max-width: 200px;
  margin: auto;
}
.suggestion__content .suggestion__content-right-side ul li {
  border: 1px solid #00000000;
  background: #FFF;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 8px;
  width: 200px;
  /* padding: 6px; */
    height: 36px;
    line-height: 36px;
  cursor: pointer;
  transition: background 0.3s ease-out, border 0.4s ease-in-out;
}
.suggestion__content .suggestion__content-right-side ul li:hover {
  border: 1px solid #00000000;
  background: #318ebb;
    color: white;
}

.hide-element {
  display: none !important;
}

.mobile-search {
  margin: 0 1em;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100%;
}

.close-icon {
  color: #909090 !important;
  position: absolute !important;
  right: 8% !important;
  font-size: 1rem;
}

@-webkit-keyframes rotation-show {
  0% {
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    transform: perspective(1000px) translateY(0);
  }
}

@keyframes rotation-show {
  0% {
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    transform: perspective(1000px) translateY(0);
  }
}


@-webkit-keyframes rotation-show-reverse {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    transform: perspective(1000px) translateY(-90deg);
  }
}

@keyframes rotation-show-reverse {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    transform: perspective(1000px) translateY(-90deg);
  }
}



@media only screen and (max-width: 480px) {
  .search__input {
    font-size: 16px !important;
    opacity: 0;
    visibility: hidden;
    width: 0;
  }

  .search__btn {
    display: none !important;
  }

  .search__icon {
    display: flex !important;
    color: #FFF;
    align-items: center;
    flex: 6;
    position: absolute;
    right: 5rem;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
  }

  /*
  .message {
    position: relative;
    top: 80px;
    background: #f3f3f3;
    padding: 0.5rem 1.5rem;
    display: block !important;
    text-align: center;
  }
  */
    .suggestion.active {
        position: absolute;
        left: 16px;
    }
}


         .slider{
           height: 4px;
           position: relative;
           background: #ddd;
           border-radius: 5px;
           width: 100%;
           justify-content: center;
           /* position: relative; */
           display: inline-flex;
         }
         .slider .progress{
           height: 100%;
           left: 25%;
           right: 25%;
           position: absolute;
           border-radius: 5px;
           background: #328ebb;
         }
         .range-input{
           position: relative;
           width: 100%;
           justify-content: center;
           display: inline-flex;
         }
         .range-input input{
           position: absolute;
           width: 100%;
           height: 0px;
           top: -24px;
           padding: 0;
           background: none;
           pointer-events: none;
           -webkit-appearance: none;
           -moz-appearance: none;
         }

         input[type="range"]::-webkit-slider-thumb{
           height: 20px;
           width: 20px;
           border-radius: 50%;
           background: #328ebb;
           pointer-events: auto;
           -webkit-appearance: none;
           box-shadow: 0 0 6px rgba(0,0,0,0.05);
         }
         input[type="range"]::-moz-range-thumb{
           height: 17px;
           width: 17px;
           border: none;
           border-radius: 50%;
           background: #328ebb;
           pointer-events: auto;
           -moz-appearance: none;
           box-shadow: 0 0 6px rgba(0,0,0,0.05);
         }
        .slider-label {
            display: inline-flex;
            justify-content: space-between;
            width: 100%;
        }

.slider-container {
    height: 64px;
    padding: 4px;
    border: 1px solid #0000007f;
    margin-bottom: 16px;
}

.search_now {
  background: #36474f;
  height: 40px;
  border: none;
  width: auto;
  color: #FFF;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  cursor: pointer;
  outline: 0;
  transition: all 0.4s ease-out;
    margin-top: 16px;
}
.search_now:hover {
    background: #9c1c20;
    color: #fff;
}

.suggestion__content .suggestion__content-right-side ul li label {
    text-align: left;
    border-radius: 10px;
    width: 200px;
    /* padding: 0px; */
    border: 1px solid #00000000;
    display: block;
    height: 36px;
    line-height: 36px;
}

.suggestion__content .suggestion__content-right-side ul li input[type="checkbox"]{
     display: none;
}

.suggestion__content .suggestion__content-right-side ul li #show-XXX:checked ~ #XXX {
    background: #9c1c20;
    color: white;
    border: 1px solid #00000000;
    /* padding: 6px; */
}

.suggestion__content .suggestion__content-right-side ul li #show-XXX:~checked ~ #XXX {
    color: black;
    background: white;
    border: 1px solid #00000000;
}
