/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo

*/

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/* temprary style */
.search_check {
  visibility: hidden;
}
div#dashboard-reviews-listing-tile.col-lg-3 {
  display: none;
}
/* div#dashboard-reviews-listing-tile .dashboard-stat {
  display: none !important;
} */
div#media-uploader {
  cursor: pointer;
}
/* test styling search home*/
.main-search-input-item select {
  height: 55px;
  margin-bottom: 0;
  border-radius: 20px;
  margin-top: 3px;
}

/* header container */
body.full-width-header #header .container {
  width: 100%;
  padding: 10px 50px;
  max-width: 100%;
  margin: 0 auto;
}
#header.cloned.sticky {
  box-shadow: 0px 0px 20px rgba(29, 29, 29, 0.09);
}

header.fullwidth.dashboard #header .container {
  padding-left: 285px;
}

.dashboard #logo {
  background: #e5e5e5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
}
#navigation ul li.menu-item {
  position: relative;
}
#navigation ul li.menu-item ul.sub-menu {
  opacity: 0;
  /* visibility: inherit; */
  position: absolute;
  top: 40px;
  left: 15px;
  padding: 0;
  z-index: 99999;
}
#navigation ul li.menu-item:hover ul.sub-menu {
  opacity: 1;
  /* visibility: inherit; */
  position: absolute;
  top: 40px;
  left: 15px;
  padding: 0;
  z-index: 99999;
}
#navigation ul li.menu-item:hover ul.sub-menu li {
  padding: 5px;
}
#navigation ul li.menu-item:hover ul.sub-menu li:first-child {
  border-bottom: 1px solid #dddcdc;
}

/* body container */
.container {
  width: 1300px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.elementor .elementor-element.elementor-element .main-search-container {
  background-size: cover;
}
/* header style remove mini cart */
.listeo-cart-container {
  opacity: 0;
  display: none;
}
.sign-in.popup-with-zoom-anim i {
  font-size: 0;
  display: none;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.mmenu-trigger {
  height: 50px;
  width: 50px;
  display: none;
  position: relative;
  margin: 0 0 20px 0;
  background-color: #333333;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
#header {
  background-color: #fff;
  position: relative;
  box-shadow: none;
}
/* language switure */
#navigation {
  position: static;
  display: block;
}
#navigation ul {
  position: static;
}
#navigation ul li {
  position: static;
}
#navigation ul li.pll-parent-menu-item {
  position: absolute;
  right: 22.5%;
}
.pll-parent-menu-item a img {
  display: none;
}
#navigation ul li.pll-parent-menu-item a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #333333;
  padding-top: 7px;
}
#navigation ul li.pll-parent-menu-item:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 21.4px, 0);
}

/*Hamburger header style */
.menu-icon-toggle {
  background: rgb(34 34 34);
}
.mobile-nav-header {
  background: #fff;
}
#navigation.style-1 ul li a {
  border-radius: 6px;
}
.hamburger--collapse .hamburger-inner {
  top: 50%;

  transform: translateY(-50%);
}
/* select2  */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  display: none;
}
/* listing preview style */
#listing_preview {
  margin-bottom: 80px;
}
#listing_preview .button {
  border-radius: 6px;
  background-color: #474747;
  border: 1px solid #333333;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #ffffff;
}
#listing_preview .button:first-child {
  margin-right: 15px;
  color: #333333;
  background-color: transparent;
}
#listing_preview .button:hover {
  background-color: #f8ce47;
  color: #333333;
  border-color: #f8ce47;
}
.status-publish.hentry .listing-section #listing-video .responsive-iframe {
  display: inline-block;
  width: 80%;
  max-width: 100%;
}
/*Newsletter Form*/

.newsletter-form {
  display: flex;
  width: 100%;
  gap: 25px;
  background: white;
  border-radius: 20px;
  padding: 15px;
}

.newsletter-form .email-input {
  width: 100%;
}

.email-input input,
label {
  margin-bottom: 0;
}

.email-input input {
  border: 1px solid #d4d8de;
  border-radius: 10px;
  padding: 27px 20px;
}
.email-wrap .email-input input {
  border: 1px solid #d4d8de;
  border-radius: 10px;
  padding: 27px 20px;
}
.elementor-element > .elementor-widget-container {
  height: 100%;
}
.elementor-element.elementor-view-default.elementor-mobile-position-top.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box {
  height: 100%;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
  height: 100%;
}
.newsletter-form button[type="submit"] {
  width: 64px;
  height: 54px;
  padding: 5px 22px;
  border-radius: 6px;
  background: black;
  color: white;
  font-size: 20px;
  border: none;
}
.email-wrap lable {
  margin-bottom: 0;
}
.newsletter-form input::placeholder {
  color: black;
  font-size: 16px;
}

.newsletter-form button[type="submit"]:hover {
  background: #f8ce47;
  color: #000;
}

/*Hero Area Search Form*/
.hero-search-form .main-search-input {
  background-color: rgba(233, 227, 225, 0.8);
  max-height: 100%;
  border-radius: 0px 20px 20px 20px;
  padding: 25px;
  gap: 15px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;

  margin: 0;
}
.main-search-input-item.select {
  margin: 0;
  border: none;
  padding: 0;
}
.search_type_tabs .tab-content {
  padding: 0px;
}
.main-search-input-item.select {
  flex: 1 0 32%;
  padding: 0;
  border: 0;
}
.hero-search-form .main-search-input .main-search-input-item .col-md-12 {
  padding: 0;
}
.main-search-input-item:last-of-type {
  padding: 0;
  flex: 1 0 58%;
}

.hero-search-form .main-search-input button.button {
  background: #f8ce47;
  border-radius: 6px;
  color: transparent;
  font-size: 0;
  position: relative;
  height: 54px;
  /* margin-left: 15px; */
  margin-top: 5px;
  padding: 0 29px;
}
.hero-search-form .main-search-input button.button:after {
  content: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2022/12/Vector.png");
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 72px;
  top: 0;
  left: 0;
}
.hero-search-form .main-search-input-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
/* body.admin-bar .select2-dropdown {
  transform: translateY(60px);
} */
/* .hero-search-form
  .main-search-input-item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
} */

.hero-search-form .main-search-inner .select2-container .select2-selection--single .select2-selection__rendered {
  background: white;
  border-radius: 20px;
  padding: 0 30px;
  height: 56px;
  line-height: 56px;
  border: 2px solid #fff;
}

.hero-search-form .main-search-input-item input {
  border-radius: 20px;
  padding: 0px 30px;
  /* color: #858484; */
  height: 56px;
  border: 2px solid #fff;
  margin-bottom: 0;
}
.hero-search-form .main-search-input-item input::placeholder {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #858484;
}
.header-widget {
  position: static;
}
/* search tab styling */
.search_type_tabs .tabs-nav li {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.search_type_tabs .tabs-nav li a:hover,
.tabs-nav li.active a {
  border-color: #2b2b2b;
  color: #2b2b2b;
  outline: none !important;
  border: none;
  box-shadow: none;
  margin: 0 !important;
}
.search_type_tabs .tabs-nav li.active a {
  border: none;
}
.search_type_tabs .tabs-nav li a {
  border-bottom: none;
  margin: 0 !important;
}
.search_type_tabs .tabs-nav li a {
  padding: 10px 15px;
  color: #010104 !important;
  font-size: 16px;
  font-weight: 600;
}
.search_type_tabs .tabs-nav li.active,
.search_type_tabs .tabs-nav li:hover {
  border: none;
  transform: translateY(0px);
  padding-top: 5px;
}
.search_type_tabs .tabs-nav li.active a,
.search_type_tabs .tabs-nav li:hover a {
  border: none;
  transform: translateY(-5px);
}
.search_type_tabs .tabs-nav li {
  float: left;
  line-height: 24px;
  padding: 0;
  margin-right: 4px;
  position: relative;
  z-index: 12;
  transform: translateY(5px);
  background: linear-gradient(180deg, #ffffff 44.32%, #e0e0e0 100%);
}
.search_type_tabs .tabs-nav li:last-child {
  margin-right: 0;
}

.search_type_tabs .tabs-nav li.active a {
  position: relative;
}
.search_type_tabs .tabs-nav li.active a::before {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #f8ce47;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
}
/*  */

.search_check input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  border-radius: 4px;
  height: 18px;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;

  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  /* color-adjust: exact; */
  print-color-adjust: exact;
}
.search_check input[type="checkbox"]:checked::after {
  position: absolute;
  /* content: "\f00c";
   font-family: "Font Awesome 5 Free"; */
  content: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2023/02/check2.png");

  top: 50%;
  color: #000;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 14px;
}
.search_check input[type="checkbox"]:checked {
  background-color: #f8ce47;
  position: relative;
}
.search_check label {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  /* identical to box height, or 181% */

  /* Primary colors/White */

  color: #ffffff;
}
h5.highlighted-categories-headline {
  font-weight: 300;
}
.search_check {
  display: flex;
  padding-left: 80px;
  gap: 15px;
  align-items: center;
  padding-top: 15px;
}
.main-search-input-item.select {
  margin: 0;
  border: none;
  padding: 0;
}
/* dikshita styling css */
/* footer stylings */
.footer-widget.widget_media_image {
  padding-bottom: 20px;
}
#footer {
  padding-top: 100px;
}
.footer-wrap .copyrights {
  background: #333333;
  color: #fff;
  font-weight: 200;
  font-size: 14px;
}
.copyrights {
  /* padding-top: 62px; */
  margin-bottom: -10px;
  margin-top: 70px;
}
#footer ul.menu {
  width: 100%;
}
.rpwwt-post-date {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  font-weight: 400;
}
#footer address,
#footer .email a,
#footer .phone-number a {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}
#footer address:hover,
#footer .email a:hover,
#footer .phone-number a:hover {
  color: #f7c531;
}

.footer-widget .phone-number {
  margin-top: 15px;
}
.listeo-childtheme .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
  width: 30px;
  height: 30px;
  fill: #000000;
  /* stroke: #000000; */
}
#footer .footer-widget.widget_nav_menu h4 {
  font-weight: 800;
  font-size: 18px;
  color: #333333;
}
#footer .menu .menu-item a {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  color: #333333;
}
#footer .menu .menu-item:before {
  content: none;
}
#footer .menu .menu-item a:hover {
  color: #f7c531;
}
/* recent-posts-widget-with-thumbnails */
#footer .recent-posts-widget-with-thumbnails h4 {
  font-weight: 800;
  font-size: 18px;
  color: #333333;
}
#footer .rpwwt-widget ul li {
  overflow: hidden;
  margin: 0 0 10px;
}
/* #footer .recent-posts-widget-with-thumbnails a{
display: flex;
align-items: center;
} */
#footer #rpwwt-recent-posts-widget-with-thumbnails-2 img {
  width: 45px;
  height: 40px;
  margin: 0;
  padding-right: 10px;
}
.rpwwt-widget h4 {
  margin-bottom: 40px !important;
}
.rpwwt-post-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #333333;
}
.rpwwt-post-title:hover {
  color: #f7c531;
}
.margin-top-55 {
  display: none;
}

/* listing-item-content   */
.listing-item-content {
  position: static;
  bottom: 28px;
  left: 0;
  top: 253px;
  padding: 0 32px;
  padding-right: 90px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.listing-item {
  height: 100%;
}

.listing-item:before {
  background: #fff;
  position: relative;
}
.listing-item-content {
  background-color: #fff;
  padding: 20px;
}
.listing-item-content h3 {
  color: #333333;
  font-weight: 700;
}
.listing-item-content span {
  color: #6c6c6c;
}
.listing-item-content h3:hover {
  color: #f8ce47;
}
.list-btn:hover {
  background-color: #f8ce47 !important;
  color: #333333 !important;
}
.listing-classifieds-badges-container .listing-small-badge.pricing-badge.classifieds-pricing-badge {
  color: #333333;
}
.listing-classifieds-badges-container .listing-small-badge.pricing-badge.classifieds-pricing-badge i {
  color: #333333;
}
#listeo-listings-container[data-style="grid"] .listing-item-container {
  max-height: 100%;
  word-wrap: break-word;
}

#listeo-listings-container[data-style="grid"] .listing_img_wrap .listing-item-container {
  height: 200px;
}

#listeo-listings-container[data-style="grid"] .listing-item {
  position: relative;
  padding-bottom: 66px;
}

