/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --blue-color: #0284e1;
  --lightgrey: #666666;
  --secondary-color: #373e4f;
  --primary-color: #0284e1;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
  border-radius: 4px;
}

* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  cursor: pointer;
}

.text-primary {
  color: var(--blue-color);
}

.text-lightgrey {
  color: var(--lightgrey);
}

.text-secondary {
  color: var(--secondary-color);
}

p {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px !important;
  color: #666666 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.fs-14 {
  font-size: 14px;
}

.fw-600 {
  font-weight: 600;
}

.rounded-20 {
  border-radius: 20px;
}

.primary-bg {
  background-color: #0284e1 !important;
      color: #fff !important;
    padding: 7px 16px !important;
    border-radius:8px !important;
    font-size: 15px;
}
section {
  padding: 3rem 1.2rem;
}

p,
ul li {
  line-height: 24px;
}

.heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 1.5rem;
}

.container {
  padding: 0 !important;
  min-width: 100% !important;
}

.mpm {
  font-size: 12px;
}

.col-list-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?45915042");
  src:
    url("../fonts/fontello.eot?45915042#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?45915042") format("woff2"),
    url("../fonts/fontello.woff?45915042") format("woff"),
    url("../fonts/fontello.ttf?45915042") format("truetype"),
    url("../fonts/fontello.svg?45915042#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Base icon style */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Demo icon size */
.mpm i.demo-icon {
  margin: 2px;
  font-size: 12px;
}

/* Filled star */
.icon-star:before {
  content: "\e802";
}

/* Empty star */
.icon-star-empty:before {
  content: "\e803";
  color: #ccc;
}

/* Hover effect */
.icon-star:hover:before,
.icon-star-empty:hover:before {
  cursor: pointer;
}

/* Media Screens */

/* 
.featuredSectionDiv
,.Related-product {
  padding: 3rem 1.2rem;
} */

/* common css */
@media screen and (min-width: 768px) {
  .heading h2 {
    font-size: 25px;
  }

  .product_enquirymain {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 24px;
    /* justify-content: space-between; */
  }

  .jconfirm-content .formenquiry {
    width: 66%;
  }

  .jconfirm-content .ProductBlock {
    width: 40%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* .featuredSectionDiv
  ,.Related-product {
    padding: 3rem 2rem;
  } */

  div#main_containner.thanks_msg div#middle_containner {
    border: none;
    background: transparent;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 185px 25px auto;
    grid-template-columns: 185px auto;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50vh;
  }

  .address_sets .registration-group {
    width: 100% !important;
  }

  .left_sidebar.small-left div#left_sub table td {
    width: 79% !important;
  }

  .contactuspage_container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contactuspage_left {
    width: 40%;
  }

  .contactpage_form {
    width: 55%;
  }

  .contactpage_form table.cont_form tr.name,
  .contactpage_form table.cont_form tr.email {
    float: left;
    width: 50%;
    padding: 3px 8px;
  }
  .contactpage_form table.cont_form tr.phone,
  .contactpage_form table.cont_form tr.country {
    float: left;
    width: 50%;
    padding: 3px 8px;
  }
  .contactpage_form table.cont_form tr.address,
  .contactpage_form table.cont_form tr.message {
    float: left;
    width: 100%;
    padding: 3px 8px;
  }
  .contactpage_form table.cont_form tr.state {
    float: left;
    width: 50%;
    padding: 3px 8px;
  }

  section.latest-listing .feature-listing.latest-listing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32% 15px 32% 15px 32%;
    grid-template-columns: 32% 32% 32%;
    gap: 20px 15px;
  }
  #field div#field_1.listing_line {
    width: 50% !important;
  }

  body .no-results .no_found_result {
    flex-direction: row !important;
    align-items: center;
  }


}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

/* header */
.header-detaillist {
  background-color: #eff1f3;
}

.logo img {
  /* width: 100%; */
  /* height: 100%; */
  height: auto;
  max-height: 100%;
}

.logo {
  min-width: 110px;
  height: 65px;
}

.header_right .business a:nth-child(2) img {
  width: 17px;
  height: 16px;
}

.header_left {
  width: auto;
  float: left;
}

.header-bnr .add_button {
  float: right;
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: -41px !important;
  font-size: 14px;
  bottom: -14px;
}

/* search */
.form-search {
  width: 70%;
  margin: 0 auto;
  border-radius: 13px;
  padding: 5px 8px 5px 30px;
}

.banner_input.search {
  padding: 6px 13px;
}

.banner_input input {
  border: none;
  outline: none;
  padding: 0;
}

/* search */

.banner_input.search.mobile {
  display: none;
}

/* banner */

.hom_ul_tab {
  display: none;
}
.find_banner {
  width: 100%;
  float: left;
}

/* .banner-detail {width: 60%;} */

.banner-detail h1 {
  font-size: 40px;
}

.banner-detail {
  background-color: #fff;
}

/* product */
.Related-product h3.Head {
  font-weight: 600;
}

/* footer */

.footer-txt-list ul li a {
  color: #ffff !important;
  font-weight: 400 !important;
}

