@charset "utf-8";
/*--
	Color styles
--*/
.pin,
.nice-select:after,
.loader-inner,
.ed-btn,
blockquote,
.main-register-holder .tabs-menu li.current,
.filter-sidebar-header .tabs-menu li.current,
.header-search-input input:focus,
.listsearch-input-wrap .tabs-menu li.current,
.btn.border-btn {
  /* border-color: #8ec639; */
}
af2322 .color2-bg,
.list-widget-social li a:hover,
.accordion a.toggle.act-accordion,
.banner-wdget-content a:hover,
.inline-lsiw .listsearch-input-wrap_contrl li.current a,
.cc-btn:hover,
.down-btn:hover,
.new-dashboard-item:hover,
.header-search-button:hover,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.box-media-zoom:hover,
.main-search-button {
background-color: rgb(175, 35, 34);
}
.share-holder.hid-share .share-container .share-icon:hover {
  color: #384f95;
}
.green-bg,
div.datedropper.primary .pick-submit,
.footer-bg-pin,
.gsd_open,
.verified-badge,
.toggle-filter-btn.tsb_act,
.status.st_online span,
.slide-progress,
.reply-item,
#progressbar li.active:last-child span,
.user-profile-menu li a span,
.infobox-status.open,
.map-popup-location-category.shop-cat,
.process-item_time-line:after {
  background: #8ec639;
  color: #fff;
}
.clear-wishlist:hover,
.lang-tooltip li a:before,
.opening-hours ul li.todaysDay span.opening-hours-time,
.pricerange,
.tags-stylwrap .tags-title i,
.faq-nav li a i,
.tfp-det p a,
.tfp-btn:before,
.green-bg_color,
.testi-link:hover {
  color: #5ecfb1;
}
.orange-bg {
  background: #e9776d;
}
.clear-singleinput {
  color: #e9776d;
}
.blue-bg,
.map-popup-location-category.gym-cat {
  background: #4c97fd;
}
.blue-bg_color {
  color: #4c97fd;
}
.red-bg,
.gsd_close,
.map-popup-location-category.cafe-cat,
.infobox-status.close {
  background: #f75c96;
}
.red-bg_color {
  color: #f75c96;
}
.yellow-bg,
.map-popup-location-category.hotels-cat {
  background: #f8bd38;
}
.yellow-bg_color {
  color: #f8bd38;
}
.purp-bg,
.map-popup-location-category.event-cat {
  background: #be31e3;
}
.purp-bg_color {
  color: #be31e3;
}
.dark-blue-bg {
  background: #3d528b;
}
.purp-gradient-bg {
  background: linear-gradient(to left, #dba9cb, #9451da);
}
.green-gradient-bg {
  background: linear-gradient(to left, #5ecfb1, #47eeb0);
}
.blue-gradient-bg {
  background: linear-gradient(to top, #6db6fd, #60b6fd);
}
/*--
	gradient
--*/
.gradient-bg,
.header-modal .tabs-menu li.current,
.scrollbar-inner2 .simplebar-scrollbar:before {
  background-color: rgb(175, 35, 34);
  /* background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#6db6fd),
    to(#6fcffd)
  ); */
  /* background: -webkit-linear-gradient(top, #6db6fd, #6fcffd);
  background: -moz-linear-gradient(top, #6db6fd, #6fcffd);
  background: -ms-linear-gradient(top, #6db6fd, #6fcffd);
  background: -o-linear-gradient(top, #6db6fd, #6fcffd); */
}
/*--
	dark gradient
--*/
.gradient-dark {
  background-color: #54c4d9 !important;
  background: -webkit-gradient(
    linear,
    20% 0%,
    0% 10%,
    from(#4e65a3),
    to(rgb(175, 35, 34))
  );
  background: -webkit-linear-gradient(right, #4e65a3, rgb(175, 35, 34));
  background: -moz-linear-gradient(right, #4e65a3, rgb(175, 35, 34));
  background: -ms-linear-gradient(right, #4e65a3, rgb(175, 35, 34));
  background: -o-linear-gradient(right, #4e65a3, rgb(175, 35, 34));
}
.world{
	overflow: hidden ;
}