@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700");

body {
  font-family: "Montserrat", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

h2 {
  color: #101010;
  font-size: 40px;
  font-weight: 200;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body.pop-up-show {
  overflow: hidden;
}

a:focus {
  text-decoration: none;
}

.mobile-search-icon {
  display: none;
}

.mobile-menu-icon {
  display: none;
}

.header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  float: left;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.logo {
  padding: 15px 0;
  display: inline-block;
}

.logo>a {
  display: inline-block;
}

.navigation {
  float: right;
}

.navigation>ul>li {
  display: inline-block;
  padding: 21px 15px;
}

.navigation>ul>li a {
  color: #101010;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.navigation>ul>li a:hover {
  color: #ec1827;
}

.navigation>ul>li span {
  padding: 0 5px;
}

.navigation>ul>li .btn-business {
  background: #ec1827 none repeat scroll 0 0;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  padding: 10px 17px;
  transition: all 0.3s ease 0s;
}

.navigation>ul>li .btn-business:hover {
  background: #bb1521;
  color: #fff;
}

.navigation>ul .list-business {
  margin: 14px 0;
  padding: 0 15px;
}

.banner {
  background: rgba(0, 0, 0, 0) url("../images/banner-new.jpg") no-repeat scroll center center / cover;
  float: left;
  padding: 200px 0 160px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 4;
}

.banner h1,
.banner h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  margin: 0 0 30px;
  font-weight: 700;
  max-width: 550px;
  text-transform: uppercase;
}

.banner-form {
  background: #ffffff none repeat scroll 0 0;
  /*    overflow-x: hidden;*/
  border-radius: 2px;
  left: 100%;
}

.search-item>input {
  border: medium none;
  border-radius: 2px 0 0 2px;
  color: #757575;
  font-size: 14px;
  padding: 14px 10px 14px 30px;
  width: 100%;
  outline: none !important;
}

/* Add new css */
.slider .owl-carousel .item a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-size: 12px;
  /*     border-radius: 3px;
 */
  white-space: nowrap;
  text-decoration: none;
}

.slider .owl-carousel .item a:hover {
  background-color: #e8432e;
  color: #fff;
  border: 1px solid #e8432e;
}

.slider {
  padding: 0 12px;
}

.slider .owl-prev {
  position: absolute;
  top: 5px;
  left: -22px;
  outline: none;
}

.slider .owl-next {
  position: absolute;
  right: -22px;
  top: 5px;
  outline: none;
}

.slider .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000;
  background: unset;
}

.post-card .post-details {
  border: 1px solid #dddddd;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.sub-cat-posts .row {
  /*    gap: 20px;*/
  padding: 0;
}

.sub-cat-posts {
  margin-top: 20px;
}

.post-card {
  max-width: 31.3%;
  padding: 0;
}

input::-moz-placeholder {
  color: #757575;
  opacity: 1;
}

.search-item {
  position: relative;
}

.search-item .search-icon {
  color: #757575;
  left: 8px;
  position: absolute;
  top: 25%;
}

.select-section>input {
  border: medium none;
  color: #757575;
  font-size: 14px;
  padding: 15px 10px 15px 25px;
  width: 100%;
}

.location {
  color: #757575;
  left: 11px;
  position: absolute;
  top: 28%;
}

.btn-search {
  background: #ec1827 none repeat scroll 0 0;
  border-radius: 0 2px 2px 0;
  border: medium none;
  font-family: "montserrat";
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 13.3px 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
  width: 100%;
}

.btn-search:hover {
  background: #bb1521;
}

.select-section::before {
  border-left: 1px solid #757575;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 16px;
}

.select-section {
  position: relative;
}

.popular-categories {
  float: left;
  padding: 0px 0;
  text-align: center;
  width: 100%;
}

.archive-cat-filter.owl-carousel {
  display: none;
}

.archive-cat-filter.owl-carousel.fully-loaded {
  display: block;
}

.popular-categories h2 {
  margin: 0 0 60px;
}

.popular-categories-item {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  float: left;
  padding: 40px;
}

body.home .popular-categories:not(.owl-loaded) {
  display: flex;
  overflow: hidden;
}

.select2-results__option {
  font-size: 13px;
  text-align: left;
}

.select2-search--dropdown .select2-search__field {
  font-size: 13px;
  text-align: left;
}

.banner-form .select2 {
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-form .select2 span.selection {
  display: block;
  width: 100%;
  position: relative;
}

.banner-form .select2 .select2-selection__arrow b {
  display: none;
}

.banner-form .select2 .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 298.666667l256 256 256-256 85.333333 85.333333-341.333333 341.333333-341.333333-341.333333z' fill='%23777' /%3E%3C/svg%3E");
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  top: 50% !important;
  transform: translateY(-50%);
  right: 6px !important;
}

.banner-form .select2 .select2-selection__rendered {
  padding-top: 7px;
  padding-bottom: 7px;
}

.popular-categories.owl-carousel .owl-stage {
  animation: loop 1100s linear infinite;
}

@keyframes loop {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translateX(-100%, 0, 0);
  }
}

.popular-categories.owl-carousel:hover .owl-stage {
  animation-play-state: paused;
}

.tax-business_categories .popular-categories-item {
  border: 1px solid #dddddd;
  width: 23%;
  margin: 1%;
}

.listing-tab .active a {
  background: #ec1827;
  border: 1px solid #ec1827;
  color: #fff;
  border-radius: 2px;
}

.listing-tab .active a::before {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #ec1827;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 0;
}

.page-title.banner-404 {
  background: no-repeat;
  padding: 40px 0 60px;
}