.footer-top .social-icons a i {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.footer-top .footer-icon span {
  width: 127px;
  height: 56px;
}

.footer-top .footer-icon {
  border-bottom: 1px solid #333333;
}

/* End Discover Section */

/* Start Business Section */

.business .business-detail span img {
  border-radius: 20px 20px 0 0;
}

.business .business-detail {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.sale-count span:nth-of-type(2) {
  position: relative;
  padding-left: 18px;
  color: #666666;
}

.sale-count span:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/epagenew-images/degree.svg") no-repeat center /
    contain;
}

.sale-count > span {
  padding: 3px 16px;
  border-radius: 3px;
  -webkit-transform: translate(19px, -46px);
  -ms-transform: translate(19px, -46px);
  transform: translate(19px, -46px);
}

/* End Business Section */

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.owl-dots button {
  background: transparent;
  border: none;
  padding: 0;
}

.owl-dots button span {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-dots button.active span {
  width: 28px;
  height: 8px;
  background: #0a84ff;
  border-radius: 10px;
}

.owl-nav {
  top: -61px;
  right: 0;
  position: absolute;
}

.business .buss-name,
.education .edu-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* show 2 lines */
  overflow: hidden;
}

/*  Start Education Section */
.hopmeeducation .homeeducation-detail {
  width: 100%;
  margin-bottom: 10px;
}

.homeeducation .homeeducation-item {
  border-radius: 0 0 12px 12px;
}

.city .container {
  margin-right: 0 !important;
}

.city {
  padding-right: 0 !important;
}

.homeeducation-carousel .owl-nav {
  display: none !important;
}

p a {
  color: #0284e1;
}
.card-text a {
  color: #0284e1;
}

.card-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px !important;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.banner_input input:focus,
.banner_input textarea:focus,
.banner_input select:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ui-widget.ui-widget-content {
  /* width: 237px !important; */
  padding: 10px !important;
}

.ui-menu .ui-menu-item {
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

a.selected {
  background-color: #0284e1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
}

.review-section .project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.review-section .project label {
  min-width: 148px;
  font-weight: 500;
  white-space: nowrap;
}

.brows-category .browscategory-right .browscategory-list .item {
  width: calc(100% - 73px);
}

.brows-category .browscategory-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.brows-category .browscategory-content .browcategory-detail {
  margin-top: 15px;
}

.discover {
  background-color: #f8f7fa;
}

.discover .discover-list .discover-item a {
  margin-top: 12px;
  margin-right: 6px;
  border-radius: 20px;
  padding: 10px 23px 10px 10px;
}

.discover .discover-list .discover-item a:last-child {
  margin-right: 0 !important;
}

.discover .discover-list .discover-item a::after {
  content: "";
  background-image: url("../images/epagenew-images/right-arrow.svg");
  position: absolute;
  width: 12px;
  height: 12px;
  top: 13px;
  right: 9px;
  background-size: 100% 100%;
}

.education .latest-home {
  width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 90% !important;
    max-width: 90% !important;
  }

  .header-bnr .banner .sidebar-wrapper.sidebar-default {
    display: none;
  }

  .sidebar-wrapper .sidebar-scroller {
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0;
    right: 0;
    height: 100%;
  }

  .reg-prev {
    padding: 3rem 0 !important;
  }
}

@media screen and (min-width: 600px) {
  .brows-category .browscategory-content {
    -ms-flex-flow: wrap !important;
    flex-flow: wrap !important;
  }

  .brows-category .browscategory-content .browcategory-detail {
    width: 48%;
    margin-right: 15px;
  }

  .brows-category .browscategory-content .browcategory-detail:nth-child(2n) {
    margin-right: 0;
  }

  .brows-category .browscategory-content .browcategory-detail:last-child {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 500px) {
  .prop_info .type,
  .prop_info .status,
  .prop_info .delivery_date {
    float: left;
    width: 33.3%;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .prop_info .delivery_date {
    border-right: 1px solid transparent !important;
  }
}

@media screen and (min-width: 680px) {
  .discover .service-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .discover .service-content {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .owl-carousel.header-carousel {
    display: none !important;
  }

  .banner-detail.active .owl-carousel.header-carousel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .header-carousel .scoller-item img {
    width: 22px;
    height: 22px;
    max-width: 22px;
  }
}

@media screen and (max-width: 767px) {
  #reg_log_popup #register-box {
    width: 69% !important;
  }
}

@media screen and (min-width: 768px) {
  section {
    padding: 3rem 2rem;
  }

  .brows-category .detail-link ul {
    position: static;
  }

  .discover .discover-list {
    width: 595px;
  }

  .city-carousel .owl-nav {
    right: 82px !important;
  }

  .banner-detail {
    position: static !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .owl-carousel.header-carousel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 900px) {
  .discover .service-info {
    width: 350px;
  }

  .banner-detail {
    height: 60px;
  }

  /* .post-listing {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  } */

  .afterLogin .post-listing {
    display: none !important;
  }
}

@media screen and (min-width: 872px) {
  .acc_login {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .brows-category .browscategory-headdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brows-category .browscategory-left {
    width: 67%;
  }

  .brows-category .browscategory-right {
    width: 30%;
    position: sticky;
    top: 16px;
    margin-top: 0;
  }

  .brows-category .brows-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .discover .discover-list .discover-item a {
    margin-right: 14px;
    padding: 10px 30px 10px 15px;
    font-size: 16px;
  }

  .discover .discover-list .discover-item a::after {
    width: 14px;
    height: 13px;
    top: 16px;
    right: 9px;
  }

  .footer .s_row {
    width: 13%;
  }

  .header-categorylist {
    width: 91%;
    margin: 0 86px 0 89px;
  }

  .company-container {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
  }

  .company-container .company-leftside {
    width: 69%;
  }

  .company-container .company-rightside {
    width: 29%;
  }

  .company-container .company-rightside .add-ress {
    width: 100%;
  }
}

@media screen and (min-width: 1101px) {
  .afterLogin .post-listing {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1300px) {
  .service-content h2 {
    font-size: 31px;
  }
}

@media screen and (min-width: 1366px) {
  section {
    padding: 3rem 0;
  }

  .container {
    min-width: 1200px !important;
    margin: 0 auto;
  }

  .business-carousel .owl-nav,
  .city-carousel .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .brows-category .browscategory-content .browcategory-detail {
    width: 32%;
  }

  .brows-category .browscategory-content .browcategory-detail:nth-child(2n) {
    margin-right: 15px;
  }

  .brows-category .browscategory-content .browcategory-detail:nth-child(3n) {
    margin-right: 0;
  }

  .brows-category .browscategory-right {
    width: 25%;
  }

  .brows-category .browscategory-left {
    width: 74%;
  }

  .city .container {
    min-width: 95% !important;
  }

  .discover .discover-container::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #bab9bb;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    left: 0;
  }

  .discover .service-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* .featuredSectionDiv
,.Related-product {
  padding: 0;
} */
}

@media screen and (min-width: 1400px) {
  .discover .service-info {
    width: 400px;
  }

  .sell {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1500px) {
  .brows-category .browscategory-left {
    width: 79%;
  }

  .brows-category .browscategory-right {
    width: 19%;
  }

  .brows-category .browscategory-content .browcategory-detail {
    width: 23%;
  }

  .brows-category .browscategory-content .browcategory-detail:nth-child(3n) {
    margin-right: 15px;
  }

  /* .discover .service-container {
    align-items: center;
    justify-content: space-between;
    width: 83%;
    margin: 0 auto;
  } */

  .discover .service-content {
    width: 54%;
  }

  .banner-head .banner-content::before {
    content: "";
    background-image: url("../images/epagenew-images/dotted-arrow.png");
    height: 286px;
    width: 200px;
    position: absolute;
    top: -32px;
    left: 56px;
  }

  .banner-head .banner-content::after {
    content: "";
    background-image: url("../images/epagenew-images/leftdotted.png");
    height: 285px;
    width: 223px;
    position: absolute;
    top: -32px;
    right: -13px;
  }
}

@media screen and (min-width: 1600px) {
  .brows-category .browscategory-content .browcategory-detail:nth-child(4n) {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1800px) {
  section {
    padding: 3rem 0;
  }

  .container {
    min-width: 1680px !important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1900px) {
  .business .business-detail h3 {
    font-size: 18px;
  }
}

.banner-logo {
  margin: 0 25px;
}

@-webkit-keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.animate-border {
  background-size: 200% 200%;
  -webkit-animation: borderMove 3s linear infinite;
  animation: borderMove 3s linear infinite;
}

#menutoggle.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-detail {
  width: 100% !important;
  position: absolute;
  background: #fff !important;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.banner-detail.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner .banner-content h1 {
  font-size: 31px !important;
  line-height: 1.2 !important;
}

.banner .city-tools {
  z-index: 90;
}

.allcat-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.allcat-carousel .item a {
  white-space: nowrap;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.allcat-carousel .item a:hover {
  color: #0d6efd;
  /* change to your primary */
}

/* Fix nav arrows alignment */
.allcat-carousel .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
}

.allcat-carousel .owl-nav button {
  background: none !important;
  font-size: 20px !important;
}

.header-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  top: 4px;
}

.header-carousel .owl-stage {
  padding: 0px 23px;
}

/*  */
#tabJob {
  display: none;
}

.grow_business {
  display: none;
}

#back-top.active {
  opacity: 0.8;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background: rgb(37 133 226 / 80%);
  color: #fff;
  z-index: 99999;
}

#back-top {
  bottom: 0;
  opacity: 0;
  z-index: 9;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 9px 0 0;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  line-height: 27px;
  text-align: center;
  border-radius: 50% !important;
  background: #252525;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transition: all 0.6s ease;
  -webkit-transform: translateY(40px);
}

#loader {
  padding: 10px 10px 10px 10px;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: 999999 !important;
}

.service-demo.owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.categories_banner {
  display: none;
}

@media screen and (min-width: 541px) {
  .latest-listing {
    -ms-flex-flow: wrap !important;
    flex-flow: wrap !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 16px;
  }

  .latestlisting-item {
    width: 48.5%;
  }
}

@media screen and (min-width: 900px) {
  .latestlisting-item {
    width: 32%;
  }
}

@media screen and (min-width: 1366px) {
  .latestlisting-item {
    width: 32%;
  }
}

@media screen and (min-width: 1500px) {
  .latestlisting-item {
    width: 24%;
  }
}

.banner-market {
  background: url("../images/epagenew-images/marketplace-bg.png");
  background-size: 100% 100%;
}

/* header */

#register-box {
  border-radius: 2px;
  left: 0 !important;
  margin: 0 auto;
  padding: 23px 15px;
  max-width: 560px;
  position: fixed;
  right: 0;
  top: 40% !important;
  width: 100%;
  z-index: 99999;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  max-height: 650px;
}

.column-form {
  width: 100%;
  /*float: left;*/
  position: relative;
}

.login-button {
  background-color: #0284e1;
}

.close_button:after {
  content: "\f00d";
  line-height: 4px;
  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;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
}

div#closebutton a#TB_closeWindowButton {
  border-radius: 50px;
  float: right;
  background: transparent;
  border: 1px solid #6c6c6c;
  height: 22px;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6c6c6c;
  margin: -5px -1px 0 0;
  z-index: 9999 !important;
  position: relative;
}

.add-ress #register-box.register-box1 #closebutton a#TB_closeWindowButton {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 12px !important;
}

.add-ress #register-box .circle-img img {
  margin: 21px auto;
}

.add-ress div#register-box.referfrnd iframe#IFsendMail {
  height: 345px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden !important;
  padding: 0 !important;
}

.add-ress div#register-box.register-box1 {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

.add-ress #register-box {
  background: white none repeat scroll 0 0;
  border-radius: 2px;
  left: 0 !important;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 560px;
  position: fixed;
  right: 0;
  top: 5% !important;
  width: 100%;
  z-index: 99999;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  max-height: 650px;
}

.add-ress #register-box.register-box1 {
  background: white none repeat scroll 0 0;
  border-radius: 2px;
  left: 0 !important;
  margin: 0 auto;
  padding: 30px 10px;
  max-width: 610px;
  position: fixed;
  right: 0;
  top: 5% !important;
  width: 100%;
  z-index: 9999;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  max-height: 650px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.referfrnd.middle_bg .register_panel {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  padding: 16px 0px;
}
#register-box iframe {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  max-width: 95%;
  font-family: "Lato", sans-serif;
}
.referfrnd.middle_bg {
  width: 80% !important;
}

div#register-box.register-box1 {
  top: 50% !important;
  left: 50% !important; /*transform: translate(-50%,-50%) !important;*/
  margin: 0 !important;
}

/* .tableContainer p { text-align: left; margin-top: 20px; font-family: 'Lato', sans-serif; }
	.tableContainer tbody tr { float: left; width: 48%; margin-right: 4%; }
	.tableContainer tbody tr.message, .tableContainer tbody tr.address{width: 100% !important;}
	.tableContainer tbody tr:nth-child(odd){margin-right: 0px !important; width: 48%;}
	.tableContainer tbody tr:last-child{width: 100%;}
	.tableContainer{padding-top: 10px	;} */

/* New css added for Realesate Starts */

.similar-cmpny .similar-cmpny {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}