#listeo-listings-container[data-style="grid"] .listing_content_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/*search style  */
.highlighted-categories-headline {
  display: inline-block;
  margin: 20px 0 0 0;
}
.container-overlay-solid .highlighted-categories {
  transform: translateY(10px);
  display: inline-block;
}
.container-overlay-solid .highlighted-categories:hover i,
.container-overlay-solid .highlighted-categories:hover h4 {
  color: #efeee9;
}
.main-search-container .main-search-inner .highlighted-category {
  float: left;
  border-radius: 50px;
  margin: 0px 5px 0 5px;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  text-align: center;
  transition: 0.4s;
  /* transform: scale(1); */
  vertical-align: top;
  position: relative;
  width: auto;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.5s ease;
  border: none;
}
.main-search-container .main-search-inner .highlighted-category h4:hover {
  /* border-bottom: 1px solid rgb(253, 253, 253);
  border-radius: 0; */
  color: #f8ce47;
}
.main-search-input-item.select-taxonomy {
  flex: 0 0 30%;
  border: none;
  padding: 0;
}
.select2-container--open {
  color: red;
}
.hero-search-form .main-search-inner .select2-container--open .select2-selection--single .select2-selection__rendered {
  background: white;
  border-radius: 20px;
  padding: 0 30px;
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  font-size: 16px;
  color: #4a4c4f;
  border: #f8ce47 2px solid;
}
.hero-search-form .main-search-input-item input:focus {
  border: #f8ce47 2px solid;
}
/* drop down */
.select2-dropdown.select2-dropdown--below {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 4px 4px;
  padding-top: 8px;
}
.main-search-inner .select2-container--open .select2-dropdown:before {
  display: none;
}
.main-search-inner .select2-container--open .select2-dropdown {
  top: -6.5px !important;
  padding: 10px 0 10px 10px;
}

.dashboard-list-box ul.select2-results__options li,
.select2-results__option {
  padding: 10px 15px;
  border-radius: 3px;
  transition: 0.25s;
  color: #000000;
  font-weight: 500;
  line-height: 23px;
  font-weight: 400;
  font-size: 14px;
  border: none;
}

.main-search-container .typed-words {
  color: #f8ce47;
  display: none;
}

/* .select2-results__options .dashboard-list-box ul.select2-results__options li,
.select2-results__option:hover {
  color: #f8ce47 !important;
  background-color: transparent !important;
} */

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
}
.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected] {
  background-color: #f1f1f1 !important;
  color: #000000 !important;
  border-radius: 10px;
}
.main-search-inner .row {
  padding: 0 80px;
}

/* hero area heading */
.main-search-inner h2,
.main-search-inner h4,
.color-text {
  font-size: 68px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0.05em;
  opacity: 1;
}
.main-search-inner h2 {
  padding-right: 20%;
  padding-bottom: 30px;
  padding-top: 45px;
}
.color-text {
  color: #f8ce47;
}
/* header styling  */
header.cloned.sticky {
  padding: 35px;
}
/* add listing buttom style */
.button.border.with-icon,
.header-widget a.button.border {
  background: #f8ce47;
  border-radius: 6px !important;
  font-weight: 400;
  font-size: 16px;
  border-color: #f8ce47;
  color: #333333;
  padding: 12px 30px;
}
a.sign-in {
  background: white !important;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 29px;
  color: #333333 !important;
}
#navigation ul li a {
  background: white !important;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 29px;
  color: #333333 !important;
}
#navigation ul li a:hover,
a.sign-in:hover {
  color: #f8ce47 !important;
}
.button.border.with-icon:hover {
  background: #ffd342;
  color: #333333;
}
/* .user_not_logged_in .header-widget .sign-in{
  padding-left: 0;
  padding-right: 0;
} */
.header-widget .sign-in:first-child {
  position: relative;
}
.header-widget .sign-in:first-child::after {
  background-color: #d4d8de;
  border-radius: 0 !important;
  position: absolute;
  content: " ";
  height: 23px;
  width: 1px;
  right: -4px;
}

/* Listings sidebar */
/* Listings Sidebar */
button.button.fullwidth {
  background-color: #474747;
  border-radius: 6px;
}

/* Login/ Signup Form Styles */
.mfp-close {
  display: none;
}
.sign-in-form label input {
  border: 1px solid #d4d8de;
  border-radius: 4px;
}

.sign-in-form label input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-family: "Nunito", sans-serif;
}

.lost_password a,
.checkboxes label {
  color: #23232d;
  font-weight: 500;
}

.sign-in-form .tabs-nav {
  display: flex;
  gap: 5px;
}
.sign-in-form label input[type="checkbox"] {
  height: auto;
}

.sign-in-form .tabs-nav li {
  width: 100%;
  background: white;
  text-align: center;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
}
.sign-in-form .tabs-nav li a {
  padding: 18px 50px;
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  border-bottom: none;
  width: inherit;
  height: 100%;
  background: linear-gradient(0deg, rgba(71, 71, 71, 0.14) -2.61%, rgba(255, 255, 255, 0) 100%);
}

.sign-in-form .tabs-container .tab-content {
  border-top: none;
  padding: 30px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

/* .small-dialog-header,
#sign-in-dialog .mfp-close {
  display: none;
} */

#sign-in-dialog,
#sign-in-dialog2 {
  padding: 0;
  background: transparent;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.my-account.sign-in-form {
  padding: 0;
  background: transparent;
  width: 500px;
  max-width: inherit;
  margin: 0 auto;
}
.sign-in-form .tabs-container {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}

.sign-in-form .tabs-nav li.active a {
  padding-top: 25px;
  transform: translateY(-15px);
  background: white;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.sign-in-form .button {
  background: #f8ce47;
  border-radius: 6px;
  color: #333333;
  width: 100%;
  padding: 12px;
}

.sign-in-form .button:hover {
  background: #f7c531;
}

.sign-in-form .account-type input.account-type-radio:checked ~ label {
  background-color: #f8ce47;
  color: #333333;
}
.account-type input.account-type-radio:checked ~ label {
  background-color: #f8ce47 !important;
  color: #333333 !important;
}
.account-type input.account-type-radio:checked ~ label {
  background-color: #f8ce47;
  color: #333333;
}
.sign-in-form .account-type input.account-type-radio:checked ~ label i {
  color: #333333;
}
.account-type input.account-type-radio:checked ~ label i {
  color: #333333;
}
/* page-lost-password */
.page-lost-password .content_area {
  background-image: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2023/01/login-bg.jpg");
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  object-fit: cover;
  position: relative;
}
.page-lost-password .content_area::before {
  background: rgba(43, 43, 43, 0.5);

  content: " ";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.page-lost-password .lost_pass_wrap {
  width: 500px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 30px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.page-lost-password .sect_title h2 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 38px;
  padding-bottom: 30px;
  text-align: center;
  color: #010104;
}
.page-lost-password .no_titlebar {
  display: none;
}
.page-lost-password p.form-row {
  margin-bottom: 25px;
}
.page-lost-password .lostpassword-button {
  margin: 0;
  background: #f8ce47;
  border-radius: 6px;
  color: #333333;
  width: 100%;
}
.page-lost-password .lostpassword-button:hover {
  margin: 0;
  background: #f7c531;

  color: #000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 24px;
}
.page-lost-password .my-account {
  padding: 240px 0;
  width: 100%;
  z-index: 1;
}

/* Contact Page Form */
.form-top {
  transform: translatey(-100px);
}
/* .form-wrapper {
  margin-top: 10px;
} */
.form-wrapper p br {
  display: none;
}

span.wpcf7-form-control-wrap {
  position: relative;
}
.form-wrapper textarea {
  padding: 15px;
  padding-left: 20px;
  height: 165px;
  max-height: 100%;
}
.form-wrapper .form-flex {
  display: flex;
  gap: 30px;
}
.star {
  padding-left: 5px;
  color: red;
}
.form-wrapper .form-flex p {
  margin-bottom: 0;
  display: none;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  margin: 0;
  transform: translateY(100%);
  background: transparent;
  font-size: 12px;
}
.form-wrapper .info-form span.wpcf7-form-control-wrap input.wpcf7-form-control.user-email {
  margin-bottom: 15px;
  position: relative;
}
.form-wrapper input {
  margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.form-wrapper .form-icon i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  color: #858484;
  transform: translateY(-50%);
  z-index: 1;
  left: 20px;
}
.form-wrapper .form-icon {
  color: #f8ce47;
  font-size: 16px;
  position: relative;
}
.wpcf7-validates-as-required.wpcf7-not-valid {
  border: 1px solid red;
}
.form-wrapper .form-control p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-wrapper input {
  border: 1px solid #d4d8de;
  border-radius: 4px;
  padding: 10px 50px;
  height: auto;
  line-height: 30px;
}
.form-wrapper label,
.form-wrapper input {
  font-size: 16px;
  color: #333333;
}
.wpcf7-form .form-wrapper .form-control {
  position: relative;
  /* margin-bottom: 20px; */
}

.form-wrapper label {
  position: absolute;
  top: 12px;
  left: 50px;
}
.form-wrapper label.user-message {
  left: 20px;
}
.form-wrapper .form-icon {
  /*   position: absolute;
  z-index: 10;
  left: 20px;
  top: 50%; */
  /*   transform: translateY(-50%); */
  color: #f8ce47;
  font-size: 16px;
  position: absolute;
  top: 25px;
}

.form-wrapper .form-icon i {
  font-size: 16px;
}
.form-wrapper label textarea {
  border: 1px solid #d4d8de;
  border-radius: 4px;
  padding: 20px;
  margin-top: 18px;
}

.form-wrapper label input::placeholder {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  font-weight: 400;
}

.form-wrapper label textarea::placeholder {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  font-weight: 400;
}

.form-wrapper p {
  text-align: center;
}

.form-wrapper .wpcf7-form-control.wpcf7-submit {
  background-color: #f8ce47;
  border-radius: 6px;
  padding: 10px 25px 10px 0px;
  font-size: 16px;
  font-family: "Nunito";
  font-weight: 400 !important;
  height: 50px;
  width: 100%;
  margin-bottom: 0;
  color: #000;
  border: none;
}
.form-wrapper .submit-wrap {
  width: 210px;
  position: relative;
  display: flex;
  margin: 0 auto;
  margin-top: 35px;
}
.form-wrapper .submit-wrap i {
  color: #000;
  font-size: 16px;
  display: block;
}
.form-wrapper .submit-wrap .submit {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  opacity: 0.6;
}
.wpcf7-spinner {
  display: none;
}
.form-wrapper input[type="submit"] {
  line-height: 25px;
}
/* info-form */
.info-form input[type="checkbox"] {
  display: flex;
  flex: 0 1 5%;
  height: auto;
  margin-bottom: 0;
  background-color: none;
  box-shadow: none;
}
.info-form {
  background: #f2f4f8;
  border-radius: 10px;
  padding: 15px 30px 40px;
}
.info-form .form-flex label {
  position: static;
  top: 12px;
  left: 50px;
}
.info-form .form-flex label a:hover {
  color: #f8ce47;
}
.info-form h2.heading {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  text-align: center;
  padding: 0 20px 25px 20px;
}
.info-form .form-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding-top: 15px;
}

.info-form .submit-wrap {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}

.form-wrapper.info-form > p,
.form-wrapper.info-form br {
  display: none;
}
.info-form .wpcf7-form-control.wpcf7-submit {
  margin-right: 0;
}
.info-form .wpcf7-form-control.wpcf7-submit {
  font-weight: 700;
}
.form-wrapper .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.9;
}
.info-form textarea {
  padding: 15px;
  padding-left: 20px;
  height: 205px;
  max-height: 100%;
}
/* choose packges*/
.package_titles {
  padding-top: 70px;
  text-align: center;
}
.package_titles .sub_title {
  background: #ececf0;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 17px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #858484;
  margin-bottom: 20px;
}
.add-listing-headline {
  text-align: center;
}
.add-listing-headline .sub_title {
  background: #ececf0;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 17px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #858484;
  margin-bottom: 20px;
}

.pricing-container .featured {
  position: relative;
}
.pricing-container .featured .listing-badge {
  position: absolute;
  top: 20px;
  right: -71px;
  /* bottom: 25px; */
}

/* price amounts */
del .woocommerce-Price-amount.amount bdi {
  color: #7e7e7a;
  text-decoration: line-through;
}
.listing-type:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  background-color: #474747;
  color: #fff;
}
a.listing-type ul.lsiting_features {
  list-style: none;
}
a.listing-type ul.lsiting_features .feat_list {
  position: relative;
}
/* inner search styling */
.sticky-wrapper .listings-column-content .row {
  display: flex;
  margin-bottom: 0 !important;
}
.sticky-wrapper .listings-column-content .col-lg-3 {
  width: 33.3333%;
}

.sticky-wrapper .listings-column-content .col-md-3 {
  width: 15%;
  order: 1;
  text-align: end;
}
.listing-item-container {
  background-color: #fff;
}