.page-title.banner-404 h1 {
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.page-title.banner-404 .excerpt-404 {
  color: #888;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}

.pagination .page-numbers {
  width: 38px;
  height: 38px;
  background-color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
  padding: 9px 5px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.pagination-wrapper {
  text-align: center;
}

.pagination {
  border: 1px solid #dddddd;
  border-radius: 2px;
  /* width: max-content; */
  overflow: hidden;
  display: inline-flex;
}

.pagination .page-numbers:not(:last-child) {
  border-right: 1px solid #ddd;
}

.pagination .page-numbers.prev {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='82' viewBox='0 0 51 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.8233 0.130609L0.914306 41.0396L41.8233 81.9486L50.9143 72.8576L19.0963 41.0396L50.9143 9.22161L41.8233 0.130609Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: repeat;
  background-size: 9px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.pagination .page-numbers.next {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='82' viewBox='0 0 51 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0053 81.9486L50.9143 41.0396L10.0053 0.130615L0.914307 9.22162L32.7323 41.0396L0.914307 72.8576L10.0053 81.9486Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: repeat;
  background-size: 9px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.dt-layout-cell.dt-layout-end .dt-paging .dt-paging-button {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
}

.dt-layout-cell.dt-layout-end .dt-paging nav {
  display: flex;
}

.dt-layout-cell.dt-layout-end .dt-paging .dt-paging-button:hover {
  background-color: #ec1827;
  color: #fff;
}

.dt-layout-cell.dt-layout-end .ellipsis {
  padding: 0px 3px;
  line-height: 1.8;
}

.dt-layout-cell.dt-layout-end .dt-paging .dt-paging-button.current {
  background-color: #ec1827;
  color: #fff;
  font-weight: 500;
}

.pagination .page-numbers.current {
  background-color: #ec1827;
  color: #fff;
  font-weight: 500;
}

.pagination a.page-numbers:hover {
  background-color: #ec1827;
  color: #fff;
  font-weight: 500;
}

.pagination a.page-numbers:hover:before {
  color: #fff;
}

.archive-cat-filter .owl-stage {
  display: flex;
}

@media (max-width: 767px) {
  .page-title.banner-404 .thumb img {
    width: 220px;
    height: auto;
  }

  .page-title.banner-404 .btn-categories {
    margin: 0;
  }
}

.last-child {
  border-right: medium none;
}

/* .popular-categories-item > a {  margin: 0 0 5px; display: inline-block;} */
.popular-categories-item h4 {
  font-size: 16px;
  font-weight: 700;
}

.popular-categories-item p {
  color: #757575;
}

.popular-categories-item:nth-child(8n):before {
  content: none;
}

.categories {
  float: left;
  width: 100%;
  padding: 50px 0 10px;
  text-align: center;
}

.btn-categories:focus,
.btn-categories {
  background: #ec1827 none repeat scroll 0 0;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 22px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border: none;
}

.btn-categories:focus,
.btn-categories:hover {
  background: #bb1521;
  color: #fff;
  text-decoration: none;
}

.featured-listing {
  background: #f7f7f7 none repeat scroll 0 0;
  float: left;
  padding: 60px 0;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.page-id-170418 .featured-listing {
  padding: 80px 0;
}

.company-name {
  background: #ffffff none repeat scroll 0 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 30px;
  padding: 15px 20px;
  text-align: left;
}

.company-name>h3 a {
  color: #ec1827;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.company-name>h3 a:hover {
  color: #101010;
}

.company-name>h3 {
  display: inline-block;
  color: #ec1827;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 10px;
}

.company-title h2 a:hover {
  color: #101010;
}

.company-title h2 a {
  display: inline-block;
  color: #ec1827;
  font-size: 20px;
  font-weight: 300;
  max-width: 360px;
}

.rating-content>ul {
  display: flex;
  font-size: 0;
}

/* .rating-content {
    position: absolute;
    right: 20px;
    top: 20px;
} */
.company-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.rating-image {
  top: 0;
}

.rating-content li {
  padding: 0 2px;
  display: inline-block;
}

.rating-content>ul>li>a {
  color: #feaf17;
  display: inline-block;
  font-size: 16px;
}

.rating-content>ul>.last>a {
  color: #e6e6e6;
}

.rating-content>span {
  color: #ec1827;
  font-size: 13px;
}

.company-item>p {
  color: #757575;
  font-size: 12.2px;
  margin: 0 0 10px;
}

.company-item>ul>li span {
  color: #757575;
  font-size: 14px;
}

.company-detail-inner .rating-image>ul>li>a i {
  border: medium none;
  color: #feaf17;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: auto;
}

.company-item>ul>li {
  padding-bottom: 8px;
}

.company-item>ul>li i {
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #ec1827;
  display: inline-block;
  font-size: 16px;
  height: 25px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
}

.company-item>ul>li {
  padding: 0 0 8px 33px;
  position: relative;
}

.company-detail-inner .rating-image>ul>.last>a>i {
  color: #e6e6e6;
}

.company-item img {
  border: 1px solid #dddddd;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

/* .company-enquiry ul {
} */

.company-enquiry li {
  padding: 0px 0 10px;
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-bottom: 5px;
}

.listing-container.company-enquiry ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.listing-container.company-enquiry li {
  padding: 0px 0 10px;
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  align-items: baseline;
  width: 100%;
}

.company-enquiry a {
  border: 1px solid #dddddd;
  color: #101010;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.company-enquiry a:hover {
  background: #101010 none repeat scroll 0 0;
  border: 1px solid #101010;
  border-radius: 2px;
  color: #ffffff;
}

.company-enquiry>ul>li .send-enquiry {
  background: #ec1827 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  padding: 9px 5px;
  transition: 0.3s;
  font-size: 12px !important;
}

#email-send-enquiry {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #101010;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
}

.company-enquiry li a {
  display: flex;
  justify-content: center;
}

#email-send-enquiry:hover {
  background: #101010 none repeat scroll 0 0;
  border: 1px solid #101010;
  border-radius: 2px;
  color: #ffffff;
}

.company-enquiry>ul>li .send-enquiry:hover {
  background: #bb1521;
}

.company-enquiry>ul>li i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.featured-listing h1 {
  margin: 10px 0 40px;
  font-weight: 600;
}

.company-enquiry {
  padding-top: 10px;
}

.how-it-works {
  float: left;
  padding: 90px 0 60px;
  text-align: center;
  width: 100%;
}

.image-section>img {
  background: #ec1827 none repeat scroll 0 0;
  border-radius: 50%;
  margin: 0 0 5px;
}

.image-section>h3 {
  color: #dddddd;
  font-size: 40px;
  font-weight: 700;
}

.how-it-works h2 {
  margin: 0 0 30px;
}

.image-content>h4 {
  color: #101010;
  font-size: 20px;
  margin: 0 0 10px;
}

.image-content>p {
  font-size: 13px;
  color: #757575;
}

.enquiry-section {
  margin: 0 0 30px;
  padding: 0 0 0 83px;
  position: relative;
}

.image-section {
  left: 0;
  position: absolute;
  top: 0;
}

.image-content {
  text-align: left;
}

/*layout-2-header start*/
.layout-2-header .navigation>ul .list-business {
  margin: 15px 0;
  padding: 0 1px;
}

.layout-2-header .btn-search {
  font-size: 16px;
  padding: 8px 19px;
  font-family: "Montserrat", sans-serif;
  width: auto;
}

.header-form input {
  border: medium none;
  font-size: 14px;
  padding: 0 10px;
  width: 100px;
  outline: none !important;
}

.header-form {
  display: inline-block;
  font-size: 0;
  margin: 15px 0;
}

.input-section {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-radius: 2px 0 0 2px;
  display: inline-block;
  padding: 8.6px 0 8px;
}

.header-form .search-keyword {
  border-right: 1px solid #dddddd;
  /*    width: 235px;*/
  width: 136px;
  outline: none !important;
}

/*layout-2-header end*/
.page-title {
  background: rgba(0, 0, 0, 0) url("../images/banner-2.jpg") no-repeat scroll center center / cover;
  float: left;
  padding: 50px 0;
  text-align: center;
  margin-top: 70px;
  width: 100%;
}

.page-title h1 {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}

/* .page-title h2 {
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
} */
.my-account-content {
  background: #f2f1ef none repeat scroll 0 0;
  float: left;
  padding: 50px 0 20px;
  width: 100%;
}

.nav-item>ul>li {
  border-bottom: 1px solid #dddddd;
}

.nav-item>ul>li:nth-child(4n) {
  border-bottom: none;
}

.nav-item>ul>li>a {
  background: #ffffff none repeat scroll 0 0;
  color: #101010;
  display: inline-block;
  font-size: 16px;
  padding: 18px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  width: 100%;
}

.my-account h3 {
  color: #101010;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}

.my-account>.checkbox {
  color: #757575;
  display: inline-block;
  width: auto;
  vertical-align: calc();
}

.your-business-form .checkbox {
  display: inline-block;
  width: auto;
}

.your-business-form>p {
  color: #757575;
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
  vertical-align: top;
}

.your-business-form p a {
  color: #101010;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.your-business-form p a:hover {
  color: #bb1521;
}

.my-account>span {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: top;
}

.your-business-form .btn-add-business {
  background: #ec1827 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 700;
  max-width: 200px;
  text-decoration: none;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.your-business-form .tel-number {
  position: relative;
}

/* .your-business-form .tel-number > input {
    padding: 10px 10px 10px 55px;
} */
.your-business-form .tel-number>span {
  background: #757575 none repeat scroll 0 0;
  border-radius: 2px 0 0 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  height: 40px;
  left: 0;
  overflow: hidden;
  padding: 10px 14px;
  position: absolute;
  top: 0;
  width: 50px;
}

.your-business-form .btn-add-business:hover {
  background: #bb1521;
}

.my-account .btn-update {
  background: #d21624 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.your-business-form h3 {
  color: #101010;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}

.my-account .btn-update:hover {
  background: #bb1521;
  color: #fff;
}

.my-account select {
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #757575;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 20px;
  padding: 7px 12px;
  width: 100%;
}

.my-account input {
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #757575;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 20px;
  padding: 7px 15px;
  width: 100%;
}

.nav-item {
  margin: 0 0 30px;
}

.my-account {
  background: #ffffff none repeat scroll 0 0;
  margin: 0 0 30px;
  padding: 20px;
}

.nav-item>ul>.active a {
  background: #ec1827;
  color: #fff;
}

.nav-item>ul>li>a:hover {
  background: #ec1827;
  color: #fff;
}

.About-us-content, .delete-account-details {
  float: left;
  padding-block: 45px 0;
  width: 100%;
}

.About-us-inner-content {
  margin: 0 0 50px;
}

.About-us-inner-content p, .delete-account-details p {
  /* color: #919191; */
  color: #101010;
  font-size: 15px;
  line-height: 1.6;
}

.choose-us h3 {
  color: #ec1827;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 15px;
}

.choose-us {
  margin: 0 0 30px;
}

.choose-us>p {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}

.listing-section {
  float: left;
  padding: 50px 0;
  width: 100%;
}

body.search .listing-section {
  margin-top: 100px;
}

.listing-tab li {
  display: inline-block;
  padding: 0 15px;
  width: 20%;
}

.listing-tab>ul>li>a {
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #101010;
  display: inline-block;
  font-size: 16px;
  padding: 12px 0;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  position: relative;
}

.listing-tab>ul {
  font-size: 0;
  text-align: center;
  margin: 0 0 40px;
}

.listing-tab>ul>li>a:active::before,
.listing-tab>ul>li>a:hover::before {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #ec1827;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 0;
}

/*.listing-tab a:hover, .listing-tab a:active {
    background: #ec1827 none repeat scroll 0 0;
    border: 1px solid #ec1827;
    border-radius: 3px;
    color: #ffffff;
}*/
.listing-tab a {
  color: #757575;
  border: 1px solid #757575;
  padding: 19px 16px;
  display: inline-block;
  border-radius: 5px;
  width: 82%;
}

.listing-tab a::before {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #ec1827;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 0;
}

.listing-tab a:hover {
  background: #ec1827 none repeat scroll 0 0;
  border: 1px solid #ec1827;
  border-radius: 3px;
  color: #ffffff;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #ec1827;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 0;
}

.listing-item {
  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 100%;
  margin: 0;
}

.browse-cat-sec.sidebar_section .sub-cat-posts .spon_,
.featured-listing .spon_,
.listing-section .listing-content .spon_ {
  margin-bottom: 20px;
}

/* .company-detail  .company-detail-logo {
    border: 1px solid #ec1827;
    padding: 10px;
    height: 100%;
} */

body.search.search-results .page-form-wrapper .banner-form {
  border: 1px solid #757575;
  padding: 0;
  margin: 50px 0;
}

body.search.search-results .page-form-wrapper .banner-form .row {
  border: unset;
}

body.search.search-results .btn-search {
  border-radius: 0;
}

.listing-tab {
  float: left;
  position: relative;
  width: 100%;
}

.listing-tab>.left-arrow {
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #3a3f42;
  height: 35px;
  left: -90px;
  line-height: 34px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 8%;
  width: 35px;
}

.listing-tab>.right-arrow {
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #3a3f42;
  height: 35px;
  right: -90px;
  padding: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 8%;
  width: 35px;
}

.listing-tab>.right-arrow:hover,
.listing-tab>.left-arrow:hover {
  background: none;
  color: #3a3f42;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.privacy-policy-conetnt {
  margin: 0 0 30px;
  text-align: left;
}

.delete-account-details .note {
    background: #f1f5ff;
    padding: 15px;
    border-left: 4px solid #3f51b5;
    margin: 20px 0;
}

.delete-account-details .contact {
    background: #fef7e0;
    padding: 15px;
    border-left: 4px solid #ff9800;
    margin-top: 20px;
}

.About-us-inner-content h2, .delete-account-details h2 {
  color: #ec1827;
  font-size: 30px;
  font-weight: 300;
  margin: 10px 0;
}

.About-us-inner-content ul li, .delete-account-details ul li {
  padding-bottom: 10px;
  list-style: disc;
  margin-left: 30px;
}

.delete-account-details .content {
    margin-bottom: 50px;
}

.About-us-inner-content p+ul, .delete-account-details p+ul {
  padding-top: 10px;
}

.register-content {
  float: left;
  padding: 100px 0;
  width: 100%;
}

.register-form input {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 10px;
  width: 100%;
}

.register-form .btn-submit {
  background: #ec1827 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.register-form p {
  color: #757575;
  font-size: 13px;
  text-align: center;
}

.btn-submit:hover {
  background: #bb1521;
}

.register-form a {
  color: #ec1827;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.register-form a:hover {
  color: #bb1521;
}

.checkbox {
  border: 5px solid #fff;
  box-shadow: 0 0 2px 0 #000000;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.checkbox input:checked+label.inner {
  background: #757575;
  border: 5px solid #fff;
  box-shadow: 0 0 2px 0 #000000;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.checkbox label.inner {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  width: 7px;
  z-index: 1;
}

.checkbox label.outer {
  margin-left: 25px;
}

.checkbox [type="checkbox"] {
  display: none;
}

/*.gray.checkbox input[type=checkbox]:checked+label.inner {
  background: #757575;
}*/
.checkbox1 {
  display: inline-block;
  width: auto;
  vertical-align: sub;
}

.checkbox-content>p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #757575;
  font-size: 15px;
}

.checkbox1 label.inner1 {
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 #000000;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.checkbox1 input:checked+label.inner1 {
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 1px 0 #000000;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.checkbox1 label.outer1 {
  margin-left: 25px;
}

.checkbox1 [type="checkbox"] {
  display: none;
}

.gray1.checkbox1 input[type="checkbox"]:checked+label.inner1 {
  background: #757575;
}

.forgot-item>a {
  font-size: 12px;
}

.forgot-item {
  margin: 0 0 15px;
  text-align: right;
}

.checkbox-content>span {
  color: #757575;
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
}

.checkbox-content {
  margin: 0 0 15px;
}

.reating-image.write-review-content li {
  display: inline-block;
  padding: 0 4px;
}

.reating-image.write-review-content>ul>li>a {
  display: inline-block;
  font-size: 24px;
  color: #feaf17;
}

.reating-image.write-review-content>ul>.last>a {
  color: #e6e6e6;
}

.reating-image.write-review-content>ul {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.star-icon {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.star-icon .last>a {
  color: #e6e6e6;
}

.star-icon>li {
  display: inline-block;
  padding: 0 3px;
}

/*.star-icon > li > a*/

.star-icon>li>a {
  color: #feaf17;
  display: inline-block;
  font-size: 16px;
}

.company-detail-logo>a {
  display: inline-block;
  vertical-align: text-top;
}

.company-detail {
  float: left;
  padding: 50px 0;
  width: 100%;
  margin-top: 70px;
}

.company-detail-inner h3 {
  color: #ec1827;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 10px;
}

.rating-content>p {
  color: #ec1827;
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
}

.company-detail-inner>p {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 1.7;
}

.company-detail-content>ul {
  padding: 15px 0 10px;
}

.company-detail-content p {
  color: #757575;
  display: inline-block;
  font-size: 13px;
}

.company-detail-content strong {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.company-detail-content li {
  color: #101010;
  margin-bottom: 7px;
}

.company-detail-content>ul>li img {
  border: 1px solid #dddddd;
  border-radius: 50%;
  margin-right: 5px;
}

.company-detail-content li i {
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #ec1827;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  text-align: center;
  width: 28px;
}

.company-detail-content a {
  color: #ec1827;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.side-bar {
  border: 1px solid #dddddd;
}

.side-bar>h4 {
  border-bottom: 3px solid #dddddd;
  color: #ec1827;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 20px;
}

/*.side-bar > ul > li > h5 {
    color: #101010;
    font-size: 16px;
    font-weight: 600;
}*/
.side-bar>ul>li>a h5 {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}

.side-bar>ul>li>a h5:hover {
  color: #ec1827;
}

.side-bar>ul>li>a {
  border-bottom: 1px solid #dddddd;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 15px 20px;
}

.side-bar p {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
  margin: 7px 0 3px;
}

.side-bar>ul>li span {
  color: #ec1827;
  font-size: 13px;
  margin-left: 5px;
}

.side-bar>ul>li small {
  color: #ec1827;
  font-size: 13px;
}

.side-bar li:last-child {
  border-bottom: medium none;
}

.email-section {
  position: relative;
}

.email-section {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  font-size: 0;
  min-height: 62.5px;
  padding: 10px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.email-section li {
  display: inline-block;
  font-size: 13px;
  padding: 0 12px;
}

.email-section>ul>li span {
  color: #101010;
  text-transform: uppercase;
}

.email-section>ul>li a {
  color: #757575;
  word-break: break-all;
}

/* .email-section > ul > li:first-child {
    border-right: 1px solid #757575;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 13px;
} */
/* .email-section > ul > li:not(:last-child) {
    border-right: 1px solid;
} */

.email-section>* {
  width: 50%;
}

.enquiry-email-btn {
  display: flex;
  /* justify-content: end; */
}

.email-section .btn-send-enquiry {
  background: #ec1827 none repeat scroll 0 0;
  border: 1px solid #ec1827;
  margin-right: 5px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  transition: all 0.3s ease 0s;
  text-align: center;
  /* position: absolute;
    right: 0; */
  text-transform: uppercase;
  /* top: 13px; */
}

.about-with-us {
  margin: 0 0 30px;
  text-align: left;
}

.email-section>ul>li .btn-send-enquiry:hover {
  background: #bb1521;
}

.write-review {
  padding: 35px 0 10px;
}

.write-review>h3 {
  color: #101010;
  font-size: 30px;
  font-weight: 300;
  padding: 0 0 10px;
}

.email-section .claim {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}

.email-section .claim:hover {
  background: #000000 none repeat scroll 0 0;
  border: 1px solid #101010;
  border-radius: 2px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.reating-image>img {
  max-width: 130px;
  width: 100%;
}

.reating-image+span {
  color: #ec1827;
  font-size: 24px;
  font-weight: 300;
  margin-left: 15px;
  position: relative;
  top: -8px;
}

.reating-image {
  margin: 0 0 15px;
}

.write-review textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #757575;
  font-family: "montserrat";
  font-size: 13px;
  margin: 0 0 20px;
  padding: 15px 17px;
  width: 100%;
}

.write-review input {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-family: "montserrat";
  font-size: 13px;
  margin: 0 0 20px;
  padding: 9px 10px;
  width: 100%;
}

.response_msg.erro_text a {
  color: black;
}

.write-review .btn-submit-review {
  background: #ec1827 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
}

.write-review .btn-submit-review:hover {
  background: #bb1521;
}

.reating-inner-item span {
  color: #ec1827;
  font-size: 13px;
  margin-left: 5px;
}

.reating-inner-item .date-content {
  color: #757575;
  float: right;
  font-weight: 300;
}

.reating-inner-item {
  border: 1px solid #dddddd;
  padding: 15px 20px;
}

.reating-inner-item .rating-content ul {
  justify-content: end;
}

.reating-inner-item>h5 {
  color: #101010;
  font-size: 16px;
  margin: 10px 0;
}

.reating-inner-item>p {
  color: #757575;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
}

.reating-item {
  float: left;
  margin: 0 0 25px;
  width: 100%;
}

.reating-item .btn-view-all {
  color: #ec1827;
  float: right;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 0;
}

.b2bseeker-modal {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  display: none;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  overflow: auto;
}

.send-enquiry {
  float: left;
  padding: 80px 0;
  text-align: center;
  width: 100%;
}

.close-icon {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: -40px;
}

.close-icon:focus,
.close-icon:hover {
  color: #fff;
}

.send-enquiry-form {
  border-radius: 2px;
  float: left;
  padding: 40px 0;
  width: 100%;
}

.send-enquiry-form>h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.send-enquiry-form>h3 {
  color: #ec1827;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px;
}

.send-enquiry-form input {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 0 20px;
  padding: 10px;
  width: 100%;
}

.send-enquiry-form textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 0 20px;
  resize: none;
  padding: 10px;
  width: 100%;
}

.send-enquiry-form .submit-enquiry {
  background: #ec1827 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: montserrat;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 0;
  text-transform: uppercase;
  transition: 0.3s;
}

.send-enquiry-form .submit-enquiry:hover {
  background: #bb1521;
}

.send-enquiry-form {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  float: left;
  padding: 40px 50px;
  width: 100%;
}

.your-business {
  float: left;
  padding: 100px 0;
  width: 100%;
}

.your-business-form input {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 10px;
  width: 100%;
}

.your-business-form textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 300;
  min-height: 100px;
  margin: 0 0 20px;
  padding: 10px;
  width: 100%;
}

.your-business-form select {
  color: #757575;
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 10px;
  width: 100%;
}

.your-business-form .btn-submit {
  background: #ec1827 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.otp-form>input {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.otp-form .btn-verify {
  background: #ec1827 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.otp-form .btn-verify:hover {
  background: #bb1521 none repeat scroll 0 0;
}

.otp-form>p {
  color: #757575;
  font-size: 13px;
  text-align: center;
}

.get-in-touch {
  float: left;
  padding: 100px 0 35px;
  text-align: center;
  width: 100%;
}

.contact-us-form input {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 10px;
  width: 100%;
}

.register-content .login-wrapper,
.register-content .register-wrapper,
.register-content .login-tab-wrapper{
  max-width: 350px;
  margin: 0 auto;
}

.register-content h3 {
  margin-bottom: 15px;
}

.register-content .border-right {
  border-right: 1px solid #dddddd;
}

.contact-us-form textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 0 20px;
  min-height: 100px;
  padding: 10px;
  width: 100%;
}

.get-in-touch h2 {
  font-weight: 400;
  margin: 0 0 20px;
}

.contact-us-form .btn-submit {
  background: #ec1827 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.register-form .btn-submit:hover {
  background: #bb1521;
  color: #ffffff;
}

.btn-submit:hover {
  background: #bb1521;
}

.address-bar-content {
  margin: 0 0 30px;
  padding: 0 0 0 56px;
  position: relative;
  text-align: left;
}

.address-bar-icon {
  background: #ec1827 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  height: 45px;
  left: 0;
  line-height: 45px;
  position: absolute;
  top: 0;
  width: 45px;
}

.address-bar {
  padding: 50px 0 0;
}

.address-bar-content h5 {
  color: #ec1827;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.address-bar-content::before {
  border-right: 1px solid #dddddd;
  content: "";
  height: 90px;
  position: absolute;
  right: 0;
  top: -19px;
}

.socila-icon:last-child::before {
  content: none;
}

.socila-icon {
  padding: 0;
}

.address-bar-content>p {
  color: #757575;
  font-size: 13px;
}

.address-bar-content>a {
  color: #757575;
  font-size: 14px;
  text-decoration: none;
}

.socila-icon>ul>li {
  display: inline-block;
  padding: 0 4px;
}

.socila-icon a {
  background: #101010 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 32px;
}

.socila-icon a:hover {
  background: #ec1827;
}

.socila-icon>h5 {
  margin: 0 0 5px;
}

.socila-icon>ul {
  font-size: 0;
}

.contact-us-map {
  float: left;
  width: 100%;
}

body.logged-in .listing-item .company-enquiry .sta_li.published {
  background-color: green;
  justify-content: center;
}

footer {
  background: #101010 none repeat scroll 0 0;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.footer-item>h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.footer-item>ul>li>a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer-item>ul>li>a:hover {
  color: #fff;
}

.footer-item>p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.footer-item a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s;
}

.footer-item a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* .email-address {
  margin: 0 0 10px;
} */

.social-media>ul>li {
  display: inline-block;
  margin: 0 4px;
  width: auto;
}

.footer-item {
  float: left;
  margin: 0 0 40px;
  width: 100%;
}

.social-media>ul>li>a i {
  color: #ffffff;
  font-size: 16px;
}

.social-media>ul>li>a {
  background: #4c4c4c none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}

.social-media>ul>li>a:hover {
  background: #ec1827;
}

.footer-item>ul {
  font-size: 0;
}

.social-media li:first-child {
  margin-left: 0;
}

.footer-item li {
  float: left;
  width: 33%;
}

.footer-category-list li {
  float: left;
  width: 33%;
  padding-right: 10px;
}

.footer-item.footer-links {
  text-align: center;
  margin-bottom: 0;
}

.footer-item.footer-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.footer-item.footer-links ul li {
  width: auto;
}

.footer-item.footer-links ul li:not(:last-child):after {
  content: "";
  background: #ffffff50;
  display: inline-block;
  width: 1px;
  height: 16px;
  top: 4px;
  position: relative;
}

.footer-item.footer-links ul li a {
  padding: 5px 20px;
}

.copyright {
  background: #ec1827 none repeat scroll 0 0;
  float: left;
  text-align: center;
  padding: 15px 0;
  width: 100%;
}

.copyright p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}

.active_cat {
  background: #ec1827;
}

.active_cat img {
  filter: brightness(0) invert(1);
}

.active_cat h4,
.active_cat p {
  color: white;
}

p.comment-form-cookies-consent {
  display: none;
}

.write-review {
  display: grid;
}

.comments-rating {
  order: 0;
}

.subm_btn {
  order: 2;
}

.comment_div {
  order: 1;
}

.reating-image {
  display: inline-block;
}

.error_class {
  border: 1px solid #ec1827 !important;
}

.pass_div {
  position: relative;
}

.eye_ico {
  position: absolute;
}

.eye_ico {
  position: absolute;
  right: 15px;
  top: 6px;
  cursor: pointer;
  color: #ec1827;
}

.response_msg,
.response_msg_se {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.response_wb {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: -10px;
  margin-left: 5px;
}

.response_msg_se a {
  text-decoration: underline;
}

.erro_text {
  color: #ec1827 !important;
}

.done_text {
  color: green !important;
}

.cursor {
  cursor: pointer;
}

.ms-options-wrap {
  margin: 0 0 20px;
}

.nopadr {
  padding-right: 0;
}

.nopadl {
  padding-left: 0;
}

.image_area input {
  border: none;
  padding: 0px;
}

.image_area label {
  display: inline-block;
  vertical-align: middle;
  color: #757575;
  font-size: 15px;
}

#listing_account_wrapper .dt-layout-row {
  display: flex;
  justify-content: space-between;
}

#listing_account_wrapper .dt-layout-row:last-child {
  margin-top: 20px;
}

.link_post {
  color: #ec1827 !important;
}

.single_descp {
  display: block !important;
}

.del_modal h4 {
  margin-bottom: 20px !important;
}

.links {
  justify-content: center;
}

.links a {
  background: #ec1827;
  display: block;
  color: white;
  padding: 5px;
}

.del_respo {
  margin-top: 10px;
}

.inputfile-box {
  position: relative;
}

.inputfile {
  display: none !important;
}

img#output {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
  display: none;
}

.inputfile-box label {
  width: 100%;
  margin-bottom: 20px;
}

.file-box {
  display: inline-block;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 5px 0px 5px 5px;
  box-sizing: border-box;
  height: 38px;
}

.file-button {
  background: #ec1827;
  padding: 7px;
  position: absolute;
  border: none;
  top: 0px;
  right: 0px;
  color: white;
}

.front_actions ul li a {
  color: #ec1827 !important;
}

.center_cu {
  text-align: center;
}

li.sta_li {
  text-align: center;
  background: #101010;
  color: #ffffff;
  padding: 6px 0;
}

li.sta_li.pending {
  background: #d9512c;
  justify-content: center;
}

.rating_own {
  font-size: 16px !important;
  position: relative;
  display: inline-block;
}

.rating_own li {
  position: relative;
}

.rating_own .star-under {
  color: #e6e6e6;
  vertical-align: top;
}

.rating_own .star-over {
  color: #feaf17;
  position: absolute;
  left: 2px;
  top: 0;
  width: 0%;
  overflow: hidden;
}

.rating-flex {
  display: flex;
  position: relative;
  top: 10px;
}

.rating-flex>span {
  margin-left: 5px !important;
}

.side-bar .rating-content {
  position: unset;
  align-items: center;
}

.side-bar>ul>li span {
  margin-left: 0px;
  margin-top: 10px;
}

.row_rat_div {
  display: flex;
  align-items: center;
}

.row_rat_div .date-content {
  font-size: 13px;
}

.review_action {
  top: 0px;
}

.rating_act .date-content {
  float: left;
  margin-left: 0px;
  margin-top: 5px;
}

#company-enquiry {
  padding: 0px;
}

.rating_act {
  display: flex;
  align-items: center;
}

.rating_p {
  color: #757575;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
}

.search_sel select {
  color: #757575;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
  padding: 16px 10px 17px 25px;
  width: 100%;
  outline: none !important;
}

.style_sel {
  border: medium none;
  font-size: 14px;
  padding: 0 10px;
  width: 100px;
  border-left: 1px solid #dddddd;
  outline: none !important;
}

.spon_0 .listing-item {
  background: rgb(236 24 39 / 20%);
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.wp-block-social-links li {
  width: unset;
}

.no_rec {
  height: 23vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu li.sub_menu_dro {
  margin-left: 10px;
  display: block;
}

span.input-section.new_input_section {
  /* border: none; */
  display: flex;
  align-items: center;
  padding: 0px;
}

span.input-section.new_input_section .select-section::before {
  display: none;
}

.header-form input {
  border-right: 1px solid #dddddd;
}

/*Changes as on Nov 07,2024  starts */

body.home .popular-categories {
  background-color: #ec1827;
}

body.home .popular-categories a::before {
  display: block;
  content: "";
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
  max-width: 66%;
  position: relative;
  top: 20px;
  transform-origin: 0 50%;
}

body.home .popular-categories a:hover::before {
  transform: scale(1.5);
  text-align: center;
  height: auto;
}

body.home .popular-categories-item {
  padding: 10px 5px;
  border: unset;
  display: flex;
}

body.home .popular-categories-item a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

body.home .popular-categories-item::after {
  content: "|";
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  padding-left: 5px;
}

/*Changes as on Nov 07,2024  ends*/

/*Changes as on Nov 08,2024  starts */
body.archive .item.active {
  background: #ec1827;
  color: #fff;
}

body.archive .owl-item.cloned .item.active {
  background: #fff;
  color: inherit;
}

body.archive .owl-item.cloned .item.active a {
  color: inherit;
  font-weight: 400;
}

body.archive .item.active a {
  color: #fff;
  font-weight: 500;
}

/*Changes as on Nov 08,2024  ends*/

@media (min-width: 993px) and (max-width: 1280px) {
  .layout-2-header .btn-search {
    font-size: 12px;
    padding: 11.7px 10px 10px;
  }

  .header-form input {
    width: 75px;
  }

  .header-form .search-keyword {
    width: 220px;
  }

  .navigation>ul>li {
    padding: 21px 5px;
  }

  .navigation>ul>li a {
    font-size: 12px;
  }

  .navigation>ul>li .btn-business {
    font-size: 12px;
    padding: 10px;
  }

  .address-bar-content>a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .logo {
    padding: 20px 0;
  }

  .header .container {
    width: 100%;
  }

  .logo>a>img {
    max-width: 175px;
  }

  .listing-tab a {
    font-size: 14px;
  }

  .listing-tab li {
    padding: 0 10px;
  }

  .address-bar-content {
    margin-bottom: 60px;
  }

  .address-bar-content::before {
    top: -14px;
    height: 70px;
  }

  /*.second-child::before { content: none;}*/
  .address-bar-content>a {
    font-size: 12px;
  }

  .send-enquiry-form {
    padding: 30px 20px 15px;
  }

  .layout-2-header .btn-search {
    font-size: 10px;
    padding: 11.2px 9px 10px;
  }

  .header-form input {
    width: 57px;
    font-size: 12px;
    padding: 0 5px;
  }

  .listing-tab>.left-arrow {
    left: -30px;
  }

  .listing-tab>.right-arrow {
    right: -30px;
  }

  .nav-bar>ul>li a {
    font-size: 11px;
  }

  .nav-bar>ul>li .btn-business {
    font-size: 9px;
    padding: 10px 4px;
  }

  .header-form .search-keyword {
    width: 170px;
  }

  .second-child::before {
    content: none;
  }

  .company-detail-logo img {
    margin: 0 0 20px;
  }

  .map {
    margin: 0 0 30px;
  }

  .nav-bar>ul>li span {
    padding: 0;
    font-size: 13px;
  }

  .header-form {
    float: right;
    margin: 16px 0;
  }

  .nav-bar>ul>li {
    padding: 21px 5px;
  }

  .navigation>ul>.list-business {
    padding-right: 0;
  }

  .footer-category-list li {
    width: 50%;
    padding-right: 15px;
  }

  #listing_account_wrapper .dt-layout-row:last-child {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 150px 0 100px;
  }

  .company-detail-logo img {
    padding: 10px !important;
  }

  .single-company-breadcrumbs a,
  .single-company-breadcrumbs span {
    font-size: 14px !important;
  }

  .banner h1,
  .banner h2 {
    font-size: 30px;
    margin: 0 0 20px;
    max-width: 380px;
  }

  .logo>a>img {
    max-width: 180px;
  }

  /*.navigation > ul > li { padding-right: 0;}*/
  .navigation>ul>li a {
    font-size: 11px;
  }

  .navigation>ul>li .btn-business {
    padding: 7px 8px;
    font-size: 11px;
  }

  .navigation>ul>li span {
    font-size: 13px;
    padding: 0 1px;
  }

  .enquiry-section {
    margin: 0 0 55px;
  }

  /* .popular-categories-item {width: 50%;} */
  .popular-categories-inner {
    margin: 0;
  }

  .popular-categories-item:nth-child(3n) {
    border-right: none;
  }

  .popular-categories-item:nth-child(7n) {
    border-right: none;
  }

  .popular-categories-item:nth-child(6n) {
    border-right: 1px solid #ddd;
  }

  .popular-categories-inner:nth-child(6n) {
    border-bottom: 1px solid #ddd;
  }

  .popular-categories-inner:nth-child(7n) {
    border-bottom: 1px solid #ddd;
  }

  .item-three {
    padding-top: 20px;
  }

  .item-four {
    padding-top: 20px;
  }

  .btn-categories {
    margin-top: 20px;
  }

  /* .popular-categories {padding : 30px 0;}  */
  .popular-categories h2 {
    margin: 0 0 30px;
  }

  h2 {
    font-size: 27px;
  }

  .popular-categories-item {
    padding-bottom: 20px;
  }

  .popular-categories-inner {
    padding-top: 20px;
  }

  .featured-listing {
    padding: 30px 0;
  }

  .how-it-works {
    padding: 30px 0 0;
  }

  .footer {
    padding: 30px 0 0;
  }

  .banner h1,
  .banner h2 {
    font-size: 23px;
  }

  .banner-form {
    background: none;
  }

  .search-item>input {
    border-radius: 2px 0 2px 2px;
    margin: 0 0 20px;
  }

  .select-section {
    margin: 0 0 20px;
    height: auto !important;
  }

  .select-section select {
    border-radius: 2px;
    min-height: 42px;
  }

  .select-section::before {
    content: none;
  }

  .btn-search {
    border-radius: 2px 2px 2px 0;
  }

  .search-item .search-icon {
    top: 18%;
  }

  .btn-listing {
    margin: 0;
  }

  .popular-categories .popular-categories-item.item-two {
    border-right: medium none;
  }

  .popular-categories-item:nth-child(12n) {
    border-right: none;
  }

  .popular-categories .image-three {
    border-right: 1px solid #dddddd;
  }

  .popular-categories-item:nth-child(9n) {
    border-right: 1px solid #dddddd;
  }

  .popular-categories .last-child {
    border-right: medium none;
  }

  .popular-categories-item:nth-child(13n) {
    border-bottom: 1px solid #dddddd;
  }

  .address-bar-content::before {
    content: none;
  }

  .address-bar-content {
    margin-bottom: 30px;
    padding-left: 5px;
  }

  .contact-us-form form {
    margin-top: 20px;
  }

  .address-bar-content.socila-icon ul li:first-child {
    padding-left: 0;
  }

  .get-in-touch {
    padding: 30px 0 0;
  }

  .address-bar {
    padding: 20px 0 0;
  }

  .your-business {
    padding: 30px 0;
  }

  .header-form {
    text-align: center;
  }

  /*.navigation > ul > li {  padding: 0 5px;}*/
  .layout-2-header .navigation>ul .list-business {
    margin: 0;
  }

  .sidebar_section .browse-cat .sidebar {
    width: 100% !important;
    margin: 30px 0;
  }

  .email-section {
    display: block;
  }

  .email-section>* {
    width: 100%;
  }

  .enquiry-email-btn {
    display: block;
    margin-top: 10px;
  }

  .sidebar_section .browse-cat {
    padding: 0 !important;
  }

  .company-detail {
    margin-top: 30px;
  }

  .rating-content {
    top: 10px;
    margin-bottom: 0px;
  }

  .mobile-search-icon {
    cursor: pointer;
    display: block;
    color: #101010;
    position: absolute;
    right: 50px;
    top: 33%;
    z-index: 9999;
  }

  /* .mobile-menu-icon {
    color: #101010;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 12px;
    top: 33%;
    z-index: 9999;
} */
  .header-form {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    margin-top: 0;
    padding: 0 0 15px;
    position: absolute;
    width: 100%;
  }

  .navigation {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    float: none;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .mobile-menu {
    color: #101010;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 15px;
    top: 24px;
    z-index: 99999;
  }

  .navigation>ul {
    margin: 0 0 15px;
  }

  /*.navigation > ul .list-business {  margin-bottom: 0;}*/
  .About-us-content {
    padding: 30px 0 0;
  }

  .your-business-form textarea {
    margin: 0 0 20px;
  }

  .your-business-form .btn-submit {
    margin: 0;
  }

  .About-us-inner-content {
    margin: 0 0 30px;
  }

  .listing-tab li {
    margin: 0 0 40px;
    width: 33.33%;
  }

  .listing-tab>ul {
    margin: 0;
  }

  .listing-section {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }

  .email-section>ul>li .btn-send-enquiry {
    position: relative;
    left: 0;
    top: 20px;
  }

  .company-detail {
    padding: 0;
    margin-top: 100px;
  }

  .write-review {
    padding: 30px 0 0;
  }

  .reating-item {
    margin: 0 0 10px;
  }

  .email-section li:last-child {
    margin: 0 0 12px;
    padding-left: 0;
  }

  .write-review .btn-submit-review {
    margin-bottom: 0;
  }

  .register-content {
    padding: 30px 0;
  }

  .select-section>input {
    border-radius: 2px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .my-account-content {
    padding: 30px 0 0;
  }

  .footer-category-list li {
    width: 100%;
  }

  .company-title h2 a {
    max-width: 210px;
    font-size: 16px;
  }

  .footer-item.footer-links ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .footer-item {
    margin: 0 0 20px;
  }

  .company-enquiry ul li:first-child {
    display: flex;
    align-items: center;
  }

  .rating-content>ul {
    display: flex;
  }

  .navclose-icon {
    display: none;
  }

  body.active .navclose-icon {
    display: block;
  }

  body.active .hamburger-icon {
    display: none;
  }

  .company-detail .company-detail-logo {
    min-height: 110px;
    display: inline-block;
  }

  .my-account #listing_account_wrapper .dt-length {
    display: flex;
    flex-direction: column-reverse;
  }

  .my-account #listing_account_wrapper .dt-search input {
    width: 100%;
  }

  .my-account #listing_account_wrapper .sta_li.published {
    padding: 6px;
    justify-content: center;
  }

  .nopadr {
    padding-left: 0;
  }

  .nopadl {
    padding-right: 0;
  }

  .listing-item {
    padding: 10px;
  }

  .rating_own .star-under {
    font-size: 14px;
  }

  .rating-content>span {
    font-size: 10px;
  }

  .sidebar_section .sidebar .mcl-iteam {
    padding-right: 0 !important;
  }
}

.sidebar_section .sidebar {
  height: 100vh;
  position: relative;
  overflow-y: scroll;
}

.sidebar_section .sidebar::-webkit-scrollbar {
  width: 8px;
}

.sidebar_section .sidebar::-webkit-scrollbar-track {
  background: #ffd7da;
}

.sidebar_section .sidebar::-webkit-scrollbar-thumb {
  background: #ec1827;
  border-radius: 10px;
}

.select-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ec1827;
}

body .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #101010;
  color: #fff;
}

body .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: auto;
  min-height: 40px;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: 0;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

body .select-section::before {
  left: -10px;
}

body .select2-selection__rendered {
  font-size: 14px;
  color: #757575;
  font-family: sans-serif !important;
  border: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #757575;
}

.select-location {
  border: none;
  color: #757575;
  font-size: 14px;
}

body .select2-selection.select2-selection--single:focus-visible {
  outline: 0;
}

.page-banner .banner-form {
  display: inline-block;
  width: 100%;
  padding: 50px 0px;
}

.page-form-wrapper .banner-form .row {
  border: 1px solid #757575;
}

.page-form-wrapper {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  body .banner-form .select2-dropdown {
    min-width: 250px !important;
    left: -45px;
    /* top: 12px; */
  }
}

@media (max-width: 575px) {
  .logo {
    text-align: center;
  }

  .banner {
    padding: 120px 0 60px;
  }

  .navigation {
    float: none;
  }

  .navigation>ul>li {
    padding-left: 0;
  }

  .navigation>ul>.list-business {
    padding-left: 7px;
    margin: 0;
  }

  .rating-content {
    left: 0;
    position: relative;
  }

  .company-name>h3 {
    margin-right: 50px;
  }

  .company-detail-inner h3 {
    display: block;
  }

  .header-form input {
    font-size: 11px;
    width: 61px;
  }

  .header-form .search-keyword {
    width: 177px;
  }

  .layout-2-header .btn-search {
    font-size: 10px;
    border-radius: 0 2px 2px 0;
    padding: 10px 3px;
  }

  .banner h1,
  .banner h2 {
    font-size: 22px;
  }

  .navigation>ul>li {
    padding: 0;
  }

  .layout-2-header .navigation>ul .list-business {
    margin: 0;
    padding: 0;
  }

  .logo {
    float: left;
  }

  .page-title {
    margin-top: 62px;
  }

  .listing-tab li {
    width: 50%;
  }

  .email-section>ul>li {
    padding: 0;
    width: 100%;
  }

  /* .email-section > ul > li:first-child { border-right: medium none;} */
  .map iframe {
    height: 250px;
  }

  .my-account>span {
    font-size: 12px;
  }
}

#claimed-message {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 374px) {
  .enquiry-email-btn {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

.header-right {
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 10px;
  padding-top: 25px;
  transition: 0.3s;
}

.header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.header-sidebar {
  display: inline-flex;
  align-items: center;
}

header button:focus {
  outline: 0;
  outline: 0px auto -webkit-focus-ring-color;
}

.site-header .navigation>ul .list-business {
  margin: 0;
  padding: 21px 5px;
  color: #101010;
}

/* body.admin-bar .sidebar {
  margin-top: 32px;
} */

body.home .page-title {
  display: none;
}

.site-header .logo img {
  max-width: 150px;
}

/* .header-search-form input {
    width: 100%;
    border-radius: 40px;
    padding: 5px 10px;
} */
.header-search-form .search-item input {
  width: 100%;
  border-radius: 20px 0 0 20px;
  padding: 12px 10px 8px 10px;
}

.header-search-form {
  background: #efefef;
  /*     transition: 0.3s; */
  padding: 3px 7px;
  border-radius: 60px;
  border: 2px solid transparent;
  margin: 10px 0;
  width: 100%;
  max-width: 550px;
}

.header-search-form .select2-dropdown {
  top: 6px !important;
  border: 1px solid transparent;
}

.business-dropdown {
  margin-right: 10px;
}

.header-search-form .select2-selection__placeholder {
  color: #757575;
}

.header-search-form .btn-search {
  border-radius: 40px !important;
  font-size: 13px;
}

.header-search-form .btn-search {
  padding: 10px;
  width: 45px;
  height: 45px;
}

.search-title span {
  color: #ec1827;
}

.search-title {
  margin-bottom: 35px;
}

.header-search-form .btn-search i {
  font-size: 16px;
}

.header-search-form .select-section::before {
  top: 10px;
}

.header-search-form .search-item input {
  text-overflow: ellipsis;
}

.header-search-form .select-section::before {
  display: none;
}

.header-search-form .banner-form .select2 .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 298.666667l256 256 256-256 85.333333 85.333333-341.333333 341.333333-341.333333-341.333333z' fill='%23000'/%3E%3C/svg%3E");
}

.header-search-form .search-item input,
.header-search-form .select2-selection__rendered {
  background: #efefef !important;
}

.header-search-form .banner-form {
  border-radius: 10px;
  background: transparent !important;
}

.header-search-form .search-item {
  position: relative;
  width: 100%;
}

.header-search-form .select2-selection__placeholder {
  color: #101010 !important;
}

.search_sel select {
  background: #efefef;
}

.load-more-listings {
  margin-top: 30px;
}

button.load-more-listings {
  outline: 0;
}

.header-right {
  padding-top: 0;
  align-items: center;
  transition: 0.3s;
}

.site-header .row {
  align-items: center;
}

.form-wrapperr {
  display: grid;
  grid-template-columns: 2fr 1fr 45px;
  align-items: center;
}

/* Sidebar styling */
header .sidebar {
  position: fixed;
  top: -100%;
  left: 0%;
  /*right: ;*/
  width: 100%;
  min-width: 280px;
  height: 100%;
  background: #000;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease;
  z-index: 1050;
  /*padding: 1rem;*/
  overflow-y: auto;
  /*padding-bottom: 50px;*/
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}

/*header .sidebar  ul.business-tax{
        width: 30%;
    }*/

header .sidebar::-webkit-scrollbar {
  width: 2px;
}

header .sidebar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

header .sidebar.show {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

header .sidebar-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1040;
}

#listing-container .bl-card {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

header .sidebar-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}

.navbar-toggler.custom-toggler {
  cursor: pointer;
}

.custom-toggler .navbar-toggler-icon {
  width: 24px;
  height: 2px;
  background: #000;
  display: block;
  position: relative;
  transition: all 0.3s;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #000;
  transition: all 0.3s;
}

.custom-toggler .navbar-toggler-icon::before {
  top: -7px;
}

.custom-toggler .navbar-toggler-icon::after {
  top: 7px;
}

.custom-toggler.active .navbar-toggler-icon {
  background: transparent;
}

.custom-toggler.active .navbar-toggler-icon::before {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler.active .navbar-toggler-icon::after {
  transform: rotate(-45deg) translate(5px, -5px);
}

.close-btn {
  background: transparent;
  border-radius: 30px;
  border: none;
  background: #ec1827;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  cursor: pointer;
  align-self: end;
  position: absolute;
  z-index: 9999;
  right: 30px;
  top: 25px;
  transition: all 0.1s ease-in-out;
}

.business-tax li a {
  color: #101010;
  font-size: 14px;
  padding: 12px 10px;
  display: inline-block;
  /*color: #fff;*/
  border-bottom: 1px solid #3d3d3d;
  width: 100%;
}

.business-tax li a:hover {
  color: #ec1827;
}

.hero-banner {
  padding: 120px 0 40px;
  background: #f5f5f5;
}

.site-header {
  box-shadow: unset;
}

.bl-card .company-title {
  gap: 0;
  flex-direction: column;
}

.header-sidebar .navbar-toggler.custom-toggler {
  min-height: 40px;
}

.user-account ul li a {
  color: #000;
  font-size: 13px;
}

.user-account ul li img {
  width: 27px;
  height: 27px;
}

body.home.hero-banner {
  display: none;
}

@media (min-width: 768px) {

  .mobile-search,
  .business-sbtn span {
    display: none;
  }

  .header-search-form:hover,
  .header-search-form:focus-within {
    border-color: #ec182782 !important;
    background: #fff !important;
  }

  .header-search-form:hover>*,
  .header-search-form:focus-within>*,
  .header-search-form:hover .search-item input,
  .header-search-form:focus-within .search-item input,
  .header-search-form:hover .select2-selection__rendered,
  .header-search-form:focus-within .select2-selection__rendered {
    background: #fff !important;
  }
}

@media (max-width: 767px) {
  .header-right {
    gap: 1rem;
  }

  .About-us-inner-content h2 {
    font-size: 27px;
  }

  .form-wrapperr {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .header-search-form {
    background: transparent;
  }

  .header-search-form .search-item input {
    border-radius: 0;
    padding: 12px 10px 10px 10px;
    margin-bottom: 0;
  }

  .business-dropdown {
    margin-right: 0;
  }

  .header-search-form .btn-search {
    height: auto;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
  }

  .header-search-form .btn-search i {
    display: none;
  }

  .business-dropdown .select-section {
    margin-bottom: 0;
  }

  .header-search-form .select2-selection__placeholder {
    color: #757575 !important;
    font-weight: normal;
  }

  .header-right {
    position: absolute;
    top: 15px;
    right: 0;
  }

  .header-center {
    display: none;
  }

  .header-center {
    min-width: 100%;
  }

  .utility-menu {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  .user-account ul li img {
    width: 20px;
    height: 20px;
  }

  .utility-menu>div {
    padding: 5px;
    line-height: 1;
  }

  .header-center {
    display: none;
  }

  .header-center.active {
    display: block;
  }

  .header-center {
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease;
  }

  .header-center.active {
    max-height: 400px;
  }

  .featured-listing h2 {
    margin: -10px 0 20px;
  }

  .navigation>ul>li {
    display: inline-block;
    padding: 0;
  }

  .navigation>ul>.list-business {
    margin: 0;
    padding: 0;
  }

  .navigation>ul {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 12px;
  }
}

.category-wrapper {
  position: relative;
}

.ad-cstm-wrapper {
  position: fixed;
  bottom: 0;
  /*display: flex;*/
  justify-content: center;
  width: 100%;
  background: #fff;
  border: solid 1px;
  /* left: 0; */
  /* right: 0; */
  max-height: 140px;
  z-index: 9999;
}

.add-sec {
  width: 100%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-align: center;
}

.add-inr-sec {
  position: relative;
}

.add-open-btn {
  position: absolute;
  left: auto;
  right: 5px;
  background: #fff;
  width: 50px;
  color: black;
  font-size: 26px;
  position: absolute;
  /* clip-path: circle(); */
  z-index: 9999999;
  top: -27px;
  border: solid 1px;
  border-bottom-color: #fff;
  border-radius: 12px 10px 0 0;
  transition: 0.3s all;
}

/*.add-close-btn{
    position: fixed;
    left: auto;
    right: 30px;
    bottom: 40px;
    background: red;
    width: 50px;
    color: #fff;
    font-size: 25px;
    position: absolute;
    clip-path: circle();
    z-index: 9999999;
    display: none;
}*/

.add-open-btn i {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  border-radius: 50%;
  transition: 0.4s all;
  font-size: 18px;
}

.add-close-btn {
  position: fixed;
  z-index: 9999999999;
  bottom: 0;
  right: 40px;
  color: #fff;
  font-size: 32px;
  width: 50px;
  display: flex;
  justify-content: center;
  height: 36px;
  box-shadow: 0px 0px 3px #fff;
  background: black;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.add-close-btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.add-open-btn.open i {
  transform: rotate(180deg);
}

/*li.parent-cat{
    position: static;
}*/

header.header.site-header {
  /*box-shadow: -2px 2px 6px rgba(0,0,0,0.1);*/
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.category-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  background-color: #fff;
  margin: 20px 10px;
}

.category-wrapper .tab-nav {
  width: 25%;
  /*background-color: #efefef;*/
  /* padding-bottom: 0px; */
  /*    max-height: 90vh;
    overflow-y: auto;*/
  background-color: #efefef;
  /*box-shadow: rgba(0, 0, 0, 0.14) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;*/
  /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
  z-index: 1;
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-right: solid 1px #cfcfcf;
}

.category-wrapper .tab-nav::-webkit-scrollbar {
  width: 6px;
  /* scrollbar width */
}

.category-wrapper .tab-nav::-webkit-scrollbar-track {
  background: red;
  /* track color */
}

.category-wrapper .tab-nav::-webkit-scrollbar-thumb {
  background-color: #999;
  /* scrollbar color */
  border-radius: 10px;
}

.category-wrapper .tab-nav::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}

.category-wrapper .tab-nav .child-dropdown {
  display: none;
}

.category-wrapper .content {
  width: 75%;
  padding-bottom: 10px;
  padding-inline: 50px;
  background-color: #fff;
  /*    max-height: 90vh;
    overflow-y: auto;*/
}

/* .category-wrapper .content .parent-cat>a{
    display: none;
} */

.category-wrapper .content .parent-cat:not(:first-child) {
  display: none;
}

.tab-nav .parent-cat {
  /*color: #fff;*/
  padding: 20px 10px;
  border-bottom: solid 1px #cfcfcf;
  /*border-right: solid 1px #cfcfcf;*/
  background-color: #efefef;
}

/*.tab-nav .parent-cat.active,.tab-nav .parent-cat:hover{
    border-right: solid 5px red;
}*/

/*.tab-nav li.parent-cat::after {
    content: '';
    width: 2px;
    height: 100%;
    background: red;
    display: inline-block;
    position: absolute;
    top: -100%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all;
}

.tab-nav .parent-cat.active::after{
    top: 0;
    opacity: 1;
    visibility: visible;
}*/

.category-wrapper .content li a {
  border-bottom: none;
}

.child-dropdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 10px;
  padding-bottom: 20px;
  align-items: center;
}

.tab-nav ul.business-tax {
  position: sticky;
  top: 0;
}

.parent-cat {
  cursor: pointer;
}

li.parent-cat:last-child {
  border-bottom: none;
}

.tab-nav .parent-cat-link {
  padding: 0;
  border: 0;
  color: black !important;
  font-size: 15px;
}

.content .parent-cat.active .child-dropdown {
  display: grid !important;
}

.child-cat {
  /* border: solid 1px; */
  /*height: 60px;*/
  display: flex;
  align-items: baseline;
}

.banner-ad .company-name {
  padding: 50px 0;
  text-align: center;
}

li.parent-cat.active,
li.parent-cat.active>a,
.tab-nav .parent-cat:hover,
.tab-nav .parent-cat:hover a {
  background: red;
  color: #ffff !important;
  font-weight: bold;
}

.company-name.listing-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ad-slot .listing-item {
  justify-content: center;
}

.category-wrapper .content .business-tax {
  padding-top: 20px;
}

.content li a {
  padding-inline: 5px !important;
}

@media (max-width: 767px) {
  .category-wrapper {
    margin: 0;
  }

  /* .page-title h1 {
    font-size:;
  } */

  .content .child-dropdown {
    max-height: 90vh;
    overflow-y: auto;
    /* margin-bottom: 70px; */
  }

  .category-wrapper .content {
    position: absolute;
    width: 100% !important;
    padding-inline: 0px !important;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /*display: none;*/
    max-height: 100vh;
    overflow-y: auto;
  }

  .category-wrapper .content .child-dropdown {
    grid-template-columns: auto;
    /*padding-inline: 20px;*/
  }

  .category-wrapper .tab-nav {
    width: 100% !important;
    position: absolute;
    left: 0;
    /*padding-top: 50px;*/
    /* padding-bottom: 7px; */
  }

  .category-wrapper {
    padding-block: 0;
  }

  .close-btn {
    top: 20px;
    position: fixed;
  }

  .sidebar.sticky .close-btn {
    top: 10px !important;
  }

  .category-wrapper .tab-nav .parent-cat {
    padding: 20px;
  }

  .category-wrapper .tab-nav,
  .category-wrapper .content {
    transition: all 0.3s ease-in-out;
  }

  /*    .category-wrapper .tab-nav{
        transition: all 0.3s ease-in;
    }
*/
  .category-wrapper .tab-nav.hide {
    left: -100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
  }

  .category-wrapper .content.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    height: 100vh;
    pointer-events: all;
  }

  .category-wrapper .parent-title {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    padding-inline: 20px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    /*margin-bottom: 15px;*/
    padding-block: 20px;
    border-bottom: solid 1px #00000080;
    padding-right: 40px;
  }

  .menu-title {
    padding-inline: 20px;
    /* margin-bottom: 15px; */
    padding-block: 25px;
    border-bottom: solid 1px #00000080;
    display: block !important;
    width: 100%;
  }

  .menu-title a {
    width: 170px;
    display: inline-block;
  }

  .category-wrapper .content .business-tax {
    padding-top: 0 !important;
  }

  .category-wrapper .parent-title span {
    font-weight: bold;
    color: red;
    font-size: 14px;
  }

  .child-dropdown li a {
    padding: 0;
    font-size: 15px;
  }

  li.child-cat {
    border-bottom: solid 1px #cfcfcf;
    padding: 20px;
  }

  .child-dropdown {
    padding-bottom: 0;
  }

  .category-wrapper .content {
    padding-bottom: 0;
  }

  #new-slider .owl-prev,
  #new-slider .owl-next {
    top: -10px !important;
    /*transform: unset;*/
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  .category-slider-section .owl-nav button span {
    height: 50px;
    font-size: 40px !important;
  }

  #new-slider .owl-prev {
    right: 30px !important;
    left: auto !important;
  }

  .cat-slider-post-in-sec {
    margin-block: 20px !important;
  }
}

/*.category-wrapper .parent-title.hide {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events:none;
}*/

.menu-title {
  display: none;
}

.back-to-parent {
  width: 25px;
  height: 30px;
}

.back-to-parent svg {
  width: 100%;
  height: 100%;
}

.parent-title {
  display: none;
}

.page-id-170910 .page-title {
  float: unset;
}

.page-id-170910 .featured-listing {
  margin-top: 0 !important;
}

.category-slider-section {
  background-color: #f7f7f7;
  padding-top: 60px;
}

.item.category-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /*box-shadow: 00px 00px 10px rgba(0,0,0,0.8); */
  /*border: solid;*/
  border: 1px solid #dddddd;
  min-height: 165px;
  gap: 20px;
  height: 25vh;
  transition: all 0.3s;
}