.similar-cmpny-in {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.property_list {
  background: #fff;
  border-radius: 12px;
  float: left;
  overflow: hidden;
}

.property_list .property_img {
  float: left;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.property_list .property_img {
  float: left;
  /* margin-right: 10px; */
  max-height: 186px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin-bottom: 10px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property_list .card-body {
  float: left;
  width: 100%;
  margin-top: -2px;
}

.name_head {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  min-height: 40px;
  float: left;
  width: 100%;
}

.fea-prop {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property_list a p {
  height: 40px;
  width: 92%;
  /* margin-top: 10px !important; */
  float: left;
}

.card-body p {
  margin: 8px 0px !important;
  /* min-height: 65px; */
  min-height: 50px;
}

.property_list p {
  color: #595959;
  font-size: 13px;
  margin-top: 10px;
  width: 90%;
  margin-top: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
  line-height: 1.42857143;
}

.property_list .min {
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 0px;
  font-size: 12px;
}

span.min1.mrgn {
  font-size: 12px;
  width: 150px;
  display: block;
}

.property_list .col-md-7 span.min1.mrgn {
  margin-left: 0px;
  border: 1px solid #bbb;
  padding: 2px 8px;
  font-size: 11px;
  width: 100% !important;
  float: left;
  text-align: center;
  border-radius: 50px;
}

.name_licon {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: var(--light-red-md) 5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.owl-carousel .owl-item div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.owl-carousel .owl-item div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featuredSectionDiv .similar-cmpny {
  display: inline;
}

.featuredSection .featured .property_list {
  float: left;
  width: 100%;
  border: solid 1px #e3e3e3;
  margin-bottom: 12px;
}

.property_list {
  background: #fff;
  border-radius: 8px;
  float: left;
}
.showReview.cls_det {
  padding-bottom: 15px;
}

div.showReview.cls_det {
  float: left;
  width: 100%;
}

div.showReview.cls_det {
  background: white;
  padding: 0px 0 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
}

.showReviewOuter {
  padding-bottom: 0;
}

.showReviewOuter_header .title {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.classified-deta.product-deta .showReviewOuter_header .title {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  float: left;
}

.realestate.bgm input {
  outline: none;
}

.CommentLogin {
  float: right;
  margin: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.CommentLogin > a {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ccc;
  position: relative;
  padding: 2px 5px;
  font-size: 10px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;

  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ccc;
  position: relative;
  padding: 2px 5px;
  font-size: 10px;
  text-decoration: none;
}

.showReviewOuter_header .CommentLogin > a {
  background: #ff0000;
  padding: 5px 10px;
  font-size: 10px;
  border: none;
}

.showReviewOuter_header .CommentLogin > a:before {
  color: white;
}

.CommentLogin span {
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding-left: 6px;
}

.showReviewOuter_header .CommentLogin span {
  color: #333;
}

.ag1 {
  margin-top: 15px;
  height: auto;
  width: 100%;
  float: left;
  top: 0px;
  position: relative;
  background-color: white;
  border-radius: 6px;
  border: solid 1px lightgrey;
}

.realestate .style1 .ps1 .ag1 {
  margin-top: 15px;
  height: auto;
  width: 100%;
  float: left;
  /* top: 38px; */
  position: relative;
  background-color: white;
  border-radius: 10px;
  border: solid 1px #e3e3e3;
  /* margin-top: 38px; */
}

.ag1 h4.text-center {
  font-size: 14px;
  margin-bottom: 15px;
}

.realestate .ps1 .ag h4.text-center,
.realestate .ps1 .ag1 h4.text-center {
  font-size: 13px;
  color: #333;
}

.agg1 {
  margin-top: 0px;
  /* height: 350px; */
  max-height: 350px;
  overflow-x: hidden;
  width: 100%;
  float: left;
  top: 0px;
  position: relative;
  background-color: white;
  border-radius: 0px 0px 10px 10px;
  border-top: solid 1px lightgrey;
  padding: 0px 0px 5px 10px;
}

.realestate .agg1 {
  border-top: none;
}

.a1 {
  padding: 0px 0px 5px;
  float: left;
  width: 100%;
}

.realestate .agg1 .a1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.realestate .style1 .ps1 .a1 {
  padding: 0px 0px 10px;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */
}

.realestate .ps1 .agg1 .a1 .col-md-4.mt-3.padding-zero {
  width: 70px;
  height: 70px;
  float: left;
}

.realestate .style1 .ps1 .a1 .col-md-4.mt-3.padding-zero {
  padding: 0 0 0 5px !important;
}

.realestate .style1 .ps1 .a1 a.card_2 {
  float: left;
  width: 90px;
  min-height: 70px;
  min-width: 90px;
}

.hw {
  height: 70px;
  width: 70px;
  max-width: 70px;
  max-height: 70px !important;
  min-height: 70px !important;
  min-width: 70px !important;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.realestate .ps1 .agg1 .a1 .col-md-4.mt-3.padding-zero .hw {
  width: 70px;
  min-height: 70px !important;
  min-width: 70px !important;
  margin-top: 0px;
}

.realestate .ps1 .agg1 .a1 .col-md-4.mt-3.padding-zero .imgg1 {
  border-radius: 5px;
  margin-left: 0px;
}

.realestate .ps1 .agg1 .a1 .col-md-8.mt-3 {
  padding: 0px 0px 0px 10px;
}

.add-ress p.card-text.mts1 {
  font-size: 14px;
  font-weight: 400 !important;
}

.col-md-8.mt-3 p.card-text.mts1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  margin-bottom: 0;
}

.realestate .ps1 .agg1 .col-md-8.mt-3 p.card-text.mts1.text1 {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
}

.nw-p {
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  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;
}

.account-logout {
  position: absolute;
  top: 65px;
  width: 179px;
  background: #eee;
  border-top: 2px solid #02667d;
  right: 25px;
  display: none;
  right:0px;
}

.realestate .style1 .featuredSectionDiv h2.heading {
  text-transform: capitalize;
}

.pro_heading {
  /* display: flex; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.realestate.bgm .pro_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-real-esate ~ .property_sec .pro_heading h3 {
  background: -webkit-linear-gradient(
    -40deg,
    #000 14px,
    var(--light-red-md) 25px,
    #000 42px
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  margin: 40px 0 10px;
}

.property_sec {
  float: left !important;
  width: 100%;
}

.tab {
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  background: #eee;
  margin-right: 5px;
  border-radius: 4px;
}

.tab.active {
  background: #007bff;
  color: white;
}

.content {
  margin-top: 20px;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.sort-container {
  margin: 10px 0;
}

.item {
  margin: 5px 0;
}

.for_img {
  position: relative;
  display: inline-block;
}

.sale_icon.type_icon,
.rent_icon.type_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ff5e5e;
  /* Optional styling */
  color: white;
  /* Optional styling */
  padding: 5px 10px;
  /* Optional styling */
  font-weight: bold;
  /* Optional styling */
  z-index: 10;
}

/* .similar-cmpnydetail .property-item{
        width: 100% !important;
    } */

@media screen and (min-width: 1024px) {
  .cmpny-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .left-cmpny {
    width: 73%;
  }

  .add-ress {
    width: 25%;
    margin-top: 0 !important;
  }

  .latest-listing .home-page-listing {
    width: 63%;
  }

  .latest-listing .right_sidebar {
    width: 24%;
    float: right;
  }
}

@media screen and (min-width: 1400px) {
  .latest-listing .home-page-listing {
    width: 74%;
  }
}

.swiper-slide {
  /*width: auto !important;*/
  height: 400px !important;
}

.property_list .name_head i.fa.fa-heart-o {
  font-size: 18px;
}

.pro_price {
  float: left;
  width: 100%;
}

.pro_price h3 {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0px;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Lato";
}

.pro_title h3 {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0px;
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Lato";
}

.prop_info {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  /* margin: 20px 0px 20px 0px; */
}
.prop_info .type span,
.prop_info .status span,
.prop_info .delivery_date span {
  border: 0px;
  padding: 0;
  line-height: 24px;
}

.prop_info .abut-descipt {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  /* .company-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  } */

  .company-container .company-leftside {
    width: 69%;
  }

  .company-container .company-rightside {
    width: 29%;
  }
}

#side_add .property_list {
  border: solid 1px #e3e3e3;
  /* margin-top: 15px; */
}

.icon1 i {
  display: none;
}

.one-square {
  width: 100%;
}

.addfeature .home-page-listing {
  width: 100%;
  margin: 0 auto;
}
a.signupBack_.details_popback {
  position: absolute;
  left: -7px;
  top: -7px;
}

.businesspage_review_write .wriite_reviewinput textarea {
  border: 1px solid #d9d9d9;
  /* height: 50px; */
  font-size: 16px;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
}

.businesspage_review_write .name_image p#tree_icon {
  background: #0284e147;
  color: var(--primary-color);
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .similar-cmpny {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 15px 50%;
    grid-template-columns: 49% 49%;
    gap: 15px;
  }

  .property-list.latest-realestate {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 15px 50%;
    grid-template-columns: 49% 49%;
    gap: 15px;
    margin-bottom: 30px;
  }
}

.similar-cmpny {
  margin-bottom: 30px;
}

@media screen and (min-width: 910px) {
  .similar-cmpny {
    -ms-grid-columns: 40% 40%;
    grid-template-columns: 40% 40%;
  }
  .property-list.latest-realestate {
    -ms-grid-columns: 40% 40%;
    grid-template-columns: 40% 40%;
  }
}

@media screen and (min-width: 1400px) {
  .similar-cmpny {
    -ms-grid-columns: 32% 32% 32%;
    grid-template-columns: 32% 32% 32%;
  }
  .property-list.latest-realestate {
    -ms-grid-columns: 32% 32% 32%;
    grid-template-columns: 32% 32% 32%;
  }
}

h3 a,
h4 a,
h5 a {
  overflow: hidden;
  /* white-space: nowrap; */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  width: 100%;
  display: inline-block;
  height: 25px;
}

h3 {
  /* height: 30px; */
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
}

a h3 {
  overflow: hidden;
  /* white-space: nowrap; */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  width: 100%;
  display: inline-block;
}

p a {
  color: #0284e1;
}

.readLessHelperClass {
  color: #0284e1;
  font-size: 13px;
  font-weight: 500;
}

.prop_info .type,
.prop_info .status,
.prop_info .delivery_date {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  margin-top: 5px;
}

a.my_account {
  margin: 0;
  position: relative;
  z-index: 1;
  color: #111;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  float: left;
  font-size: 14px;
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  display: block;
  background: #fff;
  width: 100% !important;
  line-height: inherit;
  height: auto;
  margin-bottom: 10px;
}

.product_enquirymain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jc-bs3-row {
  width: 80%;
  margin: auto;
}

.jconfirm-content form input {
  width: 100%;
}

.jconfirm-content #enquiry_send_email {
  width: 100%;
}

#enquiry_send_email textarea,
#enquiry_send_email input {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0;
  border-radius: 4px;
}

#enquiry_send_email textarea {
  width: 100%;
  margin-bottom: 20px;
  height: 120px;
  padding: 10px 15px;
}

#enquiry_send_email input {
  padding: 10px 15px;
}

.swiper-container.swiper-container-one {
  padding: 15px;
}

.realestate .swiper-container .swiper-wrapper .card-image,
.realestate .swiper-container .swiper-wrapper {
  min-height: 300px;
  height: 40vh;
}

.form-group.user_name_pswd,
.form-group.name_set_asst,
.form-group.label_title,
.form-group.address-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-group .registration-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#registration_main input {
  border: 1px solid #bbb;
  border-radius: 5px;
  outline: none;
  width: 98%;
  font-size: 13px;
  padding: 5px;
}

#registration_main input,
#registration_main select.register_select {
  padding-left: 5px;
  width: 100%;
  height: 40px;
  max-width: 100% !important;
}

#registration_main textarea {
  padding: 5px;
  width: 100%;
  border: 1px solid #bbb;
  height: 35px;
  border-radius: 5px;
  font-size: 14px;
}
#registration_main textarea {
  height: auto !important;
  margin-top: 8px;
}

.tot_wor {
  padding-left: 0px;
  color: #4a4d4d;
  font-size: 14px;
}
.registration-group span.labels {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div_pss {
  width: 100%;
}

span.labels {
  font-size: 15px;
  color: #222;
  /* margin-bottom: 8px; */
  display: block;
  font-weight: 600;
}

.registration_form .form-group {
  margin-bottom: 10px !important;
}

.accountregistration_container div#form_table input {
  width: 100% !important;
  margin: 0px 0px 5px 0px;
  position: relative;
  margin-top: 8px;
}

#registration_headings {
  margin-bottom: 10px;
}

#registration_headings {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.labels span i.fa.fa-question-circle {
  color: #0284e1;
}

#registration_main select.register_select {
  background: transparent !important;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.registration_form div#form_table select {
  outline: none;
  font-size: 14px;
  margin: 8px 0px 5px 0px;
}