.sticky-wrapper .listings-column-content .col-md-9 {
  width: 100%;
  padding: 0;
  text-align: end;
}
.sticky-wrapper .listings-container.grid-layout.row {
  display: block;
}
.grid-layout .col-md-12 {
  padding: 15px;
  width: 100%;
}
.sidebar.sticky .widget-title {
  font-size: 0;
  margin-top: -20px;
}
.sticky-wrapper .sticky .select2-container .select2-selection--single {
  height: 52px;
}
.sticky-wrapper .sticky .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.sticky-wrapper .sticky .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  line-height: 28px;
  padding: 11px 20px;
}
.sticky-wrapper .select2-container--default .select2-selection--single {
  border-color: #d4d8de;
}
.sticky-wrapper .sidebar .range-slider-container {
  border: none;
}
.sticky-wrapper .sticky .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px;
  right: 15px;
  color: #748399;
}
.sticky-wrapper .sticky .with-forms {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.sticky-wrapper .sticky .slider-disable {
  display: none;
}
.sticky-wrapper .sticky .sidebar .select2-container {
  margin-bottom: 0px;
}
.sticky-wrapper .sort-by-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  transition: 0.3s;

  width: 200px;
  background: #ffffff;

  border: 1px solid #d4d8de;
  border-radius: 4px;

  text-align: left;
  padding: 5px;
  padding-left: 15px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #858484;
}
.sticky-wrapper .sidebar .range-slider-container {
  padding-top: 0px;
  margin-top: 0;
}
#show-map-button,
.slider-selection {
  background-color: #f8ce47 !important;
}
.bt-slider .tooltip-arrow {
  border-top-color: #474747;
}
.bt-slider .tooltip-inner {
  background-color: #474747;
  color: #ffffff;
  padding: 4px 12px !important;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
}
.sticky-wrapper {
  padding-top: 30px;
}
.left-sidebar .sticky-wrapper .fullwidth-filters {
  display: flex;
  width: 100%;
  position: relative;
  top: 0px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left-sidebar .sticky-wrapper .fullwidth-filters .list_count {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.left-sidebar .sticky-wrapper .fullwidth-filters .list_count h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #333333;
  padding-left: 15px;
  margin: 0;
}
.left-sidebar .sticky-wrapper .fullwidth-filters .list_count h4 .count {
  padding-right: 5px;
}
.left-sidebar .sticky-wrapper .fullwidth-filters .list_count span.list_type {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: rgba(51, 51, 51, 0.7);
}
.left-sidebar .with-forms .form-control label,
.left-sidebar .filter_section_wrap .form-control label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  /* or 21px */

  display: flex;
  align-items: center;
  color: #333333;
}
.left-sidebar .with-forms .checkboxes .form-control label {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 21px */

  display: flex;
  align-items: center;

  /* Text/Body text */

  color: #333333;
}
.left-sidebar .with-forms .checkboxes .form-control label.main_label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0;
}

.left-sidebar .with-forms .checkboxes .form-control label.main_label:before {
  display: none;
}

.sticky-wrapper .sticky {
  margin-top: -5px !important;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: #47474769;
}
.sticky-wrapper .sticky .row.with-forms input,
.row.with-forms input[type="text"] {
  margin-bottom: 0;
}
.sidebar.right button.button {
  margin-top: 0 !important;
}
.sticky-wrapper .sticky .range-slider-headline {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #333333;
}
.sticky-wrapper .sticky .range-slider-subtitle {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
}
.sticky-wrapper .sticky .row.with-forms input::placeholder,
.row.with-forms input[type="text"]::placeholder {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #858484;
}
.sticky-wrapper {
  padding-bottom: 60px;
}
.slider-handle {
  border-color: #f8ce47 !important;
  background: #f8ce47;
}
.sidebar.right button.button:hover {
  background: #f8ce47;
  color: #333333;
}
.sticky-wrapper .fullwidth-filters {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0px;
}
.layout-switcher a {
  width: 47px;
  height: 47px;
  line-height: 47px !important;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #d4d8de;
}
.layout-switcher a i {
  color: #858484;
}

body .layout-switcher a.active {
  background-color: #f8ce47;
  color: #333333;
  border-color: #f8ce47;
}
body .layout-switcher a.active i {
  color: #333333;
}
body .layout-switcher a:hover {
  background-color: #f8ce47;
  color: #333333;
  border-color: #f8ce47;
}
body .layout-switcher a:hover i {
  color: #333333;
}
.sticky-wrapper .sort-by-select .select2-selection__arrow b {
  border: none;
}
.sticky-wrapper .sort-by-select .select2-selection__arrow b::after {
  color: #858484 !important;
}
.sticky-wrapper .sort-by-select .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  color: #858484 !important;
}
/* paginattion */
.pagination {
  text-align: end;
}
.pagination ul.pagination li a {
  text-align: center;
  background: #d4d8de;
  color: #333333;
  border: 1px solid #d4d8de;
  border-radius: 4px;
}
.pagination ul.pagination li.current a,
.pagination ul.pagination li:hover a {
  text-align: center;
  background: #f8ce47;
  border: 1px solid #f8ce47;
  border-radius: 4px;
}

/* list view layout style search single */

.listing-item-container.list-layout .listing-item-content {
  flex: 0 0 70%;
  position: static;
  padding: 30px;
}
.listing-item-container.list-layout .listing-item-image {
  min-height: 100%;
  flex: 0 0 30%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
.listing-item-container.list-layout .listing-list-small-badges-container {
  display: flex;
  flex-wrap: wrap;
}
.fa-euro {
  display: none;
}
.listing-item-container.list-layout .listing-list-small-badges-container .listing-small-badge {
  line-height: 32px;
  height: 32px;
}
.listing-item-container.list-layout .listing-list-small-badges-container .listing-small-badge i {
  top: 50%;
  transform: translateY(-50%);
}
.listing-item-content .like-icon {
  margin-right: 15px;
  margin-bottom: 15px;
}
.listing-item-content .like-icon:before,
.listing-item-content .like-icon:after {
  top: 0px;
  left: 100%;
  border: 1px solid #ececf0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.listing-item-container.list-layout .listing-list-small-badges-container .listing-small-badge.pricing-badge {
  flex: 0 0 100%;
}

.like-icon:after,
.like-icon:before {
  position: absolute;
  top: 0;
  left: 95%;
  line-height: 35px;
  font-size: 14px;
}
.list-layout .listing-small-badges-container {
  left: 0px;
  top: 0px;
  position: absolute;
}
.listing-item-container.list-layout .listing-item-inner {
  position: static;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  /* padding-right: 120px; */
}
.listing-item-container.list-layout .listing-item {
  display: flex;
  background-color: #fff;
  height: 200px;
  padding: 0 !important;
}
.listing-item-container.list-layout {
  background-color: #fff;
  margin-bottom: 0px;
}
.listing-item-container.list-layout span.like-icon {
  position: static;
  color: #858484;
  background: transparent;
  border: none;
  height: auto;
  width: auto;
  right: 30px;
  bottom: 30px;
  line-height: 16px;
  position: absolute;
}
.listing-item-container.list-layout .listing-item-inner {
  position: static;
  top: 50%;
  transform: translateY(0%);
  display: contents;
}

/* add listing styling*/

.plan-features label {
  display: none !important;
  opacity: 0;
}
.plan-features label i {
  display: none;
}
button.button.list_submit_btn {
  background: #333333;
  border-radius: 10px;
  padding: 10px 40px;
  width: fit-content;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
.page-add-listing #wrapper {
  background-color: #f3f3f4;
}
button.button.list_submit_btn:hover {
  color: #333333;
  background: #f8ce47;
}
button.button.list_submit_btn i {
  display: none;
}
/* .plan-features label:hover {
  background-color: #f8ce47 !important;
  color: #333333 !important;  width: fit-content;
} */
/* .plan-features label::before,
.plan-features label::after {
  display: none;
} */
.plan-features {
  display: flex;
  flex-direction: column;
}
.plan-features label {
  order: 1;
}
ul {
  order: 3;
}
.plan-features-auto-wc ul {
  order: 2;
}
#package_selection .plan-features [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  /* display: contents; */
  color: #5f9025;
  margin-top: 10px;
  margin-bottom: 5px;
  width: fit-content;
}
#package_selection .user-packages [type="radio"]:checked + label:after,
#package_selection .user-packages [type="radio"]:not(:checked) + label:after,
#package_selection .plan-features [type="radio"]:checked + label:after,
#package_selection .plan-features [type="radio"]:not(:checked) + label:after {
  content: "\f00c";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 26px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333333;
}
#package_selection .user-packages [type="radio"]:checked + label:before,
#package_selection .user-packages [type="radio"]:not(:checked) + label:before,
#package_selection .plan-features [type="radio"]:checked + label:before,
#package_selection .plan-features [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  color: #333333;
}

/* Packages Style */
.plan {
  text-align: left;
  position: relative;
  box-shadow: none;
  border-radius: 6px;
}
.plan:first-child {
  border-radius: 6px;
}

.plan:last-child {
  border-radius: 6px;
}
.plan-price .value {
  font-size: 32px;
  font-family: "Nunito";
  font-weight: 700;
  line-height: 45px;
  padding: 40px 40px 100px 40px;
}

.plan-price {
  background: #fff;
  padding: 0;
}

.plan-price h3 {
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 700;
  background: #858484;
  color: #fff;
}

.pricing-container {
  gap: 50px;
  padding-bottom: 150px;
}

.plan-features {
  padding: 0 40px 40px 40px;
}

.plan-price .period {
  display: none;
}

.plan.featured .plan-price {
  padding: 0;
}

.plan.featured .plan-features {
  padding: 0 40px 40px 40px;
}

.plan.featured {
  transform: none;
}

.pricing-container .plan.featured .plan-price {
  background-color: transparent;
}

.plan.featured .plan-price .value {
  color: #000;
  background: #fff;
}

.plan-features a.button {
  margin: 0;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito";
  border-radius: 6px;
  background-color: #858484;
  position: absolute;
  top: 22%;
}

.plan-features ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333333;
}
.plan-features ul li .available {
  color: #f8ce47;
}
.plan-features ul li i {
  font-size: 18px;
}
.plan-features ul li .not-available {
  color: #ececf0;
}
/*choose listing type  */
.listing-type-container {
  display: flex;
}
.type-selection .listing-type-container .listing_type_card {
  width: calc(100% / 3);
}
.type-selection.add-listing-section .listing-type-container {
  display: flex;
  width: calc(100% - 0px);
  flex-flow: row-reverse;
  gap: 50px;
}
.add-listing-headline {
  background-color: #f3f3f4;
  border: none;
  box-shadow: none;
}
.add-listing-section.type-selection {
  border-radius: 4px;
  background-color: #f3f3f4;
  box-shadow: none;
  padding: 0 20px 25px 20px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 70px;
  padding-bottom: 150px;
}
#titlebar.no_titlebar.no_bg {
  background-color: #f3f3f4;
}
#titlebar.no_titlebar.no_bg #breadcrumbs ul {
  background-color: #f3f3f4;
  padding-top: 10px;
}

.type-selection .add-listing-headline h3 {
  /* H - title */

  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #333333;
}
.type-selection .listing_type_card .card_title {
  background: #858484;
  padding: 30px 30px 30px 35px;
  border-radius: 6px 6px 0 0;
}
.type-selection .listing-type-container .listing_type_card .card_title h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  color: #ffffff;
}
.type-selection .listing-type-container .listing_type_card .card_content {
  background: #fff;
  padding: 40px;
  padding-bottom: 60px;
  border-radius: 0 0 6px 6px;
}
.type-selection .listing-type-container .listing_type_card .card_content .card_top .list_price {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.type-selection .listing-type-container .listing_type_card .card_content .card_top .list_price span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 30px;
  color: #000000;
}
.type-selection .listing-type-container .listing_type_card .card_content .card_top .list_button a.listing-type {
  border-radius: 10px;
  background: #474747;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 25px;

  color: #ffffff;
}
.type-selection .listing-type-container .listing_type_card .card_content .card_top .list_button {
  padding-top: 20px;
  padding-bottom: 5px;
}
.type-selection .listing-type-container .listing_type_card .card_content .card_top .list_button a.listing-type:hover {
  transform: none;
  background-color: #f8ce47;
  color: #333333;
}
.type-selection .submit-page {
  display: none;
}
.type-selection .listing-type-container .listing_type_card .card_content .card_feat .lsiting_features {
  list-style: none;
  padding-left: 0;
}
.type-selection .listing-type-container .listing_type_card .card_content .card_feat .lsiting_features .feat_list {
  position: relative;
  padding-left: 30px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #333333;
}
.type-selection .listing-type-container .listing_type_card .card_content .card_feat .lsiting_features .feat_list::before {
  position: absolute;
  content: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2023/01/checksvg.svg");
  top: 5px;

  left: 0;
}

body.page-add-listing.user_not_logged_in div#titlebar {
  display: none;
}

body.page-add-listing.user_not_logged_in .content_area,
body.page-template-template-dashboard .content_area {
  padding: 120px 0;
  background: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2023/01/login-bg.jpg") no-repeat top center transparent;
  background-size: cover;
  position: relative;
}

body.page-add-listing.user_not_logged_in .content_area:after,
body.page-template-template-dashboard .content_area:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2b2b80;
  z-index: 0;
}

body.page-template-template-dashboard .content_area .notification.error {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

#titlebar.solid h1 {
  padding: 70px 0;
  margin: 0;
}

div#titlebar.solid {
  padding: 0;
}

/* Add Listing Page Owner Dashboard */

.add-listing-dashboard-template .plan-price .value {
  padding: 40px 40px 20px 40px;
}

/* Pricing Table  List Type */

.list-type-package .plan-features a.button {
  top: 40%;
}

/* 404 not Found Page Style  */
#not-found i {
  color: #f8ce47;
}

#not-found .main-search-input {
  border-radius: 6px;
}

.main-search-input button.button {
  border-radius: 6px;
  background-color: #474747;
}