.category-slider-section h3 {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  min-height: 60px;
}

.icon-wrapper {
  height: 80px;
  width: 80px;
  background: #e3e3e3;
  border: solid 2px #e3e3e3;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  /*     box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
}

.item.category-single:hover .icon-wrapper {
  background: #ff00003b;
  border: solid 2px #ff0505;
}

.category-slider-section i {
  font-size: 3.1vw;
  transition: 0.3s all;
}

.category-slider-section a {
  color: inherit;
  transition: 0.3s all;
}

.category-slider-section a:hover {
  color: red;
}

/* .category-slider-section a:hover i {
  transform: scale(1.1);
} */

/*.category-slider-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;

}*/

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.category-slider-section .owl-prev {
  left: 0;
}

.category-slider-section .owl-next {
  right: 0;
}

.category-slider-section .owl-prev,
.category-slider-section .owl-next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.category-slider-section .category-slider:hover .owl-next,
.category-slider-section .category-slider:hover .owl-prev {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.category-slider-section .owl-nav button span {
  /*background: white !important;*/
  background: transparent !important;
  /*font-size: 40px !important;*/
  font-size: 80px;
  /*width: 50px;*/
  width: 40px;
  border-radius: 50% !important;
  height: auto;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  color: black;
  /*color: #fff;*/
  padding-block: 5px 10px;
  /*box-shadow: 0px 0 3px rgba(193, 192, 192, 0.73);*/
  text-shadow: 0px 0 3px rgba(193, 192, 192, 0.73);
  font-weight: 100;
}

.category-slider-section .owl-nav button {
  margin: 0 !important;
}

.category-slider-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.category-slider-section .owl-nav {
  max-height: 0;
  overflow: hidden;
}

button.owl-prev:focus,
button.owl-next:focus {
  outline: none;
  border: none;
}

.category-slider {
  padding-top: 10px;
}

.category-single:hover {
  border-color: red;
}

#new-slider .item.category-single {
  padding: 0 10px;
  /* border: none; */
  min-height: 190px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.04) 1.95px 1.95px 2.6px;
}