span.country_code {
  padding: 0 8px;
  color: #222;
  background: #f2f2f2;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  position: absolute;
}
.registration-group {
  position: relative;
}

.mobile_ph input#mobile,
.mobile_ph input#phone {
  padding-left: 65px;
}
#registration_main .mobile_ph span.country_code {
  position: absolute;
  border-right: 1px solid rgb(169, 169, 169);
  bottom: 7px;
  z-index: 1;
  left: 2px;
}

@media screen and (min-width: 768px) {
  .form-group,
  .registration-group {
    width: 32%;
  }

  .mobile_ph.mobileview .registration-group {
    width: 49% !important;
  }
  .webiste-input {
    width: 49%;
  }

  .form-group.user_name_pswd,
  .form-group.name_set_asst,
  .form-group.label_title,
  .form-group.address-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-group.postal_codes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-group.mobile_ph.mobileview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-group .address_input {
    width: 49%;
  }
  /* 
  .form-group .registration-group{
    width: 49%;
  } */

  #reg_log_popup #register-box {
    width: 38% !important;
  }

  .post-login{order: 3;}
  .banner-detail{width: auto !important;}

}

.field_icon {
  position: absolute;
  right: 9px;
  top: 43px;
}

.form-group .privacy_p #chkTerms {
  width: 15px !important;
  margin: 4px 5px 0 0;
}

#form_table table td input#chkTerms {
  height: auto !important;
}

.registration_form #form_table table tr td.privacy_p input#chkTerms {
  margin-right: 5px !important;
}

#form_table table tr td {
  display: block;
  text-align: left;
  position: relative;
}

#registration_main #form_table table tr td.privacy_p input#chkTerms {
  float: none;
  vertical-align: middle;
  z-index: 99;
  position: relative;
  top: 0 !important;
  width: auto !important;
  margin: -4px 0 0 0;
}
#myDropzone,
#myDropzone1 {
  border: 1px dashed var(--primary-color) !important;
  border-radius: 8px;
  padding: 5px;
  height: 178px;
  width: 200px;
  text-align: center;
  margin-top: 8px;
}
.gimg_drag {
  font-size: 26px;
  color: #fff;
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding-left: 0px;
  padding-top: 15px;
}

.registration_form .form-group.address_sets .col-sm-12 .gallry_icon {
  height: 60px;
  border: none;
  top: 25px;
  color: #fff;
  position: relative;
  text-align: center;
  /* display:flex; */
}

.notBusemail_div {
  -webkit-box-shadow:
    0 19px 38px rgb(0 0 0 / 30%),
    0 15px 12px rgb(0 0 0 / 22%) !important;
  box-shadow:
    0 19px 38px rgb(0 0 0 / 30%),
    0 15px 12px rgb(0 0 0 / 22%) !important;
  border: 1px solid #bbb !important;
}

#reg_log_popup #register-box {
  width: 50%;
  /* background-color: #fff; */
}

#iagree_email {
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 15px 10px 15px;
  position: relative;
  bottom: 5px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 18px;
}

#featured_adds_h {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;

  width: 100%;
}

.eye_password,
.eye_password {
  position: absolute;
  right: 2%;
  top: 54.5%;
}

span.error.err {
  margin-bottom: 8px !important;
  margin-top: 5px;
}

.no_found_result {
  color: #fb3d46;
}

body .no-results .no_found_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

body .no-results {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
}

.error.err span#togglePassword {
  top: 60px !important;
}

.accountregistration_container div#form_table input.new-sb-mit {
  background: var(--primary-color);
  width: 90px !important;
  text-align: center;
  border-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: auto;
}

.list_blue {
  font-size: 17px;
  color: var(--primary-color);
  /* display: block; */
  font-weight: 600;
  margin-right: 4px;
  margin-bottom: 5px;
  margin-top: 0;
}

div#field.changed_layout div#registration_main {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
}

.privacy_p {
  padding-bottom: 14px;
  font-size: 14px;
}

.btn-info {
  background-color: #0087db !important;
  border-color: #0087db !important;
}

#middle_containner {
  padding: 3rem 2rem;
}

.error_class.error_mssg {
  font-size: 13px;
  text-align: left;
}

/* #togglePassword{
      top: 60px !important;
    } */

span.error.err.err_mssg_password,
span.error.err.err_mssg_userName {
  top: 0;
  position: absolute;
  right: 0;
}

.nav-fiels.business-profile-directory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-fiels.business-profile-directory .cs-clasifi {
  width: auto !important;
}

.registration-group span.labels {
  position: relative;
}

.registration-group .tooltip {
  left: 37px !important;
  right: 61px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -36px !important;
  font-size: 12px;
  color: red;
}

.main-form-field {
  width: 97%;
  margin: 2rem auto !important;
}

#registration_main .note-editable {
  min-height: 200px;
}

@media screen and (min-width: 1024px) {
  .main-form-field {
    width: 75%;
  }

  .realleft {
    width: 65%;
  }

  .jc-bs3-row {
    width: 60%;
  }
}

.dropzone .dz-preview {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.fa-question-circle {
  color: #0284e1;
}

#error_mssg_chkTerms {
  font-size: 14px;
  margin-bottom: 10px;
}

.dropzone {
  padding: 14px 7px !important;
}

.dropzone .dz-preview {
  margin: 0 !important;
}

.address_sets .registration-group .labels {
  display: block !important;
}

.drop_check {
  height: 20px !important;
}

span.error_class p {
  color: #ff0000 !important;
  text-align: left;
}

.preview-info .style1.classified-deta.preSec {
  width: 100%;
  /* background: #f5f6fa; */
  padding: 20px 0 40px;
}

/* ---------- Container ---------- */
.preview-info .container.home-page-listing.reg-prev {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Main Layout: left + right ---------- */
.preview-info .custom-area.classified-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

/* ---------- Left Panel ---------- */
.preview-info .left-prof-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  /* border-radius: 10px; */
  /* border: 1px solid #e2e6ea; */
  /* padding: 24px; */
}

/* Slider / image area */
.preview-info .left-prof-img .single-item {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  margin-bottom: 20px;
  min-height: 200px;
}

.preview-info .left-prof-img .single-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  /* object-fit: cover; */
  display: block;
}

/* ---------- Title ---------- */
.preview-info .deta-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
  line-height: 1.3;
  word-break: break-word;
}

.preview-info .deta-title span {
  display: inline-block;
  width: auto;
}

/* ---------- Description ---------- */
.preview-info .add_desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
  word-break: break-word;
}

.preview-info .add_desc p {
  margin-bottom: 8px;
}

.preview-info #myBtn {
  color: #007bff;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  margin-left: 4px;
}

.preview-info #myBtn:hover {
  text-decoration: underline;
}

/* ---------- Tab Bar (date, views, reviews, report) ---------- */
.preview-info .data-list-tab {
  border-top: 1px solid #e2e6ea;
  padding-top: 14px;
  margin-top: 8px;
}

.preview-info .li-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview-info .li-tab ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 12px;
  font-size: 13px;
  color: #444;
  border-right: 1px solid #e2e6ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.preview-info .li-tab ul li:last-child {
  border-right: none;
}

.preview-info .classified_title {
  font-weight: 500;
  color: #666666;
}

.preview-info .destop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #555;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preview-info .destop a {
  color: #666666;
  text-decoration: none;
  font-weight: 600;
}

.preview-info .destop a:hover {
  text-decoration: underline;
}

/* Report button */
.preview-info .listing_report .report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.preview-info .listing_report .report p {
  margin: 0;
}

.preview-info .listing_report .report a {
  color: #666666;
  text-decoration: none;
}

.preview-info .listing_report .report:hover {
  color: #666666;
}

/* ---------- Right Panel (contact / address) ---------- */
.preview-info #address1.add-ress {
  width: 300px;
  min-width: 260px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e6ea;
  padding: 20px;
  position: sticky;
  top: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* Contact action icons row */
.preview-info .contact-view {
  margin-bottom: 16px !important;
  border-bottom: 1px solid #e2e6ea;
  padding-bottom: 14px;
}

.preview-info .contact-view ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  gap: 8px;
}

.preview-info .contact-view ul li a,
.preview-info .contact-view ul li a i {
  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;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0f4ff;
  color: rgb(156 163 175);
  font-size: 16px;
  -webkit-transition:
    background 0.2s,
    color 0.2s;
  -o-transition:
    background 0.2s,
    color 0.2s;
  transition:
    background 0.2s,
    color 0.2s;
  cursor: pointer;
  text-decoration: none;
}

.preview-info .contact-view ul li a:hover,
.preview-info .contact-view ul li a:hover i {
  background: #3a6fd8;
  color: #fff;
}

/* Name & address info */
.preview-info #main_address_d {
  margin-top: 4px;
}

.preview-info .list-contact-info {
  width: 100%;
}

.preview-info .locat-info {
  width: 100%;
}

.preview-info .name-info {
  margin-bottom: 12px;
}

.preview-info .sp-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
}

/* Address list */
.preview-info .pn-infomation ul.hm-adrs {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.preview-info .pn-infomation ul.hm-adrs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555;
  padding: 6px 0;
  /* border-bottom: 1px solid #f0f0f0; */
  word-break: break-word;
  /* flex-direction: column; */
}

.preview-info .pn-infomation ul.hm-adrs li:last-child {
  border-bottom: none;
}

.preview-info .pn-infomation ul.hm-adrs li i {
  color: rgb(156 163 175) !important;
  font-size: 15px;
  margin-top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}

.preview-info .adr-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}

.preview-info .list_num {
  color: #333;
}

/* Verified email icon */

.preview-info .email_approved {
  color: #007bff;
  font-size: 13px;
  text-decoration: none;
  word-break: break-all;
}

.preview-info .email_approved:hover {
  text-decoration: underline;
}

/* Business Review */
.preview-info .review-section ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.preview-info .review-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview-info .review-section span {
  font-size: 13px;
  color: #555;
  margin-right: 8px;
}

.preview-info .rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.preview-info .rating i {
  font-size: 14px;
}

.preview-info .business_rating {
  font-size: 12px;
  color: #888;
  margin-left: 4px;
}

/* ---------- Bottom Buttons ---------- */
.preview-info .btnDiv.btnDivv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: flex-end; */
  gap: 12px;
}

.preview-info .btnDiv.btnDivv {
  width: 120px;
}

.preview-info .btnDiv.btnDivv .btn.btn-info.btnedit {
  background: #fff;
  color: #fff;
  border: 2px solid #007bff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition:
    background 0.2s,
    color 0.2s;
  -o-transition:
    background 0.2s,
    color 0.2s;
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.preview-info .btnDiv.btnDivv .submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 120px !important;
}

