.ajax-loading {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.content-wrapper-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0, 0.05);
}

.content-wrapper-pleasewait {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0, 0.3);
}
.ajax-pleasewait {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: center;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ajax-pleasewait img {
  width: 50%;
  max-width: 100%;
}

.header-main .main-menu ul li .submenu li a:hover,
.header-main .main-menu ul li .submenu li a.active {
  color: #e90b35 !important;
}
.header-main .main-menu #mobile-menu > ul > li.active > a {
  color: #FFF;
}

.hero-1 .hero-content .listing-search-form .search-wrap .nice-select:focus,
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select:active {
  outline: none;
  box-shadow: none;
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select .list li {
  padding: 10px;
  border: none;
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select .list li:hover {
  color: #e90b35;
}

.header-1.header-version2 {
  background: var(--header);
}
.header-style2.sticky {
  background: var(--header) !important;
}

.divider-line:before,
.divider-line:after {
  content: "";
  display: block;
  flex: 1 0 0%;
  background-color: #CCC;
  height: 1px;
}

.gallay-icon {
    width: 40px;
    height: 40px;
    background: #00c194;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.file-photo-profile {
  display: none;
}
.dash_user_avater {
    text-align: center;
    margin:2em 0 1rem;
  padding: 0 2rem;
}
.dash_user_avater img.dash_user_avater_img,
.dash_user_avater .icon-avatar {
    width: 100px;
    height: 100px;
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto 8px;
    box-shadow: 0px 0px 0px 5px rgb(237 240 245);
  -webkit-box-shadow: 0px 0px 0px 5px rgb(237 240 245);
}
.dash_user_avater .icon-avatar i {
  font-size: 28px;
}
.dash_user_avater h4 {
    margin: 10px 0 0px 0;
    font-size:17px;
}

.sidebar-menu ul li a {
  display: block;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.sidebar-menu ul li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-menu a.active {
  color: #e90b35;
  font-weight: bold;
}
.listin-details-section .posted-content-area.sidebar-menu {
  padding: 25px 15px;
}
.wrapper-sidebar-menu {
  position: sticky;
  top: 15px;
}

.line-1 {
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2 {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-3 {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dot-menu .dropdown-toggle::after {
  display: none;
}
.dot-menu .dropdown-toggle,
.dot-menu .link-circle {
  background-color: rgba(204, 204, 204, .2);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
}
.dot-menu .link-circle {
  display: block;
}
.dot-menu .dropdown-item {
  font-size: 14px;
}
.dot-menu .dropdown-menu {
  border: none;
}
.business-single {
  position: relative;
  overflow: visible;
}
.business-single .dot-menu {
  position: absolute;
  top: 15px;
  right: 15px;
}

.sidebar-menu .numbering {
  background-color: #787878;
  color: #FFF;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  display: block;
  font-size: 14px;
}
.sidebar-menu .active .numbering {
  background-color: #dc3545;
}

.merchant-form-section label {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.merchant-form-section form input {
  padding: 15px 15px !important;
}
.merchant-form-section form input,
.merchant-form-section form textarea,
.merchant-form-section .nice-select {
  font-size: 16px;
}

.merchant-form-section .nice-select {
  background: #f5f5f5;
  padding: 15px 15px;
  position: relative;
}
.merchant-form-section .nice-select::after {
  top: 50%;
  right: 15px;
}
.merchant-form-section .nice-select.open .list {
  background-color: #FFF;
  box-shadow: var(--bs-box-shadow);
  z-index: 9999;
}
.merchant-form-section .nice-select.open .list li {
  border: none;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 16px;
}
.merchant-form-section form input[type="checkbox"] {
  width: auto;
}

.merchant-form-section .input-group .input-group-text {
  border: none;
  background-color: #CCC;
}
.merchant-form-section .input-group input:focus,
.merchant-form-section .input-group input:active,
.merchant-form-section .input-group input:hover {
  outline: none;
  box-shadow: var(--bs-box-shadow);
}

#map {
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
}

.hide {
  display: none;
}

.alert #msg-text {
  font-size: 16px;
}
.alert ul {
  padding-left: 20px;
}
.alert ul li {
  list-style-type: disc;
}
.error-message {
  color: #e90b35;
  font-size: 14px;
}

.upload-document,
.upload-document-filename input[type="file"] {
  display: none;
}
#file-drop-zone,
.upload-document-delete {
  cursor: pointer;
}
.upload-document-delete {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: 5px;
}
#file-drop-zone .upload-document-delete i {
  font-size: 24px;
  margin-bottom: 0;
}
.upload-document-filename .document-items {
  height: 200px;
  width: 100%;
}
.document-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dropzone.dz-clickable.primary-dropzone,
#file-drop-zone {
    background: rgb(1 126 250 / 10%);
    border: 1px solid rgb(1 126 250 / 20%);
    border-radius: 0.4rem;
}
#file-drop-zone {
  padding: 2em 1em;
  text-align: center;
}
.dz-default.dz-message i,
#file-drop-zone i {
    font-size: 3rem;
    color: #e90b35;
    display: block;
    margin-bottom: 0.5rem;
}
.dz-default.dz-message span,
.dragdrop.box p {
    color: #13487e;
    font-weight: 500;
}

.f24 {
  font-size: 24px !important;
}
.f22 {
  font-size: 22px !important;
}
.f20 {
  font-size: 20px !important;
}
.f18 {
  font-size: 18px !important;
}
.f16 {
  font-size: 16px !important;
}
.f14 {
  font-size: 14px !important;
}
.f12 {
  font-size: 12px !important;
}

.text-underline-dash {
  text-decoration: underline;
  text-decoration-style: dashed;
}

.upload-delete {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.upload-delete i {
  font-size: 20px;
  margin-bottom: 0;
}
.upload-photo-preview img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.shadow-0 {
  box-shadow: none;
}

.wrapper-categories a:hover,
.wrapper-categories a.active {
  background-color: #e90b35;
  color: #FFF;
}

.inactive-opacity {
  opacity: 0.5;
}
.overflow-visible {
  overflow: visible !important;
}

.input-group input:hover,
.input-group input:active,
.input-group input:focus,
.search-wrap input:hover,
.search-wrap input:active,
.search-wrap input:focus {
  box-shadow: none;
  outline: 0;
}
.search-form-section .nice-select .current {
  margin-right: 20px;
}
.search-form-section .nice-select {
  min-width: 200px;
}
.search-cancel {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.nice-select .list {
  z-index: 9;
}
.business-single .news-image {
  position: relative;
}
.business-single .news-image:before {
  content: "";
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news-content img.rounded-circle {
  width: 33px;
}

.search-wrapper,
.search-location-wrapper {
  position: absolute;
  width: 100%;
  background-color: #11161f;
  top: 95px;
  left: 0;
  border-left: 1px solid #425464;
  border-right: 1px solid #425464;
  border-bottom: 1px solid #425464;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  color: #FFF;
}
.search-browse a,
.search-browse-topics a,
.search-topic .item,
.search-result-items .item,
.search-location-wrapper .item {
  border: 1px solid #425464;
  border-radius: 10px;
  font-size: 14px;
  color: #FFF;
  padding: 5px 10px;
  display: block;
}
.search-topic .item,
.search-result-items .item,
.search-location-wrapper .item {
  padding: 8px 10px;
}
.search-topic a img,
.search-result-items a img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.search-topic .item a,
.search-result-items .item a,
.search-location-wrapper .item a {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
}
.search-location-wrapper .item a {
  font-weight: normal;
}
.search-topic .item span,
.search-result-items .item span {
  font-weight: normal;
  color: rgba(255, 255, 255, .7);
}
.search-wrap.keyword .header__search .search-wrapper,
.search-wrap.location .header__search .search-location-wrapper {
  display: block;
  overflow: auto;
  max-height: 500px;
}
.search-wrap {
  position: relative;
}
.search-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-result-items h6 {
  color: #FFF;
}

input.loading {
  background: white url("/img/spinner.gif") no-repeat right center;
}

.font-size-40 {
  font-size: 40px;
}

.post-author img {
  width: 77px;
  height: 77px;
}

.review-photo-item {
    overflow: hidden;
    position: relative;
}

.photo-overlay {
    border-radius: 8px;
}
.link-photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.breadcrumb-section.listin-details-breadcrumb .form-info {
  z-index: 2;
}

.header-1 .header-main .header-right {
  width: 100%;
}
@media (max-width: 767px) {
  .header-1 .header-main .header-right {
    width: auto;
  }
}

.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content h4 {
  font-size: 18px;
}

@media (max-width: 991px) {
  .header__search {
    display: block !important;
  }
  .search-input-wrapper,
  .header__search {
    width: 100%;
  }
  .container, .container-sm {
    max-width: 100%;
  }
  .header-panel {
    padding-top: 0;
  }
  .header__hamburger .custom-header-btn.dropdown-toggle + .dropdown-menu {
    display: none !important;
  }
  .listin-details-section {
    padding-top: 25px;
  }

  .listin-details-section .posted-content-area.sidebar-menu {
    margin-bottom: 35px;
  }
  .listin-details-section .posted-content-area.sidebar-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .listin-details-section .posted-content-area.sidebar-menu ul li {
      flex: 0 0 auto;
      width: 50%;
  }
  .wrapper-sidebar-menu {
    position: relative;
  }
  .listin-details-section .posted-content-area.sidebar-menu ul li a.gallery {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .header-main .header__hamburger .custom-header-btn .texts i {
    display: none;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    width: 100%;
    padding-left: 0;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main input {
    padding-bottom: 15px;
    padding-left: 0;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .location-select {
    border: none;
    padding: 0;
    margin: 0;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .location-select .location-group {
    align-items: flex-start !important;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main input {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    width: 100%;
    padding-left: 0px;
    border-left: unset;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .header-1 .header-logo img {
    width: auto;
    max-height: 40px;
  }
  .header-main {
    padding: 15px 0;
  }
  .hero-section.hero-section2 {
    padding: 80px 0 0;
  }
  .search-wrapper {
    top: 55px;
    z-index: 9;
  }
  .search-location-wrapper {
    top: 125px;
    z-index: 9;
  }
  .breadcrumb-section.listin-details-breadcrumb {
    background-size: cover !important;
  }
}

.blog-rightbar .lastes-post .lates-link li img {
  width: 65px;
  height: 65px;
  border-radius: 5px;
}
.blog-rightbar {
  position: sticky;
  top: 0;
  align-self: start;
}

.contact-section form input.otp-input {
  text-align: center;
  font-size: 26px;
  padding: 5px;
  width: 100%;
  font-weight: 500;
  color: #000;
}
.pointer-events-none {
    pointer-events: none;
    opacity: 0.5;
}

.btn-signin img {
  width: 20px;
  height: 20px;
}

.news-content-area h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.news-content-area h2 {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.news-content-area h3 {
  font-size: 2rem;
  line-height: 2rem;
}
.news-content-area h4 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.news-content-area h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.news-content-area h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.news-content-area h1,
.news-content-area h2,
.news-content-area h3,
.news-content-area h4,
.news-content-area h5,
.news-content-area h6,
.news-content-area p,
.news-content-area ul,
.news-content-area ul li,
.news-content-area ol,
.news-content-area ol li {
  margin-bottom: 1rem;
}
.news-content-area ul,
.news-content-area ol {
  padding-left: 20px;
}
.news-content-area ul li {
  list-style-type: disc;
}
.news-content-area ol li {
  list-style-type: decimal;
}
.news-content-area p {
  line-height: 34px;
}

.report-merchant-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.mobile-floating-menu {
  position: fixed;
  bottom: 0;
  background-color: var(--header);
  color: #FFF;
  width: 100%;
  z-index: 999;
}
.mobile-floating-menu a {
  color: #FFF;
  text-align: center;
  padding: 15px 0 2px;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 4px solid transparent;
}
.mobile-floating-menu a i {
  display: block;
}
.mobile-floating-menu a.active {
  border-color: var(--theme);
}

.header-main .header__hamburger .custom-header-btn .plus {
  height: 30px;
}
.header-main .header__hamburger .custom-header-btn .texts {
  padding: 3px 20px 6px 10px;
}

.mandatory,
.mandatory + .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-left: 3px solid #dc3545 !important;
}
.mandatory.filled,
.mandatory.filled + .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-left: 3px solid #e1e6f1 !important;
}