@media (min-width: 768px) {
  .close-btn {
    position: fixed;
    top: 30px;
    right: 20px;
    margin-bottom: 0;
  }

  .sidebar.sticky .close-btn {
    top: 10px;
    right: 20px;
  }
}

#new-slider .owl-stage {
  padding-block: 5px;
}

.owl-stage-outer::before,
.owl-stage-outer::after {
  content: "";
  width: 100px;
  top: 0;
  height: 100%;
  position: absolute;
  left: 0;
  /*backdrop-filter: blur(0.9px);*/
  /*-webkit-backdrop-filter: blur(0.9px);*/
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.owl-stage-outer::before {
  /* background: linear-gradient(
        to right,
        rgba(0,0,0,0.9) 0%,
        rgba(0,0,0,0.7) 20%,
        rgba(0,0,0,0.45) 45%,
        rgba(0,0,0,0.2) 70%,
        rgba(0,0,0,0) 100%
    );*/
  /* background:; */
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 50%);
  left: 0;
  right: auto;
}

.owl-stage-outer::after {
  /*    background: linear-gradient(
        to left,
        rgba(0,0,0,0.9) 0%,
        rgba(0,0,0,0.7) 20%,
        rgba(0,0,0,0.45) 45%,
        rgba(0,0,0,0.2) 70%,
        rgba(0,0,0,0) 100%
    );*/
  background: linear-gradient(to left,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 50%);

  right: 0;
  left: auto;
}