.preview-info .btnDiv.btnDivv .submit-btn .sub_btn.form-submit {
  padding: 10px 32px;
  background: #007bff;
  color: #fff;
  border: 2px solid #007bff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  min-width: 75px !important;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  width: auto !important;
}

.preview-info .btnDiv.btnDivv .submit-btn .sub_btn.form-submit:hover {
  background: #0056b3;
  border-color: #0056b3;
}

/* =============================================
   RESPONSIVE BREAKPOINTS
   ============================================= */

/* --- Tablet: 1024px --- */
@media (max-width: 1024px) {
  .preview-info .custom-area.classified-detail {
    gap: 18px;
  }

  .preview-info #address1.add-ress {
    width: 260px;
    min-width: 240px;
  }

  .preview-info .deta-title {
    font-size: 22px;
  }

  .preview-info .left-prof-img .single-item img {
    height: 320px;
  }
  .right_sidebar {
    margin-top: 0;
  }

  .right-classified {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .li-tab ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1px);
    flex: 1 1 calc(50% - 1px);
    border-right: 1px solid #e2e6ea;
    border-bottom: 1px solid #e2e6ea;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

/* --- Small Tablet / Large Mobile: ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ 768px --- */

@media (max-width: 768px) {
  .preview-info .custom-area.classified-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .preview-info #address1.add-ress {
    width: 100%;
    min-width: unset;
    position: static;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; /* contact card appears above description on mobile */
  }

  .left-prof-img {
    width: 100%;
    /* padding: 18px; */
  }

  .preview-info.preview-info .left-prof-img .single-item img {
    height: 240px;
  }

  .preview-info .deta-title {
    font-size: 20px;
  }

  .preview-info .li-tab ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .preview-info .li-tab ul li:nth-child(2n) {
    border-right: none;
  }

  .preview-info .li-tab ul li:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .preview-info .contact-view ul li a,
  .preview-info .contact-view ul li a i {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .preview-info .btnDiv.btnDivv .btn.btn-info.btnedit,
  .preview-info .btnDiv.btnDivv .submit-btn,
  .preview-info .btnDiv.btnDivv .submit-btn .sub_btn.form-submit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #field_1.listing_line ul > li > div#field_text {
    width: 100% !important;
    padding: 10px 0 5px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
  }

  #field div#field_1.listing_line table {
    margin-top: 20px;
  }
}

/* --- Mobile: ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ 480px --- */
@media (max-width: 480px) {
  .preview-info .container.home-page-listing.reg-prev {
    padding: 0 12px;
  }
  /* 
  .preview-info .left-prof-img {
    padding: 14px;
  } */

  .preview-info .left-prof-img .single-item img {
    height: 200px;
  }

  .preview-info .deta-title {
    font-size: 18px;
  }

  .preview-info .add_desc {
    font-size: 13px;
  }

  .preview-info .sp-name {
    font-size: 16px;
  }

  .preview-info .li-tab ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #e2e6ea;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .preview-info .li-tab ul li:last-child {
    border-bottom: none;
  }

  .preview-info .contact-view ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .preview-info .btnDiv.btnDivv .btn.btn-info.btnedit,
  .preview-info .btnDiv.btnDivv .submit-btn .sub_btn.form-submit {
    width: 100% !important;
    text-align: center;
  }

  .preview-info .email_approved {
    font-size: 12px;
  }

  .form-group.new_keywords #keywords .label_b {
    margin-left: 12px;
    font-size: 13px;
  }
}

.preview-info .btnDiv .btn-info,
.preview-info .btnDiv .submit-btn {
  min-width: 120px !important;
}

@media (max-width: 360px) {
  .preview-info .deta-title {
    font-size: 16px;
  }

  .preview-info .sp-name {
    font-size: 15px;
  }

  .preview-info .contact-view ul li a,
  .preview-info .contact-view ul li a i {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

.preview-info
  .left-prof-img
  .slick-initialized
  .slick-slide
  img.img-responsive {
  /* height: 100%; */
  -o-object-fit: contain;
  object-fit: cover;
}

.preview-info button.slick-prev,
button.slick-next {
  width: auto !important;
  height: auto !important;
  font: 24px / 36px FontAwesome;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 0;
}

.preview-info div.left-prof-img .slick-initialized .slick-track {
  /* height: 410px; */
}

.preview-info .tel_no,
.tel_number {
  display: none;
  color: var(--primary-color) !important;
}

div.left-prof-img button.slick-next:before {
  color: var(--light-red) !important;
  content: "\f105";
  font: 24px / 36px FontAwesome;
  text-shadow: unset;
  background: #e3e3e3 !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  font-size: unset !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 1px;
  padding-left: 3px;
  font-size: 24px !important;
}

.tel-inputs-section {
  position: relative;
  width: 100%;
  float: left;
}

.featured.businesses .card-main .card .card-body {
  min-height: 160px !important;
}

.jconfirm-content .ProductBlock {
  width: 91%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

#qr-container {
  margin-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  /* #main_address_d .list-contact-info .locat-info {
  width: 50% !important;
} */
  .cmpny-container .left-cmpny {
    width: 100%;
  }
}

#whatsappButton {
  margin-left: 40 !important;
}

.pro-desc p {
  height: 50px;
}

#field_1 .toggle-btn {
  background-color: var(--primary-color) !important;
  padding: 2px 5px;
}

.start_ratting.flex {
  margin-top: 12px;
  float: left;
}
.listing_left.col-list-img {
  overflow: hidden;
}
.search-box-details {
  cursor: pointer;
}
.review-section .title {
  float: left;
}

.relevant-section .card-inner {
  background: #fff;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}
/* .relevant-section img.card-img-top {
  -o-object-fit: contain;
     object-fit: contain;
} */

section.latest-listing .feature-listing.latest-listing {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

section.latest-listing
  .feature-listing.latest-listing
  .col-latest.addressLatest.latestlisting-item.marketlisting-item {
  width: 100%;
  margin: 0px;
}

.businesspage_totalreview_section .notapproved {
  top: 30px !important;
}
/***********real-estate_Business Test Profile*********/
.review-section .showReviewOuter .name {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-left: 0px;
  width: 100%;
}
.review-section .showReviewOuter .time {
  width: 100%;
  text-align: left;
  float: left;
  padding: 5px 0 5px 0px;
  font-size: 13px;
}
.review-section .showReviewOuter .reviw {
  padding: 5px 0px 5px 0 !important;
  line-height: 22px;
  float: left;
  width: 100%;
}
.businesspage_review_write .name_image p#tree_icon {
  background: var(--light-red-bg);
  color: var(--light-red-md);
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
}
*/ .review-section .showReviewOuter .name_image img {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 12px;
  border-radius: 100% 100%;
  max-width: 120px;
}
.businesspage_totalreview_section .name_image img {
  float: left;
  width: 62px;
  height: 100%;
  margin-right: 12px;
  border-radius: 100% 100%;
  max-width: 72px;
  background: #fff3f3;
}
.businesspage_totalreview_section .name {
  text-transform: capitalize;
}
.review-section .showReviewOuter .time li.ratings {
  list-style: none;
  float: left;
  margin-right: 6px;
}
.review-section .showReviewOuter .pst_rew {
  float: left;
  width: 90%;
  margin-top: 0;
}
.review-section .showReviewOuter .name_image {
  float: left;
  height: auto;
  height: 60px;
  width: 60px;
  margin-right: 1%;
}
.showReviewOuter .businesspage_totalreview_section .reviw {
  border: none;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
}
.review-section .showReviewOuter .businesspage_totalreview_section {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  border-top: 1px solid #d9d9d9;
}
.businesspage_totalreview_section .notapproved {
  color: var(--light-red-md);
  float: right;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.showReviewOuter .businesspage_totalreview_section .reply {
  float: left;
}
.showReviewOuter .businesspage_totalreview_section .fa.fa-reply {
  font-size: 18px;
  color: #595b5d;
  float: left;
}
.showReviewOuter .businesspage_totalreview_section .reply p {
  float: left;
  font-size: 16px;
}
.fa-mail-reply:before,
.fa-reply:before {
  float: left;
  margin-right: 10px;
}
.left-prof-img.review-section div#showReview {
  padding: 10px 20px;
}

.left-prof-img.review-section div#showReview .showReviewOuter_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviewpage_main .report {
  margin-top: 0;
}
.reviewpage_main a.btn_report {
  font-weight: 500;
}
.reviewpage_main .review_image p.newpost {
  margin-top: 4px;
}
/* .report{font-size: 16px;float: right; margin-top: 5px;} */
.report {
  font-size: 16px;
  float: left;
  margin-top: 0px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.report p a {
  color: #303030;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.total_reply p a {
  color: #303030;
}
.report p {
  float: right;
  margin-left: 7px;
}
.total_reply {
  float: right;
  font-size: 15px;
}

.businesspage_review_write .pst_rew {
  margin-top: 0;
}
div#reply_section50,
div#show_reply_section50 {
  float: left;
  width: 100%;
  margin-top: 22px;
  border-top: 1px solid #d9d9d9;
  padding-top: 22px;
}
.businesspage_review_write .start_ratting {
  list-style: none;
  font-size: 28px;
  text-align: left;
}
.businesspage_review_write .wriite_reviewinput textarea {
  border: 1px solid #d9d9d9; /*height: 50px;*/
  font-size: 16px;
  color: #000;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
}
.businesspage_review_write .name_image p#tree_icon {
  width: 62px;
  font-size: 34px;
  height: 62px;
}
.review-section .showReviewOuter .load_review {
  float: left;
  margin: 0 0 40px;
  width: 100%;
}
.review-section .showReviewOuter .load_review a {
  text-decoration: underline;
  font-size: 14px;
  color: #000;
}
/* .review-section .showReviewOuter_header{float: left;width: 100%; ;} */
.showReviewOuter {
  background: transparent;
}
.showReviewOuter_header .title {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
.showReviewOuter_header .title .ratings {
  font-size: 16px;
}
.showReviewOuter_header .CommentLogin span {
  color: #333;
}
.showReviewOuter_header .CommentLogin > a:before {
  color: white;
}
.showReviewOuter_header .CommentLogin > a {
  background: var(--light-red);
  padding: 5px 10px;
  font-size: 10px;
  border: none;
}
.showReviewOuter .businesspage_totalreview_section .reply p a {
  color: #595b5d;
}
.businesspage_review_write .start_ratting div#click {
  width: 100% !important;
}
.businesspage_review_write a#btSubmitReview {
  float: left;
  margin-top: 20px;
}
.businesspage_review_write .start_ratting div#click50 {
  width: 100% !important;
  float: left;
}
.businesspage_review_write a#btSubmitReviewReply {
  float: left;
  margin: 15px 0 30px;
}
.sub_review_li p {
  color: #595b5d;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 14px;
  word-wrap: break-word;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0px;
}