/* Blog Single Page style  */
.post-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
/* .single-post .navigation.post-navigation, .single-post .headline, .single-post .listeo-related-posts, .single-post .comments{

  padding-left: 60px;
} */
.single-post .comments h4.headline {
  font-size: 30px !important;
  margin-bottom: 15px !important;
}
.comment-by h5 {
  color: #333333;
  font-size: 18px;
}
.single-post .navigation.post-navigation {
  margin-bottom: 15px;
  margin: 0 !important;
}
.single-post {
  margin-bottom: 0 !important;
}
.comment-by a.comment-reply-link,
#cancel-comment-reply-link {
  display: inline;
  background-color: #474747;
  padding: 9px 25px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
}
.single-post .comment-by a.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #333333;
  background-color: #f7c531 !important;
}
.single-post #respond {
  border: 1px solid #d4d8de;
  border-radius: 10px;
}
#cancel-comment-reply-link {
  margin-top: 30px;
  margin-right: 30px;
  font-size: 14px !important;
  font-weight: 500;
}
.comment #respond {
  border: 1px solid #d4d8de;
  border-radius: 10px;
}
.comments #respond #reply-title {
  margin-top: 5px;
}
.single-post .comment-list {
  padding: 30px;

  border: 1px solid #d4d8de;
  background: #fff;
  border-radius: 10px;
}
/* .single-post  div.avatar {
 
  padding-left: 30px;
}*/
.single-post .comment-content {
  color: #666;
  padding: 0 0 0 100px;
}

.single-post .comment-by a.comment-reply-link i {
  padding-right: 5px;
}

.single-post .comment {
  margin-top: 30px !important;
}
.single-post .comment:first-child {
  margin-top: 0px !important;
}
.single-post .comment-by a.comment-reply-link:hover i {
  color: #333333;
}
.single-post .comments-amount {
  font-size: 0px !important;
}
.blog-post img.post-img {
  border-radius: 10px;
}

.blog-post {
  background: transparent;
}

.single-post blockquote {
  background: #ececf0;
}

/* Blog Single Sidebar */
.widget .search-blog-input input {
  border-radius: 10px;

  margin: 0;
}
#titlebar.single-blog,
#titlebar.no_titlebar {
  background-color: #ffffff;
  position: relative;
  padding: 80px 0 0 0;
  margin-bottom: 0px;
}

#titlebar.single-blog #breadcrumbs ul,
#titlebar.no_titlebar #breadcrumbs ul {
  padding: 30px 15px 0px 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  align-items: center;
}
#titlebar.single-blog #breadcrumbs ul {
  padding-top: 0;
}
.blog-page .col-lg-9 {
  padding-left: 0;
}
#breadcrumbs ul li a {
  margin-top: 0;
}
#titlebar.single-blog #breadcrumbs > span,
#titlebar.no_titlebar #breadcrumbs > span {
  color: #333333 !important;
}
.single-blog #breadcrumbs span,
.no_titlebar #breadcrumbs span {
  color: #333333 !important;
}
.single-blog #breadcrumbs span:hover,
.no_titlebar #breadcrumbs span:hover {
  color: #f7c531 !important;
}
.single-blog #breadcrumbs .post-post::before,
.no_titlebar #breadcrumbs .post-post::before,
.single-blog #breadcrumbs .taxonomy.category::before,
.no_titlebar #breadcrumbs .taxonomy.category::before {
  color: #f7c531 !important;
}
.single-blog #breadcrumbs .current-item span,
.no_titlebar #breadcrumbs .current-item span {
  color: #858484 !important;
}
/* .single-blog #breadcrumbs .current-item span:hover,
.no_titlebar #breadcrumbs .current-item span:hover {
  color: #f7c531 !important;
} */
/* sidebar search */

.sidebar input[type="search"] {
  height: 40px;
  margin: 0;
  border-right: 0;
  padding-left: 15px;
  border: 1px solid #d4d8de;
  border-radius: 10px 0 0 10px;
}
.sidebar .widget .search-blog-input .input input {
  height: 53px;
}
.sidebar .widget .search-blog-input .input:before {
  margin: 0;
  border-radius: 0 10px 10px 0px;
  background: #474747;
  color: white;

  padding: 5px 22px;
  font-size: 20px;
  top: 0;
  height: 100%;
  right: 0;
  line-height: 40px;
}
/* 
.sidebar .search-form {
  background: #f8ce47;
  border-color: #f8ce47;
} */

.sidebar .widget_categories,
.sidebar .widget_tag_cloud {
  border: 1px solid #d4d8de;
  border-radius: 10px;
  background-color: #fff;
}

.widget_categories .widget-title,
.widget_tag_cloud .widget-title {
  margin: 0;
  padding: 15px 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  border-bottom: 1px solid #d4d8de;
}

.widget_tag_cloud.widget h3 {
  margin-bottom: 0;
  width: 100%;
}
.widget_tag_cloud .tagcloud {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.widget_categories ul {
  list-style-type: none;
  padding: 15px;
  /* margin-bottom: 0; */
}

.widget_categories ul li {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.widget_categories ul li::after {
  background: red;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
}

.widget_categories ul li a:hover {
  color: #f8ce47;
}
.widget_categories ul li a {
  color: black;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 30px;
}
/* .widget_categories ul li.cat-item {
  display: block;
  background: #f8ce47;
  color: #333333;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;

} */

.widget_categories .cat-item:after {
  content: none;
}
.widget_categories .cat-item:before {
  content: none;
}

.widget_tag_cloud {
  display: flex;
  flex-wrap: wrap;

  margin: 0;

  background-color: #fff;
  border-radius: 15px;
}

.widget_tag_cloud .tag-cloud-link {
  font-weight: 600;
  font-size: 12px !important;
  padding: 5px 10px;
  line-height: 18px;
  text-transform: uppercase;
  color: #858484;
  background: #ececf0;
  border: 0;
  border-radius: 4px;
}
.widget_tag_cloud .tag-cloud-link:hover {
  background: #dfdfee;
}

.listeo-related-posts .blog-compact-item {
  padding-bottom: 100px;
}

.listeo-related-posts .blog-compact-item-content {
  padding: 30px;
  bottom: 0%;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 12%);
  background: #fff;
}

.listeo-related-posts .blog-compact-item .blog-post-tags li {
  color: #fff;
  background: #000;
}

.listeo-related-posts .blog-compact-item-content h3,
.listeo-related-posts .blog-compact-item-content p {
  color: #000;
}

.listeo-related-posts .blog-compact-item-content h3 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
}
.listeo-related-posts .blog-compact-item-content p {
  font-size: 14px;
  font-weight: 400;
}
/* related post */
.related_post .sect_title .headline {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 38px;
  color: #333333;
}
.related_post {
  padding-left: 80px;
  padding-bottom: 80px;
  padding-top: 80px;
  background-color: #f4f4f4;
}
.related_post .listeo-related-posts .blog-compact-item-content {
  box-shadow: none;
}
.blog-compact-item:before {
  height: auto;
  display: none;
}
.blog-compact-item-container:hover {
  transform: none;
}
.related_post .listeo-related-posts .blog-compact-item {
  padding-bottom: 0px;
  border: 1px solid #d4d8de;
  border-radius: 10px;
}
.related_post .blog-compact-item-container {
  box-shadow: none;
}
.related_post .swiper-slide .blog-compact-item-content {
  border-radius: 0 0px 10px 10px;
  border-top: 0;
  position: static;
}
body .blog-compact-item img {
  border-radius: 10px;
}
.single-blog .blog-compact-item-content h3 {
  padding-top: 0;
}
.news-swiper .blog-post-tags {
  display: none;
}
.news-swiper .blog-compact-item-content h3 {
  padding-top: 0;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;

  /* Text/Body text */

  color: #333333;
}
.news-swiper .blog-compact-item-content p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #6c6c6c;
}
.attachment-listeo-blog-related-post.size-listeo-blog-related-post.wp-post-image {
  border-radius: 10px 10px 0 0;
  height: 250px;
}
.blog-compact-item {
  background-color: #fff;
  box-shadow: none;
}
.related_post .swiper_nav {
  position: absolute;
  right: 140px;
  top: 50px;
}
.related_listing_wrap .swiper_nav {
  position: absolute;
  right: 140px;
  top: 85px;
}
.swiper_nav .swiper-button-prev::after,
.swiper_nav .swiper-button-next::after {
  font-size: 15px;
  color: #fff;
  content: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2023/01/prev.svg");
}
.swiper_nav .swiper-button-next::after {
  content: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2023/01/next.svg");
}
.swiper {
  padding-bottom: 10px;
}

.swiper_nav .swiper-button-next,
.swiper_nav .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #4a4c4f;
  border-radius: 6px;
  margin-top: 0;
}
.swiper_nav .swiper-button-next:hover,
.swiper_nav .swiper-button-prev:hover {
  background: #f8ce47;
}
.swiper_nav .swiper-button-next {
  right: auto;
  left: 100%;
}
.swiper_nav .swiper-button-prev {
  right: 100%;
  left: auto;
  margin-right: 10px;
}
/* .swiper_nav .swiper-button-prev::before{
 font-family: "Font Awesome 5 Free";
 position: absolute;
 content: "\f061";
 background: red;
 color: white;
 font-size: 15px;
 height: 100%;
} */

/* listing single swiper */

.listing-slider-gallery.mfp-gallery-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  overflow: hidden;
}
a.mfp-gallery {
  flex-shrink: 0;
  width: 100%;
  height: 550px;
  position: relative;
  transition-property: transform;
  aspect-ratio: 750/497;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  border-radius: 10px;
}
.mfp-gallery-container .swiper-pagination-fraction {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;

  letter-spacing: 0.2em;

  color: #333333;
  width: auto;
  width: 71px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 25px;
  left: 28px;
}
.listivo-gallery-v1__zoom {
  cursor: pointer;
  position: absolute;
  right: var(--e-global-size-4);
  bottom: var(--e-global-size-4);
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--e-global-color-lprimary2);
  z-index: 11;
  border-radius: var(--e-global-lborder-radius);
}
.single-listing .zoom_icon {
  position: absolute;
  bottom: 25px;
  right: 28px;
}
.single-listing .zoom_icon .icon_wrap {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 48px;
  color: #333333;
}
.single-listing .zoom_icon .icon_wrap:hover {
  background: #f8ce47;
}
.single-listing .mfp-gallery-container .swiper_nav .swiper-button-next,
.single-listing .mfp-gallery-container .swiper_nav .swiper-button-prev {
  width: 44px;
  height: 44px;
  color: rgb(8, 8, 8);
  background-color: #ffffff;
  border-radius: 50px;
  margin-top: 0;
}
.single-listing .mfp-gallery-container .swiper_nav .swiper-button-next:hover,
.single-listing .mfp-gallery-container .swiper_nav .swiper-button-prev:hover {
  background-color: #f8ce47;
}
.single-listing .mfp-gallery-container .swiper_nav .swiper-button-prev::after {
  content: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2023/02/ne.png");
}
.single-listing .mfp-gallery-container .swiper_nav .swiper-button-next::after {
  content: url("https://wordpress-806578-3090235.cloudwaysapps.com/wp-content/uploads/2023/02/pe.png");
}

.single-listing .swiper-wrap {
  padding-left: 150px;
  padding-bottom: 80px;
  padding-right: 150px;
}
.single-listing .related_listing_wrap .swiper_nav {
  position: absolute;
  right: 200px;
  top: 0px;
}
.single-listing .listing-slider-gallery .swiper_nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
.single-listing .listing-slider-gallery .swiper_nav .swiper-button-prev {
  left: 0;
  right: auto;
  margin-left: 20px;
}
.single-listing .listing-slider-gallery .swiper_nav .swiper-button-next {
  right: 0;
  left: auto;
  margin-right: 20px;
}

.single-listing .sect_title .desc-headline {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 38px;
  color: #333333;
  margin-top: 0 !important;
  padding-top: 0px;
}
.single-listing .listing-item img {
  height: 200px;
}
.single-listing .listing-item-container {
  background-color: transparent;
}

.listing-swiper .listeo-related-posts .item.swiper-slide {
  height: initial;
}

/* listing single */

/* rating style */
/* #titlebar.listing-titlebar .star-rating {
  display: flex;
  background: transparent;
  padding: 0px;
  border-radius: 50px;
  margin-top: 0px;
  align-items: center;
}
#titlebar.listing-titlebar .star-rating span.star {
  font-size: 16px;
  margin-bottom: 10px;
}
#titlebar.listing-titlebar .star-rating .rating-counter {
  order: 1;
} */
#titlebar.listing-titlebar .star-rating,
.star-rating {
  display: none;
}
.listing-titlebar .listing-titlebar-title h1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  color: #333333;
}
.single-listing .listing-titlebar-title {
  display: flex;
  flex-flow: column;
}
.single-listing .listing-titlebar-tags {
  order: 2;
  display: flex;
  gap: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.single-listing .listing-titlebar-title h1 {
  order: 1;
}
.single-listing .listing-titlebar-title span {
  order: 2;
}

#titlebar.listing-titlebar span.listing-tag {
  border: 1px solid #f8ce47 !important;
  border-radius: 5px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #f8ce47 !important;
  background-color: #fff !important;
}
#titlebar.listing-titlebar span.listing-tag:hover {
  background: #f8ce47 !important ;
}