.category-slider:not(#new-slider .category-slider):hover .owl-stage-outer::before,
.category-slider:not(#new-slider .category-slider):hover .owl-stage-outer::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.category-slider-section:not(#new-slider) .owl-nav button span {
  color: #fff;
}

/*#new-slider .owl-stage-outer::before{
    background: linear-gradient(
    to right,
    rgba(255, 0, 0, 0.9) 0%,
    rgba(255, 0, 0, 0.7) 20%,
    rgba(255, 0, 0, 0.45) 45%,
    rgba(255, 0, 0, 0.2) 70%,
    rgba(255, 0, 0, 0) 100%
);
}


#new-slider .owl-stage-outer::after{
    background: linear-gradient(
    to left,
    rgba(255, 0, 0, 0.9) 0%,
    rgba(255, 0, 0, 0.7) 20%,
    rgba(255, 0, 0, 0.45) 45%,
    rgba(255, 0, 0, 0.2) 70%,
    rgba(255, 0, 0, 0) 100%
);
}
*/
.archive-cat-filter .owl-nav button {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

.select2-dropdown.select2-dropdown--below {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-search.select2-search--dropdown {
  padding-inline: 0;
  border-radius: 50px;
  /* overflow: hidden; */
  /* border: solid; */

  input {
    border-radius: 50px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}

#select2-category-sh-results::-webkit-scrollbar {
  width: 6px;
}

#select2-category-sh-results::-webkit-scrollbar-track {
  background: red;
  border-radius: 10px;
}

#select2-category-sh-results::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#select2-category-sh-results::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#select2-category-sh-results {
  scrollbar-width: thin;
  scrollbar-color: red;
}

.select2-selection.select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
  transform: rotate(180deg) translateY(50%);
}