.rating-reviewSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.showReviewOuter1.loggedIn_review .rating-reviewSection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.report.signtxt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-bar-section h2.heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
}

.nearads-listing {
  margin-top: 5px;
  margin-left: 0px;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.nearads-detail {
  line-height: 20px !important;
  margin-top: 3px !important;
}

.nearby-ads-listsection {
  width: 100%;
  max-height: 420px;
  overflow: auto;
}
.nearby-ads-listsection {
  float: left;
  width: 100%;
  margin: 0px 0px 20px;
}

.featured-busns-section .featured-img-section {
  height: 200px;
  float: left;
  width: 100%;
}

.featured-busns-section .p-3 {
  width: 100%;
  float: left;
}

.featured-busns-section {
  float: left;
  width: 100%;
}

.featured.businesses.search-list .heading {
  float: left;
  width: 100%;
  margin: 20px 0px 10px;
}

.featured.businesses.search-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.listing_report .reported {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.feturd_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.addressLatest {
  width: auto;
}

.rating {
  margin-left: 7px;
}

.company_logo img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.bus-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-header-ui-autocomplete {
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (min-width: 563px) and (max-width: 762px) {
  section.latest-listing .feature-listing.latest-listing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49% 15px 49% !important;
    grid-template-columns: 49% 49% !important;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .right-bar-section {
    margin-top: 20%;
  }
  .nearByListingsAjax {
    float: left;
    width: 100%;
    margin: 10px 0px 20px;
    border: 1px solid #ccc;
    padding: 10px 0px;
  }
}

.list-header-ui-autocomplete {
  font-weight: 600;
  margin-bottom: 10px;
}
.ui-menu .ui-menu-item-wrapper {
  font-weight: 500 !important;
}

/* #register-box.register-box1{border: 1px solid #eee; box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); border-radius: 8px; background-color: #fff;}
 div#register-box.register-box1{top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important;}
 
@media only screen and (max-width: 600px) {
    #register-box.register-box1 {width: 90%;}
}
 
.ProductBlock .Content{display: flex; flex-direction: column;}
.enquiry-img-view a{display: flex; justify-content: center;}
.register_panel .oops_cont {width: 100%;}
div#enquiryreferMain{width: 100%;}
.Content .enquiry-img-view a{width: 200px;}
.Content .enquiry-img-view img{width: 100%; height: 100%;}
.Content .pro-name h3{margin-top: 15px;} */

.footer {
  padding-top: 10px;
  float: left;
  width: 100%;
}

/* Root Field Wrapper */
.custom-field {
  position: relative;
  display: inline-block;
  /* margin-bottom: 8px; */
  font-size: 14px;

  --field-padding: 12px;
  --transition-speed: 0.2s;
}

/* Input Field */
.custom-field input {
  padding: var(--field-padding);
  font-size: inherit;
  border: none;
  border-radius: 4px;
  outline: none;
  -webkit-transition:
    top 0.3s ease,
    color 0.3s ease,
    font-size 0.3s ease;
  -o-transition:
    top 0.3s ease,
    color 0.3s ease,
    font-size 0.3s ease;
  transition:
    top 0.3s ease,
    color 0.3s ease,
    font-size 0.3s ease;
}

/* Floating Placeholder */
.custom-field .placeholder {
  position: absolute;
  left: var(--field-padding);
  max-width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #999;
  font-weight: 500;
  pointer-events: none;
  
  -webkit-transform: translateY(64%);
  -ms-transform: translateY(64%);
  transform: translateY(64%);
  -webkit-transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  -o-transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  
}

/* Active / Filled State */
.custom-field input:not(:-moz-placeholder-shown) + .placeholder {
  top: 5px;
  transform: none;
  font-size: 14px;
  padding: 0 4px;
  background-color: #fff;
  color: var(--primary-color);
}
.custom-field input:not(:-ms-input-placeholder) + .placeholder {
  top: 5px;
  -ms-transform: none;
  transform: none;
  font-size: 14px;
  padding: 0 4px;
  background-color: #fff;
  color: var(--primary-color);
}
.custom-field input:focus + .placeholder,
.custom-field input:not(:placeholder-shown) + .placeholder {
  top: 5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 14px;
  padding: 0 4px;
  background-color: #fff;
  color: var(--primary-color);
}

/* ---------------- VARIANT ONE ---------------- */

.custom-field.one input {
  background: transparent;
  border: 1px solid #ddd;
}

.custom-field.one input:not(:-moz-placeholder-shown) {
  border-color: var(--primary-color);
}

.custom-field.one input:not(:-ms-input-placeholder) {
  border-color: var(--primary-color);
}

.custom-field.one input:focus,
.custom-field.one input:not(:placeholder-shown) {
  border-color: var(--primary-color);
}

.custom-field.one input:not(:-moz-placeholder-shown) + .placeholder {
  color: var(--primary-color);
}

.custom-field.one input:not(:-ms-input-placeholder) + .placeholder {
  color: var(--primary-color);
}

.custom-field.one input:focus + .placeholder,
.custom-field.one input:not(:placeholder-shown) + .placeholder {
  color: var(--primary-color);
}

.reg_toltip {
  position: absolute !important;
  top: -4px;
  right: 2px;
  z-index: 1;
}
em {
  color: var(--primary-color);
}

.custom-field.one.phn-code .placeholder {
  left: 86px;
}
.register_form.myform span.country_code {
  background: transparent;
  top: 5px;
}

input#phone_number {
  padding-left: 80px;
}
/* select#PhoneCode {
  outline: none;
  background: transparent;
  position: absolute;
  top: 25px;
} */

.custom-field.one input:not(:-moz-placeholder-shown) + .placeholder {
  left: 15px;
}

.custom-field.one input:not(:-ms-input-placeholder) + .placeholder {
  left: 15px;
}

.custom-field.one.phn-code input:focus + .placeholder,
.custom-field.one input:not(:placeholder-shown) + .placeholder {
  left: 15px;
}

@media screen and (min-width: 700px) {
  div.row.resetpassword_section .col-md-12.inner_page_content {
    width: 62%;
    float: unset;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

div.row.resetpassword_section .reset_container span.error {
  position: relative;
  font-size: 13px;
  margin-top: 6px;
  float: left;
}

span.error {
  color: red;
}

.login-button.submit_btn {
  background-color: #0284e1;
  margin-top: 10px;
  width: 100%;
  outline: 0;
  border: 0;
  padding: 11px 25px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  width: auto;
  border-radius: 5px;
  letter-spacing: 0.8px;
}

input:focus {
  outline: none;
  border: 1px solid #0284e1;
}

/* .error{color: #000 !important;} */

div#epage_footerpages span.title {
  font-size: 26px !important;
  color: #303030;
  font-weight: 500;
}
/* #epage_footerpages {
  padding: 3rem 2rem;
} */

/* Contact Page */
.contactpage_form #form_table table.cont_form tr input,
.contactpage_form #form_table table.cont_form tr textarea,
.contactpage_form #form_table table.cont_form tr select {
  border-radius: 2px;
  border: 1px solid #ffdcde47;
  background: #0284e117;
  border-bottom: 2px solid var(--primary-color);
}
.contactuspage_left_title span {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.contactuspage_left_title h2 {
  font-size: 44px;
  color: #3c3c3c;
  margin: 10px 0;
  line-height: 1.1;
}
.contactuspage_left_discroption p {
  font-size: 18px;
}
.contactuspage_container {
  padding: 3rem 2rem 0 2rem;
}
#form_table table.cont_form tr td input,
#form_table table.cont_form tr td textarea,
#form_table table.cont_form tr td select {
  width: 100% !important;
}
.contactpage_form table.cont_form tr.submit_btn {
  float: left;
  padding: 3px 8px;
}
#form_table table.cont_form tr td span.error_mssg {
  float: right;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
#form_table table tr td select {
  height: 39px;
  max-width: 450px;
  width: 100% !important;
  margin-bottom: 20px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 6px 12px;
  color: #333;
}
span.error_class img {
  position: absolute;
  right: 160px;
  top: 228px;
}

.contactuspage_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#contact_btSubmit {
  background-color: var(--primary-color) !important;
}

@media screen and (max-width: 768px) {
  .contactuspage_left_title h2 {
    font-size: 28px;
    text-align: center;
  }

  .contactuspage_left_discroption p {
    font-size: 16px;
    text-align: center;
  }
  .contactuspage_left_title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

span.error_class.err_img.err_img {
  float: left;
  position: relative;
  top: 0;
  right: 0;
}

input.form-check-input.account_type.inpt {
  visibility: hidden;
}

.reg-prev {
  padding: 3rem 2rem !important;
}

.getFavorite {
  cursor: pointer;
  margin-left: 7px;
}

/* Site Map Css */

div#field_1.listing_line > ul > li img {
  max-width: 35px;
  overflow: hidden;
  max-height: 35px;
  margin: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
div#field_1.listing_line > ul > li.category-li-mn .category-li-in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
/* 
div .breadcrumb,
div.cover_crumbs {
  background: #0284e117;
} */
#field_1 li {
  margin: 0px;
  padding: 5px 8px;
  line-height: 17px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  width: 100%;
}
li.category-li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div#field_1.listing_line > ul > li #field_text span a {
  background: none;
  font-size: 14px;
  padding: 0;
}
div#field_1.listing_line #address_h {
  color: #ffffff;
  background-color: var(--primary-color);
  padding-left: 17px;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  border: 0;
  margin-bottom: 15px;
}
div#field_1.listing_line > ul > li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  display: block;
}
#field_1.listing_line ul > li > div#field_text {
  width: 100% !important;
  padding: 10px 0 5px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
}
#field_1.listing_line > ul > li > a {
  position: absolute;
  left: 0;
  top: 18px;
}

#field_text span.list_blue {
  float: left;
}
.list_blue {
  font-size: 17px;
  color: var(--primary-color);
  display: block;
  font-weight: 600;
  margin-right: 4px;
  margin-bottom: 5px;
  margin-top: 0;
}