#titlebar.listing-titlebar span.listing-tag:hover a {
  color: #333333 !important ;
}

#titlebar.listing-titlebar span.listing-tag a {
  color: #f8ce47 !important;
  font-size: 16px !important;
}

#titlebar.listing-titlebar span.listing-pricing-tag {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  border: 1px solid #e6e6e6 !important;
  color: #858484;
  background-color: #fff;
  border-radius: 5px;
}
#titlebar.listing-titlebar span.listing-pricing-tag a {
  color: #858484;
}
#titlebar.listing-titlebar span a,
#titlebar.listing-titlebar span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;

  color: #858484;
}
.single-listing h3.listing-desc-headline {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.single-listing .listing-features.checkboxes li a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #333333;
}
.single-listing .listing-features.checkboxes li {
  padding-bottom: 15px;
}
.single-listing .listing-section p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: justify;
  color: #6c6c6c;
}
.single-listing .listing-features.checkboxes li {
  flex-grow: 0;
  width: 50%;
  line-height: 20px;
}
.single-listing button.button.fullwidth,
a.button.fullwidth {
  width: 100%;
  text-align: center;
  border-radius: 6px;
}
.single-listing button.button.fullwidth:hover,
a.button.fullwidth:hover {
  background-color: #f8ce47;
  color: #333333;
}
.flatpickr-calendar.noCalendar {
  width: 338px;
}
.single-listing h3.listing-desc-headline.margin-top-60 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.single-listing #listing-video h3.listing-desc-headline.margin-top-60 {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}

#getDirection {
  right: initial;
  /* left: 20px; */
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  color: #858484;
  font-size: 16px;
  font-weight: 500;
  left: 0;
  box-shadow: none;
}
.single-listing #singleListingMap {
  height: auto;
}
.single-listing #listing-location {
  padding-top: 40px;
}
#singleListingMap-container {
  padding-bottom: 35px;
}
.single-listing .sub-ratings-container .leave-rating label {
  position: relative;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  letter-spacing: 3px;
}
.single-listing .add-review-box {
  border: 1px solid #e6e6e6;
}
.single-listing #titlebar.listing-titlebar {
  padding-bottom: 0;
  padding-top: 0;
}
.single-listing .uploadButton .uploadButton-button {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.single-listing #add-review input {
  border-radius: 5px;
}
.single-listing #add-review .form-submit input:hover {
  color: #333333;
  background-color: #f7c531;
}
.single-listing .pricing-list-container h4 {
  border-color: #e6e6e6;
}
.single-listing .show-more-button {
  border-radius: 5px;
}
.single-listing .show-more-button:hover {
  color: #333333;
  background-color: #f7c531;
}
/* 31/01/2023  listing single*/

.single-listing .listing_addr span a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #858484;
}
.single-listing .listing_price {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
#titlebar.listing-titlebar .listing_price span.curr_symbol {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.single-listing .listing-section .listing_info .listing-desc-headline.margin-top-70.margin-bottom-30,
.single-listing .listing-section .full_desc .listing-desc-headline.margin-top-70.margin-bottom-30,
.single-listing .listing-section .listing_attachments .listing-desc-headline.margin-top-70.margin-bottom-30 {
  margin-top: 40px !important;
}
.single-listing .listing-titlebar .listing_title h1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  color: #333333;
}
.single-listing .listing-details li {
  flex: 0 0 50%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.single-listing .listing-details li span {
  order: 1;
}
.single-listing .listing-details {
  padding: 0;
  background-color: transparent;
}
.single-listing .listing-details li span,
.single-listing .listing-details li div {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;

  color: #6c6c6c;
}
.single-listing .listing-details li i {
  color: #858484;
  background: transparent;
  font-size: 22px;
}
.single-listing .textwidget .print-page {
  text-align: center;
  border: 1px solid #d4d8de;
  border-radius: 10px;
  display: flex;
  padding: 15px;
  justify-content: center;
  /* position: relative; */
}
.single-listing .textwidget .print-page i {
  border: 1px solid #ececf0;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  border-radius: 50%;
  /* position: absolute;
  left: 50%;
    top: 50%;
    transform: translateY(-50%); */
}
.single-listing .textwidget .report_btn {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  align-items: center;
}
.single-listing .textwidget .report_btn a {
  display: flex;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  align-items: center;
  color: #f36718;
  gap: 10px;
}
.single-listing .textwidget .report_btn a .report_icon {
  padding-top: 10px;
}
.single-listing .widget_listing_owner .hosted-by-title {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.single-listing .widget_listing_owner .hosted-by-title h4 a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.single-listing .widget_listing_owner .hosted-by-title h4 a:hover {
  color: #f8ce47 !important;
}

.single-listing .widget_listing_owner .hosted-by-title a.hosted-by-avatar {
  position: static;
}
.single-listing .widget_listing_owner.boxed-widget {
  background-color: transparent;
  border: 1px solid #d4d8de;
  border-radius: 10px;
}
.single-listing .boxed-widget .send-message-to-owner {
  background: #474747;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 13px;
  color: #ffffff;
}
.single-listing .boxed-widget .send-message-to-owner:hover {
  background: #f8ce47;
  color: #333333;
}
.single-listing .listeo-single-listing-sidebar .boxed-widget .listing-details-sidebar li i {
  padding-right: 20px;
}
.single-listing .listeo-single-listing-sidebar .boxed-widget .listing-details-sidebar li,
.single-listing .listeo-single-listing-sidebar .boxed-widget .listing-details-sidebar.social-profiles li a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  padding-left: 0px;
  color: #333333;
}

.single-listing .listeo-single-listing-sidebar .boxed-widget {
  padding: 30px 40px;
  margin-bottom: 0 !important;
}
.single-listing .listeo-single-listing-sidebar .boxed-widget .listing-details-sidebar li i {
  color: #333333;
  position: static;
}
.single-listing .listeo-single-listing-sidebar .social-profiles {
  margin-top: 10px;
}
.single-listing .listeo-single-listing-sidebar .share-buttons {
  display: none;
}
/* .single-listing .listeo-single-listing-sidebar .listeo_core.widget_buttons {
  transform: translate(45px, -5px);
  padding-left: 0;
} */
.single-listing .listeo-single-listing-sidebar .listing-share {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}
.single-listing .listeo-single-listing-sidebar .listing-share .book_print {
  border: 1px solid #d4d8de;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 10px;
}
.single-listing .listeo-single-listing-sidebar .listing-share .book_print .book_mark,
.single-listing .listeo-single-listing-sidebar .listing-share .book_print .print_ico {
  border: 1px solid #ececf0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.single-listing .listeo-single-listing-sidebar .listing-share .book_print .print_ico a i {
  color: #858484;
}
.single-listing .listeo-single-listing-sidebar .listing-share .book_mark .link-button .like-icon {
  margin-right: 0 !important;
}
.like-button-notlogged .like-icon:hover,
.like-button .like-icon:hover,
.like-button .like-icon.liked,
.like-button .like-icon {
  margin-right: 0 !important;
}
.like-button .like-icon,
.like-button .like-icon:hover {
  color: #858484;
}
/* .like-icon.liked{
  top: -10px;
} */
.listing-share .like-icon::before {
  top: 0px;
}
.listing-share .like-icon::after {
  top: 0;
}
.single-listing .listeo-single-listing-sidebar .listing-share .book_print .book_mark button {
  font-size: 0;
  border: none;
  padding: 0;
  background-color: transparent;
}
.single-listing .listeo-single-listing-sidebar .like-button {
  border-radius: 6px;
}
.mfp-wrap.mfp-gallery button.mfp-close::before {
  display: block;
  /* content: "x"; */
  /* position: absolute; */
  top: -2px;
  color: #fff;
}
.mfp-wrap.mfp-gallery button.mfp-close:hover::before {
  color: #333;
}
.single-listing .listing_attachments .attach_ments ul {
  list-style: none;
  padding-left: 0;
}
.single-listing .listing_attachments .attach_ments ul li a {
  border: 1px solid #d4d8de;
  border-radius: 6px;
  padding: 12px 30px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}
.single-listing .listing_attachments .attach_ments ul li a i {
  padding-right: 10px;
}
.single-listing .listing_attachments .attach_ments ul li::marker {
  display: none;
}

/* VENOBOX  button style */
.mfp-arrow.mfp-arrow-left:hover,
.mfp-arrow.mfp-arrow-right:hover,
.mfp-close:hover {
  background-color: #f8ce47;
  color: #333333;
}
/* send message popup style */

.single-listing #small-dialog {
  padding: 60px 70px;
}
.single-listing #small-dialog.zoom-anim-dialog {
  position: relative;
}
.single-listing #small-dialog.zoom-anim-dialog .mfp-close {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 30px;
  height: 30px;
  background-color: #f8ce47;
  color: white;
  transform: none;
}
.single-listing #small-dialog.zoom-anim-dialog button.mfp-close:before {
  content: "×";
  display: block;
  font-size: 26px !important;
  font-weight: normal;
  font-family: Arial, sans-serif;

  color: #333333;
  margin-top: -4px;
  transition: 0.2s !important;
}
.single-listing #small-dialog.zoom-anim-dialog .mfp-close:hover {
  background-color: #474747;
}
.single-listing #small-dialog.zoom-anim-dialog .mfp-close:hover:before {
  color: white;
}
.single-listing .message-reply button.button {
  background-color: #474747;
  color: #fff;
}
.single-listing .message-reply button.button:hover {
  background-color: #f8ce47;
  color: #333333;
}
/* Team Menmner Section Aboit Page */
.team-member-section .designation {
  color: #333333;
}

/* Not Found Search Form */
.main-search-input {
  border-radius: 6px;
}
/* #breadcrumbs style */
#breadcrumbs ul li:before {
  margin-right: 14px;
  color: #f8ce47;
}
#breadcrumbs ul li span,
#breadcrumbs ul li {
  margin: 0 5px 0 0;
  line-height: 30px;
}
/* footer Style */

#footer ul.menu li a:hover {
  padding-left: 0;
}
#footer .container-fluid {
  padding: 0 80px;
}
#footer .copyrights {
  background: #333333;
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 35px;
}
/* Page Title Style */
.parallax #titlebar {
  margin: 0;
  padding: 0;
}
.plan-features ul li i.fa-check {
  width: 18px;
  height: 18px;
  background: #f8ce47;
  line-height: 18px;
  text-align: center;
  border-radius: 30px;
  font-size: 10px;
}

/* .parallax #titlebar .container {
  padding: 90px 50px;
} */
.parallax #titlebar h2 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  padding-right: 20px;
  padding: 90px 0;
  padding-right: 120px;
  margin-bottom: 0;
  /* padding-bottom: 137px; */
}
.parallax #titlebar .container .col-md-12 {
  padding-left: 0;
}
.sidebar .input-with-icon.location a i {
  right: 15px;
  padding-right: 15px;
  top: 35px;
}
#package_selection .user-packages {
  padding-left: 0;
  margin-bottom: 0px;
}
nav#breadcrumbs:not(.dashboard_bread) {
  -webkit-transform: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: none;
  top: inherit;
  /* top: 0; */
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  display: flex;
  justify-content: left;
  text-align: left;
}
.single-blog nav#breadcrumbs:not(.dashboard_bread) {
  top: 0;
}

#breadcrumbs ul {
  margin: 0;
  background: rgb(255 255 255 / 40%);
  padding: 8px 15px 8px 30px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}

.parallax #titlebar #breadcrumbs ul li a {
  margin: 0;
}

#titlebar #breadcrumbs span {
  font-size: 16px;
  font-weight: 400;
}

.parallax #titlebar #breadcrumbs ul li::before {
  color: #f8ce47;
}

/* Comments Section Style */
.comments #respond #reply-title {
  font-size: 20px;
  font-weight: 700;
}

.single-post .comment-form .logged-in-as {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}

.comments label {
  margin-bottom: 10px;
  color: #333333;
}

#respond textarea:focus {
  border: 1px solid #f8ce47;
}

.comments .form-submit input.submit {
  border-radius: 6px;
  background: #474747;
}

.comments .form-submit input.submit:hover {
  background: #f8ce47;
}

