 /* Base */
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Nanum Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-black {
  color: #000 !important;
}

.color-black-opacity-5 { 
  color: rgba(0, 0, 0, 0.5);
}

.site-wrap:before {
  transition: .3s all ease-in-out;
  /* background: rgba(0, 0, 0, 0.6); */
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%; 
  z-index: 2;
  overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  border-radius: 0;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  box-shadow: none !important;
}

.form-control {
  height: 43px;
  border-radius: 0;
  font-family: "Nanum Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active, .form-control:focus {
  border-color: #30e3ca;
}

.form-control:hover, .form-control:active, .form-control:focus {
  box-shadow: none !important;
}

.site-section {
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

.site-footer {
  padding: 4em 0;
  background: #333333;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: #737373;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
  color: #fff;
}

.site-footer a {
  color: #999999;
}

.site-footer a:hover {
  color: white;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
}

.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: #8bc34a;
}

.ul-check.primary li:before {
  color: #30e3ca;
}

.select-wrap, .wrap-icon {
  position: relative;
}

.select-wrap .icon, .wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.select-wrap select, .wrap-icon select {
  appearance : none;
  width: 100%;
}

.caption {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: bold;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 767.98px) {
  .site-navbar {
    top: 20;
  }
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  top: -5px;
  text-transform: uppercase;
}

.site-navbar .site-logo a {
  font-size: 20px;
  font-weight: 900;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active > a {
  color: #30e3ca;
  border-radius: 30px;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu .cta {
  margin-left: 30px;
}

.site-navbar .site-navigation .site-menu .cta span {
  padding: 12px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  color: #000;
  text-decoration: none !important;
  padding: 20px 10px;
  display: inline-block;
  font-size: 15px;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #30e3ca;
  border-radius: 30px;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 30px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #30e3ca;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #30e3ca !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #30e3ca;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
  cursor: pointer;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #30e3ca;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #30e3ca;
}

.site-mobile-menu .site-nav-wrap .cta {
  margin-left: 0px;
}

.site-mobile-menu .site-nav-wrap .cta span {
  padding: 12px 20px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 18px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover .player {
  position: absolute;
  bottom: -250px;
  width: 100%;
}

.site-blocks-cover, .site-blocks-cover > .container > .row {
  min-height: 600px;
  height: calc(100vh);
}

.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
  min-height: 500px;
  height: calc(30vh);
}

.site-blocks-cover h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 2rem;
  }
}

.site-blocks-cover p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  line-height: 1.5;
}

.bg-light {
  background: #ccc;
}

.block-13, .slide-one-item {
  position: relative;
  z-index: 1;
}

.block-13 .owl-nav, .slide-one-item .owl-nav {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #495057;
  transition: .3s all ease-in-out;
}

.block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
  opacity: .2;
}

.block-13 .owl-nav .owl-prev:hover, .block-13 .owl-nav .owl-next:hover, .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
  color: #30e3ca;
}
.owl-carousel .owl-dots {
    display: none;
}

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  width: 100%;
}

@media (max-width: 991.98px) {
  .slide-one-item.home-slider .owl-nav {
    display: none;
  }
}

.slide-one-item.home-slider .owl-prev {
  left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
  right: 10px !important;
}

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px;
}

 @media (min-width: 768px) {
  .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
    font-size: 25px;
  }
}

.slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
  background: black;
}

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible;
}

.slide-one-item .owl-dots {
  text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
  background: #30e3ca;
}

#date-countdown .countdown-block {
  color: #b3b3b3;
}

#date-countdown .label {
  font-size: 40px;
  color: #000;
}

.player {
  position: relative;
}

.player img {
  max-width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.player h2 {
  font-size: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.player .position {
  font-size: 14px;
  color: #b3b3b3;
  text-transform: uppercase;
}

.h-entry img {
  margin-bottom: 30px;
}

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px;
}

.h-entry h2 {
  font-size: 20px;
}

.border-primary {
  position: relative;
}

.border-primary h2 {
  font-weight: 700 !important;
}

.border-primary:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #30e3ca;
}

.border-primary.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.border-primary.text-left:after {
  transform: translateX(0%);
}

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center;
}

.testimonial blockquote {
  font-size: 1.5rem;
  font-style: italic;
}

.testimonial figure img {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 50%;
}