div#field_1.listing_line {
  width: 100%;
  margin: 0;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#field_1 {
  display: inline;
  /* float: left; */
}
.list_text {
  font-size: 11px;
  float: left;
}

.listing_line #field_text .list_text {
  float: left;
  padding-bottom: 0;
  color: #4e4b4b;
  width: 100%;
  display: block !important;
  margin-bottom: 10px;
}
.breadcrumb {
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
div#field_1.listing_line > ul > li #field_text span a {
  background: none;
  font-size: 14px;
  padding: 0;
}

.sp-name.dsf span.spn-name1 {
  font-weight: 600;
  font-size: 18px;
}

.pn-infomation .adr-info {
  font-size: 14px;
}

@media screen and (max-width: 565px) {
  .rating-reviewSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

ul.list-unstyled li {
  font-size: 15px;
}
.l_side h3 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.property-sec.simmilar_agent {
  padding: 0 !important;
}
#qr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
  /* .list-contact-info {
    width: 50%;
  } */
  .uniover-right {
    width: 50%;
  }
}

.r_side .tel_nob {
  /* min-width: 91px; */
  margin-right: 12px;
}

.con_sell {
  font-size: 18px;
}
.hm-adrs li a span {
  font-size: 13px;
}

.faqsection_container {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 17px;
  grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  float: left;
  grid-gap: 26px;
  width: 100%;
  margin-top: 30px;
}

.faqsection_container .faqpage_section strong:after {
  content: "";
  border: 2px solid;
  width: 50px;
  display: block;
  margin-top: 8px;
  color: var(--blue-color);
  background: var(--blue-color);
}

.faqsection_container .faqpage_section strong,
div#howitworks_container .howm span {
  margin-bottom: 8px;
  float: left;
  width: 100%;
  font-size: 17px;
}

.faqsection_container p {
  margin: 0 0 10px;
  display: inherit;
  overflow: visible;
}

.howitwork_steps ul li p,
div#epage_footerpages p {
  color: #525252;
  margin: 0 0 10px;
}

.forgot-button {
  background-color: var(--primary-color) !important;
}

/* .footer.bg-black .breadcrumb {
    text-transform: none;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
} */

.footer.bg-black .list_text {
  float: inherit;
  font-size: 11px;
}

/*.banner_input.city{padding: 12px !important;}*/

.discover-item a::after {
  content: "";
  background: url("../images/epagenew-images/right-arrow.svg") no-repeat
    center / contain;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 17px;
  right: 11px;
  background-size: 100% 100%;
}

.discover-item a {
  margin-right: 14px;
  padding: 10px 30px 10px 15px;
  font-size: 16px;
  margin-top: 14px;
}
#descriptions1 span {
  top: -8px !important;
}

#loader_p .fa-spinner:before {
  font-size: 4em;
  color: #0284e1;
}
#loader_p .fa-spinner {
  -webkit-animation: rotation 2s infinite linear;
}
#loader_p {
  padding: 10px 10px 10px 10px;
  color: White;
  font-weight: bold;
  background-color: var(--light-red-md);
  margin: auto;
  width: 90px;
}

/* .register_panel {
    background: #ffffff; padding: 25px;   max-width: 400px;   margin: 40px auto;   border-radius: 10px;  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} */

.choose_list {
  padding: 12px;
  background: #ffffff;
}
.d_list {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.d_list:focus {
  border-color: #007bff;
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
strong {
  display: block;
}
.close_button {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.choose_list form select {
  cursor: pointer;
}
.hm-adrs li span {
  min-width: 42px !important;
}

.lis_msg .signupBack_.sign_back11 {
  left: -6px;
  top: -27px;
}
.right_sidebar {
  margin-top: 20px;
}

.individual_hea {
  width: 80%;
  margin: auto;
}

.footer-content {
  float: left;
  width: 100%;
}

.adr ul li p {
  display: flex;
}
.adr ul li {
  display: flex;
}

.error_class {
  font-weight: normal !important;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.privacy_p span a {
  font-size: 14px !important;
}

i.fa.fa-user.iccn {
  display: none;
}

.card {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}

.review-edit {
  margin-right: 12px;
}

.form-group.new_keywords #keywords .inner_listing {
  display: flex;
  align-items: center;
}
.form-group.new_keywords #keywords .inner_listing input {
  width: 20px !important;
  height: 40px;
  margin: 0;
}

.form-group.new_keywords #keywords .label_b {
  margin-left: 12px;
  font-size: 14px;
}

.banner-inner .img_dv {
  border-radius: 12px;
}
.thumbnail .img_dv {
  border-radius: 12px;
}
.card-image img {
  border-radius: 12px;
}

.icon-location:before {
  content: "\e807";
  color: #000 !important;
}
.demo-icon {
  margin-top: 0 !important;
}

.serch-img {
  height: 150px;
}
.banner_input .demo-icon {
  display: none !important;
}

.enquiry-submit-btn {
  cursor: pointer;
  margin-top: 5px;
  background: #0284e1;
  width: fit-content;
  height: 40px;
  display: block;
  border-radius: 2px;
  position: relative;
  padding: 10px 12px;
  text-align: center;
  box-sizing: border-box;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 14px;
}
.home_enquiry .Content .enquiry-img-view a {
  width: 100%;
}
.home_enquiry .Content .enquiry-img-view a img {
  border-radius: 12px;
}
.home_enquiry .error_class {
  font-size: 13px;
  margin-left: 14px;
}

.home_enquiry .Content .enquiry-img-view {
  width: 200px;
  height: 200px;
}
.home_enquiry .Content .enquiry-img-view a img {
  border-radius: 12px;
}

.owl-item {
  padding-bottom: 12px !important;
}

.bed {
  margin-top: 8px;
}

/* .listing-btn-section .tel_nob{min-width: 91px;} */

.realright .tel_nob {
  background-color: var(--primary-color) !important;
}
.realright .s_btn {
  background-color: var(--primary-color) !important;
}

/* .addressLatest .listing_left{background-color: #fff !important;} */

.email_approved {
  font-size: 13px;
}

.classified-deta.f-stick.product-deta {
  padding-top: 4rem;
}

.custom-area {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  padding: 15px 0 20px;
}

/* .card-body {background-color: #fff;} */

form#listing_report_form table.sendmail_table td .reviewepage_input {
  width: auto;
  display: unset;
  margin-right: 15px;
  margin-top: 10px;
  position: relative;
}
tr.reviewpopup_reason textarea#reason {
  float: left;
  height: 90px;
  border: 1px solid #c1c1c1;
  margin: 12px 0 20px;
  background: transparent;
  font-size: 15px;
  border-radius: 3px;
  width: 100%;
  padding: 12px;
}
.listing-btn-section .s_btn {
  background-color: var(--primary-color) !important;
}
#reviewpage_report_tr td {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
}
.reportPopUpwidth.reviewpage_popupmain {
  width: 80% !important;
}
form#listing_report_form table.sendmail_table td .reviewepage_input input {
  height: 22px;
  width: 22px !important;
  margin: 0;
  position: absolute;
  left: 0;
  line-height: 10px;
  bottom: 0;
  z-index: 99;
  accent-color: var(--primary-color);
  cursor: pointer;
}
div#register-box.reviewpage_popupmain {
  background: url(https://epage.sg/public/front/epageindia/images/error_img.png)
    no-repeat bottom right;
  background-color: #fff;
}
div#register-box.reviewpage_popupmain {
  background-size: 20%;
}
.reviewepage_input label {
  padding-left: 28px;
}

/* .setGrid1.property-list.fhf.agent-cards {
    width: 32%;
} */

.card-rate-view-sec {
  justify-content: space-between;
}

.for-desk {
  display: contents;
}
.for-desk .price {
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.minmax {
  float: left;
  width: 50%;
}

.for-desk.PriceSection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.for-desk.PriceSection .price {
  width: 50px;
  display: flex;
  color: #333;
  gap: 2px;
}

.minmax .min-ms-price {
  float: left;
  width: 100%;
  color: #333;
  font-size: 14px;
}

.minmax .min-ms-price input {
  float: right;
  width: 80%;
}

.leftFilters-inner div.relative span {
  top: 24% !important;
}

.sendMaiPopup .register {
  width: 80% !important;
}

.review-section .project a li div {
  display: flex;
}

.preview-info {
  padding: 3rem 1.5rem;
}
.preview-info .custom-area {
  margin-top: 0 !important;
}

.fa-mobile {
  font-size: 19px;
}

.amenities {
  margin-top: 1.2rem;
}

#closeSearch {
  color: #666666;
}

.property_img a.addProClick {
  height: 160px;
}

.header-categorylist .owl-carousel .owl-item {
  padding-bottom: 0 !important;
}

.PostFree .register-box1 {
  width: 90% !important;
  background-color: #ffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

@media screen and (max-width: 519px) {
  .realStateSearch .banner-input {
    display: flex;
    flex-direction: column;
  }
  .PriceSection {
    padding: 12px;
  }
  .realStateSearch .banner-input .search {
    padding: 4px 12px;
  }
}

.reviewepage_input {
  margin-right: 12px;
}

.PostFree .register-box1 {
  transform: translate(-50%, -50%) !important;
}
.add-ress div#register-box.register-box1 {
  width: 90%;
}
a#mailSend {
  background-color: var(--primary-color) !important;
}

.footer .search_field ul {
  width: 45%;
}
.footer .breadcrumb-link ul {
  width: 45%;
}
@media screen and (min-width: 908px) {
  .footer .footer-text-breadcrumb {
    flex-direction: row !important;
    justify-content: space-between;
  }
  /* .footer .main_heads{margin-top: 2.5rem;} */
}
@media screen and (min-width: 1024px) {
  .footer .footer-text-breadcrumb {
    width: 98%;
  }
  .footer .main_head_link {
    width: 24%;
  }
  .footer .breadcrumb-link {
    width: 70%;
  }
  .footer .footer .breadcrumb-link ul {
    width: 43%;
  }
  .footer .footer-txt-sec {
    width: 54%;
  }
}
.footer-content {
  border-bottom: 1px solid #333333;
  padding-bottom: 1.5rem;
}

.fullContentHelperClass p {
  display: block;
  margin: 10px 0px;
}

.reportPopUpwidth {
  transform: translate(-50%, -50%) !important;
}
.reportPopUpwidth span.error_class img {
  display: none !important;
}