/* Archive Listing Sidebar Searcg Filter */
.sidebar.right button.button {
  background: #474747;
  border-radius: 6px;
}
/* accordion styling */
.elementor-element .elementor-accordion-item {
  border: 1px solid #d4d8de !important;
  border-radius: 6px;
}
.elementor-element .elementor-accordion-item:not(:first-child) {
  margin: 40px 0;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed svg,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened svg {
  width: 48px;
  height: 48px;
  display: block;
  transform: rotateY(-180deg);
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  float: none;
  text-align: right;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: inline-block;
  width: auto;
}
.elementor-element .elementor-tab-title {
  display: flex;
  align-items: center;
  position: relative;
}
.elementor-element .elementor-tab-title .elementor-accordion-icon {
  order: 2;
  order: 2;
  display: flex;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.elementor-element .elementor-tab-title .elementor-accordion-title {
  order: 1;
  padding-right: 40px;
}
.elementor-element.elementor-element-e104bef .elementor-accordion-title {
  padding-right: 30px;
}

/* about page */
.our-team-wrapper .email-team,
.our-team-wrapper .team-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #6c6c6c;
}
.about-text p {
  padding-top: 14px;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}
.service-card {
  position: relative;
}
.service-card .buton-click {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.service-card .logo-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.parallax.titlebar {
  z-index: 0;
}
/* testimonial styling */

.testimonial .container {
  padding: 0;
}

/*.swiper {overflow: visible;}*/
.testimonial:after {
  display: none;
}
.navigation-arrow {
  height: 100%;
  width: 100%;
}

.navigation-arrow .nav-arrow {
  height: 50px;
  width: 50px;
  background: #b9cbca;
  border-radius: 6px;
  color: white;
  top: 70%;
  transform: translateY(100%);

  transform: translateY(100%);
}
.navigation-arrow .nav-arrow:hover {
  background: #4a4c4f;
}

.navigation-arrow .nav-arrow::after {
  display: none;
}

.navigation-arrow .swiper-button-prev {
  left: 15px;
}
.navigation-arrow .swiper-button-next {
  left: 80px;
}

.testimonial_wrap .col-wrap {
  padding: 100px 0px 100px 0px;
}

.testimonial-slider .card {
  border: 1px solid #d4d8de;
  border-radius: 10px;
}

.testimonial-slider .card .card-top {
  padding: 30px 40px 30px 25px;
}
.rating-counter {
  font-size: 0;
}
.testimonial-slider .card .testimonial-title h3 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  margin-top: 0;
}

.testimonial-slider .card .ratings {
  margin: 12px 0 15px 0;
  color: #f8ce47;
  gap: 10px;
}
.testimonial-slider .card .excerpt-wrap p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #6c6c6c;
  margin: 0;
}
.testimonial-slider .card .card-bottom {
  position: relative;
}
.testimonial-slider .card .card-bottom .profile {
  display: flex;
  gap: 15px;
  padding: 20px;
  border-top: 1px solid #d4d8de;
  display: flex;
  align-items: center;
}

.testimonial-slider .card .card-bottom .author {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  font-family: "Inter";
  line-height: 30px;
}
.testimonial-slider .designation {
  line-height: 20px;
}
.testimonial-slider .designation .department {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: #858484;
  line-height: 20px;
}

.quote {
  position: absolute;
  top: -20px;
  background: white;
  border: 1px solid #d4d8de;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  right: 50px;
}

.test-subtitle h5 {
  color: #b9cbca;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 700;
}

.test-title h3 {
  font-size: 36px;
  color: #010104;
  font-weight: 800;
  line-height: 45px;
  font-family: "Nunito", sans-serif;
}
.test-subtitle {
  display: none;
}
.descp p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6c6c6c;
}
.testimonial-slider .card .card-bottom .profile .img-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
/* add listing form stylign submit-page  */
.add-listing-section.gallery .notification.notice {
  display: none;
}
.notification.notice {
  margin-top: 50px;
}
.submit-page button[name="submit_listing"] {
  border-radius: 10px;
  background-color: #474747 !important;
}
.submit-page .basic_info.dynamic-features .add-listing-headline {
  margin-top: 40px;
}
.details.dynamic-features .add-listing-headline {
  margin-top: 20px;
}
.submit-page h3.form_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 82px;
  color: #333333;
  padding-left: 40px;
  padding-bottom: 25px;
}
#submit-listing-form p {
  text-align: end;
}
.submit-page {
  background: #ffffff;
  border-radius: 6px;
  margin-top: 25px;
  padding: 40px 40px;
  margin-bottom: 70px;
  padding-top: 45px;
}
.submit-page .select2-container .select2-search--inline {
  padding-top: 2px;
}

.submit-page .select2-dropdown {
  transform: translateY(25px) !important;
}
.submit-page .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.submit-page .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 1px solid #d4d8de;
}
/* .submit-page .col-md-4.form-field-_sales_revenue-container {
  float: none;
  display: inline;
} */

.submit-page .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d4d8de;
}
.submit-page .select2-container--default .select2-selection--multiple {
  border: 1px solid #d4d8de;
  height: 60px;
  padding: 10px;
}
.submit-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  height: 100%;
  top: 3px;
  display: inline-block;
}
.submit-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 28px;
}
.submit-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  font-size: 28px;
  color: #f8ce47;
}
.submit-page .add-listing-headline {
  background: #ffffff;
  color: #333333;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  text-align: left;
}
.submit-page .add-listing-headline h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.05em;
}
.submit-page .add-listing-section {
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.submit-page button[name="submit_listing"] {
  background-color: #474747;
  border-radius: 6px;
  color: #fff;
}
.submit-page button[name="submit_listing"]:hover {
  background-color: #f8ce47 !important ;
  color: #333333;
}
input[type="text"],
.submit-page input,
.submit-page input[type="text"],
.submit-page input[type="password"],
.submit-page input[type="email"],
.submit-page input[type="number"],
.submit-page textarea,
.submit-page select {
  height: 60px;
  margin: 0 0 30px 0;
  font-family: "Nunito";
}
/* search pages styling */
.gray-style .main-search-input {
  background-color: #fff;
}

/* add listing stylin */
.form-field-_test-container {
  width: 100%;
  max-width: 100%;
}
.user_not_logged_in .right-side .header-widget .button:not(.wc-forward) {
  display: inline-block;
}
.add-listing-section label {
  color: #333333;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  line-height: 30px;
  padding-bottom: 10px;
}
.no_titlebar #breadcrumbs {
  position: static;
}
#titlebar.no_titlebar #breadcrumbs ul {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#titlebar.no_titlebar {
  background-color: #f2f2f4;
}
#titlebar.no_titlebar #breadcrumbs ul {
  background-color: #f2f2f4;
}
h4.headline strong {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;

  /* Text/Body text */

  color: #333333;
}
.add-listing-dashboard-template .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 50px;
}
.add-listing-dashboard-template .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 25px;
  padding: 17px 25px;
}
.add-listing-dashboard-template .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 16px;
  right: 15px;
  width: 20px;
}
.add-listing-dashboard-template .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.add-listing-dashboard-template .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d4d8de;
  border-radius: 4px;
  height: 60px;
}

/* blog page styling */
/* .blog-page .col-blog{
  width: 70%;
}
.blog-page .col-sidebar{
  width: 30%;
} */
.search-results .blog-post,
.archive .blog-post,
.blog .blog-post {
  display: block;
}
.col-blog .blog_wrap:first-child {
  flex: 0 0 100%;
  padding-top: 0;
}
.blog-page {
  padding-top: 50px;
  padding-bottom: 100px;
}
.single-blog .blog-page {
  padding-top: 100px;
}
.blog-page .row {
  display: flex;
}
.col-blog {
  padding-left: 0;
  float: none;
  display: flex;
  flex-wrap: wrap;
}
.col-blog .blog_wrap {
  border-radius: 10px;
  float: none;
  padding: 30px 30px;
  padding-right: 60px;
  padding-left: 0;
  flex: 0 0 50%;
}
.blog .blog-post {
  display: block;
}
.blog .blog-post .post-content {
  background: #ffffff;
}
.blog-post .post-image,
.blog-post .post-content,
.blog .post-img img {
  border-radius: 10px;
}
.blog .post-img img {
  border-radius: 10px 10px 0 0;
}
.blog .blog-post {
  border-radius: 10px 10px;
  border: 1px solid #d4d8de;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.blog .blog-post .post-content a.read-more {
  position: absolute;
  bottom: 20px;
}
.col-blog .blog_wrap:first-child .blog-post .post-content h3 a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
  /* or 100% */

  /* Text/Body text */

  color: #333333;
}
.col-blog .blog_wrap:first-child .post-content {
  padding: 40px;
}
.col-blog .blog_wrap .post-content {
  padding: 30px;
}
.blog .blog-post .post-content h3 a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;

  color: #333333;
}
.blog .blog-post .post-content .post-meta li,
.post-meta li {
  background-color: #fff;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #6c6c6c !important;
}

.blog .blog-post a.read-more {
  margin-top: 10px;
}
.blog-page .blog-post .post-content h3 {
  margin-bottom: 10px;
}
.blog .blog-post .post-content p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 21px */
  margin-top: 10px;
  /* Text/Body text */

  color: #6c6c6c;
}
.blog .blog-post .post-content .read-more:hover {
  color: #f7c531;
}
.blog .post-img img {
  border-radius: 10px 10px 0 0;
  height: 260px;
}
.blog #wrapper {
  background-color: #f3f3f4;
}
input#submit:hover {
  color: #333333;
}
/* blog single */
.blog-page .blog-post .post-content,
.single-post .post-content a h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;

  color: #333333;
}
.blog-page .blog-post .post-content,
.single-post .post-content h2 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  /* or 100% */

  /* Text/Body text */

  color: #333333;
}
.single-post #wrapper {
  background-color: #fff;
}
.single-post .post-content p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  padding-bottom: 15px;

  color: #6c6c6c;
}
.single-post .post-content blockquote p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;

  color: #858484;
}
.single-post .post-content blockquote p:first-child {
  padding-bottom: 0;
}
.post-quote blockquote {
  padding: 20px 55px 20px 55px;
  margin-top: -10px;
}
.single-post blockquote {
  border: none;
}
.blog-page h4.headline {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 36px !important;
  line-height: 38px;
  /* or 106% */

  /* Text/Body text */

  color: #333333;
}
.post-content a.read-more {
  font-size: 15px;
}
.post-quote p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;

  color: #858484 !important;
}
blockquote::before {
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0px;
  content: "\f10d";
  font-size: 38px;
  color: #fff;
  transform: rotate(-180deg);
  font-weight: 300;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 85%;
  border: 1px;
}
.single-post .blog-post .post-content {
  position: relative;
  padding-top: 85px;
}

.single-post .blog-post .post-content .post-meta {
  position: absolute;
  top: 25px;
}
.related_post .sect_title .subtitle {
  background: #ececf0;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 17px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #858484;
  margin: 0;
}
/* listing card css */
.listing-address i {
  display: none;
}
.listing-item-container {
  margin-bottom: 0;
}
.listing_img_wrap {
  position: relative;
}
.listing-badge.now-closed,
.listing-badge.now-open {
  background-color: #333;
  position: absolute !important;
  transform: rotate(45deg);
  right: -60px;
  top: 25px;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
  z-index: 999;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.listing-small-badges-container .listing-small-badge.featured-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 110;
  padding-right: 50px;
}
.listing-small-badges-container .listing-small-badge {
  position: absolute;
  top: 50px;
  left: 15px;
  z-index: 110;
  padding-right: 50px;
}
.listing-small-badges-container {
  position: static;
}

.listing-badge {
  background-color: #333;
  position: static;
  transform: rotate(45deg);
  right: -50%;
  top: 50%;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
  z-index: 999;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.listing-item {
  background: #fff;
  border: 1px solid #d4d8de;
  border-radius: 10px;
  position: relative;
  padding-bottom: 66px;
  cursor: default;
}
.listing_content_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.elementor-section-stretched .listing-item-container {
  box-shadow: none;
  background-color: transparent;
}

.listing_content_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-top: 1px solid #d4d8de;
  padding: 15px;
}

.listing_content_bottom ul.icons_list {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 0;
}

.icons_list li {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ececf0;
  border-radius: 50%;
}
.icons_list li a svg {
  fill: #858484;
  color: #858484;
}
.listing_content_wrap .listing-item-content .verified-icon {
  font-size: 14px;
  line-height: 25px;
}

.listing-item-content span.tag {
  font-weight: 600;
  font-size: 12px !important;
  padding: 5px 10px;
  line-height: 18px;
  text-transform: uppercase;
  color: #858484;
  background-color: #ececf0 !important;
  border: 0;
  border-radius: 4px;
}
.listing-item-content .listing_categ span.tag {
  font-weight: 600;
  font-size: 12px !important;
  padding: 5px 10px;
  line-height: 18px;
  text-transform: capitalize !important;
  color: #333333 !important;
  background-color: #ffffff !important;
  border: 0;
  border-radius: 4px !important;
}
span.like-icon {
  position: relative;
  color: #858484;
  background: transparent;
  border: none;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  line-height: 16px;
}

.like-icon:hover {
  background: transparent;
}
.like-icon.liked {
  background: transparent;
}

.like-icon.liked:after {
  color: #f8ce47;
}

.like-icon:after,
.like-icon:before {
  position: absolute;
  top: 7px;
  left: 0;
  line-height: 20px;

  font-size: 14px;
}
/*  */
.book_mark .like-button-notlogged .like-icon,
.book_mark .like-button .like-icon {
  position: relative;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  right: -4px;
  bottom: -4px;
  width: 20px !important;
  text-align: center;
  background: transparent;
  color: #858484;
  font-weight: 500;
  float: none;
  width: 20px;
  margin-right: 8px;
  font-size: 18px;
}
.book_mark .like-button-notlogged .like-icon.liked,
.book_mark .like-button .like-icon.liked {
  color: #f8ce47;
}
.book_mark .like-button-notlogged .like-icon:hover,
.book_mark .like-button .like-icon:hover,
.book_mark .like-button .like-icon.liked,
.book_mark .like-button .like-icon {
  margin-right: 8px !important;
}
/*  */