.select2-selection.select2-selection--single .select2-selection__arrow {
  transition: all 0.2s ease-in-out;
}

.cat-slider-post-in-sec {
  margin-block: 0px 20px;
}

/*.company-name.listing-item.ad-unfilled::before {
    content: 'Add loading.....';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    font-size: 20px;
}*/

/*.company-name.listing-item.ad-unfilled > .loader {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  color: red;
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
  0% {
    box-shadow: -38px -12px ,  -14px 0,  14px 0, 38px 0;
  }
  33% {
    box-shadow: -38px 0px, -14px -12px,  14px 0, 38px 0;
  }
  66% {
    box-shadow: -38px 0px , -14px 0, 14px -12px, 38px 0;
  }
  100% {
    box-shadow: -38px 0 , -14px 0, 14px 0 , 38px -12px;
  }
}
*/

/*.ad-unfilled > .loader {
    font-size: 20px;
    color: red;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    position: relative;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}
.ad-unfilled > .loader:before{
      content: '';
      animation: 5s print linear alternate infinite;
    }

.ad-unfilled > .loader:after{
      content: '';
      position: absolute;
      right: -4px;
      top: 50%;
      transform: translatey(-45%);
      width: 2px;
      height: 1.3em;
      background: currentColor;
      opacity: 0.8;
      animation: 1s blink steps(2) infinite;
    }
    
    @keyframes blink {
      0%  { visibility: hidden;}
      100%  { visibility: visible;}
    }
    @keyframes print {
      0% { content: 'L'}
      10% { content: 'Lo'}
      20% { content: 'Loa'}
      30% { content: 'Load'}
      40% { content: 'Loadi'}
      50% { content: 'Loadin'}
      60% { content: 'Loading'}
      70% { content: 'Loading.'}
      80% { content: 'Loading..'}
      90% , 100% { content: 'Loading...'}
    }

.add-sec.ad-unfilled > .loader {
    left: 0;
    top: 50%;
}
*/