.enquiry-img-view.product_enquiry a img {
  width: 100%;
  height: 100%;
}
.enquiry-img-view.product_enquiry a {
  display: flex;
  height: 160px;
}
#enquiry_send_email input {
  width: 100%;
}

#whatsappButton {
  display: flex;
  margin: 0px auto !important;
  justify-content: center;
}
.ui-widget.ui-widget-content
  .new-quotes-autocomplete-li
  .text-new-quotes-autocomplete
  :hover {
  border: 1px solid transparent !important;
}
.footer-list {
  margin-top: 1.5rem;
}

.dropzone .dz-preview .dz-details .dz-size span strong {
  display: contents;
}

.listing_left a.addClick {
  /* border-bottom: 1px solid #ff0000; */
  /* height: 100%; */
  height: 200px;
}

.fa-star-o:before {
  color: #ccc;
}

.notBusemail_div {
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}
#reg_log_popup div#register-box.register-box1.notBusemail_div.bg-white {
  margin: 0 auto !important;
  left: 0 !important;
  transform: translate(0px, -65px);
}
.text-new-quotes-autocomplete.ui-menu-item-wrapper {
  border: none !important;
}
.realestate.bgm input {
  /*color: #fff;*/
  color: #333;
}

.footer-icon {
  padding-bottom: 1.5rem !important;
}

#divReferFriend {
  top: 0px !important;
  left: 0px !important;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
  height: 100%;
  width: 100%;
}

div#sign-up-pages.owl-theme .owl-controls .owl-page span.owl-numbers {
  float: left;
  border-radius: 50%;
  text-indent: -999px;
  width: 10px;
  height: 10px;
  padding: 0;
}
div#sign-up-pages.owl-theme .owl-controls.clickable {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
div#sign-up-pages .owl-wrapper-outer {
  height: auto !important;
}
div#sign-up-pages .owl-wrapper-outer .item {
  width: 100%;
  height: auto;
}
.howitwork_container .owl-wrapper-outer .item .row,
.howitwork_container .row {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.howitwork_container .row::before,
.howitwork_container .row::after {
  display: none;
}
.howitwork_container {
  max-width: 1040px;
  margin: 0 auto;
}
div#sign-up-pages.owl-theme .owl-buttons {
  display: none;
}
.howitwork_container .main-head-top {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  float: left;
  width: 100%;
  margin: 10px 0 30px;
}
.howitwork_container .head-top {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  color: var(--light-red-md);
  font-size: 18px;
  font-weight: 600;
}
.howitwork_container span.digit,
span.digit strong {
  font-size: 40px;
  color: #818181;
  font-weight: 600;
}
.howitwork_container h2.mn-title {
  margin: 20px 0 12px;
  font-size: 30px;
  font-weight: 600;
}
.howitwork_container .innertext p {
  max-width: 300px;
  line-height: 22px;
}
.howitwork_container article {
  scroll-snap-type: y mandatory; /*height: 100vh;*/
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}
.howitwork_container article > section {
  scroll-snap-align: start;
}
.howitwork_container section {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-sizing: border-box;
  background-attachment: fixed !important;
  justify-content: center;
}
/* .howitwork_container section ~ section{margin: 5% 0;padding: 5% 0;} */
.howitwork_container section ~ section {
  margin: 25px 0;
  padding: 0% 0;
}
.howitwork_container article > section:first-child {
  margin-top: 30px;
}
.howitwork_container section > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.howitwork_container section > :first-child:not(.content) {
  margin-top: 0;
  height: 100vh;
}
.howitwork_container section > :last-child:not(.content) {
  margin-bottom: 0;
}
.howitwork_container section > .content {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}
.howitwork_container section > .content {
  --space: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.howitwork_container section > .content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.howitwork_container section > .content > * + * {
  margin-top: var(--space);
}
.howitwork_container section > .content .intro {
  font-size: clamp(1em, 1rem + 1.2vw, 1.1rem);
}
.howitwork_container section a.bs-prf {
  height: 50px;
  width: fit-content;
  margin: 6% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  background: var(--light-red-md);
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 600; /*margin-top: 6% !important;*/
}
.imageClass.right {
  text-align: end;
}
.imageClass.right p {
  float: right;
}
.howitwork_container article::-webkit-scrollbar {
  width: 0;
}
.howitwork_container section div#sign-up-pages {
  float: left;
  width: 100%;
}
.howitwork_container section * {
  transition: all 0.6s ease-in-out;
}
.imageClass.ryt {
  width: 70%;
}
.howitwork_container section .owl-controls .owl-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .howitwork_container .row {
    flex-direction: column;
  }
  .howitwork_container .row div.imageClass {
    width: 100%;
  }
  .howitwork_container .row div.imageClass.lft {
    order: 1;
    padding-left: 15px;
  }
  .howitwork_container .row div.imageClass.ryt {
    order: 2;
  }
  div.imageClass.right {
    text-align: left;
  }
  div.imageClass.right p {
    float: left;
    max-width: 100%;
  }
  .howitwork_container .owl-wrapper-outer .item .row {
    flex-direction: row;
  }
  .howitwork_container .innertext p {
    font-size: 13px;
  }
  div.howitwork_container h2.mn-title {
    font-size: 24px;
  }
  div .howitwork_container span.digit,
  div span.digit strong {
    font-size: 30px;
  }
  div.howitwork_container .main-head-top {
    font-size: 23px;
  }
  .howitwork_container section .owl-controls {
    top: unset;
  }
  .howitwork_container section .owl-controls .owl-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.cntry-code {
  width: 58px;
  padding: 8px 20px 8px 10px;
}

.register_panel {
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .latest-realestate .property-item {
    margin-top: 15px;
  }
  .similar-cmpny .similar-cmpny {
    margin-top: 15px;
  }
}

.btm_menu {
  margin-bottom: 15px;
}

.dropdown_city {
  position: relative;
  width: 140px;
  margin-left: 10px;
}
.dropdown_city label {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  width: FIT-CONTENT;
  align-items: center;
}
.dropdown_city label span {
  float: right;
  color: #000;
}
.dropdown_city input {
  display: none;
}
/* Dropdown menu */
.menu {
  position: absolute;
  width: 151px;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.3s ease;
  z-index: 100;
}
.dropdown_city input:checked ~ .menu {
  opacity: 1;
  pointer-events: auto;
  margin-top: 20px;
}
.menu label {
  display: flex;
  justify-content: space-between;
  padding: 10px 11px;
  cursor: pointer;
  width: 100%;
  border-top: 1px solid #eee;
}
.menu label:last-child {
  border-bottom: none;
}
.menu label:hover {
  background: #f8f8f8;
}
.menu input {
  display: none;
}
.menu input:checked + span::after {
  content: "✔";
  color: red;
  font-size: 14px;
  position: absolute;
  right: 18px;
}
/* Responsive */
@media (max-width: 480px) {
  .dropdown_city {
    width: 100%;
  }
}

#toggle:checked ~ .menu {
  display: block;
}
.dropdown_city label:hover .selected-city {
  color: var(--primary-color);
}

.dropdown_city:hover svg {
  stroke: var(--primary-color);
}

.ads-section {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.hp {
  display: flex;
  justify-content: center;
}

.right-bar-section .hp {
  display: block;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 998;
}
#categoryMenu {
  position: fixed;
  top: 116px;
  left: -300px;
  width: 280px;
  height: calc(100vh - 116px);
  background: #fff;
  overflow-y: auto;
  transition: 0.3s ease;
  padding: 20px;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
#categoryMenu.active {
  left: 0;
}
#overlay.active {
  display: block;
}
#categoryMenu h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
#categoryMenu ul {
  list-style: none;
  padding: 0;
}
#categoryMenu ul li {
  padding: 8px 0;
  cursor: pointer;
  font-size: 14px;
}
#categoryMenu ul li:hover {
  color: #2563eb;
}
body.no-scroll {
  overflow: hidden;
}

a#mailSend {
  background-color: var(--primary-color) !important;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 2px;
  padding: 10px 12px;
  text-align: center;
  box-sizing: border-box;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.demo-icon {
  margin: 0 2px;
  font-size: 12px;
}
.rating {
  margin-left: 15px !important;
}
.review-section .project a li div {
  align-items: center;
}

.close-icon {
  position: absolute;
  left: 287px;
  top: 17%;
  z-index: 9999;
  filter: invert(1);
  font-weight: 600;
  font-size: 29px;
}
.close-icon {
  display: none;
}
.close-icon.active {
  display: block !important;
}

.btn_primary {
  min-width: 100px;
  padding: 9px 12px;
  text-align: center;
}


@media screen and (min-width:1000px) {
    .post-listing {
    display: flex !important;
    }
  }
 
 
@media screen and (min-width:768px) and (max-width:900px) {
  .tab_menu {margin-right: 9px !important;}
}
 

@media screen and (max-width:1024px) {
  .for_desktop{display: none !important;}
  .acc_login.signtxt{width: 50px;
    justify-content: center;}
}


.afterLogin .banner-logo{margin-right: 0 !important;}
.sp-name {    gap: 15px;padding-top: 16px;}
.company_logo{width: 48px; height: 48px;}

@supports (-webkit-touch-callout: none) {
  .dropdown_city {
    width: 185px;
  }
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{    background: #0284e1 !important;}
.ui-widget-header{    background: #0284e1 !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{color: #0284e1 !important;}
.switch::before{background-color: #fff !important;}
#step_method p{font-size: 17px;font-weight: bold;  background: linear-gradient(90deg, #0284E1, #000, #fff);  background-size: 300% 300%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: gradientShift 3s ease infinite;}
#step_method p:hover {transform: scale(1.05);transition: transform 0.3s ease;}
@keyframes gradientShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }}
.acc_login .for_desktop{font-size: 14px;}
.com_name  select{padding: 12px !important; border-radius: 4px; color: #999; background-color:transparent; font-weight:500; height:47px; border-color: var(--primary-color); -webkit-appearance: none;
    appearance: none;
    outline: none;}
.column-form.com_name select:focus {
    border-color: var(--primary-color) !important;
    outline: none;
    box-shadow: 0 0 0 0px var(--primary-color);
}
 
input{font-weight: 400 !important;}

.countryPhoneCode {
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 22px;
  width: 70px;
  padding: 10px 0px;
  height: 42px;
  -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}

.ep-reg-form-body {text-align: left;}

.ep-reg-form-input, .ep-reg-form-select {
  height: 40px; background: transparent;
  -webkit-appearance: none;
    appearance: none;
    outline: none;
}