.listing-item-container:hover {
  transform: none;
  color: #f8ce47;
}

.rating-counter span {
  margin-left: 0;
  display: block;
  font-size: 16px;
}

.listing-classifieds-badges-container {
  padding: 0;
  margin: 10px 0;
}

/* pricing badge */
.listing-small-badge.pricing-badge {
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
  /* color: #333333; */
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}

.listing-classifieds-badges-container .listing-small-badge.pricing-badge.classifieds-pricing-badge span {
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
  /* color: #333333; */
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}
.listing-small-badge.pricing-badge i {
  font-size: 19px;
  color: #777;
  left: 50px;
}
.listing-small-badge.pricing-badge i {
  background-color: transparent;
}
#listeo-listings-container {
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
  width: 100%;
}
#listeo-listings-container .col-md-6 {
  float: none;

  padding: 15px;
}
#listeo-listings-container::before {
  display: none !important;
}
/* page-checkout--------------------------------page-checkout-------------------------page-checkout */

.page-checkout #breadcrumbs ul {
  padding-top: 10px;
  padding-left: 20px;
  position: absolute;
}
#breadcrumbs ul li a:hover span {
  color: #f8ce47;
}
.page-checkout .woocommerce-info,
.woocommerce-message,
.notification.notice {
  background-color: #e9f7fe;
  margin-top: 25px;
}
.woocommerce-checkout .woocommerce {
  padding-bottom: 80px;
}

/* quick view style */ /*------------------------------#  quickview styles  #------------------------------*/

.quick-view-modal .modal {
  position: relative;
}
.quick-view-moda .listing-small-badge.pricing-badge {
  box-shadow: none;

  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #333333;
}

.quick-view-modal .modal-body {
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
}
.quick-view-modal .modal-content {
  background-color: transparent;
  border: none;
}
.quick-view-modal .modal-header {
  border-bottom: none;
}

.quick-view-modal .modal-header .btn-close {
  background: none;

  position: absolute;
  right: -30px;
}

.quick-view-modal .modal-header .btn-close i {
  font-weight: 400;
  color: white;
  font-size: 20px;
}

.quick-view-modal .product-details {
  padding: 30px;
}

.quick-view-modal .in-stock {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 400;
}
.quick-view-modal .product-popup-title-link a {
  text-decoration: none;
}
.quick-view-modal .product-popup-title-link h2 {
  margin-top: 10px;
  margin-bottom: 0;
}
.quick-view-modal .product-popup-title-link h2 a {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;

  color: #333333;
  margin: 15px 0;
}
.quick-view-modal .product-popup-title-link a h2:hover {
  color: #f8ce47;
}

.quick-view-modal .badge {
  background: #fff2de;
  border-radius: 4px;
  font-size: 12px;
  color: #858484;
  padding: 6px 15px;
  font-weight: 700;
  line-height: 15px;
  display: inline-block;
}

.quick-view-modal .product-image .img-wrap {
  height: 100%;
}

.quick-view-modal .product-image .img-wrap a {
  display: block;
  height: 100%;
  width: 100%;
}
.quick-view-modal .product-image .img-wrap a img {
  object-fit: cover;
  border-radius: 4px 0 0 4px;
  width: 100%;
  height: 445px;
}
.quick-view-modal .product-sale-info {
  gap: 10px;
  margin: 15px 0 70px;
}
.quick-view-modal .location {
  margin: 15px 0 5px 0;
}

.quick-view-modal .location span {
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

.quick-view-modal .price .amount {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}

.quick-view-modal .category p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  background: #ececf0;
  color: #858484;
  padding: 6px 15px;
  border-radius: 4px;
  display: inline-block;
  line-height: 16px;
}
.quick-view-modal .star-rating {
  padding-bottom: 25px;
}
.quick-view-modal button.mfp-close {
  top: -30px;
  right: -40px;
}
.quick-view-modal .add-to-cart a i {
  padding-left: 40px;
}
.quick-view-modal .og-close,
button.mfp-close {
  background-color: #474747;
  color: #fff;
  width: 30px;
  height: 30px;
}
.quick-view-modal button.mfp-close:before {
  content: "×";
  display: block;
  font-size: 26px !important;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #fff;
  margin-top: 2px;
  transition: 0.2s !important;
  top: -2px;
}

.quick-view-modal .mfp-close:hover,
.quick-view-modal .og-close:hover {
  transform: rotate(0deg);
  background-color: #f7c531;
  color: #333333;
}
.quick-view-modal .mfp-close:hover::before {
  color: #333333;
}

.quick-view-modal .og-close,
.quick-view-modal button.mfp-close::before {
  color: #fff;
}
.quick-view-modal .add-to-cart a {
  background: #f8ce47;
  border-color: #f8ce47;
  padding: 18px 35px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}

.quick-view-modal .add-to-cart a:hover {
  background-color: #474747;
  border-color: #474747;
  color: #fff;
}

.quick-view-modal .wishlist {
  text-align: end;
  cursor: pointer;
}
.quick-view-modal .wishlist a {
  border: 1px solid #ececf0;
  border-radius: 50%;
  text-align: center;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 14px;
  color: #858484;
}

.quick-view-modal .wishlist a:hover {
  color: red;
  background: #f8ce47;
}

.sort-by label {
  line-height: 48px;
  padding-right: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  color: #000000;
}

nav.pagination {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.pagination_list ul.pagination {
  margin: 0;
}
.quick-view-modal {
  width: 1150px;
  margin: 0 auto;
  max-width: 100%;
}
.quick-view-modal .like-icon:after,
.quick-view-modal .like-icon:before {
  position: absolute;
  top: -20px;
  left: 93%;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #ececf0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: 60px;
}
.swiper-wrap {
  position: relative;
}

.search_type_tabs .main-search-input-item .form-control label {
  display: none;
}

/*------------------------------#  Preloader  #------------------------------*/

.preloader {
  width: 80px;
  height: 80px;
  border: 10px solid #474747;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  box-sizing: border-box;
  z-index: 111;
}
.preloader::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset: -10px;
  border-radius: 50%;
  border: 10px solid #f8ce47;
  animation: prixClipFix 3s infinite linear;
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

div#add-listing {
  position: relative;
  min-height: 900px;
}

.preloader.active {
  opacity: 1;
  visibility: visible;
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
}

.og-close,
button.mfp-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -35px;
  display: inline-block;
  right: -45px;
  /* cursor: pointer !important; */
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: #414141;
  outline: none;
  transform: translate3d(0, 0, 0);
  font-size: 48px;
  line-height: 30px;
}
.mfp-close:hover,
.og-close:hover {
  transform: rotate(0deg);
}
.og-close,
button.mfp-close::before {
  top: -1px;
  color: #fff;
}
#sign-in-dialog button.mfp-close {
  color: #fff !important;
  background-color: #414141;
  border-radius: 50%;
  top: -42px;
  right: -45px;
  width: 30px;
  height: 30px;
}
#sign-in-dialog button.mfp-close::before {
  top: -2px;
  color: #fff;
}
#sign-in-dialog button.mfp-close:hover {
  background-color: #f8ce47;
}
#sign-in-dialog button.mfp-close:hover::before {
  color: #000;
}
.small-dialog-header {
  display: none;
}
button.mfp-close:hover:before {
  color: #000;
}
#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
  z-index: 1;
}
/* for dashbord style */
.page.type-page .woocommerce {
  padding-top: 60px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-top: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}

.woocommerce-MyAccount-navigation ul li:first-child {
  padding-top: 0;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 15px 20px;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  padding-top: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #414141 !important;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  padding-left: 0;
  color: #f8ce47 !important;
}
.woocommerce-MyAccount-navigation ul {
  border: none;
}
.type-page.status-publish {
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #c3c3c3;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
  width: 100%;
}
body .woocommerce table.shop_table th:last-child {
  border-right: none;
}
body .woocommerce table.shop_table td:last-child {
  border-right: none;
}
.woocommerce-info,
.woocommerce-message,
.notification.notice {
  background-color: #e9f7fe;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.wrap_listing {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
}

.listing-slider-gallery .swiper-wrapper {
  min-height: 400px;
}

#service .main-search-input .select-taxonomy:not(.parent_service_category) {
  display: none;
}

#rental .main-search-input .select-taxonomy:not(.parent_rental_category) {
  display: none;
}

#event .main-search-input .select-taxonomy:not(.parent_event_category) {
  display: none;
}

.filter_section_wrap .form-control {
  margin: 0 0 20px;
}

.categ_wrap .form-check {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.categ_wrap .form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.filter_section_wrap .categ_wrap .form-control .form-check label {
  font-weight: 400;
  line-height: 1;
}

.filter_section_wrap .categ_wrap .form-control .form-check input[type="checkbox"]:checked + label {
  font-weight: 600;
}

#listeo-listings-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
}

#listeo-listings-container.loading:after {
  opacity: 1;
  visibility: visible;
}

.loader-ajax-container {
  z-index: 111;
  top: 250px;
}

section#listings-not-found {
  background: none;
  text-align: center;
  margin: 100px 0;
}

/* -------------------------------------------------------------------------------------------------------------






Blank Space to seperate responsive code




-------------------------------------------------------------------------------------------------------------------- */

/* media query for  responsive style */

@media only screen and (max-width: 1450px) {
  .elementor .elementor-inner .elementor-section-wrap .elementor-top-column.form-wrap .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 35%;
  }
  .main-search-container:not(.alt-search-box) .main-search-input .select2-container .select2-selection--single .select2-selection__rendered {
    box-shadow: none;
    border-radius: 20px;
    border: none;
    background: #fff;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1350px) {
  .parallax #titlebar .container .col-md-12 {
    padding-left: 15px;
  }
  nav#breadcrumbs {
    left: 15px !important;
  }
  .single-listing .swiper-wrap {
    padding-left: 30px;

    padding-right: 30px;
  }
  .page-checkout #breadcrumbs ul {
    padding-top: 10px;
    padding-left: 0px;
    position: absolute;
  }
}
@media only screen and (max-width: 1300px) {
  .elementor .elementor-inner .elementor-section-wrap .elementor-top-column.form-wrap .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 20%;
  }
  .single-listing .related_listing_wrap .swiper_nav,
  .related_post .swiper_nav {
    position: absolute;
    right: 83px;
    top: 0px;
  }
  .related_post {
    padding: 30px;
  }
  .related_post .swiper_nav {
    position: absolute;
    right: 83px;
    top: 50px;
  }
  .container .blog-page .row div.padding-right-30 {
    padding-right: 15px !important;
    padding-left: 15px;
  }
  .sticky-wrapper .listings-column-content .col-md-3 {
    width: 25%;
    order: 1;
    text-align: end;
  }
}