.ad-unfilled .loader {
  color: red;
  display: inline-block;
  position: absolute;
  font-size: 18px;
  width: max-content;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -45%);
}

.ad-unfilled .loader::after {
  content: "";
  width: 3px;
  height: 3px;
  background: red;
  position: absolute;
  bottom: 10px;
  right: -10px;
  box-sizing: border-box;
  animation: animloader 1s linear infinite;
}

/*@keyframes animloader {
  0% {
    box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 10px 0 red, 20px 0 rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 10px 0 red, 20px 0 red;
  }
}*/

@keyframes animloader {
  0% {
    box-shadow:
      10px 0 rgba(255, 255, 255, 0),
      20px 0 rgba(255, 255, 255, 0),
      30px 0 rgba(255, 255, 255, 0),
      40px 0 rgba(255, 255, 255, 0);
  }

  25% {
    box-shadow:
      10px 0 red,
      20px 0 rgba(255, 255, 255, 0),
      30px 0 rgba(255, 255, 255, 0),
      40px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow:
      10px 0 red,
      20px 0 red,
      30px 0 rgba(255, 255, 255, 0),
      40px 0 rgba(255, 255, 255, 0);
  }

  75% {
    box-shadow:
      10px 0 red,
      20px 0 red,
      30px 0 red,
      40px 0 rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow:
      10px 0 red,
      20px 0 red,
      30px 0 red,
      40px 0 red;
  }
}