.person h3 {
  font-size: 18px;
}

.custom-pagination a, .custom-pagination span {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #30e3ca;
  color: #fff;
}

.custom-pagination span {
  background: #e6e6e6;
  color: #000;
}

.custom-pagination .more-page {
  background: none;
}

.form-search-wrap {
  /* background: rgba(255, 255, 255, 0.3); */ 
  border-radius: 7px;
  padding: 20px;
} 
.top_main_form{
  margin-top: 55px;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 8px; 
}
.btn-primary{
  font-weight: 700 !important; 
  border: none !important;
  background: #ffb600 !important;
  border-radius: 8px !important;
  padding: 10px 36px !important;
}

.form-search-wrap .form-control {
  border: none;
}

@media (max-width: 1199.98px) {
  .form-search-wrap .form-control {
    height: 55px;
    width: 100%;
  }
}

.form-search-wrap .btn {
  padding: 10px 30px;
}

@media (max-width: 1199.98px) {
  .form-search-wrap .btn {
    width: 100% !important;
    display: block;
  }
}

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  top: 0;
  position: relative;
  transition: .3s all ease-in-out;
}

.popular-category .icon {
  display: block;
  transition: .1s all ease;
  margin-bottom: 10px;
  /*width:100px;*/
  margin: auto !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-blocks-cover{
    background-size: 150% 60% !important;
  }
  .overlap-category {
    margin-top: -80% !important;
  }
  /* .login_main .container {
    height: 60vh !important;
} */
} 


.popular-category .icon > span {
  line-height: 0;
  font-size: 45px;
}

.popular-category .caption {
  color: #666666;
  transition: .1s all ease;
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: normal;
}

.popular-category .number {
  padding: 2px 20px;
  border-radius: 30px;
  display: inline-block;
  background: #e9ecef;
  color: #000;
  font-size: 14px;
  transition: .1s all ease;
}

.popular-category:hover {
  background: #30e3ca;
  box-shadow: 0 5px 30px -5px rgba(48, 227, 202, 0.5);
  top: -10px;
}

.popular-category:hover .caption {
  color: #fff;
}

.popular-category:hover .icon {
  color: #fff;
}

.popular-category:hover .number {
  background: #1bc5ad;
  color: #fff;
}

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.listing-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.listing-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: .3s all ease;
}

.listing-item:hover img {
  transform: scale(1.05);
}

.listing-item .listing-item-content {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  width: 100%;
}

.listing-item .listing-item-content .category {
  font-size: 12px;
  display: inline-block;
  padding: 5px 30px;
  background: #30e3ca;
  border-radius: 30px;
  color: #fff;
}

.listing-item .listing-item-content h2 {
  font-size: 20px;
}

.listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
  color: #fff;
}

.listing-item .listing-item-content span {
  color: #fff;
}

.listing-item .listing-item-content .address {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.listing-item .bookmark {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  transition: .3s all ease;
}

.listing-item .bookmark span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.listing-item .bookmark:hover {
  background: #f23a2e;
}

.listing-item .bookmark:hover span {
  color: #fff;
}

.accordion-item[aria-expanded="true"] {
  color: #30e3ca;
}

.listing {
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 7px;
  position: relative;
  background: #fff;
}

@media (min-width: 992px) {
  .listing {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}

.listing .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  flex: 0 0 230px;
}

@media (max-width: 767.98px) {
  .listing .img {
    height: 250px;
    margin-right: 0;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
  }
}

 /* ```css */
.listing .category {
  font-size: 14px;
  display: inline-block;
  padding: 6px 80px;
  background: #ffb600;
  border-radius: 30px;
  margin-bottom: 0px;
  color: #000;
  font-weight: bold;
}

.listing .lh-content {
  padding: 5px;
  position: relative;
  width: 100%;
}

.listing .lh-content .bookmark {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.03);
  transition: .3s all ease;
  font-size: 16px;
}

.listing .lh-content .bookmark span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.listing .lh-content .bookmark:hover {
  background: #f23a2e;
}

.listing .lh-content .bookmark:hover span {
  color: #fff;
}

.listing address, .listing .review {
  font-size: 13px;
}

.listing h3 {
  font-size: 16px !important;
}

.listing.vertical {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block !important;
}