@media only screen and (max-width: 1200px) {
  #footer .container-fluid {
    padding: 0 30px;
  }
  .get-wrap .elementor-widget-wrap {
    padding-right: 10px !important;
  }
  .main-search-inner .row {
    padding: 0 40px;
  }
  .main-search-inner h2,
  .main-search-inner h4,
  .color-text {
    font-size: 59px;

    line-height: 60px;
  }
  .main-search-inner h2 {
    padding-right: 20%;
  }
  /* home listing */
  #listeo-listings-container .col-lg-3 {
    float: none;
    flex: 0 0 33.3333%;
  }
  .search_check {
    padding-left: 40px;
  }
  .col-blog .blog_wrap {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .main-search-input-item.select {
    flex: 1 0 50%;
    padding: 0;
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .elementor .elementor-inner .elementor-section-wrap .elementor-top-column.form-wrap .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 10%;
  }
  .form-top {
    transform: translatey(20px);
  }
  body.full-width-header #header .container {
    padding: 10px 15px;
  }
  .header-widget {
    padding: 10px 0;
  }
  .type-selection .listing-type-container .listing_type_card {
    width: calc(100% / 2);
    flex: 0 0 50%;
  }
  .type-selection.add-listing-section .listing-type-container {
    display: flex;
    width: calc(100% - 0px);
    flex-flow: row-reverse;
    gap: 20px;
    flex-wrap: wrap;
  }
  .add-listing-section.type-selection {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .add-listing-headline {
    padding: 0;
  }
  .submit-page {
    padding: 0px 0px;
  }
  .add-listing-section .col-md-12,
  .add-listing-section .col-md-6,
  .add-listing-section .col-md-4 {
    width: 100%;
  }
  .submit-page .add-listing-section {
    padding: 0;
  }
  .submit-page button[name="submit_listing"] {
    margin-bottom: 30px;
  }
  .user_not_logged_in .header-widget a.sign-in:hover,
  .user_not_logged_in .header-widget a.sign-in {
    padding: 4px 15px;
  }
  .user_not_logged_in .right-side {
    width: auto;
    display: inline-block;
    margin-top: -72px;
    position: relative;
    right: 75px;
  }
}
@media screen and (max-width: 992px) {
  .quick-view-modal .product-popup-title-link a h2 {
    font-size: 25px;
  }

  .quick-view-modal .price .amount {
    font-size: 25px;
  }

  .quick-view-modal .product-sale-info {
    margin: 15px 0 50px;
  }

  .quick-view-modal .wishlist {
    margin-top: 25px;
  }

  .single-listing .related_listing_wrap .swiper_nav,
  .related_post .swiper_nav {
    position: absolute;
    right: 70px;
    top: 0px;
  }

  .related_post .swiper_nav {
    position: absolute;
    right: 70px;
    top: 35px;
  }

  .listing_attachments {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .search_toggle {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .elementor-element .elementor-accordion a.elementor-accordion-title {
    padding-right: 55px;
    font-size: 18px !important;
  }
  .elementor .elementor-element.elementor-element .main-search-container {
    height: 550px;
    max-height: 100%;
  }
  .elementor-element .elementor-accordion-item:not(:first-child) {
    margin: 25px 0;
  }

  #footer .container-fluid .col-sm-6 {
    width: 33.333%;
  }
  #footer .container-fluid .col-sm-6:first-child {
    width: 100%;
  }
  .main-search-inner h2 {
    padding-right: 10%;
  }

  .parallax #titlebar h2 {
    font-size: 50px;
    line-height: 50px;
    padding: 90px 0;
    padding-right: 0px;
  }
  .main-search-inner .row {
    padding: 0 20px;
  }
  .main-search-inner h2,
  .main-search-inner h4,
  .color-text {
    font-size: 55px;
    line-height: 60px;
  }
  .testimonial_wrap .col-wrap {
    padding: 50px 0px 100px 0px;
  }
  /* home listing */
  #listeo-listings-container .col-lg-3 {
    float: none;
    flex: 0 0 50%;
  }
  .single-listing .swiper-wrap {
    padding-left: 15px;
    padding-bottom: 0;
    padding-right: 15px;
  }
  .single-listing .listing-titlebar-tags {
    order: 2;
    display: flex;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .single-listing .listing-section .listing_info .listing-desc-headline.margin-top-70.margin-bottom-30,
  .single-listing .listing-section .full_desc .listing-desc-headline.margin-top-70.margin-bottom-30,
  .single-listing .listing-section .listing_attachments .listing-desc-headline.margin-top-70.margin-bottom-30 {
    margin-top: 15px !important;
  }
  .search_check {
    padding-left: 20px;
  }
  .listing_attachments {
    padding-bottom: 0px;
  }
  .submit-page h3.form_title {
    font-size: 50px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .blog-page .row {
    display: block;
    /* flex-wrap: wrap; */
  }
  .col-blog .blog_wrap {
    border-radius: 10px;
    float: none;
    padding: 15px 15px;
    padding-right: 0px;
    padding-left: 0px;
    flex: 0 0 50%;
  }
  .blog-page .row .col-blog {
    padding-right: 0 !important;
  }
  .col-blog .blog_wrap {
    flex: 0 0 100%;
    padding-top: 0;
  }
  .post-img:after {
    position: absolute;
    height: auto;
    width: 100%;
  }
  .col-sidebar {
    padding-top: 25px;
  }
  .col-blog .blog_wrap:first-child .blog-post .post-content h3 a {
    font-size: 24px;
  }
  .blog-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .single-post .post-content {
    padding: 0;
  }
  .comment-by h5,
  .comment-by span {
    padding-left: 0px;
  }

  .sidebar.right {
    padding-top: 25px;
  }
  .related_post {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    background-color: #f4f4f4;
  }
  .about-author {
    padding: 30px 15px;
  }
  /* inneer search toggle style */
  .sticky-wrapper .sidebar.sticky {
    display: none;
  }
  .search_toggle .toggler {
    border: 1px solid #cfd2d8;
    border-radius: 4px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #0b0b0b;
    padding: 10px 15px;
    width: 150px;
    display: block;
    text-align: center;
  }
  .search_toggle .toggler:hover {
    color: #333333;
    background-color: #f8ce47;
  }
  .fullwidth-filters .sort-by {
    display: flex;
    width: auto;
    flex-direction: row-reverse;
  }
  .fullwidth-filters .sort-by label,
  .fullwidth-filters .sort-by .sort-by-select,
  .panel-dropdown {
    float: none;
    margin-top: 0px;
  }
  .sticky-wrapper .listings-column-content .row {
    display: flex;
    margin-bottom: 0 !important;
    align-items: flex-end;
  }
  .sticky-wrapper .listings-column-content .col-md-3 {
    top: 5px;
  }
  .sticky-wrapper {
    padding-top: 0px;
  }
  .sidebar.sticky .widget-title {
    margin-top: -45px;
  }
}

@media only screen and (max-width: 860px) {
  .hero-search-form .main-search-input button.button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .container-fluid .col-sm-6 {
    width: 100%;
  }
  #breadcrumbs {
    position: relative;
    display: block;
    margin-top: 0px;
  }
  .parallax #titlebar h2 {
    font-size: 45px;
    line-height: 50px;
    padding: 90px 0;
    padding-right: 0px;
  }
  .main-search-inner h2 {
    padding-right: 0%;
  }
  .main-search-inner h2,
  .main-search-inner h4,
  .color-text {
    font-size: 50px;
    line-height: 60px;
  }

  nav#breadcrumbs {
    position: absolute;
  }
  /* .parallax #titlebar h2 {
    font-size: 50px;
    line-height: 50px;
    padding: 40px 0;
  } */
  .elementor .elementor-inner .elementor-section-wrap .elementor-top-column.form-wrap .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 0px;
  }
  .form-wrapper .form-flex {
    display: block;
  }
  .info-form .form-flex {
    display: flex;
  }
  .info-form input[type="checkbox"] {
    display: flex;
    flex: 0 1 3.5%;
    height: auto;
    margin-bottom: 0;
    background-color: none;
    box-shadow: none;
  }
  /* home listing */
  #listeo-listings-container .col-lg-3 {
    float: none;
    flex: 0 0 100%;
  }
  .single-listing .listing-details li {
    flex: 0 0 100%;
  }
  .main-search-input-item.select-taxonomy {
    flex: 0 0 100%;
    border: none;
    padding: 0;
  }
  a.mfp-gallery {
    height: auto;

    max-height: 100%;
  }
  .single-listing .listing-details li {
    padding-bottom: 0px;
  }
  .sticky-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .type-selection .listing-type-container .listing_type_card {
    width: calc(100% / 1);
    flex: 0 0 100%;
  }
  .submit-page .add-listing-headline h3 {
    font-size: 20px;
    line-height: 39px;
  }
  .submit-page .basic_info.dynamic-features .add-listing-headline {
    margin-top: 20px;
  }
  .single-post .comment-content {
    color: #666;
    padding: 0 0 0 50px;
  }
  .blog-page .blog-post .post-content,
  .single-post .post-content a h3 {
    font-size: 30px;
  }
  #listeo-listings-container .col-md-6 {
    width: 100%;
  }
  .left-sidebar .listings-column-content {
    float: none;
  }
  .status-publish.hentry .listing-section #listing-video .responsive-iframe {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .sticky-wrapper .listings-column-content .col-md-3 {
    width: 35%;
    order: 1;
    text-align: end;
  }

  .left-sidebar .sticky-wrapper .fullwidth-filters .list_count {
    padding: 15px 30px 20px 0px;
  }
  .fullwidth-filters .sort-by {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 620px) {
  .fullwidth-filters .sort-by {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .main-search-inner h2,
  .main-search-inner h4,
  .color-text {
    font-size: 50px;
    line-height: 52px;
  }
  .related_post .swiper_nav {
    position: absolute;
    right: 70px;
    top: 20px;
  }
  .listeo-dialog .tabs-nav li a,
  #sign-in-dialog .tabs-nav li a {
    padding: 18px 50px;
    margin-bottom: 0px;
    /* border-radius: 46px; */
  }
  .sign-in-form .tabs-nav li.active a {
    transform: translateY(0px);
  }
  /* .parallax #titlebar h2 {
    padding: 150px 0 150px 0;
  } */
  #breadcrumbs ul li span,
  #breadcrumbs ul li {
    display: flex;
  }
  #breadcrumbs ul {
    flex-wrap: nowrap;
  }
  .sign-in-form .tabs-nav li.active {
    border-radius: 10px 10px 0 0;
  }
  .single-listing .sect_title .desc-headline,
  .related_post .sect_title .headline {
    font-size: 25px;
  }
  .related_post .sect_title .headline {
    padding: 20px 0;
    margin: 0 !important;
    padding-top: 10px;
  }
  .user_not_logged_in .right-side {
    width: 100%;
    display: inline-block;
    margin-top: 0;
    position: relative;
    right: 75px;
    position: static;
  }
  .single-post .blog-post .post-content .post-meta {
    position: static;

    margin: 0;
  }
  .single-post .blog-post .post-content {
    position: relative;
    padding: 20px 15px;
  }
  .blog-page .blog-post {
    margin: 25px 0 45px 0;
  }
  /* .listing_list_wrap .listing-small-badges-container .listing-small-badge.featured-badge {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 110;
    padding-right: 0px;
    font-size: 0;
    background-color: transparent;
  }
  .list-layout .listing_list_wrap  .listing-small-badges-container {
    left: 15px;
    top: 15px;
    position: absolute;
  } */
  .listing-item-container.list-layout .listing-item {
    display: block;
    background-color: #fff;
    height: 100%;
    padding: 0 !important;
    /* flex-wrap: wrap; */
  }
  .listing-item-content .listing_categ span.tag {
    top: 30px;
    right: 13px;
    left: auto;
    display: inline-table;
  }
}
@media only screen and (max-width: 500px) {
  .search_type_tabs .tabs-nav {
    display: flex;
    align-items: center;
  }
  .search_type_tabs .tabs-nav li {
    width: calc(100% / 3);
  }
  .hero-search-form .main-search-input {
    border-radius: 0 0 20px 20px;
  }
  .submit-page .add-listing-headline {
    padding-left: 18px;
    margin-bottom: 0;
    position: static;
  }
  .button.border.with-icon,
  .header-widget a.button.border {
    padding: 8px 20px;
  }
  .submit-page h3.form_title {
    font-size: 40px;
    line-height: 82px;
    color: #333333;
    padding-left: 15px;
    text-align: left;
  }
  .col-blog .blog_wrap:first-child .post-content {
    padding: 15px;
  }
  .user_not_logged_in .header-widget .sign-in {
    top: 3.5px;
  }
  .comment-by a.comment-reply-link,
  #cancel-comment-reply-link {
    right: -20px;
    top: -20px;
    border-radius: 5px;
  }
  .about-author {
    margin: 0 !important;
    padding: 30px 15px;
  }
  .sticky-wrapper .listings-column-content .col-md-3 {
    width: 50%;
    order: 1;
    text-align: end;
  }
  .sticky-wrapper .sort-by-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 160px;
  }
}
@media only screen and (max-width: 440px) {
  .sticky-wrapper .listings-column-content .row {
    display: flex;
    margin-bottom: 0 !important;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .sticky-wrapper .listings-column-content .col-md-3 {
    width: 100%;
    order: 1;
    text-align: end;
    margin-top: -54px;
  }
}
@media only screen and (max-width: 410px) {
  /* .sticky-wrapper .listings-column-content .col-md-3 {
    width: 100%;
    order: 1;
    text-align: left;
    margin-top: 15px;
  }
  .search_toggle .toggler {
    width: 100%;
  } */
}
.listing-slider-gallery .swiper-wrapper {
  min-height: 400px;
}

.sign-in-form .notification {
  margin-bottom: 40px;
}

.listing_list_wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  height: 240px;
  border: 1px solid #d4d8de;
  border-radius: 10px;
  overflow: hidden;
}

.listing-item-container.list-layout .listing-item-inner h3 a:hover {
  color: #f8ce47;
}

.listing_excerpt {
  color: #707070;
}

.listing-item-container.list-layout span.like-icon.liked,
.listing-item-container.list-layout span.like-icon:hover {
  color: #858484;
  cursor: pointer;
}

.listing-item-container.list-layout span.like-icon:after {
  transform: none;
  opacity: 1;
}

.listing_excerpt {
  color: #707070;
}

.listing-item-container.list-layout span.like-icon.liked,
.listing-item-container.list-layout span.like-icon:hover {
  color: #858484;
  cursor: pointer;
}

.listing-item-container.list-layout span.like-icon:after {
  transform: none;
  opacity: 1;
}

.sign-in-form .register .account-type {
  display: none;
}

span.woocommerce-Price-currencySymbol {
  vertical-align: inherit;
  padding-right: 3px;
}
.elementor .elementor-element.elementor-element .main-search-container {
  height: 770px;
  max-height: 100%;
}
.listing-wrap .pagination-container {
  display: none;
}
.pagination ul,
.pagination-next-prev ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.listings-container .pagination-container.margin-top-0.margin-bottom-60 {
  margin-bottom: 0 !important;
}
.quick-view-modal .modal-body .row {
  align-items: center;
  display: flex;
}