.footer-item.footer-category-list>ul li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
  padding-inline-end: 5px;
  margin-bottom: 10px;
  padding-bottom: 1px;
}

@media (max-width: 767px) {
  #menu-footer-menu {
    flex-direction: column;
    /* justify-content: start !important; */
    align-items: flex-start;
  }

  #menu-footer-menu li>a {
    padding-left: 0;
  }

  #menu-footer-menu li:after {
    display: none;
  }

  #menu-footer-menu::before {
    content: "Quick Links";
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }

  .footer-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

header.header.site-header {
  z-index: 9999999;
}

/* .new-cat-filter .owl-item {
  margin-left: 1px;
} */
span.read-more-btn {
  color: red;
  font-weight: 500;
  cursor: pointer;
}

.bl-card.skeleton {
  pointer-events: none;
}

.sk {
  background: linear-gradient(90deg, #eaeaea 25%, #f5f5f5 37%, #eaeaea 63%);
  background-size: 400% 100%;
  animation: sk-loading 1.4s ease infinite;
  border-radius: 6px;
}

/* Title */
.sk-title {
  height: 18px;
  width: 75%;
  margin-bottom: 8px;
}

/* Rating */
.sk-rating {
  height: 14px;
  width: 100px;
  margin-bottom: 14px;
}

/* List */
.sk-line {
  height: 14px;
  margin-bottom: 10px;
}

.sk-line.short {
  width: 60%;
}

/* Buttons */
.sk-btn {
  height: 34px;
  width: 100%;
}

@keyframes sk-loading {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.sub-cat-posts.col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-company .page-title h1 {
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

.single-company-breadcrumbs {
  margin-bottom: 20px;
}

.single-company-breadcrumbs a,
.single-company-breadcrumbs span {
  color: black;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.single-company-breadcrumbs a:hover,
.single-company-breadcrumbs span:hover {
  color: red;
}

.company-detail-logo img {
  box-shadow: 4px 4px 4px #e2e2e2e2;
  border-radius: 17px;
  overflow: hidden;
  padding: 12px;
}

.map>iframe {
  box-shadow: 10px 10px 10px #e2e2e2bf;
  border-radius: 8px;
  overflow: hidden;
  height: 450px !important;
}

@media (max-width: 767px) {
  .map>iframe {
    height: 270px !important;
  }
}

.company-detail-content ul strong {
  font-weight: 900;
}

.About-us-inner-content p label {
  width: 100%;
}

.contact-us-form input[type="submit"] {
  background: #ec1827;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.contact-us-form input[type="submit"]:hover {
  background: #bb1521;
  color: #ffffff;
}

.address-bar-content:not(.socila-icon) a {
  color: inherit;
}

.address-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: baseline;
  height: 60px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  position: relative;
  background-image: none !important;
}

.next.page-numbers::before,
.pagination .page-numbers.prev::before {
  color: #000;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.next.page-numbers::before {
  content: "\f054";
}

.prev.page-numbers::before {
  content: "\f053";
}

#gotosite {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 25px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  margin-inline: 5px;
  transition: all 0.3s ease 0s;
}

.ad-clsss {
  border: solid 1px #ddd;
  padding: 10px;
  min-height: 270px;
}

.watchTimer-cont {
  position: fixed;
  top: 0;
  background-color: #f7f4e5;
  width: 100%;
  height: 30px;
  z-index: 99999;
  display: none;
  border-bottom: solid 1px #d2d2d082;
}

/* .watchTimer-cont .time-seekbar {
  background-color: red;
  width: 0;
  height: 100%;
  transition: all 0.1s linear;
} */

body.timer-active header,
body.timer-active .featured-listing {
  margin-top: 30px;
}


body.timer-active .watchTimer-cont {
  display: block;
}

#timer-show {
  position: absolute;
  color: black;
  top: 0px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 5px 0px;
}

.task-complte-popup {
  position: fixed;
  height: auto;
  width: 450px;
  top: 40%;
  left: 50%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 14px #4a4a4a;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 999999999;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  gap: 35px;
}

.task-complte-popup .txt-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.task-complte-popup #task-complete-pop-up-close {
  padding: 10px 70px;
  width: max-content;
  border-radius: 0;
  border: none;
  /* box-shadow: 10px 10px 10px #063455aliceblue; */
  background-color: #ec1827;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-conti {
  font-size: 38px;
}

.task-complte-popup a {
  text-decoration: underline;
  color: #ec1827;
}

.task-complte-popup a:hover {
  color: #ec1827;
}

a p .task-complte-popup .icon-conti {
  font-size: 32px;
}

body.task-complete .task-complte-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.task-complete {
  overflow: hidden !important;
  max-height: 100vh !important;
}

body.task-complete::before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100vw;
  z-index: 99999999;
  overflow: hidden !important;
  top: 0;
  left: 0;
}


.taeb-switch {
  position: relative;
}
.taeb-switch:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    transition: left cubic-bezier(.88,-.35,.565,1.35) .4s;
    border-radius: 27.5px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    background: linear-gradient(135deg, #ec1827, #f53426);
    height: 100%;
    z-index: 0;
}
.taeb-switch.left:after {
  left: 0;
}
.taeb-switch.right:after {
  left: 50%;
}
.taeb {
  display: inline-block;
  width: 50%;
  padding: 12px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: color .3s;
  font-weight: 600;
  user-select: none;
}

.taeb.active {
  color: #fff;
}
.wrapper {
  border-radius: 37px;
  background: #f4f4f4;
  padding: 8px;
  max-width: 320px;
  margin: 0 auto 30px;
}
.login-wrapper,
.register-wrapper {
  transition: opacity .3s ease;
}
.login-tab-wrapper {
    background: #efefef;
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 30px !important;
}
.switch-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.switch-link {
  color: #ec1827;
  font-weight: 600;
  cursor: pointer;
  margin-left: 5px;
  transition: 0.3s;
}
.switch-link:hover {
  color: #bb1521;
}
.user-account ul {
    display: flex;
    gap: 15px;
    align-items: center;
}
.utility-menu li.business-list a {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 13px;
    background: none 0px 0px repeat scroll rgb(236, 24, 39);
    border-radius: 2px;
    padding: 10px 17px;
    transition: 0.3s;
}
.business-list i {
    display: none;
}
@media(max-width: 767px){
  .business-list a span{
    display: none;
  }
  .utility-menu li.business-list a {
    background: transparent;
    color: #000;
    padding: inherit;
}
.business-list i {
    font-size: 20px;
    margin-top: 2px;
}
.user-account ul {
    gap: 10px;
}
}