.listing.vertical .img {
  height: 150px;
  margin-right: 0;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.rangeslider.rangeslider--horizontal {
  margin-bottom: 10px;
  height: 7px;
  background: #e9ecef;
  box-shadow: none;
}

.rangeslider.rangeslider--horizontal .rangeslider__fill {
  box-shadow: none;
  height: 7px;
  background: #30e3ca;
}

.rangeslider .rangeslider__handle {
  height: 14px;
  width: 14px;
  top: -3px;
  border: none;
  box-shadow: none !important;
}

.rangeslider .rangeslider__handle:after {
  background: #fff !important;
  box-shadow: none;
  border: 3px solid #30e3ca;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.range-output {
  font-weight: bold;
}

.range-output:after {
  content: "Km";
  font-weight: normal;
}

.overlap-category {
  z-index: 20;
  position: initial;
  background: #fff;
  border-radius: 10px;
  margin-top: -148px;
}

.overlap-category .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.newsletter h2 {
  color: #fff;
  font-size: 18px;
}

.newsletter p {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter p:last-child {
  margin-bottom: 0;
}

.newsletter .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  padding-left: 0;
}

.newsletter .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.newsletter .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.newsletter .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.newsletter .btn {
  padding-left: 15px;
  padding-right: 15px;
}

.newsletter .btn:hover {
  color: #fff;
  background: #000;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 10px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 14px;
  }

  .listing {
    margin-bottom: 20px;
  }

  .listing .lh-content {
    padding: 10px;
  }

  .listing-item {
    margin-bottom: 20px;
  }

  .form-search-wrap {
    padding: 15px;
  }

  .form-search-wrap .btn {
    width: 100%;
  }

  .popular-category {
    padding: 20px;
  }

  .popular-category .icon > span {
    font-size: 35px;
  }

  .testimonial blockquote {
    font-size: 1.2rem;
  }

  .testimonial figure img {
    max-width: 80px;
  }

  .newsletter h2 {
    font-size: 16px;
  }

  .newsletter p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .site-section {
    padding: 3em 0;
  }

  .site-footer {
    padding: 6em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.5rem;
  }

  .site-footer p {
    font-size: 14px;
  }

  .listing .category {
    padding: 6px 20px;
  }

  .listing h3 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .warnning {
    background-color: #ffb600;
    color: #000;
    font-weight: 600;
    border: 1px solid #000;
    font-size: 12px;
    padding: 6px 10px;
    margin-top: 20px;
}
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 5px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 10px;
  }

  .listing h3 {
    font-size: 12px !important;
  }

  .form-search-wrap {
    padding: 10px;
  }

  .form-search-wrap .btn {
    padding: 8px;
  }

  .popular-category {
    padding: 15px;
  }

  .popular-category .icon > span {
    font-size: 30px;
  }

  .testimonial blockquote {
    font-size: 1rem;
  }

  .testimonial figure img {
    max-width: 60px;
  }

  .newsletter h2 {
    font-size: 14px;
  }

  .newsletter p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .site-section {
    padding: 2em 0;
  }

  .site-footer {
    padding: 4em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.2rem;
  }

  .site-footer p {
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 8px;
  }

  .listing h3 {
    font-size: 10px !important;
  }

  .form-search-wrap {
    padding: 5px;
  }

  .form-search-wrap .btn {
    padding: 6px;
  }

  .popular-category {
    padding: 10px;
  }

  .popular-category .icon > span {
    font-size: 25px;
  }

  .testimonial blockquote {
    font-size: 0.9rem;
  }

  .testimonial figure img {
    max-width: 50px;
  }

  .newsletter h2 {
    font-size: 12px;
  }

  .newsletter p {
    font-size: 10px;
  }
} 
/* ```css */
/* ``` ```css */
/* Additional responsive styles */
@media (max-width: 1200px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 10px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 14px;
  }

  .listing {
    margin-bottom: 20px;
  }

  .listing .lh-content {
    padding: 10px;
  }

  .listing-item {
    margin-bottom: 20px;
  }

  .form-search-wrap {
    padding: 15px;
  }

  .form-search-wrap .btn {
    width: 100%;
  }

  .popular-category {
    padding: 20px;
  }

  .popular-category .icon > span {
    font-size: 35px;
  }

  .testimonial blockquote {
    font-size: 1.2rem;
  }

  .testimonial figure img {
    max-width: 80px;
  }

  .newsletter h2 {
    font-size: 16px;
  }

  .newsletter p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .site-section {
    padding: 3em 0;
  }

  .site-footer {
    padding: 6em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.5rem;
  }

  .site-footer p {
    font-size: 14px;
  }

  .listing .category {
    padding: 6px 20px;
  }

  .listing h3 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 5px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 10px;
  }

  .listing h3 {
    font-size: 12px !important;
  }

  .form-search-wrap {
    padding: 10px;
  }

  .form-search-wrap .btn {
    padding: 8px;
  }

  .popular-category {
    padding: 15px;
  }

  .popular-category .icon > span {
    font-size: 30px;
  }

  .testimonial blockquote {
    font-size: 1rem;
  }

  .testimonial figure img {
    max-width: 60px;
  }

  .newsletter h2 {
    font-size: 14px;
  }

  .newsletter p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .site-section {
    padding: 2em 0;
  }

  .site-footer {
    padding: 4em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.2rem;
  }

  .site-footer p {
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 8px;
  }

  .listing h3 {
    font-size: 10px !important;
  }

  .form-search-wrap {
    padding: 5px;
  }

  .form-search-wrap .btn {
    padding: 6px;
  }

  .popular-category {
    padding: 10px;
  }

  .popular-category .icon > span {
    font-size: 25px;
  }

  .testimonial blockquote {
    font-size: 0.9rem;
  }

  .testimonial figure img {
    max-width: 50px;
  }

  .newsletter h2 {
    font-size: 12px;
  }

  .newsletter p {
    font-size: 10px;
  }
}
/* ``` ```css */
/* Additional responsive styles */
@media (max-width: 1200px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 10px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 14px;
  }

  .listing {
    margin-bottom: 20px;
  }

  .listing .lh-content {
    padding: 10px;
  }

  .listing-item {
    margin-bottom: 20px;
  }

  .form-search-wrap {
    padding: 15px;
  }

  .form-search-wrap .btn {
    width: 100%;
  }

  .popular-category {
    padding: 20px;
  }

  .popular-category .icon > span {
    font-size: 35px;
  }

  .testimonial blockquote {
    font-size: 1.2rem;
  }

  .testimonial figure img {
    max-width: 80px;
  }

  .newsletter h2 {
    font-size: 16px;
  }

  .newsletter p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .site-section {
    padding: 3em 0;
  }

  .site-footer {
    padding: 6em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.5rem;
  }

  .site-footer p {
    font-size: 14px;
  }

  .listing .category {
    padding: 6px 20px;
  }

  .listing h3 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 5px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 10px;
  }

  .listing h3 {
    font-size: 12px !important;
  }

  .form-search-wrap {
    padding: 10px;
  }

  .form-search-wrap .btn {
    padding: 8px;
  }

  .popular-category {
    padding: 15px;
  }

  .popular-category .icon > span {
    font-size: 30px;
  }

  .testimonial blockquote {
    font-size: 1rem;
  }

  .testimonial figure img {
    max-width: 60px;
  }

  .newsletter h2 {
    font-size: 14px;
  }

  .newsletter p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .site-section {
    padding: 2em 0;
  }

  .site-footer {
    padding: 4em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.2rem;
  }

  .site-footer p {
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 8px;
  }

  .listing h3 {
    font-size: 10px !important;
  }

  .form-search-wrap {
    padding: 5px;
  }

  .form-search-wrap .btn {
    padding: 6px;
  }

  .popular-category {
    padding: 10px;
  }

  .popular-category .icon > span {
    font-size: 25px;
  }

  .testimonial blockquote {
    font-size: 0.9rem;
  }

  .testimonial figure img {
    max-width: 50px;
  }

  .newsletter h2 {
    font-size: 12px;
  }

  .newsletter p {
    font-size: 10px;
  }
}
/* ``` ```css */
/* Additional responsive styles */
@media (max-width: 1200px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 10px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 14px;
  }

  .listing {
    margin-bottom: 20px;
  }

  .listing .lh-content {
    padding: 10px;
  }

  .listing-item {
    margin-bottom: 20px;
  }

  .form-search-wrap {
    padding: 15px;
  }

  .form-search-wrap .btn {
    width: 100%;
  }

  .popular-category {
    padding: 20px;
  }

  .popular-category .icon > span {
    font-size: 35px;
  }

  .testimonial blockquote {
    font-size: 1.2rem;
  }

  .testimonial figure img {
    max-width: 80px;
  }

  .newsletter h2 {
    font-size: 16px;
  }

  .newsletter p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .site-section {
    padding: 3em 0;
  }

  .site-footer {
    padding: 6em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.5rem;
  }

  .site-footer p {
    font-size: 14px;
  }

  .listing .category {
    padding: 6px 20px;
  }

  .listing h3 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 5px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 10px;
  }

  .listing h3 {
    font-size: 12px !important;
  }

  .form-search-wrap {
    padding: 10px;
  }

  .form-search-wrap .btn {
    padding: 8px;
  }

  .popular-category {
    padding: 15px;
  }

  .popular-category .icon > span {
    font-size: 30px;
  }

  .testimonial blockquote {
    font-size: 1rem;
  }

  .testimonial figure img {
    max-width: 60px;
  }

  .newsletter h2 {
    font-size: 14px;
  }

  .newsletter p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .site-section {
    padding: 2em 0;
  }

  .site-footer {
    padding: 4em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.2rem;
  }

  .site-footer p {
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 8px;
  }

  .listing h3 {
    font-size: 10px !important;
  }

  .form-search-wrap {
    padding: 5px;
  }

  .form-search-wrap .btn {
    padding: 6px;
  }

  .popular-category {
    padding: 10px;
  }

  .popular-category .icon > span {
    font-size: 25px;
  }

  .testimonial blockquote {
    font-size: 0.9rem;
  }

  .testimonial figure img {
    max-width: 50px;
  }

  .newsletter h2 {
    font-size: 12px;
  }

  .newsletter p {
    font-size: 10px;
  }
}
/* ``` ```css */
/* Additional responsive styles */
@media (max-width: 1200px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 10px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 14px;
  }

  .listing {
    margin-bottom: 20px;
  }

  .listing .lh-content {
    padding: 10px;
  }

  .listing-item {
    margin-bottom: 20px;
  }

  .form-search-wrap {
    padding: 15px;
  }

  .form-search-wrap .btn {
    width: 100%;
  }

  .popular-category {
    padding: 20px;
  }

  .popular-category .icon > span {
    font-size: 35px;
  }

  .testimonial blockquote {
    font-size: 1.2rem;
  }

  .testimonial figure img {
    max-width: 80px;
  }

  .newsletter h2 {
    font-size: 16px;
  }

  .newsletter p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .site-section {
    padding: 3em 0;
  }

  .site-footer {
    padding: 6em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.5rem;
  }

  .site-footer p {
    font-size: 14px;
  }

  .listing .category {
    padding: 6px 20px;
  }

  .listing h3 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .site-navbar .site-navigation .site-menu > li {
    display: block;
    margin-bottom: 5px;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px;
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 10px;
  }

  .listing h3 {
    font-size: 12px !important;
  }

  .form-search-wrap {
    padding: 10px;
  }

  .form-search-wrap .btn {
    padding: 8px;
  }

  .popular-category {
    padding: 15px;
  }

  .popular-category .icon > span {
    font-size: 30px;
  }

  .testimonial blockquote {
    font-size: 1rem;
  }

  .testimonial figure img {
    max-width: 60px;
  }

  .newsletter h2 {
    font-size: 14px;
  }

  .newsletter p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .site-section {
    padding: 2em 0;
  }

  .site-footer {
    padding: 4em 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    font-size: 1.2rem;
  }

  .site-footer p {
    font-size: 12px;
  }

  .listing .category {
    padding: 4px 8px;
  }

  .listing h3 {
    font-size: 10px !important;
  }

  .form-search-wrap {
    padding: 5px;
  }

  .form-search-wrap .btn {
    padding: 6px;
  }

  .popular-category {
    padding: 10px;
  }

  .popular-category .icon > span {
    font-size: 25px;
  }

  .testimonial blockquote {
    font-size: 0.9rem;
  }

  .testimonial figure img {
    max-width: 50px;
  }

  .newsletter h2 {
    font-size: 12px;
  }

  .newsletter p {
    font-size: 10px;
  }
}