body {
  background-color: #f6f6f6 !important;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: #242424;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style-position: inside;
}

.btn:focus {
  box-shadow: none;
}

.btn-theme {
  border: 1px solid #ff002e;
  background-color: #ff002e;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  padding: 12px 30px;
  border-radius: 4px;
}

.btn-theme:hover {
  background-color: #ff002e;
  border: 1px solid #ff002e;
  box-shadow: 0 0.5rem 1.125rem -0.5rem #ff002e;
  color: #ffffff;
}

.btn-theme {
  border: 1px solid #ff002e;
  background-color: #ff002e;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  padding: 12px 30px;
  border-radius: 4px;
}

.btn-theme:hover {
  background-color: #ff002e;
  border: 1px solid #ff002e;
  box-shadow: 0 0.5rem 1.125rem -0.5rem #ff002e;
  color: #ffffff;
}

.btn-theme:focus {
  box-shadow: none;
}

.parsley-custom-error-message,
.parsley-required,
.parsley-type {
  color: #c31619 !important;
  font-size: 13px !important;
}

.package-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 15px;
  transition: transform 0.3s;
}

.btn-adpost-start.package-required {
  opacity: 0.6;
  cursor: not-allowed;
}

.package-card:hover {
  transform: translateY(-5px);
}

.card-content {
  display: flex;
  flex-direction: column;
}

.r-meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-check-input {
  margin-right: 10px;
}

.product-title {
  font-weight: bold;
}

.package-details {
  list-style: none;
  padding: 0;
  color: #0c0c0c !important;
}

.package-details li {
  margin-bottom: 5px;
  font-size: 14px;
}

.post-edit-button {
  padding: 6px 20px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #242424;
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
}

.post-edit-button:hover {
  color: #242424;
}

@media (min-width: 576px) {
  .package-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (min-width: 768px) {
  .package-card {
    flex: 1 1 calc(33.33% - 20px);
  }
}

@media (min-width: 992px) {
  .package-card {
    flex: 1 1 calc(25% - 20px);
  }
}

.package-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.loading {
  display: none;
  position: fixed;
  z-index: 9999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow:
    rgb(0 0 0 / 75%) 1.5em 0 0 0,
    rgb(0 0 0 / 75%) 1.1em 1.1em 0 0,
    rgb(0 0 0 / 75%) 0 1.5em 0 0,
    rgb(0 0 0 / 75%) -1.1em 1.1em 0 0,
    rgb(0 0 0 / 50%) -1.5em 0 0 0,
    rgb(0 0 0 / 50%) -1.1em -1.1em 0 0,
    rgb(0 0 0 / 75%) 0 -1.5em 0 0,
    rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
  box-shadow:
    rgb(0 0 0 / 75%) 1.5em 0 0 0,
    rgb(0 0 0 / 75%) 1.1em 1.1em 0 0,
    rgb(0 0 0 / 75%) 0 1.5em 0 0,
    rgb(0 0 0 / 75%) -1.1em 1.1em 0 0,
    rgb(0 0 0 / 75%) -1.5em 0 0 0,
    rgb(0 0 0 / 75%) -1.1em -1.1em 0 0,
    rgb(0 0 0 / 75%) 0 -1.5em 0 0,
    rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.adt-button-1 {
  font-size: 14px;
  color: #6d6d6d;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 5px 20px;
  line-height: 35px;
}

.adt-ads-top-box .adt-button-1 {
  padding: 5px 28px;
}

.adt-button-dark {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  padding: 12px 30px;
  background-color: #242424;
  border-radius: 4px;
}

.adt-button-dark-1 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  padding: 12px 34px;
  background-color: #242424;
  border: 1px solid #242424;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.adt-button-dark-1:hover {
  color: #ffffff;
}

p:has(.adt-button-cf7) {
  margin-bottom: 0px !important;
}

.adt-button-cf7 {
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffff !important;
  padding: 12px 32px !important;
  background-color: #242424 !important;
  border-radius: 4px !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid #242424 !important;
}

.adt-theme-button-1 {
  font-size: 14px;
  font-weight: 600;
  color: #ff002e;
  background-color: #ffff;
  border: 1px solid #ff002e;
  padding: 12px 32px;
  border-radius: 4px;
  width: 120px;
  height: 42px;
  line-height: 16px;
}

.adt-theme-button-2 {
  font-size: 14px;
  font-weight: 600;
  color: #ffff;
  background-color: #ff002e;
  border: 1px solid #ff002e;
  padding: 8px 10px;
  border-radius: 4px;
  width: 120px;
  height: 42px;
  line-height: 16px;
}

.form-control:focus {
  box-shadow: none;
}

.sticky-header {
  position: sticky;
  top: 0;
}

/* adt-classified-listing-section-start */

.adt-category-list-sidebar {
  padding: 20px 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 40px;
}

.adt-category-list-sidebar > span {
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.adt-category-list-sidebar ul li {
  width: 100%;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.adt-category-list-sidebar ul li:last-child {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}

.adt-category-list-sidebar .adt-category-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  cursor: pointer;
}

.adt-category-list-sidebar .adt-category-box .category-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adt-category-list-sidebar .adt-category-box .category-meta .img-box {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 12px;
}

.adt-category-list-sidebar .adt-category-box .category-meta a {
  font-size: 12px;
  font-weight: 400;
  color: #242424;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.adt-category-list-sidebar .adt-category-box:hover .category-meta a {
  color: #ff002e;
}

.adt-category-list-sidebar .adt-category-box .listing-count {
  padding: 10px 20px;
  background-color: #f6f6f6;
  border-radius: 4px;
  font-size: 10px;
  color: #6d6d6d;
  text-transform: uppercase;
  line-height: 16px;
}

.adt-recent-ads-sidebar {
  background-color: #ffff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 40px;
}

.adt-recent-ads-sidebar h4 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  padding-bottom: 20px;
  margin: 0 !important;
}

.adt-recent-ads-sidebar ul li {
  width: 100%;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.adt-recent-ads-sidebar ul li:last-child {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}

.adt-recent-ads-sidebar .adt-recent-ad-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.adt-recent-ad-box a {
  text-decoration: none;
}

.adt-recent-ads-sidebar .adt-recent-ad-box .recent-img-box {
  width: 60px;
  height: 60px;
}

.adt-recent-ads-sidebar .adt-recent-ad-box .recent-img-box img {
  border-radius: 4px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  object-fit: cover;
}

.adt-recent-ads-sidebar .adt-recent-ad-box .recent-img-meta {
  width: calc(100% - 75px);
}

.adt-recent-ads-sidebar .adt-recent-ad-box .recent-img-meta h6 {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 5px;
  margin-top: 0;
}

.adt-recent-ads-sidebar .adt-recent-ad-box .recent-img-meta strong {
  font-size: 16px;
  color: #242424;
  display: flex;
  align-items: center;
  gap: 5px;
}

.adt-recent-ads-sidebar .adt-recent-ad-box .recent-img-meta strong small {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
}

.adt-vertical-ad-box {
  margin-bottom: 40px;
}

.adt-vertical-ad-box img {
  position: relative;
}

.adt-classified-listing-top-box {
  padding: 48px 0;
  text-align: center;
  border-radius: 4px;
  background-image: url(../images/classified-listing-top-bg.png);
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}

.field-box {
  position: relative;
  display: block;
}

.field-box input[type="password"] {
  width: 100%;
  padding-right: 35px;
  box-sizing: border-box;
}

.field-box .sb_show_pass2 {
  position: absolute;
  top: 73%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #6d6d6d;
}

.pretty .state label a:hover {
  color: #242424;
}

body.rtl .field-box .sb_show_pass2 {
  right: auto;
  left: 10px;
}

.field-box .sb_show_pass {
  position: absolute;
  top: 73%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #6d6d6d;
}

body.rtl .field-box .sb_show_pass {
  right: auto;
  left: 10px;
}

.adt-classified-listing-top-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #ff002e;
  margin-bottom: 10px;
  font-family: "Kalam", cursive;
}

.no-display {
  display: none !important;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.adt-classified-listing-top-box h1 {
  font-size: 26px;
  font-weight: 600;
  color: #231900;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.adt-classified-listing-top-box h5 {
  font-size: 18px;
  font-weight: 500;
  color: #6d6d6d;
  margin-bottom: 15px;
}

.adt-classified-listing-top-box ul li {
  display: inline-block;
  margin: 0 10px;
}

.adt-classified-listing-top-box ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #6d6d6d;
  padding: 11px 16px;
  background-color: #ffff;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-classified-listing-top-box ul li a:hover {
  color: #ffff;
  background-color: #ff002e;
}

.adt-explore-categories-content .explore-categories-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.adt-explore-categories-content .explore-categories-top-box h2 {
  font-size: 24px;
  font-weight: 500;
  color: #242424;
}

.adt-explore-categories-content .explore-categories-top-box span {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6d;
}

.adt-explore-categories-content .explore-categories-top-box span strong {
  font-weight: 600;
  color: #242424;
  font-size: 20px;
}

.adt-explore-categories-content .explore-category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 20px;
}

.adt-explore-categories-content .explore-category-grid .explore-category-box {
  text-align: center;
}

.adt-explore-categories-content
  .explore-category-grid
  .explore-category-box
  img {
  height: 100px;
  object-fit: scale-down;
}

.adt-explore-categories-content
  .explore-category-grid
  .explore-category-box
  span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  margin-top: 15px;
}

.adt-horizontal-advert-section {
  margin: 40px 0;
  text-align: center;
}

.adt-horizontal-ad-box {
  margin-bottom: 30px;
}

.adt-horizontal-advert-section .adt-horizontal-ad-box {
  margin: 0px;
}

.adt-ads-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.featured-duration-list {
  padding: 20px !important;
  margin: 20px;
  border: 2px solid #0c0c0c;
  border-radius: 5px;
}

.featured-duration-list label {
  color: #ff002e;
  font-weight: 700;
}

.adt-ads-top-box h2 {
  font-size: 24px;
  font-weight: 500;
  color: #242424;
}

.adt-ads-top-box p {
  margin-top: 10px;
  max-width: 564px;
  line-height: 30px;
}

.adt-category-ad-card {
  position: relative;
  padding: 7px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}

.adt-category-ad-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-category-ad-card .category-img-box {
  position: relative;
  width: 100%;
  height: 190px;
}

.adt-category-ad-card .category-img-box img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adt-category-ad-card .category-img-box .featured-tag {
  position: absolute;
  top: 0;
  left: -1px;
  width: 38px;
  height: 32px;
  transform: rotate(180deg);
}

.adt-category-ad-card .category-content-box {
  padding: 15px 13px 0 13px;
}

.adt-category-ad-card .category-content-box .ctg-tag {
  font-size: 12px;
  color: #6d6d6d;
}

.adt-category-ad-card .category-content-box h5 {
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  margin: 5px 0;
  line-height: 26px;
  transition: 0.3s ease-in-out;
}

.adt-category-ad-card .category-content-box a {
  text-decoration: none;
  font-size: 16px;
  color: #d9d9d9;
}

.adt-category-ad-card .category-content-box p {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #6d6d6d;
  margin-top: 5px;
}

.adt-category-ad-card .category-content-box p i {
  font-size: 12px;
  margin-right: 10px;
}

.adt-category-ad-card .category-content-box .price-box {
  font-size: 14px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adt-category-ad-card .category-content-box .price-box strong {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
}

.adt-category-ad-card .category-content-box .price-box strong small {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-left: 5px;
}

.adt-category-ad-card .category-content-box .price-box .favourite {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-category-ad-card .category-content-box .price-box .favourite i {
  font-size: 12px;
  color: #d9d9d9;
  margin-top: 2px;
}

.adt-view-all-box {
  margin-top: 20px;
  text-align: center;
}

/* adt-classified-listing-section-end */

/* adt-brand-carousel-section-start */
.adt-brand-carousel-section {
  position: relative;
  padding: 25px 0;
  /*background-color: rgba(0, 0, 0, 0.9);*/
}

.adt-brand-carousel-section.light-bg {
  background-color: #ffff;
}

.adt-brand-carousel-section .brand-carousel .owl-item img {
  display: block;
  width: auto;
  height: 48px;
  object-fit: scale-down;
  margin: 0 auto;
}

/* adt-brand-carousel-section-end */

/* adt-footer-section-start */
.adt-footer-section {
  padding: 70px 0 55px 0;
  background-color: #242424;
}

.adt-about-detail-box ul {
  padding-left: 0 !important;
}

.adt-contact-box ul {
  padding-left: 0 !important;
}

.adt-newsletter-box ul {
  padding-left: 0 !important;
}

.adt-quick-links ul {
  padding-left: 0 !important;
}

.adt-footer-section .adt-about-detail-box p {
  font-size: 14px;
  color: #ffff;
  margin: 30px 0;
  line-height: 30px;
  padding-right: 30px;
}

.adt-footer-section .adt-about-detail-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #ffff;
  margin-bottom: 20px;
}

.adt-footer-section .adt-about-detail-box ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.adt-footer-section .adt-about-detail-box ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-footer-section .adt-about-detail-box ul li a:hover {
  background-color: #ff002e;
}

.adt-footer-section .adt-about-detail-box .social-links li a i {
  font-size: 16px;
  color: #ffff;
}

.adt-footer-section h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffff;
}

.adt-footer-section .adt-contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.adt-footer-section .adt-contact-list li .icon-box {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.adt-footer-section .adt-contact-list li .icon-box i {
  font-size: 16px;
  color: #ffff;
}

.adt-footer-section .adt-contact-list li .meta-box small {
  display: block;
  font-size: 12px;
  color: #ffff;
}

.adt-footer-section .adt-contact-list li .meta-box span {
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
}

.adt-footer-section .adt-quick-links ul {
  column-count: 2;
  padding-left: 15px;
}

.adt-footer-section .adt-quick-links ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}

.adt-footer-section .adt-quick-links ul li::marker {
  color: #ff002e;
}

#img_dropzone .dz-button,
#dropzone_video .dz-button {
  background: none;
  color: #0c0c0c;
  border: none;
  padding: 20px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

#img_dropzone .dz-remove {
  color: red;
  text-decoration: none;
}

.input-container {
  position: relative;
}

.input-container .form-control {
  padding-right: 40px;
  /* Adjust based on button width */
}

.input-container #google-map-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust based on button placement */
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-container #google-map-btn li {
  display: inline;
}

.input-container #google-map-btn a {
  display: block;
  width: 30px;
  height: 30px;
  background: inherit;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.input-container #google-map-btn a:hover {
  color: #2ca5e0;
}

.adt-footer-section .adt-quick-links ul li a {
  font-size: 14px;
  color: #ffff;
  text-decoration: none;
}

.adt-footer-section .adt-newsletter-box p {
  font-size: 14px;
  color: #ffff;
  margin: 30px 0;
  line-height: 30px;
  padding-right: 30px;
}

.adt-footer-section .adt-newsletter-box form {
  margin: 30px 0;
}

.adt-footer-section .adt-newsletter-box form input {
  height: 42px;
  padding: 12px 22px;
  font-size: 14px;
  color: #6d6d6d;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-footer-section .adt-newsletter-box form input::placeholder {
  font-size: 14px;
  color: #6d6d6d;
  opacity: 1;
}

.adt-footer-section .adt-newsletter-box form .send-btn {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff002e;
  border: 1px solid #ff002e;
  border-radius: 4px;
  box-shadow: none;
}

.adt-footer-section .adt-newsletter-box form .send-btn i {
  font-size: 18px;
  color: #ffff;
}

.adt-copyright-box {
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.adt-copyright-box a {
  color: #fff;
}

.adt-copyright-box p {
  font-size: 14px;
  font-weight: 400;
  color: #ffff;
}

.adt-copyright-box p a {
  font-weight: 400;
  color: #ff002e;
}

/* adt-footer-section-end */

/* adt-light-footer-start */
.adt-light-footer {
  background-color: #f0f5f8 !important;
  background-image: url(../images/footer-bg.png);
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.adt-light-footer .adt-about-detail-box h4 {
  color: #242424;
}

.adt-light-footer .adt-about-detail-box .social-links li a:hover i {
  color: #ffff;
}

.adt-light-footer h4 {
  color: #242424;
}

.adt-light-footer .adt-about-detail-box ul li a,
.adt-light-footer .adt-contact-list li .icon-box {
  background-color: #ffff;
  text-decoration: none;
}

.adt-light-footer .adt-about-detail-box p,
.adt-light-footer .adt-about-detail-box .social-links li a i,
.adt-light-footer .adt-contact-list li .meta-box small,
.adt-light-footer .adt-contact-list li .meta-box span,
.adt-light-footer .adt-contact-list li .icon-box i,
.adt-light-footer .adt-quick-links ul li a,
.adt-light-footer .adt-newsletter-box p {
  color: #6d6d6d;
}

.adt-light-footer .adt-newsletter-box form .send-btn {
  background-color: #242424;
  border-color: #242424;
}

/* adt-light-footer-end */

/* adt-top-search-bar-start */
.adt-top-search-bar {
  padding: 15px 0;
  background-color: #242424;
}

.adt-searchbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.adt-searchbar-wrapper .adt-lists-count {
  font-size: 14px;
  color: #ffff;
}

.adt-searchbar-wrapper .adt-lists-count span {
  font-weight: 600;
  color: #ff002e;
}

.adt-searchbar-wrapper .adt-search-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.adt-searchbar-wrapper .adt-search-area form {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0;
}

.adt-searchbar-wrapper .adt-search-area form input {
  font-size: 14px;
  color: #ffff;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 4px;
  height: 40px;
}

.adt-searchbar-wrapper .adt-search-area form input:focus-visible {
  outline: none;
}

.adt-searchbar-wrapper .adt-search-area form input::placeholder {
  font-size: 14px;
  color: #ffff;
  opacity: 1;
}

.adt-searchbar-wrapper .select2 {
  width: 200px !important;
}

.adt-searchbar-wrapper .select2-container .select2-selection--single {
  height: 40px;
  border-radius: 4px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.adt-searchbar-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #ffff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
}

.adt-searchbar-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  right: 10px;
}

.adt-searchbar-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ffff #ffff transparent transparent;
  border-width: 1px 1px 0 0px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  transform: rotate(135deg);
}

.adt-searchbar-wrapper
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ff002e;
}

.adt-searchbar-wrapper .adt-search-area button {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #242424;
  padding: 10px 19px;
  background-color: #ffff;
  border: 0;
  border-radius: 4px;
  min-width: 110px;
}

.adt-searchbar-wrapper .adt-search-area button i {
  margin-right: 8px;
}

.sb-header .adt-list .dropdown-user-login {
  padding: 10px !important;
}

.sb-header .adt-list .dropdown-user-login li a,
.adt-top-tabs-header .dropdown-user-login li a {
  padding: 0 !important;
}

.sb-header .adt-list .dropdown-user-login li a::before {
  content: none;
}

.sb-header .adt-list .dropdown-user-login li a:hover {
  color: #ffff;
}

.adt-searchbar-wrapper .adt-extra-buttons {
  position: relative;
}

.adt-searchbar-wrapper .adt-extra-buttons a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #ffff;
  margin-left: 30px;
  text-decoration: none;
}

.adt-searchbar-wrapper .adt-extra-buttons a:first-child::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 1px;
  height: 12px;
  background-color: #ffff;
}

.adt-searchbar-wrapper .adt-extra-buttons a.login-user::before {
  content: none;
}

.terms_and_condition_label {
  color: #0c0c0c !important;
}

.terms_and_condition_label a {
  color: #ff002e;
}

.has-warning::after {
  content: "\26D4";
  color: yellow;
  margin-right: 8px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.adt-searchbar-wrapper .adt-extra-buttons ul {
  margin-bottom: 0;
}

.adt-searchbar-wrapper .adt-extra-buttons a i {
  margin-right: 10px;
}

/* adt-top-search-bar-end */

/* adt-header-primary-start */
.adt-header-primary.adt-transparent-header {
  background-color: transparent;
}

.adt-header-primary .sb-header-container {
  height: 82px;
  display: flex;
  justify-content: space-between;
}

.adt-header-primary .logo img {
  max-width: 150px;
  width: auto;
}

.adt-header-primary .sb-menu > ul > li > a {
  height: 82px;
  line-height: 82px;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  padding: 0 15px;
  text-transform: capitalize;
}

.adt-header-primary.sb-header .sb-menu li:not(:last-child) a:hover,
.adt-header-primary.sb-header .sb-menu li:not(:last-child) a:focus,
.adt-header-primary.sb-header .sb-menu li:not(:last-child) a:active {
  /*color: #ff002e;*/
}

.adt-header-primary .sb-menu > ul > li > a > span::before {
  border-color: #242424;
  border-width: 1px 1px 0 0;
}

.adt-header-primary .sb-menu .ad-post-btn {
  font-size: 14px;
  color: #ffff;
  padding: 12px 40px;
  background-color: #ff002e;
  border-radius: 4px;
  height: auto;
  line-height: inherit;
  margin-left: 15px;
}

.adt-header-primary .sb-menu .ad-post-btn i {
  margin-right: 5px;
}

.adt-header-primary .sb-menu ul ul li > a::before {
  background: #ff002e;
}

.adt-header-secondary .sb-menu > ul > ul > li > a {
  font-weight: 400;
}

/*.sb-menu ul {
    padding-left: 0 !important;
}*/

/* adt-header-primary-end */

/* adt-header-primary-start */
.adt-header-secondary.adt-transparent-header {
  background-color: transparent;
}

.adt-header-secondary .sb-header-container {
  height: 82px;
  display: flex;
  justify-content: space-between;
}

.adt-header-secondary .logo img {
  max-width: 150px;
  width: auto;
}

/*.adt-header-secondary .sb-menu {
    width: calc(100% - 200px);
}*/

.adt-header-secondary .sb-menu > ul > li.adt-list {
  float: right;
  /*    margin: 19px 0;*/
}

.adt-header-secondary .sb-menu > ul > li.adt-list:has(.adt-user-avatar) {
  margin: 21px 0;
}

.adt-header-secondary .sb-menu > ul > li.adt-list .adt-user-avatar,
.adt-top-tabs-header .buttons-box .adt-user-avatar {
  position: relative;
  display: inline;
}

.adt-header-secondary
  .sb-menu
  > ul
  > li.adt-list
  .adt-user-avatar
  .login-user
  img,
.adt-top-tabs-header .buttons-box .adt-user-avatar .login-user img {
  border: 0;
}

.adt-header-secondary .sb-menu > ul > li > a {
  height: 82px;
  line-height: 82px;
  font-size: 14px;
  color: #242424;
  padding: 0 15px;
  text-transform: none;
  font-weight: 400;
}

.adt-header-secondary.sb-header .sb-menu li:not(:last-child) a:hover,
.adt-header-secondary.sb-header .sb-menu li:not(:last-child) a:focus,
.adt-header-secondary.sb-header .sb-menu li:not(:last-child) a:active {
  color: #ff002e;
}

.adt-header-secondary .sb-menu > ul > li > a > span::before {
  border-color: #242424;
  border-width: 1px 1px 0 0;
}

.adt-header-secondary .sb-menu .ad-post-btn {
  display: inline-block;
  font-size: 14px;
  color: #ffff;
  padding: 11px 46px;
  background-color: #ff002e;
  border-radius: 4px;
  height: auto;
  line-height: inherit;
  margin-left: 15px;
}

.adt-header-secondary .sb-menu .ad-post-btn i {
  margin-right: 5px;
}

.adt-header-secondary .sb-menu .ad-post-btn > span {
  display: none !important;
}

.adt-header-secondary .sb-menu ul ul li > a,
.adt-header-primary .sb-menu ul ul li > a,
.adt-transparent-header-1 .sb-menu ul ul li > a {
  font-weight: 400;
}

.adt-header-secondary .sb-menu ul ul li > a .label,
.adt-header-primary .sb-menu ul ul li > a .label,
.sb-header .sb-menu ul ul li > a .label {
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
}

.adt-header-secondary .sb-menu ul ul li > a::before {
  background: #ff002e;
}

.adt-header-secondary .sb-menu ul li .sign-in,
.adt-header-secondary .sb-menu ul li .sign-up {
  height: 82;
  line-height: 82px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  padding: 0 5px;
  text-decoration: none;
}

.adt-header-secondary .sb-menu ul li .sign-in i {
  margin-right: 5px;
  color: #ff002e;
}

.adt-header-secondary .sb-menu ul li .divider {
  font-size: 14px;
  color: #6d6d6d;
  padding: 0 10px;
}

.adt-header-secondary .sb-menu ul li .divider::after {
  content: none;
}

/* adt-header-primary-end */

/* adt-find-pet-hero-start */
.adt-find-pet-hero {
  position: relative;
  background-image: url(../imgs/find-pet-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.adt-find-pet-hero .cloud-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.adt-find-pet-hero .pet-sub-img-1 {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.adt-find-pet-hero .pet-sub-img-2 {
  position: absolute;
  bottom: 0;
  right: 9%;
}

.adt-find-pet-hero .adt-find-pet-content {
  position: relative;
  padding: 170px 0 125px 0;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  z-index: 2;
}

.adt-find-pet-hero .adt-find-pet-content h4 {
  font-size: 30px;
  font-weight: 500;
  color: #ff002e;
  margin-bottom: 10px;
  font-family: "Kalam", cursive;
}

.adt-find-pet-hero .adt-find-pet-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #242424;
}

.adt-find-pet-hero .adt-find-pet-content .adt-badge {
  position: absolute;
  top: 80px;
  right: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  background-color: #242424;
  border-radius: 50%;
  z-index: 2;
}

.adt-find-pet-hero .adt-find-pet-content .adt-badge::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0.2s;
}

.adt-find-pet-hero .adt-find-pet-content .adt-badge::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple-sub 1.5s ease-out infinite;
  animation-delay: 0.2s;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes ripple-sub {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(1.3);
  }
}

.adt-find-pet-hero .adt-find-pet-content .adt-badge strong {
  font-size: 22px;
  font-weight: 700;
  color: #ffff;
  z-index: 2;
}

.adt-find-pet-hero .adt-find-pet-content .adt-badge h6 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffff;
  z-index: 2;
}

.adt-find-pet-hero .adt-find-pet-content .adt-badge span {
  font-size: 12px;
  font-weight: 600;
  color: #ffff;
  z-index: 2;
}

.adt-find-pet-hero .adt-find-pet-content .arrow-vector {
  position: absolute;
  bottom: 55px;
  left: -90px;
}

.find-pet-carousel-area {
  position: relative;
  padding: 20px 50px;
  background-color: #ffff;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.find-pet-carousel-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  width: 5px;
  background-color: #ff002e;
}

.find-pet-carousel-area > .row {
  align-items: center;
}

.find-pet-carousel-area .sub-content small {
  font-size: 16px;
  color: #ff002e;
}

.find-pet-carousel-area .sub-content h6 {
  font-size: 22px;
  font-weight: 500;
  color: #242424;
}

.pet-category-carousel {
  max-height: 120px;
}

.pet-category-carousel .pet-category-box {
  display: block;
  padding: 20px 10px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: center;
}

.pet-category-carousel .pet-category-box img {
  width: 50px !important;
  height: 50px;
  margin: 0 auto;
}

.pet-category-carousel .pet-category-box span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #242424;
}

.pet-category-carousel .pet-category-box span small {
  color: #555555;
  margin-left: 5px;
}

.pet-category-carousel .owl-nav {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: 0;
  top: calc(50% - 19px);
}

.pet-category-carousel .owl-nav .owl-prev,
.pet-category-carousel .owl-nav .owl-next {
  position: absolute;
  left: -291px;
  width: 42px;
  height: 42px;
  background-color: #ff002e !important;
  border-radius: 4px;
  margin: 0;
}

.pet-category-carousel .owl-nav .owl-prev.disabled,
.pet-category-carousel .owl-nav .owl-next.disabled {
  position: absolute;
  left: -291px;
  width: 42px;
  height: 42px;
  background: #242424 !important;
  border-radius: 4px;
  margin: 0;
}

.pet-category-carousel .owl-nav .owl-prev.disabled,
.pet-category-carousel .owl-nav .owl-next.disabled {
  opacity: 1;
}

.pet-category-carousel .owl-nav .owl-next,
.pet-category-carousel .owl-nav .owl-next.disabled {
  left: unset;
  right: -71px;
}

.pet-category-carousel .owl-nav .owl-prev i,
.pet-category-carousel .owl-nav .owl-next i {
  color: #ffff;
}

/* adt-find-pet-hero-end */

/* adt-estate-ads-section-start */
.adt-estate-ads-section {
  padding: 30px 0 0 0;
}

.adt-ads-carousel-widgets .adt-category-ad-card {
  margin-bottom: 0;
}

.adt-ads-carousel-widgets .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -77px;
  right: 123px;
  text-align: right;
}

.adt-ads-carousel-widgets .owl-nav .owl-prev,
.adt-ads-carousel-widgets .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  background: #ffff !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.adt-ads-carousel-widgets .owl-nav .owl-prev.disabled,
.adt-ads-carousel-widgets .owl-nav .owl-next.disabled {
  opacity: 1;
}

.adt-ads-carousel-widgets .owl-nav .owl-prev i,
.adt-ads-carousel-widgets .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-ads-sub-carousel .adt-category-ad-card {
  margin-bottom: 0;
}

.adt-ads-sub-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -67px;
  right: 123px;
  text-align: right;
}

.adt-ads-sub-carousel .owl-nav .owl-prev,
.adt-ads-sub-carousel .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  background: #ffff !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.adt-ads-sub-carousel .owl-nav .owl-prev i,
.adt-ads-sub-carousel .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-category-ad-list {
  display: flex;
  align-items: center;
  padding: 7px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}

.adt-category-ad-list .category-img-box {
  width: 200px;
  height: 160px;
  margin-right: 15px;
}

.adt-category-ad-list .category-img-box img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.adt-category-ad-list .category-content-box {
  width: calc(100% - 215px);
  position: relative;
  padding-right: 14px;
}

.adt-category-ad-list .category-content-box .favourite {
  position: absolute;
  right: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-category-ad-list .category-content-box .favourite i {
  font-size: 14px;
  color: #d9d9d9;
}

.adt-category-ad-list .category-content-box .favourite i:hover {
  color: #0c0c0c;
}

.adt-category-ad-list .category-content-box .ctg-tag {
  font-size: 12px;
  color: #6d6d6d;
}

.adt-category-ad-list .category-content-box h5 {
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  margin: 10px 0;
}

.adt-category-ad-list .category-content-box p {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  color: #6d6d6d;
  font-family: "Poppins", sans-serif;
}

.adt-category-ad-list .category-content-box p i {
  font-size: 16px;
  margin-right: 10px;
}

.adt-category-ad-list .category-content-box .price-box {
  padding-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adt-category-ad-list .category-content-box .price-box strong {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #ff002e;
}

.adt-category-ad-list .category-content-box .price-box strong small {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-left: 5px;
}

.adt-category-ad-list .category-content-box .price-box .detail-btn {
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  padding: 7px 32px;
  background-color: #242424;
  border-radius: 4px;
}

/* adt-estate-ads-section-end */

/* adt-category-mini-section-start */
.adt-category-mini-section {
  padding: 15px;
  background-color: #242424;
}

.category-mini-carousel {
  height: 30px;
}

.category-mini-carousel .category-mini-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  max-width: 220px;
}

.category-mini-carousel .category-mini-box::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -1px;
  width: 1px;
  height: 20px;
  background-color: #ffff;
  opacity: 0.3;
}

.category-mini-carousel .category-mini-box img {
  width: 30px !important;
  height: 30px;
  margin-right: 8px;
}

.category-mini-carousel .category-mini-box span {
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

/* adt-category-mini-section-end */

/* adt-classified-marketplace-hero-start */
.adt-classified-marketplace-hero {
  /*background-color: #fffaef;*/
  /*background-image: url(../imgs/classified-hero-bg.png);*/
  /*background-position: bottom;*/
  /*background-size: auto;*/
  /*background-repeat: no-repeat;*/
}

.adt-marketplace-hero-content {
  position: relative;
  padding: 163px 0 60px 0;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.adt-marketplace-hero-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: #ff002e;
  margin-bottom: 20px;
  font-family: "Kalam", cursive;
}

.adt-marketplace-hero-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #242424;
}

.adt-marketplace-hero-content .adt-badge {
  position: absolute;
  top: 80px;
  right: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  background-color: #242424;
  border-radius: 50%;
  z-index: 2;
}

.adt-marketplace-hero-content .adt-badge::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0s;
  animation-delay: 0.2s;
}

.adt-marketplace-hero-content .adt-badge::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple-sub 1.5s ease-out infinite;
  animation-delay: 0s;
  animation-delay: 0.2s;
}

.adt-marketplace-hero-content .adt-badge strong {
  font-size: 22px;
  font-weight: 700;
  color: #ffff;
  z-index: 2;
}

.adt-marketplace-hero-content .adt-badge h6 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffff;
  z-index: 2;
}

.adt-marketplace-hero-content .adt-badge span {
  font-size: 12px;
  font-weight: 600;
  color: #ffff;
  z-index: 2;
}

.adt-classified-search-box {
  position: relative;
  padding: 30px 80px;
  background-color: #ffff;
  border-radius: 4px;
  max-width: 868px;
  margin: 0 auto;
  margin-bottom: -64px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-classified-search-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #ff002e;
}

.adt-classified-search-box .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.adt-classified-search-box .title-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #242424;
}

.adt-classified-search-box form .form-field {
  position: relative;
}

.adt-classified-search-box form .form-field .select2-container,
.adt-ads-with-filters form .form-field .select2-container {
  display: block !important;
  width: auto !important;
}

.adt-classified-search-box
  form
  .form-field
  .select2-container--default
  .select2-selection--single,
.adt-ads-with-filters
  form
  .form-field
  .select2-container--default
  .select2-selection--single {
  border: none;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.adt-classified-search-box form label {
  font-size: 12px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 7px;
}

.adt-classified-search-box form input {
  font-size: 14px;
  color: #6d6d6d;
  padding: 13px 20px;
  height: 44px;
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 20px;
}

.adt-classified-search-box form input:focus {
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
}

.adt-classified-search-box form .form-field .search-location {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  border: 1px solid #ffff;
  border-radius: 4px;
}

.adt-classified-search-box form .form-field .search-location i {
  font-size: 12px;
  color: #6d6d6d;
}

.adt-classified-search-box .search-btns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.adt-classified-search-box .search-btns-wrapper .reset-search {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #35bd06;
}

.adt-classified-search-box .search-btns-wrapper .reset-search i {
  margin-right: 5px;
}

.adt-classified-search-box .search-btns-wrapper .advanced-search {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #ff002e;
  text-decoration: underline;
}

.adt-classified-search-box .search-btns-wrapper .search-btn {
  padding: 12px 30px;
  margin-left: 18px;
}

.adt-classified-search-box .search-btns-wrapper .search-btn i {
  margin-right: 5px;
}

.adt-classified-search-box .select-user-type li {
  display: inline-block;
}

.adt-classified-search-box .select-user-type li input {
  display: none;
}

.adt-classified-search-box .select-user-type li label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  /*width: 70px;*/
  text-align: center;
  color: #6d6d6d;
  padding: 10px 18px;
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-left: 15px;
  margin-bottom: 0;
}

.adt-classified-search-box .select-user-type li:first-child label {
  margin-left: 0;
}

#check-buy-user:checked ~ label[for="check-buy-user"] {
  color: #ffff;
  background-color: #ff002e;
}

#check-sell-user:checked ~ label[for="check-sell-user"] {
  color: #ffff;
  background-color: #ff002e;
}

/* adt-classified-marketplace-hero-end */

/* adt-ads-grid-section-start */
.adt-ads-grid-section {
  padding: 110px 0 20px 0;
}

/* adt-ads-grid-section-end */

/* adt-popular-location-section-start */
.adt-popular-location-section {
  padding: 100px 0 70px 0;
}

.adt-popular-location-section .top-heading-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 30px;
}

.adt-popular-location-section .top-heading-box h4 {
  font-size: 26px;
  font-weight: 500;
  color: #242424;
}

.adt-popular-location-section .top-heading-box a {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
}

.adt-location-box {
  position: relative;
  display: block;
  padding: 7px;
  padding-bottom: 0;
  background-color: #ffff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}

.adt-location-box:hover {
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-location-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background-color: #ff002e;
  transition: 0.3s ease-in-out;
}

.adt-location-box:hover::before {
  opacity: 1;
}

.adt-location-box .location-img-box {
  height: 150px;
}

.adt-location-box .location-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adt-location-box .location-meta-box {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.adt-location-box .location-meta-box .location-name {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
}

.adt-location-box .location-meta-box .ads-count {
  font-size: 12px;
  color: #6d6d6d;
  padding: 2px 13px;
  background-color: #f6f6f6;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.adt-location-box:hover .location-meta-box .ads-count {
  color: #ffff;
  background-color: #ff002e;
}

/* adt-popular-location-section-end */

/* adt-smart-ads-section-start */
.adt-smart-ads-section {
  padding: 40px 0;
}

.adt-smart-ads-section .adt-vertical-ad-box {
  margin-bottom: 20px;
}

.adt-smart-ads-section .adt-horizontal-ad-box {
  margin: 20px 0;
}

.adt-smart-ads-section .adt-ads-top-box {
  margin-bottom: 20px;
}

.adt-smart-ads-section .adt-recent-ads-sidebar {
  margin-bottom: 20px;
}

.adt-smart-ads-section .top-margin-0 {
  margin-top: 0;
}

.adt-smart-ads-content-wrapper {
  display: flex;
  gap: 20px;
}

.adt-smart-ads-content-wrapper .left-sidebar,
.adt-smart-ads-content-wrapper .right-sidebar {
  width: 268px;
}

.adt-smart-ads-content-wrapper .middle-content {
  width: calc(100% - 576px);
}

.adt-ads-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

.adt-category-round-list-sidebar {
  padding: 15px 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.adt-category-round-list-sidebar h4 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  padding-bottom: 20px;
}

.adt-category-round-list-sidebar ul li {
  width: 100%;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.adt-category-round-list-sidebar ul li:last-child {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}

.adt-category-round-list-sidebar .adt-category-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  cursor: pointer;
}

.adt-category-round-list-sidebar .adt-category-box .category-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adt-category-round-list-sidebar .adt-category-box .category-meta .img-box {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #d3d3d3;
  border-radius: 50%;
}

.adt-category-round-list-sidebar .adt-category-box .category-meta .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.adt-category-round-list-sidebar .adt-category-box .category-meta a {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  transition: 0.3s ease-in-out;
}

.adt-category-round-list-sidebar .adt-category-box .listing-count {
  padding: 2px 10px;
  background-color: #f6f6f6;
  border-radius: 2px;
  font-size: 12px;
  color: #6d6d6d;
  transition: 0.3s ease-in-out;
}

.adt-category-round-list-sidebar .adt-category-box:hover .listing-count {
  color: #ffff;
  background-color: #ff002e;
}

.adt-search-list-box {
  background-color: #ffff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.adt-search-list-box h4 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.adt-search-list-box .categories-list {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-color: rgba(109, 109, 109, 0.5) transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  padding-right: 10px;
}

.adt-search-list-box .form-field {
  position: relative;
  /*    margin-bottom: 20px;*/
}

.adt-search-list-box .for-radius .form-field {
  margin-bottom: 20px;
}

.adt-smart-ads-content-wrapper .adt-search-list-box .form-field {
  margin-bottom: 20px;
}

.adt-search-list-box .for-radius .form-field:has(input[type="number"]) {
  margin-bottom: 0px;
}

.adt-search-list-box .form-field:last-child {
  margin-bottom: 0;
}

.adt-search-list-box .form-field label {
  font-size: 14px;
  color: #242424;
  margin-bottom: 10px;
}

.adt-search-list-box .form-field input {
  font-size: 14px;
  color: #6d6d6d;
  padding: 12px 20px;
  height: 45px;
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-search-list-box form .adt-button-dark {
  display: block;
  text-align: center;
  padding: 12px 30px;
  margin-top: 30px;
}

.adt-search-list-box form .adt-button-dark i {
  margin-right: 8px;
}

.adt-search-list-box .select2 {
  width: 100% !important;
}

.adt-search-list-box .select2-container .select2-selection--single {
  height: 40px;
  border-radius: 4px;
  border: none;
  background-color: #f6f6f6;
}

.adt-search-list-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 26px;
  padding-left: 20px;
}

.adt-search-list-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
  width: 36px;
  background-color: #ffff;
  border-radius: 0px 4px 4px 0px;
  right: 10px;
  top: 2px;
  right: 2px;
}

.adt-search-list-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #6d6d6d #6d6d6d transparent transparent;
  border-width: 1px 1px 0 0px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  transform: rotate(135deg);
}

.adt-search-list-box
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -2px;
  transform: rotate(-45deg);
}

/* adt-smart-ads-section-end */

/* adt-explore-things-hero-start */
.adt-explore-things-hero {
  padding: 40px 0;
  background-color: #fffaef;
}

.adt-explore-things-hero .explore-hero-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: #ff002e;
  font-family: "Kalam", cursive;
}

.adt-explore-things-hero .explore-hero-content h2 {
  font-size: 42px;
  font-weight: 600;
  color: #242424;
  padding-right: 150px;
  margin: 10px 0 30px 0;
}

.adt-explore-things-hero .explore-hero-content a {
  padding: 12px 38px;
}

.adt-explore-things-hero .explore-hero-img-box img {
  margin-bottom: -34px;
  width: 100%;
}

/* adt-explore-things-hero-end */

/* adt-mini-ads-section-start */
.adt-mini-ads-section {
  padding: 60px 0 30px 0;
}

.adt-mini-ads-section .adt-ads-top-box {
  margin-bottom: 30px;
}

.adt-mini-ads-section .adt-horizontal-ad-box {
  margin: 0 0 30px 0;
}

.adt-mini-ads-section .adt-recent-ads-sidebar {
  margin-bottom: 30px;
}

.adt-mini-ads-section .adt-vertical-ad-box {
  margin-bottom: 30px;
}

.adt-mini-ads-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}

.adt-mini-ad-box {
  padding: 4px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}

.adt-mini-ad-box:hover {
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-mini-ad-box .ad-img-box {
  position: relative;
  height: 145px;
}

.adt-mini-ad-box .ad-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.adt-mini-ad-box .ad-img-box .featured-tag {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 38px;
  height: 32px;
}

.adt-mini-ad-box .ad-meta-box {
  padding: 9px 7px 7px 7px;
}

.adt-mini-ad-box .ad-meta-box h6 {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  line-height: 26px;
  margin-bottom: 5px;
}

.adt-mini-ad-box .ad-meta-box h5 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #ff002e;
}

.adt-mini-ad-box .ad-meta-box h5 small {
  font-size: 10px;
  color: #555555;
  margin-left: 5px;
}

.adt-mini-ads-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -77px;
  right: 123px;
  text-align: right;
}

.adt-mini-ads-carousel .owl-nav .owl-prev,
.adt-mini-ads-carousel .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  background: #ffff !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.adt-mini-ads-carousel .owl-nav .owl-prev.disabled,
.adt-mini-ads-carousel .owl-nav .owl-next.disabled {
  opacity: 1;
}

.adt-mini-ads-carousel .owl-nav .owl-prev i,
.adt-mini-ads-carousel .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-popular-locations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}

.adt-mini-location-box {
  position: relative;
  display: block;
  padding: 7px;
  padding-bottom: 0;
  background-color: #ffff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}

.adt-mini-location-box:hover {
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-mini-location-box .location-img-box {
  height: 100px;
  position: relative;
}

.adt-mini-location-box .location-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adt-mini-location-box .location-img-box .ads-count {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #6d6d6d;
  padding: 2px 10px;
  background-color: #ffff;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.adt-mini-location-box:hover .location-img-box .ads-count {
  color: #ffff;
  background-color: #ff002e;
}

.adt-mini-location-box .location-meta-box {
  padding: 12px 0;
  text-align: center;
}

.adt-mini-location-box .location-meta-box .location-name {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
}

/* adt-mini-ads-section-end */

/* adt-recent-mini-ads-section-start */
.adt-recent-mini-ads-section {
  padding: 60px 0;
  background-color: #fffaef;
}

.adt-recent-mini-ads-section .adt-mini-ads-grid {
  grid-template-columns: repeat(7, 1fr);
  gap: 0 20px;
}

.adt-recent-mini-ads-section .adt-horizontal-ad-box {
  margin: 0;
}

.adt-sub-mini-ads-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -87px;
  right: 123px;
  text-align: right;
}

.adt-sub-mini-ads-carousel .owl-nav .owl-prev,
.adt-sub-mini-ads-carousel .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  background: #ffff !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.adt-sub-mini-ads-carousel .owl-nav .owl-prev.disabled,
.adt-sub-mini-ads-carousel .owl-nav .owl-next.disabled {
  opacity: 1;
}

.adt-sub-mini-ads-carousel .owl-nav .owl-prev i,
.adt-sub-mini-ads-carousel .owl-nav .owl-next i {
  color: #6d6d6d;
}

/* adt-recent-mini-ads-section-end */

/* adt-breadcrumb-start */
.adt-breadcrumb {
  padding: 40px 0 20px 0;
  background-color: transparent;
  border: none;
}

.adt-breadcrumb.adt-white-breadcrumb {
  background-color: transparent;
}

.single-ad_post .adt-breadcrumb.adt-white-breadcrumb {
  background-color: #fff;
}

.adt-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.adt-breadcrumb .breadcrumb li {
  color: #999;
  font-size: 14px;
}

.adt-breadcrumb .breadcrumb li::before {
  color: #999;
}

.adt-breadcrumb .breadcrumb li a {
  color: #242424;
  text-decoration: none;
}

/* adt-breadcrumb-end */

/* adt-ads-with-filters-start */
.adt-ads-with-filters {
  padding: 0px 0 110px 0;
}

.adt-ads-filter-content-wrapper {
  display: flex;
  gap: 0 21px;
}

.adt-ads-filter-content-wrapper .adt-ads-filter-sidebar {
  width: 315px;
}

.adt-ads-filter-content-wrapper .adt-ads-filter-sidebar .adt-vertical-ad-box {
  height: 352px;
}

.adt-ads-filter-content-wrapper
  .adt-ads-filter-sidebar
  .adt-vertical-ad-box
  img {
  height: 100%;
  object-fit: cover;
}

.adt-ads-filter-content-wrapper .adt-ads-filter-content {
  width: calc(100% - 315px);
}

.adt-ads-filter-content-wrapper .adt-ads-filter-content .tag-search {
  margin: 20px 0;
}

.adt-ads-filter-sidebar .accordion-item {
  margin-bottom: 20px;
  border: 0;
  border-radius: 4px;
}

.adt-ads-filter-sidebar .accordion-item .accordion-button {
  font-size: 14px;
  font-weight: 500;
  color: #242424;
  border-radius: 4px;
}

.adt-ads-filter-sidebar .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.adt-ads-filter-sidebar .accordion-item .accordion-button::after {
  filter: invert(23%) sepia(3%) saturate(31%) hue-rotate(320deg) brightness(94%)
    contrast(82%);
  width: 14px;
  height: 14px;
  background-size: 14px;
}

.adt-ads-filter-sidebar .accordion-item:first-of-type,
.adt-ads-filter-sidebar
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.adt-ads-filter-sidebar .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffff;
  box-shadow: none;
}

.adt-ads-filter-sidebar .accordion-item .accordion-body,
.adt-ads-filter-sidebar .accordion-item .panel-body {
  padding: 0 20px 20px !important;
}

.adt-ads-filter-sidebar .accordion-item .adt-search-list-box {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.adt-ads-filter-sidebar .accordion-item .adt-search-list-box .form-field {
  position: relative;
}

.adt-ads-filter-sidebar
  .accordion-item
  .adt-search-list-box
  .form-field:last-child {
  margin-bottom: 0;
}

.adt-ads-filter-sidebar .accordion-item .adt-search-list-box .form-field label {
  font-size: 14px;
  margin-bottom: 10px;
}

.adt-ads-filter-sidebar
  .accordion-item
  .adt-search-list-box
  .form-field
  .location-btn {
  position: absolute;
  top: 45px;
  right: 5px;
  width: 38px;
  height: 34px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 4px;
  color: #6d6d6d;
  background-color: #ffff;
}

.adt-ads-filter-sidebar .adt-search-list-box .form-field .search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #ffff;
  background-color: #ff002e;
}

/*.adt-ads-filter-sidebar .adt-search-list-box .form-field */
.search-btn-title {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #ffff;
  background-color: #ff002e;
}

#sb_user_address_loc ~ .search-btn-title,
.adt-ads-filter-sidebar.all-filters-sidebar
  .adt-search-list-box
  .search-btn-title {
  top: 39px;
}

.city-select-city li a {
  word-wrap: break-word;
  color: #242424;
  padding-bottom: 10px;
  display: inline-block;
}

.city-select-city li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}

/*.adt-ads-filter-sidebar .adt-search-list-box .form-field */
.crosshair_btn {
  position: absolute;
  top: 0px;
  right: 1px;
  width: 45px;
  height: 45px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: inherit;
}

.all-filters-sidebar .adt-search-list-box .form-field .crosshair_btn {
  top: 33px;
}

.hideSearchInput {
  display: none !important;
}

.adt-ads-filter-sidebar .form-field .rating-box {
  display: flex;
  gap: 10px 25px;
  align-items: center;
  flex-wrap: wrap;
}

.adt-ads-filter-sidebar .form-field .rating-box i {
  font-size: 20px;
  color: #d3d3d3;
  margin-right: 10px;
}

.adt-ads-filter-sidebar .form-field .rating-box i:last-child {
  margin-right: 0;
}

.adt-ads-filter-sidebar .form-field .rating-box i.fill {
  color: #fde16d;
}

.adt-ads-filter-sidebar .form-field .rating-box span {
  font-size: 14px;
  color: #ffff;
  line-height: 30px;
  padding: 0 24px;
  background-color: #ff002e;
  border-radius: 4px;
}

.adt-ads-filter-sidebar .accordion-item .adt-category-list-sidebar {
  padding: 0;
  margin-bottom: 0;
}

.adt-ads-filter-sidebar .accordion-item .adt-category-list-sidebar ul li {
  border-top: 0;
}

.adt-ads-filter-sidebar
  .accordion-item
  .adt-category-list-sidebar
  ul
  li.toggle-wrapper
  a,
.adt-ads-filter-sidebar
  .accordion-item
  .adt-category-list-sidebar
  ul
  li.toggle-wrapper:hover {
  font-size: 12px;
  color: #242424;
}

.adt-ads-filter-sidebar .accordion-item .adt-category-list-sidebar ul {
  padding-top: 15px;
}

.adt-ads-filter-sidebar
  .adt-category-list-sidebar
  .adt-category-box
  .category-meta {
  gap: 10px 15px;
}

.adt-ads-filter-sidebar
  .adt-category-list-sidebar
  .adt-category-box
  .category-meta
  .img-box {
  width: 30px;
  height: 30px;
  padding: 0;
}

.adt-ads-filter-sidebar
  .adt-category-list-sidebar
  .adt-category-box
  .category-meta
  .img-box
  img {
  width: 18px;
  height: 18px;
}

.adt-ads-filter-sidebar
  .adt-category-list-sidebar
  .adt-category-box
  .listing-count {
  padding: 6px 10px;
}

.adt-ads-filter-sidebar .irs--round {
  height: 10px;
  margin: 17px 0 30px 0;
}

.adt-ads-filter-sidebar .irs--round .irs-line {
  top: 0;
  height: 10px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 25px;
}

.adt-ads-filter-sidebar .irs--round .irs-bar {
  top: 0;
  height: 10px;
  background-color: #ff002e;
  border-color: #ff002e;
  border-radius: 50px;
}

.adt-ads-filter-sidebar .irs--round .irs-handle {
  top: -2px;
  width: 14px;
  height: 14px;
  border: 2px solid #ffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.adt-ads-filter-sidebar .irs--round .irs-handle.from {
  background-color: #d3d3d3;
}

.adt-ads-filter-sidebar .irs--round .irs-handle.to {
  background-color: #ff002e;
}

.adt-ads-filter-sidebar .adt-range-slider .price-slider-value {
  font-size: 14px;
  color: #242424;
  margin-bottom: 15px;
}

.adt-ads-filter-sidebar .adt-range-slider .price-slider-value span {
  color: #242424;
}

.adt-ads-filter-sidebar .adt-range-slider .extra-controls {
  display: flex;
}

.adt-ads-filter-sidebar .adt-range-slider .extra-controls input {
  width: 42%;
  height: 42px;
  padding: 12px 20px;
  color: #6d6d6d;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-ads-filter-sidebar
  .adt-range-slider
  .extra-controls
  input.adt-ads-input-from {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.adt-ads-filter-sidebar
  .adt-range-slider
  .extra-controls
  input.adt-ads-input-to {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.adt-ads-filter-sidebar .adt-range-slider .extra-controls > div {
  width: 16%;
  height: 42px;
  line-height: 38px;
  text-align: center;
  color: #d3d3d3;
  border: 1px solid #f0f0f0;
}

.adt-ads-filter-sidebar .adt-range-slider .adt-button-dark {
  border: 0;
  width: 100%;
  margin-top: 30px;
}

.adt-ads-filter-sidebar .adt-type-filter-box .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  color: #6d6d6d;
  user-select: none;
}

.adt-ads-filter-sidebar .adt-type-filter-box li:last-child .container {
  margin-bottom: 0;
}

.adt-ads-filter-sidebar .adt-type-filter-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.adt-ads-filter-sidebar .adt-type-filter-box .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-ads-filter-sidebar .adt-type-filter-box input:checked ~ .checkmark {
  background-color: #ff002e;
  border-color: #ff002e;
}

.adt-ads-filter-sidebar .adt-type-filter-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.adt-ads-filter-sidebar
  .adt-type-filter-box
  .container
  input:checked
  ~ .checkmark:after {
  display: block;
}

.adt-ads-filter-sidebar .adt-type-filter-box .checkmark:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 11px;
  border: solid #ffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.adt-ads-filter-sidebar .adt-switch-btns-box .select-user-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.adt-ads-filter-sidebar .adt-switch-btns-box .select-user-type li {
  width: calc(50% - 5px);
}

.adt-ads-filter-sidebar .adt-switch-btns-box .select-user-type li input {
  display: none;
}

.adt-ads-filter-sidebar .adt-switch-btns-box .select-user-type li label {
  display: block;
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #6d6d6d;
  padding: 10px 18px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
}

.adt-ads-filter-sidebar .mobile-filter-heading h1 {
  display: none;
}

.adt-ads-filter-sidebar .mobile-filters-btn {
  display: none;
  text-align: center;
}

.adt-ads-filter-sidebar .mobile-filters-btn .adt-button-dark i {
  margin-left: 5px;
}

.adt-ads-filter-sidebar .form-field .select2-container,
.adt-ads-with-filters
  .adt-ads-filter-sidebar
  form
  .form-field
  .select2-container {
  width: 100% !important;
}

.adt-ads-filter-sidebar
  .form-field
  .select2-container--default
  .select2-selection--single,
.adt-ads-with-filters
  .adt-ads-filter-sidebar
  form
  .form-field
  .select2-container--default
  .select2-selection--single {
  height: 45px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-ads-filter-sidebar
  .form-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 21px;
  color: #6d6d6d;
  font-size: 14px;
  padding: 12px 20px;
}

.adt-ads-filter-sidebar
  .form-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  top: 0;
}

.adt-ads-filter-sidebar
  .form-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  right: 10px;
  top: 0;
}

#check-warranty-unavailable:checked ~ label[for="check-warranty-unavailable"],
#check-warranty-available:checked ~ label[for="check-warranty-available"],
#check-condition-new:checked ~ label[for="check-condition-new"],
#check-condition-used:checked ~ label[for="check-condition-used"] {
  color: #ffff;
  background-color: #ff002e;
  border-color: #ff002e;
}

.adt-ads-sort-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 2px;
}

.adt-ads-sort-box .adt-sort-filters {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adt-ads-sort-box .adt-sort-filters > form {
  margin-bottom: 0;
}

.adt-ads-sort-box .adt-change-view-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adt-ads-sort-box a.icon-box {
  padding: 11px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
}

.adt-ads-sort-box a.icon-box.active {
  background-color: #242424;
  color: #fff;
  border: 1px solid #242424;
}

.adt-ads-sort-box a.icon-box.active i {
  color: #fff;
}

.adt-ads-sort-box a.icon-box i {
  color: #999;
}

.adt-search-ads-grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 30px;
}

.adt-search-ads-grid::-webkit-scrollbar {
  display: none;
}

.adt-ads-sort-box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
}

.adt-ads-sort-box h3 span a.filterAdType-count {
  color: #999;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 400;
}

.adt-ads-sort-box .select2-container {
  width: 340px !important;
}

.adt-ads-sort-box .select2-container .select2-selection--single {
  height: 40px;
  background-color: #fbfcfd;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.adt-ads-sort-box
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 40px;
  padding: 0px 16px;
}

.adt-ads-sort-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  right: 10px;
}

.adt-ads-sort-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #6d6d6d #6d6d6d transparent transparent;
  border-width: 1px 1px 0 0px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  transform: rotate(135deg);
}

.adt-ads-sort-box
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.adt-ads-filter-content .adt-horizontal-ad-box {
  margin: 0 0 20px 0;
}

.radius-search-page .adt-search-ads-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

.adt-search-ads-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}

.adt-search-ads-grid.adt-search-ads-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.adt-search-ads-grid.adt-search-ads-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.adt-search-ads-grid.adt-search-ads-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.adt-search-ads-grid.adt-search-ads-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.adt-search-ads-grid.adt-search-ads-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.adt-search-ads-grid.adt-search-ads-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.adt-search-ads-grid.adt-search-ads-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.adt-search-ads-grid:has(.adt-property-ad-card-outer) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  gap: 0;
}

.adt-search-ads-grid .adt-property-ad-card-outer {
  flex: 0 0 auto;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.adt-search-ads-grid.adt-search-ads-col-2 .adt-property-ad-card-outer {
  width: 50%;
}

.adt-search-ads-grid.adt-search-ads-col-3 .adt-property-ad-card-outer {
  width: 33.33%;
}

.adt-search-ads-grid.adt-search-ads-col-4 .adt-property-ad-card-outer {
  width: 25%;
}

.adt-search-ads-grid.adt-search-ads-col-5 .adt-property-ad-card-outer {
  width: 20%;
}

.adt-search-ads-grid .adt-category-ad-card {
  margin-bottom: 20px;
}

.adt-search-ads-grid .adt-vertical-ad-box {
  height: 367px;
  margin-bottom: 20px;
}

.adt-search-ads-grid .adt-vertical-ad-box img {
  height: 100%;
  object-fit: cover;
}

.adt-custom-pagination {
  margin-top: 60px;
  justify-content: flex-end;
}

.adt-custom-pagination.pagination.align-center {
  float: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adt-custom-pagination .page-item .page-link {
  height: 40px;
  width: 40px;
  border: none;
  border-radius: none;
  padding: 8px 10px;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  color: #6d6d6d;
  background-color: #fbfcfd;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-custom-pagination .page-item .page-link i {
  font-size: 16px;
}

.adt-custom-pagination .page-item .page-link.active,
.adt-custom-pagination .page-item .page-link:hover {
  color: #ffff;
  background-color: #ff002e;
  border: 1px solid #ff002e;
}

.adt-custom-pagination .page-item .page-link.prv,
.adt-custom-pagination .page-item .page-link.nxt,
.adt-custom-pagination .page-item .page-link.prv.active,
.adt-custom-pagination .page-item .page-link.nxt.active,
.adt-custom-pagination .page-item .page-link.prv:hover,
.adt-custom-pagination .page-item .page-link.nxt:hover {
  color: #ffff;
  background-color: #242424;
  border-color: #242424;
}

.adt-custom-pagination .page-item .page-link:focus {
  box-shadow: none;
}

.adt-custom-pagination .page-item .page-link.prv {
  margin-left: 0;
}

/* adt-ads-with-filters-end */

/* adt-ads-filters-with-map-start */
.adt-ads-filter-map-wrapper {
  display: flex;
  gap: 0 30px;
}

.adt-ads-filter-map-wrapper .adt-ads-filter-sidebar {
  margin-top: 60px;
  margin-left: 30px;
  width: 315px;
}

.adt-ads-filter-map-wrapper .adt-ads-filter-content {
  margin-top: 60px;
  width: 808px;
}

.adt-ads-filter-map-wrapper .adt-ads-search-map {
  width: calc(100% - 1123px);
}

.adt-ads-filter-map-wrapper .adt-ads-search-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adt-ads-filter-map-wrapper .adt-ads-filter-content .adt-search-ads-grid {
  grid-template-columns: repeat(3, 1fr);
}

.adt-ads-filter-map-wrapper .adt-ads-filter-sidebar .adt-vertical-ad-box {
  height: 352px;
}

.adt-ads-filter-map-wrapper .adt-ads-filter-sidebar .adt-vertical-ad-box img {
  height: 100%;
  object-fit: cover;
}

.adt-ads-filter-map-wrapper .adt-ads-filter-content .adt-custom-pagination {
  margin-bottom: 30px;
}

/* adt-ads-filters-with-map-end */

/* adt-ads-topbar-section-start */
.adt-ads-topbar-section {
  position: relative;
  padding-top: 60px;
}

.adt-ads-topbar-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 276px;
  background-color: #f0f5f8;
  border-bottom: 1px solid #d3d3d3;
}

.adt-ads-topbar-content {
  position: relative;
  padding: 23px 34px 0;
  background-color: #fbfcfd;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-ads-topbar-content .heading-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}

.adt-ads-topbar-content .heading-area h3 {
  font-size: 24px;
  font-weight: 500;
  color: #242424;
}

.adt-ads-topbar-content .heading-area h3 span {
  color: #ff002e;
}

.adt-ads-topbar-content .heading-area h4 {
  font-size: 18px;
}

.adt-ads-topbar-content form .form-field {
  position: relative;
  margin-bottom: 30px;
  /*    flex: 0 0 50%;*/
}

.adt-ads-topbar-content form .form-field label {
  font-size: 14px;
  color: #242424;
  margin-bottom: 6px;
}

.adt-ads-topbar-content form .form-field input {
  height: 45px;
  width: 100%;
  background-color: #ffff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 14px;
}

.adt-ads-topbar-content form .form-field .search-btn-title {
  position: absolute;
  top: 29px;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #ffff;
  background-color: #ff002e;
}

.adt-ads-topbar-content form .form-field .search-btn-title.price_search_btn {
  border-radius: 4px;
}

.adt-ads-topbar-content
  form
  .form-field
  #sb_user_address_loc
  ~ .search-btn-title {
  top: 29px;
}

.adt-ads-topbar-content form .form-field .form-field-sub {
  display: flex;
}

.adt-ads-topbar-content form .form-field .form-field-sub #sb_user_address {
  flex: calc(60% - 25px) 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 31px;
}

.adt-ads-topbar-content form .form-field .form-field-sub #rd {
  flex: 0 calc(40% - 20px);
  border-left: 0;
  border-right: 0;
  padding-right: 8px;
  border-radius: 0;
}

.adt-ads-topbar-content form .form-field .form-field-sub .crosshair-btn-topbar {
  top: 29px !important;
  left: calc(60% - 71px);
}

.adt-ads-topbar-content .select2-container {
  width: 100% !important;
}

.adt-ads-topbar-content .select2-container .select2-selection--single {
  height: 45px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.adt-ads-topbar-content
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 42px;
  padding: 0px 16px;
}

.adt-ads-topbar-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
  right: 10px;
}

.adt-ads-topbar-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #6d6d6d #6d6d6d transparent transparent;
  border-width: 1px 1px 0 0px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  transform: rotate(135deg);
}

.adt-ads-topbar-content
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.adt-ads-topbar-content .form-submit-btn label {
  visibility: hidden;
}

.adt-ads-topbar-content .form-submit-btn button {
  display: block;
  border: 0;
  width: 100%;
  /*height: 42px;*/
}

.adt-ads-topbar-content .form-submit-btn a {
  display: block;
  font-size: 14px;
  color: #ff002e;
  text-align: right;
  margin-top: 15px;
  text-decoration: underline;
}

.adt-ads-topbar-content .irs--round {
  margin-top: 6px;
  height: 10px;
}

.adt-ads-topbar-content .irs--round .irs-line {
  top: 15px;
  height: 10px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 25px;
}

.adt-ads-topbar-content .irs--round .irs-bar {
  top: 15px;
  height: 10px;
  background-color: #ff002e;
  border-color: #ff002e;
  border-radius: 50px;
}

.adt-ads-topbar-content .irs--round .irs-handle {
  top: 13px;
  width: 14px;
  height: 14px;
  border: 2px solid #ffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.adt-ads-topbar-content .irs--round .irs-handle.from {
  background-color: #d3d3d3;
}

.adt-ads-topbar-content .irs--round .irs-handle.to {
  background-color: #ff002e;
}

.adt-ads-topbar-content .irs--round .irs-from,
.adt-ads-topbar-content .irs--round .irs-to,
.adt-ads-topbar-content .irs--round .irs-single {
  top: -12px;
  background-color: #242424;
}

.adt-ads-topbar-content .irs--round .irs-from::before,
.adt-ads-topbar-content .irs--round .irs-to::before,
.adt-ads-topbar-content .irs--round .irs-single::before {
  border-top-color: #242424;
}

/* adt-ads-topbar-section-end */

/* adt-recommended-ads-section-start */
.adt-recommended-ads-section {
  padding: 60px 0;
}

.adt-recommended-ads-section .adt-custom-pagination {
  justify-content: center;
  margin-top: 40px;
}

/* adt-recommended-ads-section-end */

/* adt-ad-detail-section-start */
.adt-ad-detail-section {
  padding: 0 0 60px 0;
}

.adt-ad-detail-content-wrapper {
  display: flex;
  gap: 0 20px;
}

.adt-ad-detail-content-wrapper.content-center {
  justify-content: center;
}

.adt-ad-detail-content-wrapper .left-side-bar {
  width: 206px;
}

.adt-ad-detail-content-wrapper .ad-detail-middle-content {
  width: calc(100% - 565px);
}

.adt-ad-detail-content-wrapper .ad-detail-top-box {
  position: relative;
}

.adt-ad-detail-content-wrapper .ad-right-sidebar {
  width: 319px;
  z-index: 1;
}

.adt-ad-detail-content-wrapper .adt-detail-content-list {
  padding: 20px 16px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.adt-ad-detail-content-wrapper .adt-detail-content-list.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

.adt-ad-detail-content-wrapper .adt-detail-content-list ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.adt-ad-detail-content-wrapper .adt-detail-content-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.adt-ad-detail-content-wrapper .adt-detail-content-list ul li a {
  position: relative;
  font-size: 14px;
  color: #555555;
  text-decoration: none;
}

.adt-ad-detail-content-wrapper .adt-detail-content-list ul li a.active {
  position: relative;
  color: #ff002e;
}

.adt-ad-detail-content-wrapper .adt-detail-content-list ul li a.active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -15px;
  width: 2px;
  height: 25px;
  background-color: #ff002e;
}

.adt-ad-detail-content-wrapper .ad-price-box {
  position: relative;
  padding: 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.adt-ad-detail-content-wrapper .ad-price-box i {
  font-size: 16px;
  color: #6d6d6d;
  opacity: 0.6;
}

.adt-ad-detail-content-wrapper .ad-price-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #242424;
  margin-left: 10px;
  padding-left: 0px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.adt-ad-detail-content-wrapper .ad-price-box h3 small {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-left: 5px;
}

.adt-ad-detail-content-wrapper .ad-price-box .sm-tag {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 50px;
  opacity: 0.1;
  color: #6d6d6d;
  transform: rotate(90deg);
}

/* Bidding Timer Start */
.ad-bidding-timer-box {
  padding: 20px;
  background-color: #ffff;
  border-radius: 4px 4px 0 0;
}

.ad-bidding-timer-box .ad-bidding-timer-box-inner {
  padding: 15px 20px;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.ad-bidding-timer-box .ad-bidding-timer-box-inner h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #242424;
  margin-bottom: 16px;
}

.adt-deal-countdown-desc-clock {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.adt-deal-countdown-desc-clock .adt-countdown-clock-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.adt-countdown-clock-div .adt-countdown-clock-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  background: #242424;
  width: 41px;
  height: 41px;
}

.adt-countdown-clock-inner .adt-countdown-clock-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.adt-countdown-clock-inner .adt-countdown-clock-heading {
  color: #242424;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.adt-deal-countdown-desc-clock .adt-coundown-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-direction: column;
  width: 2px;
  padding: 15px 0;
}

.adt-deal-countdown-desc-clock .adt-countdown-clock-heading {
  font-size: 12px;
  font-weight: 400;
  color: #242424;
  line-height: 16px;
}

/* Bidding Timer End */
.adt-ad-detail-content-wrapper .ad-owner-detail-box {
  position: relative;
  padding: 30px 20px 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box .verified {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  padding-top: 1px;
  border-radius: 50%;
  color: #ffff;
  background-color: #00ba00;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box .owner-status {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 4px 10px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-size: 12px;
  color: #555;
  line-height: 18px;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 7px;
  border: 1px solid #d3d3d3;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  margin-top: 20px;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box p {
  font-size: 14px;
  color: #6d6d6d;
  margin: 8px 0;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box a {
  display: inline-block;
  font-size: 14px;
  color: #ff002e;
  margin-bottom: 20px;
  text-decoration: underline;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box a span {
  color: #ffffff;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box a.btn-whatsap {
  margin: 0;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  a.btn-whatsap:has(~ .chat_toggler_popup) {
  margin-bottom: 20px;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box a.btn-whatsap i {
  color: #ffff;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  a.chat_toggler_popup:last-child {
  margin-bottom: 0;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box .contact-detail-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box
  .icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #446ecc;
  border-radius: 4px;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box.green
  .icon-box {
  background-color: #4fad52;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box
  .icon-box
  i {
  font-size: 24px;
  color: #ffff;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box
  .meta-box {
  width: calc(100% - 60px);
  padding: 5px 20px;
  text-align: left;
  border: 1px dashed #446ecc;
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 20px;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box
  .meta-box
  a {
  margin-bottom: 0;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box.green
  .meta-box {
  border-color: #4fad52;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box
  .meta-box
  small {
  font-size: 12px;
  color: #242424;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box
  .meta-box
  span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #446ecc;
  line-height: 26px;
}

.adt-ad-detail-content-wrapper
  .ad-owner-detail-box
  .contact-detail-box.green
  .meta-box
  span {
  color: #4fad52;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 20px;
  text-align: left;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box textarea {
  width: 100%;
  height: 127px;
  color: #6d6d6d;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 14px 22px;
  resize: none;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box textarea:focus {
  outline: none;
}

.adt-ad-detail-content-wrapper .ad-owner-detail-box .adt-button-dark {
  width: 100%;
  color: #242424;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
}

.adt-ad-detail-content-wrapper .adt-recent-ads-sidebar {
  margin-bottom: 20px;
}

.adt-ad-detail-content-wrapper .adt-vertical-ad-box {
  margin-bottom: 20px;
}

.adt-ad-detail-content-wrapper .ad-detail-middle-content #sync1 .img-box {
  height: 500px;
}

.adt-ad-detail-content-wrapper .ad-detail-middle-content #sync1 .img-box img {
  border-radius: 4px;
  object-fit: cover;
  height: 100%;
  background-color: #f6f6f6;
}

.adt-ad-detail-content-wrapper .ad-detail-middle-content #sync2 .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}

.adt-ads-detail-carousel .owl-nav {
  display: none;
}

.adt-ads-detail-carousel.arrows-on-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 23px);
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  width: 100%;
}

.adt-ads-detail-carousel.arrows-on-carousel .owl-nav .owl-prev,
.adt-ads-detail-carousel.arrows-on-carousel .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  color: #ffff;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  margin: 0 10px;
  border: 0;
}

.adt-ad-detail-content-wrapper .ad-detail-middle-content #sync2 {
  padding-top: 15px;
  background-color: #ffff;
}

.ad-detail-middle-content .ad-about-box {
  position: relative;
  padding: 20px;
  background-color: #ffff;
}

.ad-detail-middle-content .adt-horizontal-ad-box {
  margin: 30px 0;
}

.ad-detail-middle-content .ad-about-box .top-rating-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 10px;
}

.ad-detail-middle-content .ad-about-box .top-rating-box .rating {
  display: flex;
  align-items: center;
}

.ad-detail-middle-content .ad-about-box .top-rating-box .rating span {
  font-size: 12px;
  font-weight: 700;
  color: #ffff;
  line-height: 18px;
  padding: 2px 10px;
  background-color: #ea9a00;
  border-radius: 2px;
}

.ad-detail-middle-content .ad-about-box .top-rating-box .rating small {
  font-size: 12px;
  color: #6d6d6d;
  margin: 0 5px 0 10px;
}

.ad-detail-middle-content .ad-about-box .top-rating-box .rating i {
  color: #ea9a00;
  margin-right: 5px;
}

.ad-detail-middle-content .ad-about-box .top-rating-box .adt-ad-views-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ad-detail-middle-content
  .ad-about-box
  .top-rating-box
  .adt-ad-views-box
  .post-edit-button {
  font-size: 12px;
  border: 0;
  padding: 10px 20px;
  margin-bottom: 0;
}

.ad-detail-middle-content .ad-about-box .top-rating-box .views {
  font-size: 12px;
  color: #242424;
  padding: 10px 20px;
  line-height: 18px;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.ad-detail-middle-content .ad-about-box .top-rating-box .views span {
  color: #242424;
}

.ad-detail-middle-content .ad-about-box h3 {
  font-size: 30px;
  font-weight: 500;
  color: #242424;
  line-height: 40px;
  margin-bottom: 10px;
}

.ad-detail-middle-content .ad-about-box p {
  margin-bottom: 10px;
}

.ad-detail-middle-content .ad-about-box .more-detail-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.ad-detail-middle-content .ad-about-box .more-detail-box ul li {
  display: inline-block;
  margin-right: 40px;
}

.ad-detail-middle-content .ad-about-box .more-detail-box ul li:last-child {
  margin-right: 0;
}

.ad-detail-middle-content .ad-about-box .more-detail-box ul li i {
  font-size: 20px;
  color: #6d6d6d;
  margin-right: 5px;
}

.ad-detail-middle-content .ad-about-box .more-detail-box ul li span {
  font-size: 14px;
  color: #6d6d6d;
}

.ad-detail-middle-content .ad-about-box .more-detail-box ul li span a {
  font-weight: 500;
  color: #ff002e;
  text-decoration: underline;
  margin-left: 5px;
}

.ad-detail-middle-content .ad-about-box .more-detail-box ul.social-link li {
  margin-right: 10px;
}

.ad-detail-middle-content
  .ad-about-box
  .more-detail-box
  ul.social-link
  li:last-child {
  margin-right: 0;
}

.ad-detail-middle-content .ad-about-box .more-detail-box ul.social-link li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #6d6d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 4px;
  text-decoration: none;
}

.ad-detail-middle-content
  .ad-about-box
  .more-detail-box
  ul.social-link
  li
  a:hover {
  background: #ff002e;
}

.ad-detail-middle-content
  .ad-about-box
  .more-detail-box
  ul.social-link
  li
  a:hover
  i {
  color: #ffffff;
}

.ad-detail-middle-content .ad-about-box .more-detail-box ul.social-link li a i {
  margin-right: 0;
  font-size: 16px;
}

.ad-detail-middle-content .ad-about-box .adt-ad-id {
  text-align: right;
}

.ad-detail-middle-content .ad-about-box .adt-ad-id p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.ad-detail-middle-content .ad-about-box .adt-horizontal-ad-box {
  margin: 30px 0 0 0;
}

.ad-detail-middle-content .adt-ad-general-info {
  padding: 10px 20px 0;
  background-color: #ffff;
}

.ad-detail-middle-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  line-height: 32px;
  margin-bottom: 15px;
}

.ad-detail-middle-content .adt-ad-general-info ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-general-info ul {
  grid-template-columns: repeat(3, 1fr);
}

.ad-detail-middle-content .adt-ad-general-info ul li {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 20px;
  padding: 15px 20px;
  line-height: 18px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  flex-basis: calc(33% - 4px);
  align-content: flex-start;
}

.ad-detail-middle-content .adt-ad-general-info ul li span {
  font-size: 14px;
  color: #242424;
}

.ad-detail-middle-content .adt-ad-general-info ul li small {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
}

.ad-detail-middle-content .adt-ad-description {
  padding: 20px;
  background-color: #ffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 20px;
}

.ad-detail-middle-content .adt-ad-description p {
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  /* Ensure long words are broken to fit */
  box-sizing: border-box;
}

.ad-detail-middle-content .adt-ad-description li p {
  margin-bottom: 8px;
}

.ad-detail-middle-content .adt-ad-description .tags-box {
  padding: 10px 15px;
  background-color: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

.ad-detail-middle-content .adt-ad-description .tags-box i {
  font-size: 14px;
  color: #6d6d6d;
}

.ad-detail-middle-content .adt-ad-description .tags-box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}

.ad-detail-middle-content .adt-ad-description .tags-box ul li {
  display: inline-block;
  margin-right: 20px;
}

.ad-detail-middle-content .adt-ad-description .tags-box ul li:last-child {
  margin-right: 0;
}

.ad-detail-middle-content .adt-ad-description .tags-box ul li a {
  font-size: 14px;
  color: #6d6d6d;
  text-decoration: none;
}

.ad-detail-middle-content .adt-ad-description .tags-box ul li a:hover {
  color: #ff002e;
}

.ad-detail-middle-content .ad-detail-video {
  padding: 20px;
  margin: 0 0 20px 0;
}

.ad-detail-middle-content .adt-ad-location-box {
  padding: 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.ad-detail-middle-content .adt-ad-location-box .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 15px;
}

.ad-detail-middle-content .adt-ad-location-box .top-box h4 {
  margin-bottom: 0;
}

.ad-detail-middle-content .adt-ad-location-box .top-box p {
  color: #6d6d6d;
}

.ad-detail-middle-content .adt-ad-location-box .top-box p i {
  margin-right: 8px;
}

.ad-detail-middle-content .adt-ad-location-box .map-box img {
  width: 100%;
}

.ad-detail-middle-content .adt-ad-biding-box {
  padding: 20px 10px 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.ad-detail-middle-content .adt-ad-biding-box h4 {
  padding: 0 10px;
}

.ad-detail-middle-content .bid-detail-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  padding: 0 10px;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box small {
  font-size: 14px;
  color: #555555;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box span {
  font-size: 16px;
  font-weight: 600;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box.purple {
  border: 1px dashed #2559d3;
  border-bottom: 1px solid #2559d3;
  background-color: rgba(37, 89, 211, 0.05);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box.purple span,
.ad-detail-middle-content
  .bid-detail-wrapper
  .bid-detail-box.purple
  span
  small {
  color: #2559d3;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box.green {
  border: 1px dashed #00bd69;
  border-bottom: 1px solid #00bd69;
  background-color: rgba(0, 189, 105, 0.05);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box.green span,
.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box.green span small {
  color: #00bd69;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box.yellow {
  border: 1px dashed #f1b500;
  border-bottom: 1px solid #f1b500;
  background-color: rgba(241, 181, 0, 0.05);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box.yellow span,
.ad-detail-middle-content
  .bid-detail-wrapper
  .bid-detail-box.yellow
  span
  small {
  color: #f1b500;
}

.ad-detail-middle-content .bid-detail-wrapper .bid-detail-box span small {
  font-size: 16px;
  margin-right: 5px;
}

.ad-detail-middle-content .adt-ad-biding-box .bids-list-wrapper {
  /*height: 400px;*/
  padding: 0 10px;
}

.ad-detail-middle-content
  .adt-ad-biding-box
  .bids-list-wrapper
  .alert-warning
  strong {
  font-weight: 500;
}

.nicescroll-rails {
  width: 6px !important;
  border-radius: 20px;
  background-color: #f6f6f6;
}

.nicescroll-rails .nicescroll-cursors {
  background-color: #d3d3d3 !important;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box {
  display: flex;
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-bottom: 30px;
}

.ad-detail-middle-content .adt-ad-biding-box .bids-list li:last-child .bid-box {
  margin-bottom: 0;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box .user-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box .user-content {
  position: relative;
  width: calc(100% - 100px);
  margin-left: 20px;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box .user-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  padding: 0;
  margin-bottom: 5px;
  line-height: 28px;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box .user-content .price {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: #242424;
  padding: 10px 20px;
  background-color: #ffff;
  border-radius: 4px;
}

.ad-detail-middle-content
  .adt-ad-biding-box
  .bid-box
  .user-content
  .price
  small {
  font-size: 14px;
  margin-right: 5px;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box .user-content ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #6d6d6d;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box .user-content ul li i {
  margin-right: 5px;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box .user-content p {
  font-size: 16px;
  line-height: 30px;
  color: #6d6d6d;
}

.ad-detail-middle-content .adt-ad-biding-box .bid-box .user-content p span {
  color: #242424;
}

.ad-detail-middle-content .adt-ad-create-bid {
  padding: 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.ad-detail-middle-content .adt-ad-create-bid .input-field-box {
  display: flex;
}

.ad-detail-middle-content .adt-ad-create-bid .input-field-box > div.label {
  width: 103px;
  height: 42px;
  font-size: 16px;
  color: #6d6d6d;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-right: 20px;
  line-height: 40px;
}

.ad-detail-middle-content
  .adt-ad-create-bid
  .input-field-box
  > div.label
  input {
  width: 100%;
}

.ad-detail-middle-content .adt-ad-create-bid .input-field-box .input-box {
  position: relative;
  width: calc(100% - 313px);
  margin-right: 20px;
}

.ad-detail-middle-content .adt-ad-create-bid .input-field-box input {
  height: 45px;
  width: 100%;
  font-size: 16px;
  color: #6d6d6d;
  padding-left: 30px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-right: 20px;
}

.ad-detail-middle-content
  .adt-ad-create-bid
  .input-field-box
  input[name="bid_amount"] {
  width: 103px;
  margin-right: 20px;
}

.review-content {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.reply_rating button.close {
  color: #242424;
}

.review-content-item {
  /* border: 1px solid #d6d2d2; */
  padding: 0 15px;
  position: relative;
  width: 100%;
  margin-left: 20px;
  padding-bottom: 2px;
}

.review-content-item .review-reply {
  position: absolute;
  right: 30px;
}

.review-content-item .review-reply a {
  text-decoration: none;
  color: #242424;
}

.review-img img {
  border: 3px solid #e4e2e2;
  border-radius: 5px;
  width: 80px;
}

.ad-detail-middle-content
  .adt-ad-create-bid
  .input-field-box
  input::placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.ad-detail-middle-content .adt-ad-create-bid .input-field-box input:focus {
  outline: none;
}

.ad-detail-middle-content .adt-ad-create-bid .input-field-box .input-box small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #6d6d6d;
}

.ad-detail-middle-content .adt-ad-create-bid .input-field-box button {
  padding: 0px 20px;
  height: 45px;
  border: 0;
  width: 170px;
}

.ad-detail-middle-content .adt-ad-review-box {
  padding: 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.ad-detail-middle-content .adt-ad-review-box .rating-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.ad-detail-middle-content .adt-ad-review-box .rating-box i {
  font-size: 30px;
  margin-right: 5px;
  color: #d3d3d3;
}

.ad-detail-middle-content .adt-ad-review-box .rating-box i.fill {
  color: #fde16d;
}

.ad-detail-middle-content .adt-ad-review-box .rating-box span {
  font-size: 18px;
  color: #ffff;
  background-color: #ff002e;
  border-radius: 4px;
  padding: 5px 30px;
  margin-left: 10px;
}

.ad-detail-middle-content .adt-ad-review-box .input-field {
  margin-bottom: 30px;
}

.ad-detail-middle-content .adt-ad-review-box .rating-xs {
  font-size: 18px !important;
}

.ad-detail-middle-content .adt-ad-review-box .rating-container .caption {
  display: none;
}

.ad-detail-middle-content .adt-ad-review-box label {
  font-size: 14px;
  color: #242424;
  margin-bottom: 15px;
}

.ad-detail-middle-content .adt-ad-review-box input,
.ad-detail-middle-content .adt-ad-review-box textarea {
  height: 42px;
  font-size: 16px;
  color: #6d6d6d;
  padding-left: 30px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.ad-detail-middle-content .adt-ad-review-box textarea {
  height: 150px;
  resize: none;
}

.ad-detail-middle-content .adt-ad-review-box .upload-file-box {
  position: relative;
  width: 100%;
  height: 45px;
  background: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 8px 16px;
  color: #6d6d6d;
  resize: none;
  transition: all 0.3s;
}

.ad-detail-middle-content .adt-ad-review-box .upload-file-box input {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 160px;
  height: 33px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.ad-detail-middle-content .adt-ad-review-box .upload-file-box .upload-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 160px;
  height: 33px;
  line-height: 8px;
  text-align: center;
  z-index: 1;
}

.ad-detail-middle-content .adt-ad-review-box .upload-file-box .txt {
  font-size: 16px;
  color: #6d6d6d;
  padding-left: 160px;
  line-height: 28px;
}

.ad-detail-middle-content .adt-ad-review-box .submit-btn-box {
  text-align: right;
}

.ad-detail-middle-content .adt-ad-review-box .submit-btn-box button {
  border: 0;
  padding: 12px 20px;
  width: 170px;
}

.adt-ads-carousel .owl-nav {
  position: absolute;
  top: -78px;
  right: 0;
}

.adt-ads-carousel .owl-nav .owl-prev,
.adt-ads-carousel .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  background: #ffff !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.adt-ads-carousel .owl-nav .owl-next {
  margin-right: 0;
}

.adt-ads-carousel .owl-nav .owl-prev.disabled,
.adt-ads-carousel .owl-nav .owl-next.disabled {
  opacity: 1;
}

.adt-ads-carousel .owl-nav .owl-prev i,
.adt-ads-carousel .owl-nav .owl-next i {
  color: #6d6d6d;
}

/* adt-ad-detail-section-end */

/* adt-ad-post-section-start */
.adt-ad-post-section {
  padding: 60px 0;
}

.ad-post-selected-categories {
  max-width: 1094px;
  margin: 0 auto 10px auto;
}

.ad-post-selected-categories .selected-category-path {
  text-align: right;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 22px;
}

.adt-ad-post-section .ad-post-tabs-wrapper {
  max-width: 1094px;
  margin: 0 auto;
  display: flex;
  gap: 36px;
}

.adt-ad-post-section .ad-post-tabs {
  width: 226px;
  height: 100%;
  padding: 20px 15px;
  background-color: #ffff;
  border-radius: 4px;
  /*position: sticky;*/
  top: 0;
  z-index: 1;
}

.adt-ad-post-section .ad-post-tabs button {
  font-size: 14px;
  color: #555555;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  text-align: left;
}

.adt-ad-post-section .ad-post-tabs button:last-child {
  padding: 0;
  margin-bottom: 0px;
  border-bottom: 0;
}

.adt-ad-post-section .ad-post-tabs button.active {
  position: relative;
  background-color: #ffff;
  color: #ff002e;
}

.adt-ad-post-section .ad-post-tabs button.active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -15px;
  width: 2px;
  height: 25px;
  background-color: #ff002e;
}

.adt-ad-post-section .ad-post-tabs h6 {
  font-size: 14px;
  font-weight: 600;
  color: #242424;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.adt-ad-post-section .ad-post-tab-content {
  width: calc(100% - 262px);
}

.adt-ad-post-section .adforest-category-picker {
  margin: 0 0 24px;
}

.adt-ad-post-section .adforest-category-picker > label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.adt-ad-post-section .adforest-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

/* Force 4 columns on all screen sizes as requested */
@media (max-width: 1200px) {
  .adt-ad-post-section .adforest-category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .adt-ad-post-section .adforest-category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .adt-ad-post-section .adforest-category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .adt-ad-post-section .adforest-category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }

  .adt-ad-post-section .adforest-category-card {
    min-height: 100px;
    padding: 10px 5px;
    gap: 6px;
  }

  .adt-ad-post-section .adforest-category-card__image {
    width: 50px;
    height: 50px;
  }

  .adt-ad-post-section .adforest-category-card__name {
    font-size: 11px;
  }

  .adt-ad-post-section .adforest-category-card__icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

.adt-ad-post-section .adforest-category-card {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 15px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  background: #fff;
  color: #263238;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.adt-ad-post-section .adforest-category-card:hover,
.adt-ad-post-section .adforest-category-card.is-selected {
  border-color: #ff002e;
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.1);
  transform: translateY(-2px);
}

.adt-ad-post-section .adforest-category-card__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff1f3;
  color: #ff002e;
  font-size: 22px;
}

.adt-ad-post-section .adforest-category-card__image {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f9fa;
  margin-bottom: 8px;
}

.adt-ad-post-section .adforest-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adt-ad-post-section .adforest-category-card__name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.adt-ad-post-section .adforest-category-picker + .label-box {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.adt-ad-post-section
  .adforest-category-picker
  + .label-box
  + #ad_post_category_select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.adt-ad-post-section .ad-post-tab-content .ad-post-tab-box {
  padding: 20px 30px;
  background-color: #ffff;
  border-radius: 4px;
}

.adt-ad-post-section .ad-post-tab-content .ad-post-tab-box h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.adt-ad-post-section .ad-post-tab-content .ad-post-tab-box .label-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 16px;
}

.adt-ad-post-section
  .ad-post-tab-content
  .ad-post-tab-box
  input.form-check-input:focus {
  box-shadow: none;
}

.adt-ad-post-section .ad-post-tab-content .ad-post-tab-box label {
  font-size: 14px;
  font-weight: 500;
  color: #20292f;
  margin-bottom: 5px;
  padding-left: 5px;
}

.adt-ad-post-section
  .ad-post-tab-content
  .ad-post-tab-box
  .form-check
  .form-check-label {
  color: #777;
}

.adt-ad-post-section .ad-post-tab-content .ad-post-tab-box .label-box label {
  margin-bottom: 0;
}

.adt-ad-post-section .ad-post-tab-content .ad-post-tab-box .label-box span {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}

.adt-ad-post-section .ad-post-tab-content .check-detail input {
  top: 20px !important;
}

.adt-ad-post-section .ad-post-tab-content .check-detail label::before,
.adt-ad-post-section .ad-post-tab-content .check-detail label::after {
  top: 20px;
}

.adt-ad-post-section .ad-post-tab-box .select2-container {
  width: 100% !important;
  margin-bottom: 30px;
}

.adt-ad-post-section
  .ad-post-tab-box
  .select2-container
  .select2-selection--single {
  height: 42px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.adt-ad-post-section
  .ad-post-tab-box
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 42px;
  padding: 0px 16px;
}

.adt-ad-post-section
  .ad-post-tab-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
  right: 10px;
}

.adt-ad-post-section
  .ad-post-tab-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #6d6d6d #6d6d6d transparent transparent;
  border-width: 1px 1px 0 0px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  transform: rotate(135deg);
}

.adt-ad-post-section
  .ad-post-tab-box
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.adt-ad-post-section .ad-post-tab-content .ad-post-tab-box .ad-post-btns-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.adt-ad-post-section .ad-post-tab-box .field-box {
  margin-bottom: 30px;
}

.adt-ad-post-section .ad-post-tab-box .field-box .form-check {
  margin-top: 12px;
}

.adt-ad-post-section .ad-post-tab-box .field-box .form-check:has(.pretty) {
  padding-left: 0;
}

.adt-ad-post-section
  .ad-post-tab-box
  .field-box
  .form-check
  .pretty
  .state
  label {
  padding-left: 8px;
  color: #777;
}

.adt-ad-post-section
  .ad-post-tab-box
  .field-box
  .form-check
  .pretty
  .state
  label::before,
.adt-ad-post-section
  .ad-post-tab-box
  .field-box
  .form-check
  .pretty
  .state
  label::after {
  top: calc((0% - (100% - 1.55em)) - 8%);
}

.adt-ad-post-section .ad-post-tab-box .field-box:has(.select2-container) {
  margin-bottom: 0;
}

.adt-ad-post-section .ad-post-tab-box .field-box input[type="text"],
.adt-ad-post-section .ad-post-tab-box .field-box textarea {
  font-size: 14px;
  height: 42px;
  padding: 14px 20px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.adt-ad-post-section .ad-post-tab-box .field-box .irs--round {
  height: 30px;
}

.adt-ad-post-section .ad-post-tab-box .field-box .irs--round .irs-handle {
  top: 6px;
}

.adt-ad-post-section .ad-post-tab-box .field-box .irs--round .irs-line,
.adt-ad-post-section .ad-post-tab-box .field-box .irs--round .irs-bar {
  top: 16px;
}

.adt-ad-post-section .ad-post-tab-box .field-box .extra-controls {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.adt-ad-post-section .ad-post-tab-box .select-user-type li {
  display: inline-block;
}

.ad_type_list_adpost {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.switch-btns-box ul {
  padding-left: 0;
}

#ad_type ul {
  padding-left: 0;
}

.adt-ad-post-section .ad-post-tab-box .select-user-type li input {
  display: none;
}

.adt-ad-post-section .ad-post-tab-box .select-user-type li label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  /* width: 90px; */
  text-align: center;
  color: #6d6d6d;
  padding: 10px 18px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  /*margin-left: 15px;*/
  margin-bottom: 0;
}

.adt-ad-post-section .ad-post-tab-box .select-user-type li:first-child label {
  /* margin-left: 0; */
}

#check-condition-new:checked ~ label[for="check-condition-new"],
#check-condition-used:checked ~ label[for="check-condition-used"],
#check-warranty-no:checked ~ label[for="check-warranty-no"],
#check-warranty-yes:checked ~ label[for="check-warranty-yes"] {
  color: #ffff;
  background-color: #ff002e;
  border: 1px solid #ff002e;
}

.adt-ad-post-section .ad-post-tab-box .field-box textarea {
  height: 150px;
  resize: none;
}

.adt-ad-post-section .ad-post-tab-box .adt-type-filter-box li {
  display: inline-block;
  margin-bottom: 10px;
}

.adt-ad-post-section .ad-post-tab-box .adt-type-filter-box .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  user-select: none;
}

.adt-ad-post-section
  .ad-post-tab-box
  .adt-type-filter-box
  li:last-child
  .container {
  margin-bottom: 0;
}

.adt-ad-post-section .ad-post-tab-box .adt-type-filter-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.adt-ad-post-section .ad-post-tab-box .adt-type-filter-box .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.adt-ad-post-section
  .ad-post-tab-box
  .adt-type-filter-box
  input:checked
  ~ .checkmark {
  background-color: #ff002e;
  border-color: #ff002e;
}

.adt-ad-post-section .ad-post-tab-box .adt-type-filter-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.adt-ad-post-section
  .ad-post-tab-box
  .adt-type-filter-box
  .container
  input:checked
  ~ .checkmark:after {
  display: block;
}

.adt-ad-post-section .ad-post-tab-box .adt-type-filter-box .checkmark:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 11px;
  border: solid #ffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.adt-ad-post-section .ad-post-tab-box .adt-type-filter-box .divider {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  padding: 0 20px 0 10px;
}

.adt-ad-post-section .ad-post-tab-content .ad-post-tab-box .file-label {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
}

.adt-ad-post-section .ad-post-tab-box .file-label input[type="file"] {
  display: none;
}

.adt-ad-post-section .ad-post-tab-box .file-label .meta-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.adt-ad-post-section .ad-post-tab-box .file-label .meta-box i {
  font-size: 30px;
  color: #ff002e;
  margin-bottom: 10px;
}

.adt-ad-post-section .ad-post-tab-box .file-label .meta-box small {
  display: block;
  font-size: 14px;
  color: #555555;
}

.adt-ad-post-section .ad-post-tab-box .field-box.tags-box {
  margin-bottom: 10px;
}

.adt-ad-post-section .ad-post-tab-box .adt-tags {
  column-count: 4;
  margin-top: 5px;
}

.adt-ad-post-section .ad-post-tab-box .adt-tags li {
  display: block;
  margin-bottom: 20px;
}

.adt-ad-post-section .ad-post-tab-box .field-box .map img {
  width: 100%;
  height: 100%;
}

/* adt-ad-post-section-end */

/* adt-seller-search-section-start */
.adt-seller-search-section {
  padding: 0 0 60px 0;
}

.adt-seller-search-section .adt-horizontal-ad-box {
  margin: 30px 0;
}

.adt-seller-search-section
  .adt-ads-filter-sidebar
  .accordion-item
  .adt-search-list-box
  .form-field
  .search-btn {
  top: 33px;
}

.adt-ads-filter-sidebar .rating-xs {
  font-size: 18px;
  margin-top: 10px;
}

.nothing-found-search {
  display: flex !important;
  justify-content: center !important;
}

.no_ads_found {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
  margin-top: 30px;
}

.no_ads_found h3 {
  padding: 20px;
  font-size: 20px;
}

.no_ads_found img {
  max-width: 200px;
}

.adt-seller-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.adt-seller-card {
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-seller-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-seller-card .top-content {
  position: relative;
  padding: 35px 20px 0px;
  text-align: center;
}

.adt-seller-card .top-content img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin: 0 auto;
  outline: 5px solid #f0f0f0;
}

.adt-seller-card .top-content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  margin: 20px 0 15px;
}

.adt-seller-card .top-content span {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  color: #555;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  padding: 3px 7px;
  border-radius: 0 2px 2px 0;
}

.adt-seller-card .top-content span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 8px;
  height: 4px;
  background: linear-gradient(to bottom right, #e1e1e1 50%, transparent 50%);
}

.adt-seller-card .location {
  padding: 12px 20px;
  background-color: #fbfcfd;
  border: 1px solid #d3d3d3;
  border-left: 0;
  border-right: 0;
  text-align: center;
  font-size: 12px;
  color: #6d6d6d;
}

.adt-seller-card .location i {
  font-size: 14px;
  margin-right: 5px;
}

.adt-seller-card .bottom-content {
  padding: 15px 20px 30px;
  text-align: center;
}

.adt-seller-card .bottom-content .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-seller-card .bottom-content .rating span {
  font-size: 12px;
  color: #6d6d6d;
}

.adt-seller-card .bottom-content .rating i {
  font-size: 12px;
  color: #ea9a00;
  margin-left: 5px;
}

.adt-seller-card .bottom-content a {
  display: inline-block;
  width: 170px;
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  color: #6d6d6d;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
  line-height: 40px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.adt-seller-card:hover .bottom-content a {
  color: #ffff;
  background-color: #ff002e;
  border: 1px solid #ff002e;
}

/* adt-seller-search-section-end */

/* adt-seller-detail-section-start */
.adt-seller-detail-section {
  padding: 0 0 60px 0;
}

.adt-seller-detail-sidebar {
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 30px;
}

.adt-seller-detail-sidebar .top-meta {
  position: relative;
  padding: 40px 30px 20px;
  text-align: center;
}

.adt-seller-detail-sidebar .top-meta img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
  outline: 5px solid #f0f0f0;
}

.adt-seller-detail-sidebar .top-meta h4 {
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  margin: 20px 0 10px;
}

.adt-seller-detail-sidebar .top-meta .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-seller-detail-sidebar .top-meta .rating span {
  font-size: 12px;
  color: #6d6d6d;
}

.adt-seller-detail-sidebar .top-meta .rating i {
  font-size: 12px;
  color: #ea9a00;
  /*margin-left: 5px;*/
}

.adt-seller-detail-sidebar .top-meta .status {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 0 2px 2px 0;
  color: #555;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
}

.adt-seller-detail-sidebar .top-meta .status::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 8px;
  height: 4px;
  background: linear-gradient(to bottom right, #e1e1e1 50%, transparent 50%);
}

.adt-seller-detail-sidebar .last-active {
  padding: 12px 20px;
  background-color: #fbfcfd;
  border: 1px solid #d3d3d3;
  border-left: 0;
  border-right: 0;
  text-align: center;
  font-size: 12px;
  color: #6d6d6d;
}

.adt-seller-detail-sidebar .last-active i {
  font-size: 14px;
  margin-right: 10px;
}

.adt-seller-detail-sidebar .last-active small {
  font-size: 12px;
  margin-right: 10px;
}

.adt-seller-detail-sidebar .bottom-meta {
  padding: 20px 30px;
}

.adt-seller-detail-sidebar .ad-sold-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.adt-seller-detail-sidebar .ad-sold-wrapper .ad-sold-box {
  padding: 3px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.adt-seller-detail-sidebar .ad-sold-wrapper .ad-sold-box.purple {
  border: 1px dashed #2559d3;
  border-bottom: 1px solid #2559d3;
  background-color: rgba(37, 89, 211, 0.05);
}

.adt-seller-detail-sidebar .ad-sold-wrapper .ad-sold-box.green {
  border: 1px dashed #00bd69;
  border-bottom: 1px solid #00bd69;
  background-color: rgba(0, 189, 105, 0.05);
}

.adt-seller-detail-sidebar .ad-sold-wrapper .ad-sold-box small {
  font-size: 14px;
  color: #555555;
}

.adt-seller-detail-sidebar .ad-sold-wrapper .ad-sold-box span {
  font-size: 22px;
  font-weight: 600;
}

.adt-seller-detail-sidebar .ad-sold-wrapper .ad-sold-box.purple span {
  color: #2559d3;
}

.adt-seller-detail-sidebar .ad-sold-wrapper .ad-sold-box.green span {
  color: #00bd69;
}

.adt-seller-detail-sidebar .bottom-meta ul li {
  font-size: 14px;
  color: #6d6d6d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.adt-seller-detail-sidebar .bottom-meta ul li:last-child {
  margin-bottom: 5px;
  border-bottom: 0;
}

.adt-seller-detail-sidebar .bottom-meta ul li i {
  font-size: 16px;
  color: #6d6d6d;
  margin-right: 10px;
}

.adt-seller-detail-sidebar .bottom-meta ul li span {
  color: #242424;
}

.adt-seller-detail-sidebar .bottom-meta ul li span.sb-phonenumber {
  font-size: 14px;
  color: #777;
  margin-left: 10px;
}

.adt-seller-detail-sidebar .bottom-meta h4 {
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 10px;
}

.adt-seller-detail-sidebar .bottom-meta p {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 30px;
  margin-bottom: 18px;
}

.adt-seller-detail-sidebar .bottom-meta form h5 {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 20px;
}

.adt-seller-detail-sidebar .bottom-meta form input,
.adt-seller-detail-sidebar .bottom-meta form textarea {
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.adt-seller-detail-sidebar .bottom-meta form input:focus,
.adt-seller-detail-sidebar .bottom-meta form textarea:focus {
  outline: none;
}

.adt-seller-detail-sidebar .bottom-meta form textarea {
  height: 146px;
  padding-top: 15px;
  resize: none;
}

.adt-seller-detail-sidebar .bottom-meta form button {
  padding: 12px 20px;
  border: 0;
  width: 100%;
}

.adt-seller-detail-section .adt-horizontal-ad-box {
  margin: 0 0 30px 0;
}

.adt-seller-detail-section .adt-search-ads-grid .adt-category-ad-card {
  margin-bottom: 30px;
}

.adt-seller-detail-section .adt-custom-pagination {
  margin-top: 30px;
}

/* adt-seller-detail-section-end */

/* adt-sign-up-section-start */
.adt-sign-up-section {
  position: relative;
  padding: 50px 0;
}

.adt-signup-left-content {
  padding-bottom: 40px;
}

.adt-signup-left-content img {
  margin-bottom: 50px;
}

.adt-signup-left-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
}

.adt-signup-left-content p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
}

.adt-signup-left-content a {
  display: inline-block;
  padding: 12px 53px;
  width: auto;
}

.adt-signup-right-content {
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-signup-right-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
}

.adt-signup-right-content p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
}

.adt-signup-right-content form .field-box {
  margin-bottom: 26px;
}

.adt-signup-right-content form .field-box label {
  font-size: 14px;
  color: #242424;
  margin-bottom: 8px;
}

.adt-signup-right-content form .field-box input {
  font-size: 14px;
  padding-left: 20px;
  width: 100%;
  height: 42px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-signup-right-content form .field-box input:focus {
  outline: none;
}

.adt-signup-right-content form .field-box button {
  width: 100%;
  border: 0;
  margin-top: 30px;
}

.adt-signup-right-content form .forget-password {
  display: block;
  text-align: right;
}

.adt-signup-right-content form .forget-password a {
  font-size: 14px;
  color: #ff002e;
  text-decoration: underline;
}

.adt-signup-right-content form .bottom-content {
  max-width: 360px;
  margin: 0 auto;
}

.adt-signup-right-content form .bottom-content .break-block {
  margin-top: 25px;
  text-align: center;
}

.adt-signup-right-content form .bottom-content .break-block span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #242424;
  margin: 0 22px;
  position: relative;
  display: block;
}

.adt-signup-right-content form .bottom-content .break-block span::before,
.adt-signup-right-content form .bottom-content .break-block span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 85px;
  height: 1px;
  background-color: #d3d3d3;
}

.adt-signup-right-content form .bottom-content .break-block span::after {
  left: unset;
  right: 0;
}

.adt-signup-right-content form .bottom-content .social-links-main {
  text-align: center;
  margin: 30px 0;
}

.adt-signup-right-content form .bottom-content .social-links-main li {
  display: inline-block;
  margin: 0 15px;
}

.adt-signup-right-content form .bottom-content .social-links-main .soical-link {
  width: 50px;
  height: 50px;
  background-color: #f8fafd;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-signup-right-content
  form
  .bottom-content
  .social-links-main
  .soical-link
  .iconify {
  font-size: 24px;
}

.adt-signup-right-content form .bottom-content .botm-question-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #242424;
  text-align: center;
}

.botm-question-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.adt-signup-right-content form .bottom-content .botm-question-text a {
  font-weight: 500;
  color: #ff002e;
}

.adt-signup-right-content form .form-check {
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.adt-signup-right-content form .form-check .field-box {
  margin-bottom: 0;
}

.adt-forgot-password-modal .modal-content {
  border: 0;
  border-radius: 4px;
}

.adt-forgot-password-modal .modal-body {
  padding: 30px;
  position: relative;
}

.adt-forgot-password-modal .modal-body .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffff;
  background-color: #ff002e;
  background-image: none;
  opacity: 1;
}

.adt-forgot-password-modal .modal-body h4 {
  font-size: 24px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 10px;
}

.adt-forgot-password-modal .modal-body p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
}

.adt-forgot-password-modal .modal-body .field-box label {
  font-size: 12px;
  color: #ff002e;
  margin-bottom: 8px;
}

.adt-forgot-password-modal .modal-body .field-box input {
  font-size: 14px;
  padding-left: 20px;
  width: 100%;
  height: 42px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-forgot-password-modal .modal-body .field-box button {
  width: 180px;
  margin-top: 30px;
  padding: 12px 20px;
}

/* adt-sign-up-section-end */

/* adt-contact-us-section-start */
.adt-contact-us-section {
  position: relative;
}

.adt-contact-us-section p {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-bottom: 30px;
}

.adt-contact-left-content {
  margin-bottom: 80px;
}

.adt-contact-left-content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
}

.adt-contact-left-content .social-links {
  margin-bottom: 30px;
}

.adt-contact-left-content .social-links li {
  display: inline-block;
  margin-right: 15px;
}

.adt-contact-left-content .social-links li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-contact-left-content .social-links li a:hover {
  background-color: #ff002e;
  border: 1px solid #ff002e;
}

.adt-contact-left-content .social-links li a i {
  font-size: 16px;
  color: #6d6d6d;
  transition: 0.3s ease-in-out;
}

.adt-contact-left-content .social-links li a:hover i {
  color: #ffff;
}

.adt-contact-left-content .img-box img {
  width: 100%;
}

.adt-contact-right-content {
  padding: 30px;
  background-color: #ffff;
  border-radius: 4px;
}

.adt-contact-right-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
}

.adt-contact-right-content form .field-box {
  margin-bottom: 26px;
}

.adt-contact-right-content form .field-box:last-child {
  margin-bottom: 0px;
}

.adt-contact-right-content form .field-box label {
  font-size: 12px;
  color: #242424;
  line-height: 20px;
  margin-bottom: 8px;
}

.adt-contact-right-content form .field-box input,
.adt-contact-right-content form .field-box textarea {
  font-size: 14px;
  padding-left: 20px;
  width: 100%;
  height: 42px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-contact-right-content form .field-box textarea {
  height: 150px;
  padding-top: 12px;
  resize: none;
}

.adt-contact-right-content form .field-box input:focus,
.adt-contact-right-content form .field-box textarea:focus {
  outline: none;
}

.adt-contact-right-content form .field-box.submit-btn-box {
  text-align: left;
}

.adt-contact-right-content form .field-box.submit-btn-box button {
  border: 0;
}

.adt-contact-us-section .contact-info-heading {
  margin-bottom: 60px;
}

.adt-contact-us-section .contact-info-heading h3 {
  font-size: 26px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
}

.adt-contact-us-section .contact-info-heading p {
  max-width: 650px;
}

.adt-contact-us-section .contact-info-box {
  display: flex;
  gap: 20px;
}

.adt-contact-us-section .contact-info-box .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffff;
  border: 2px dashed #e1e1e1;
  border-radius: 50%;
}

.adt-contact-us-section .contact-info-box .icon-box i {
  font-size: 18px;
  color: #6d6d6d;
}

.adt-contact-us-section .contact-info-box .meta-box {
  width: calc(100% - 85px);
}

.adt-contact-us-section .contact-info-box .meta-box h5 {
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 10px;
}

.adt-contact-us-section .contact-info-box .meta-box p {
  font-size: 14px;
  line-height: 22px;
  color: #6d6d6d;
  margin-bottom: 0;
}

/* adt-contact-us-section-end */

/* adt-blog-section-start */
.adt-blog-section {
  padding: 0 0 80px 0;
}

.adt-blog-card {
  background-color: #ffff;
  padding: 7px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 36px;
  transition: 0.3s ease-in-out;
}

.adt-blog-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-blog-card .blog-img-box {
  height: 190px;
}

.adt-blog-card .blog-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.adt-blog-card .blog-meta-box {
  padding: 20px 13px 10px;
}

.blog-meta-box a {
  text-decoration: none;
}

.adt-blog-card .blog-meta-box .date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #6d6d6d;
}

.adt-blog-card .blog-meta-box .date i {
  font-size: 16px;
}

.adt-blog-card .blog-meta-box h5 {
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  margin-top: 5px;
  line-height: 26px;
  word-wrap: break-word;
}

.adt-blog-sidebar .adt-search-list-box {
  margin-bottom: 0px;
}

.adt-blog-sidebar .adt-search-list-box .search-btn {
  position: absolute;
  top: 37px;
  right: 1px;
  width: 42px;
  height: 43px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #ffff;
  background-color: #ff002e;
}

.adt-blog-section .adt-custom-pagination {
  margin-top: 30px;
}

/* adt-blog-section-end */

/* adt-blog-detail-section-start */
.adt-blog-detail-section {
  padding: 0 0 80px 0;
}

.adt-blog-detail-section .blog-detail-content {
  padding: 30px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog-detail-content ul {
  padding-left: 0px !important;
}

.adt-blog-detail-section .blog-detail-content .detail-meta li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #6d6d6d;
  margin-right: 30px;
}

.adt-blog-detail-section .blog-detail-content .detail-meta li i {
  font-size: 16px;
}

.adt-blog-detail-section .blog-detail-content .detail-meta li:last-child {
  margin-right: 0;
}

.adt-blog-detail-section .blog-detail-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #242424;
  margin: 10px 0 30px 0;
}

.adt-blog-detail-section .blog-detail-content .img-box {
  margin-bottom: 30px;
}

.adt-blog-detail-section .blog-detail-content .img-box img {
  width: auto;
  border-radius: 4px;
}

.adt-blog-detail-section .blog-detail-content p {
  font-size: 16px;
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 30px;
}

.adt-blog-detail-section .blog-detail-content blockquote {
  padding: 24px 60px 24px 34px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-left: 5px solid #ff002e;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  line-height: 40px;
}

.adt-blog-detail-section .social-tags-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background-color: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

.adt-blog-detail-section .social-tags-box .tags-list {
  display: flex;
  flex-wrap: wrap;
}

.adt-blog-detail-section .social-tags-box .tags-list li {
  margin-right: 20px;
}

.adt-blog-detail-section .social-tags-box .tags-list li i {
  font-size: 24px;
  color: #6d6d6d;
}

.adt-blog-detail-section .social-tags-box .tags-list li a {
  font-size: 16px;
  color: #6d6d6d;
  transition: 0.3s ease-in-out;
}

.adt-blog-detail-section .social-tags-box .tags-list li a:hover {
  color: #ff002e;
}

.adt-blog-detail-section .social-tags-box .social-links li {
  display: inline-block;
  margin-left: 2px;
}

.adt-blog-detail-section .social-tags-box .social-links li:first-child {
  margin-left: 0;
}

.adt-blog-detail-section .social-tags-box .social-links li a {
  width: 30px;
  height: 30px;
  background-color: #242424;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffff;
  transition: 0.3s ease-in-out;
}

.adt-blog-detail-section .social-tags-box .social-links li a:hover {
  background-color: #ff002e;
}

.adt-blog-detail-section .comment-box {
  padding: 30px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-blog-detail-section .comment-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 30px;
}

.adt-blog-detail-section .comment-box .field-box {
  margin-bottom: 26px;
}

.adt-blog-detail-section .comment-box label {
  font-size: 12px;
  color: #242424;
  margin-bottom: 10px;
}

.adt-blog-detail-section .comment-box input,
.adt-blog-detail-section .comment-box textarea {
  font-size: 14px;
  padding-left: 20px;
  width: 100%;
  height: 42px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-blog-detail-section .comment-box input:focus,
.adt-blog-detail-section .comment-box textarea:focus {
  outline: none;
}

.adt-blog-detail-section .comment-box textarea {
  height: 150px;
  padding-top: 12px;
  resize: none;
}

.adt-blog-detail-section .comment-box .field-box.submit-btn-box {
  text-align: right;
  margin-bottom: 0;
}

.adt-blog-detail-section .comment-box .field-box.submit-btn-box button {
  border: 0;
  width: auto;
}

/* adt-blog-detail-section-end */

/* adt-pricing-plan-section-start */
.adt-pricing-plan-section {
  /*    padding: 80px 0 50px;*/
  /*    background-color: #ffff;*/
}

.adt-pricing-plan-section .heading-content {
  margin-bottom: 60px;
  text-align: center;
}

.adt-pricing-plan-section .heading-content .label {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.adt-pricing-plan-section .heading-content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #242424;
  line-height: 40px;
  margin-bottom: 0px;
}

.adt-pricing-plan-card {
  position: relative;
  padding: 30px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}

.adt-pricing-plan-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-pricing-plan-card.adt-classified-card:hover {
  box-shadow: none;
}

.adt-pricing-plan-card:hover::before {
  opacity: 1;
}

.adt-pricing-plan-card.adt-classified-card::before {
  content: none;
}

.adt-pricing-plan-card .price-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}

.adt-pricing-plan-card.adt-classified-card .price-box {
  padding: 28px 26px;
  border-radius: 4px;
  border-bottom: 0;
}

.adt-pricing-plan-card.adt-classified-card .price-box.individual {
  background-color: #d7f5e8;
}

.adt-pricing-plan-card.adt-classified-card .price-box.bussiness {
  background-color: rgba(255, 0, 46, 0.1);
}

.adt-pricing-plan-card.adt-classified-card .price-box.premium {
  background-color: #deedff;
}

.adt-pricing-plan-card .price-box i {
  font-size: 40px;
  color: #e1e1e1;
  margin-bottom: 10px;
}

.adt-pricing-plan-card.adt-classified-card .price-box.individual i {
  color: #02bf6f !important;
}

.adt-pricing-plan-card.adt-classified-card .price-box.bussiness i {
  color: #ff002e !important;
}

.adt-pricing-plan-card.adt-classified-card .price-box.premium i {
  color: #308fff !important;
}

.adt-pricing-plan-card .price-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #242424;
  line-height: 40px;
}

.adt-pricing-plan-card.adt-classified-card .price-box h4 {
  line-height: 30px;
  margin-bottom: 5px;
}

.adt-pricing-plan-card .price-box h3 {
  font-size: 24px;
  font-weight: 500;
  color: #242424;
  display: flex;
  align-items: center;
}

.adt-pricing-plan-card.adt-classified-card .price-box.individual h3 {
  color: #02bf6f !important;
}

.adt-pricing-plan-card.adt-classified-card .price-box.bussiness h3 {
  color: #ff002e !important;
}

.adt-pricing-plan-card.adt-classified-card .price-box.premium h3 {
  color: #308fff !important;
}

.adt-pricing-plan-card .price-box h3 del {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  margin-left: 10px;
}

.adt-pricing-plan-card ul li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #555555;
}

.adt-pricing-plan-card ul li i {
  font-size: 14px;
  color: #46af05;
  margin-right: 12px;
}

.adt-pricing-plan-card ul li i.fa-question-circle {
  margin: 0 0 0 12px;
}

.adt-pricing-plan-card ul li i.fa-question-circle {
  color: #6d6d6d;
}

.toggle_categories_list_box {
  display: inline-block;
  position: relative;
}

.toggle_categories_list_box #categories_list_packages_widget {
  padding: 5px 10px;
  min-height: auto;
}

#toggle_categories:hover #categories_list_packages_widget {
  display: block;
  left: 10px;
  width: max-content;
}

.adt-pricing-plan-card .categories_list_header {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 0;
  padding-bottom: 0;
}

.adt-pricing-plan-card .adt-button-dark {
  display: block;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}

.adt-pricing-plan-card .adt-button-dark-1 {
  display: block;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}

.adt-pricing-plan-card:hover .adt-button-dark {
  background-color: #ff002e;
}

.adt-pricing-plan-card.adt-classified-card:hover .adt-button-dark {
  background-color: #242424;
}

/* adt-pricing-plan-section-end */

/* adt-about-us-section-start */
.adt-about-us-section {
  position: relative;
}

.adt-about-us-section .left-img-box {
  position: relative;
  width: 100%;
  height: 612px;
}

.adt-about-us-section .left-img-box .about-img-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.adt-about-us-section .left-img-box .about-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.adt-about-us-section .left-img-box .dots-img {
  position: absolute;
  bottom: 110px;
  right: 130px;
  z-index: -1;
}

.adt-about-us-section .left-img-box .play-btn {
  position: absolute;
  bottom: 230px;
  right: 195px;
  width: 100px;
  height: 100px;
  background-color: #ff002e;
  border-radius: 50%;
  font-size: 36px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-about-us-section .left-img-box .play-btn i {
  position: relative;
  margin-left: 7px;
  z-index: 2;
}

.adt-about-us-section .left-img-box .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 46, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0.2s;
}

.adt-about-us-section .left-img-box .play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 46, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple-sub 1.5s ease-out infinite;
  animation-delay: 0.2s;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(1.4);
  }
}

@keyframes ripple-sub {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.adt-about-us-section .left-img-box .exp-box {
  position: absolute;
  top: 20px;
  left: 0;
  background-image: url(../images/exp-bg.png);
  padding: 30px 30px 26px 30px;
  text-align: center;
  width: 180px;
  height: 180px;
}

.adt-about-us-section .left-img-box .exp-box strong {
  display: block;
  font-size: 70px;
  font-weight: 700;
  color: #ffff;
  margin-bottom: 10px;
  line-height: 60px;
}

.adt-about-us-section .left-img-box .exp-box small {
  display: inline-block;
  width: 105px;
  font-size: 18px;
  font-weight: 700;
  color: #ffff;
}

.adt-about-us-section .right-cont {
  padding-top: 45px;
  padding-left: 30px;
}

.adt-about-us-section .right-cont .sub-cont .label {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ff002e;
  margin-bottom: 10px;
}

.adt-about-us-section .right-cont .sub-cont .heading {
  font-size: 32px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
}

.adt-about-us-section .right-cont .sub-cont p {
  color: #6d6d6d;
  margin-bottom: 20px;
}

.adt-about-us-section .right-cont .simple-steps ul li {
  margin-bottom: 20px;
}

.adt-about-us-section .right-cont .simple-steps ul li:last-child {
  margin-bottom: 0;
}

.adt-about-us-section .right-cont .simple-steps ul li .step-box {
  display: flex;
  margin-bottom: 30px;
}

.adt-about-us-section .right-cont .simple-steps ul li:last-child .step-box {
  margin-bottom: 0;
}

.adt-about-us-section .right-cont .simple-steps ul li .step-box .left-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border: 2px dashed #e1e1e1;
}

.adt-about-us-section .right-cont .simple-steps ul li .step-box .left-icon i {
  color: #6d6d6d;
}

.adt-about-us-section .right-cont .simple-steps ul li .step-box .right-meta {
  width: calc(100% - 80px);
}

.adt-about-us-section .right-cont .simple-steps ul li .step-box .right-meta h3 {
  font-size: 22px;
  font-weight: 500;
  color: #242424;
  line-height: 30px;
  margin-bottom: 5px;
}

.adt-about-us-section .right-cont .simple-steps ul li .step-box .right-meta p {
  color: #6d6d6d;
  max-width: 410px;
}

.adt-about-us-section .vector-group {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -1;
}

/* adt-about-us-section-end */

/* adt-work-flow-section-start */
.adt-work-flow-section {
  position: relative;
}

.adt-work-flow-section .heading-content {
  margin-bottom: 60px;
  text-align: center;
}

.adt-work-flow-section .heading-content .label {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ff002e;
  margin-bottom: 10px;
}

.adt-work-flow-section .heading-content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #242424;
  max-width: 500px;
  margin: 0 auto;
}

.adt-work-flow-section .work-process-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.adt-work-flow-section .work-process-box::before {
  content: "";
  position: absolute;
  top: 19%;
  right: -20%;
  width: 141px;
  height: 30px;
  background-image: url(../images/work-flow-arrow.png);
  background-repeat: no-repeat;
}

.adt-work-flow-section .row .col-md-4:last-child .work-process-box::before {
  content: none;
}

.adt-work-flow-section .work-process-box .work-type-outline {
  padding: 12px;
  background-color: #ffff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(0, 18, 65, 0.1);
  margin-bottom: 25px;
  position: relative;
}

.adt-work-flow-section .work-process-box .work-type-outline .type-outer {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-work-flow-section .work-process-box .work-type-outline .type-outer img {
  filter: invert(46%) sepia(6%) saturate(26%) hue-rotate(316deg) brightness(89%)
    contrast(89%);
}

.adt-work-flow-section .work-process-box .count-outline {
  padding: 5px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: -15px;
  left: 96px;
}

.adt-work-flow-section .work-process-box .work-type-outline .count {
  width: 30px;
  height: 30px;
  background-color: #e1e1e1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-work-flow-section .work-process-box .work-type-outline .count span {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.adt-work-flow-section .work-process-box .title {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-bottom: 10px;
}

.adt-work-flow-section .work-process-box .heading {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  max-width: 335px;
  margin: 0 auto;
}

/* adt-work-flow-section-end */

/* adt-advanced-faqs-start */
.adt-advanced-faqs {
  background-color: #ffff;
  overflow: hidden;
}

.adt-advanced-faqs .left-main-content {
  position: relative;
  z-index: 5;
}

.adt-advanced-faqs .left-main-content .label {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ff002e;
  margin-bottom: 10px;
}

.adt-advanced-faqs .left-main-content .main-heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 10px;
}

.adt-advanced-faqs .left-main-content p {
  color: #6d6d6d;
  margin-bottom: 30px;
  line-height: 30px;
  max-width: 570px;
}

.adt-advanced-faqs .accordion-style .card {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-bottom: 30px;
}

.adt-advanced-faqs .accordion-style .card:last-child {
  margin-bottom: 0;
}

.adt-advanced-faqs .accordion-style .card-header {
  border: 0;
  background: none;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
}

.adt-advanced-faqs .accordion-style .btn-link {
  color: #242424;
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  border-radius: 4px;
  padding: 10px 20px;
  text-decoration: none;
}

.adt-advanced-faqs .accordion-style .btn-link:hover {
  text-decoration: none;
}

.adt-advanced-faqs .accordion-style .btn-link.collapsed {
  background-color: #f6f6f6;
  color: #242424;
  border-radius: 4px;
}

.adt-advanced-faqs .accordion-style .btn-link.collapsed:after {
  content: url("https://api.iconify.design/ic/baseline-plus.svg?color=%23cdcdcd&width=24&height=24");
  position: absolute;
  right: 14px;
  top: 9px;
  color: #cdcdcd;
}

.adt-advanced-faqs .accordion-style .btn-link:after {
  content: url("https://api.iconify.design/ic/baseline-minus.svg?color=%23cdcdcd&width=24&height=24");
  right: 14px;
  top: 9px;
  position: absolute;
  color: #cdcdcd;
}

.adt-advanced-faqs .accordion-style .btn-link span.text-theme-secondary {
  width: 24px;
  height: 24px;
  background: #e1e1e1;
  font-weight: 400;
  font-size: 12px;
  color: #6d6d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
}

.adt-advanced-faqs .accordion-style .btn-link .heading-txt {
  font-size: 14px;
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adt-advanced-faqs .accordion-style .card-body {
  padding: 10px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px;
  border-radius: 0;
  border-top: 1px solid #d3d3d3;
  line-height: 24px;
  color: #6d6d6d;
  font-size: 14px;
}

.adt-advanced-faqs .main-img-box img {
  width: 100%;
}

.adt-advanced-faqs .main-img-box img:first-child {
  margin-bottom: 30px;
}

/* adt-advanced-faqs-end */

/* adt-multivendor-home-section-start */
.adt-multivendor-home-section {
  padding: 40px 0 0 0;
}

.multivendor-hero-banner {
  position: relative;
  padding: 66px 40px;
  background-image: linear-gradient(
    to right,
    rgba(0, 255, 209, 0.2),
    rgba(255, 185, 0, 0.2)
  );
  margin-bottom: 40px;
  border-radius: 4px;
}

.multivendor-hero-banner h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #ff002e;
  font-family: "Kalam", cursive;
  z-index: 1;
}

.multivendor-hero-banner h1 {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  color: #242424;
  margin: 30px 0;
  max-width: 500px;
  line-height: 45px;
  z-index: 1;
}

.multivendor-hero-banner a {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 24px;
  z-index: 1;
}

.multivendor-hero-banner img.main-img {
  position: absolute;
  top: 0;
  right: 120px;
}

.multivendor-hero-banner .vector {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.adt-multivendor-category-ad-card {
  padding: 7px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}

.adt-multivendor-category-ad-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-multivendor-ads-carousel .adt-multivendor-category-ad-card {
  margin-bottom: 0;
}

.adt-multivendor-category-ad-card .category-img-box {
  position: relative;
  width: 100%;
  height: 190px;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.adt-multivendor-category-ad-card .category-img-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.adt-multivendor-category-ad-card .category-content-box {
  padding: 15px 13px 0 13px;
}

.adt-multivendor-category-ad-card .category-content-box .rating {
  display: flex;
  align-items: center;
}

.adt-multivendor-category-ad-card .category-content-box .rating span {
  font-size: 12px;
  font-weight: 700;
  color: #ffff;
  padding: 2px 10px;
  background-color: #ea9a00;
  border-radius: 2px;
}

.adt-multivendor-category-ad-card .category-content-box .rating small {
  font-size: 12px;
  color: #6d6d6d;
  margin: 0 5px 0 10px;
}

.adt-multivendor-category-ad-card .category-content-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: #242424;
  margin: 10px 0;
}

.adt-multivendor-category-ad-card .category-content-box .price {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #ff002e;
}

.adt-multivendor-category-ad-card .category-content-box .price del {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-left: 5px;
}

.adt-multivendor-category-ad-card .category-content-box .detail-btn-box {
  padding-top: 6px;
  margin-top: 18px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adt-multivendor-category-ad-card
  .category-content-box
  .detail-btn-box
  .detail-btn {
  font-size: 12px;
  color: #6d6d6d;
}

.adt-multivendor-category-ad-card
  .category-content-box
  .detail-btn-box
  .favourite
  i {
  font-size: 16px;
  color: #d9d9d9;
}

.adt-multivendor-ads-carousel {
  margin-bottom: 40px;
}

.adt-multivendor-ads-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -87px;
  right: 123px;
  text-align: right;
}

.adt-multivendor-ads-carousel .owl-nav .owl-prev,
.adt-multivendor-ads-carousel .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  background: #ffff !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.adt-multivendor-ads-carousel .owl-nav .owl-prev.disabled,
.adt-multivendor-ads-carousel .owl-nav .owl-next.disabled {
  opacity: 1;
}

.adt-multivendor-ads-carousel .owl-nav .owl-prev i,
.adt-multivendor-ads-carousel .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-multivendor-mini-ctg-box {
  text-align: center;
}

.adt-multivendor-mini-ctg-box .img-box {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffff;
}

.adt-multivendor-mini-ctg-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.adt-multivendor-mini-ctg-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  margin: 20px 0 15px 0;
}

.adt-multivendor-mini-ctg-box span {
  font-size: 12px;
  padding: 6px 8px;
  color: #555555;
  background-color: #ffff;
  border-radius: 4px;
}

.adt-multivendor-mini-ctg-carousel {
  margin-bottom: 40px;
}

.adt-multivendor-mini-ctg-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -87px;
  right: 123px;
  text-align: right;
}

.adt-multivendor-mini-ctg-carousel .owl-nav .owl-prev,
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  background: #ffff !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.adt-multivendor-mini-ctg-carousel .owl-nav .owl-prev.disabled,
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-next.disabled {
  opacity: 1;
}

.adt-multivendor-mini-ctg-carousel .owl-nav .owl-prev i,
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-multivendor-product-sidebar-wrapper {
  display: flex;
  gap: 30px;
}

.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-wrapper {
  width: calc(100% - 272px);
}

.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 30px;
}

.adt-multivendor-product-sidebar-wrapper .multivendor-product-sidebar {
  width: 242px;
}

.multivendor-product-sidebar .adt-recent-ads-sidebar {
  padding: 15px;
}

.multivendor-product-sidebar .adt-recent-ads-sidebar .adt-recent-ad-box {
  gap: 10px;
}

.multivendor-product-sidebar
  .adt-recent-ads-sidebar
  .adt-recent-ad-box
  .recent-img-box {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-recent-ads-sidebar .adt-recent-ad-box .recent-img-meta strong {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.adt-horizontal-ad-box.margin-top-10 {
  margin-top: 10px;
}

.adt-multivendor-services-box {
  margin-bottom: 20px;
}

.adt-multivendor-services-box i {
  font-size: 30px;
  color: #ff002e;
}

.adt-multivendor-services-box h6 {
  font-size: 18px;
  color: #242424;
  margin: 20px 0 10px;
}

.adt-multivendor-services-box p {
  font-size: 14px;
  color: #6d6d6d;
  max-width: 220px;
}

/* adt-multivendor-home-section-end */

/* adt-multivendor-search-section-start */
.adt-multivendor-search-section {
  padding: 60px 0 30px;
}

.adt-multivendor-search-wrapper {
  display: flex;
  gap: 30px;
}

.adt-multivendor-search-wrapper .adt-multivendor-search-filters-sidebar {
  width: 242px;
}

.adt-multivendor-search-wrapper .adt-multivendor-search-filters-sidebar > div {
  /*padding: 20px 15px;*/
  margin-bottom: 30px;
  background-color: #ffff;
  border-radius: 4px;
}

.range-slider-woocommerce-shop,
.adt-search-rating-box-wc {
  padding: 20px 15px;
}

.adt-multivendor-search-filters-sidebar h3 {
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 20px;
}

.adt-multivendor-search-wrapper .adt-multivendor-search-results-content {
  width: calc(100% - 272px);
}

.adt-multivendor-search-filters-sidebar .categories-list li {
  font-size: 14px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #cdcdcd;
}

.adt-multivendor-search-filters-sidebar .categories-list li a {
  color: #6d6d6d;
}

.adt-multivendor-search-filters-sidebar .categories-list li i {
  margin-right: 5px;
  width: 20px;
  text-align: center;
}

.adt-multivendor-search-filters-sidebar .adt-range-slider .adt-button-dark {
  padding: 12px 20px;
}

.adt-multivendor-search-filters-sidebar .adt-type-filter-box .checkmark {
  top: 2px;
  width: 18px;
  height: 18px;
}

.adt-multivendor-search-filters-sidebar .adt-type-filter-box .rating {
  display: inline-block;
  margin-right: 15px;
}

.adt-multivendor-search-filters-sidebar .adt-type-filter-box .rating i {
  color: #d9d9d9;
  margin-right: 5px;
}

.adt-multivendor-search-filters-sidebar .adt-type-filter-box .rating i.fill {
  color: #ff9900;
}

.adt-multivendor-search-filters-sidebar .adt-type-filter-box .checkmark::after {
  left: 5px;
  top: 1px;
  width: 6px;
}

.adt-multivendor-search-filters-sidebar .adt-recent-ad-box .recent-img-box {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-multivendor-search-wrapper
  .adt-multivendor-search-filters-sidebar
  .adt-vertical-ad-box {
  padding: 0;
}

.adt-multivendor-search-wrapper .adt-ads-sort-box .filter-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.adt-multivendor-search-wrapper
  .adt-ads-sort-box
  .filter-box
  .filter-refresh-btn {
  color: #35bd06;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 4px;
}

.adt-multivendor-search-wrapper
  .adt-ads-sort-box
  .filter-box
  .filter-refresh-btn
  i {
  margin-right: 5px;
}

.adt-multivendor-search-wrapper .adt-horizontal-ad-box {
  margin: 30px 0;
}

.adt-multivendor-search-wrapper .adt-multivendor-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 30px;
}

.adt-multivendor-search-wrapper .adt-custom-pagination {
  margin-top: 40px;
  justify-content: center;
}

/* adt-multivendor-search-section-end */

/* adt-multivendor-services-section-start */
.adt-multivendor-services-section {
  padding-bottom: 40px;
}

/* adt-multivendor-services-section-end */

/* adt-multivendor-product-detail-section-start */
.adt-multivendor-product-detail-section {
  padding: 60px 0;
}

.adt-multivendor-product-detail-wrapper {
  display: flex;
  gap: 0 20px;
}

.adt-multivendor-product-detail-wrapper:not(
  :has(.adt-multivendor-product-sidebar)
) {
  justify-content: center;
}

.adt-multivendor-product-detail-wrapper .adt-multivendor-product-sidebar {
  width: 206px;
}

.adt-multivendor-product-detail-wrapper .adt-multivendor-product-content {
  width: calc(100% - 226px);
}

.adt-multivendor-product-detail-wrapper:not(
    :has(.adt-multivendor-product-sidebar)
  )
  .adt-multivendor-product-content {
  width: 100%;
}

.adt-multivendor-product-detail-wrapper .adt-multivendor-product-content > div {
  position: relative;
  padding: 20px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 30px;
}

.adt-multivendor-product-sidebar .adt-detail-content-list {
  padding: 20px 16px;
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.adt-multivendor-product-sidebar .adt-detail-content-list.sticky {
  position: sticky;
  top: 0;
}

.adt-multivendor-product-sidebar .adt-detail-content-list ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.adt-multivendor-product-sidebar .adt-detail-content-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.adt-multivendor-product-sidebar .adt-detail-content-list ul li a {
  position: relative;
  font-size: 14px;
  color: #555555;
}

.adt-multivendor-product-sidebar .adt-detail-content-list ul li a.active {
  position: relative;
  color: #ff002e;
}

.adt-multivendor-product-sidebar
  .adt-detail-content-list
  ul
  li
  a.active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -15px;
  width: 2px;
  height: 25px;
  background-color: #ff002e;
}

.adt-multivendor-product-detail-wrapper
  .adt-multivendor-product-content
  .product-detail-box
  > .row {
  align-items: center;
}

.adt-multivendor-product-detail-wrapper
  .adt-multivendor-product-content
  #sync4 {
  margin-top: 20px;
}

.adt-multivendor-product-detail-wrapper
  .adt-multivendor-product-content
  #sync3
  .img-box,
.adt-multivendor-product-detail-wrapper
  .adt-multivendor-product-content
  #sync4
  .img-box {
  background-color: #f6f6f6;
  border-radius: 4px;
}

.adt-multivendor-product-detail-wrapper
  .adt-multivendor-product-content
  #sync3
  .img-box
  img,
.adt-multivendor-product-detail-wrapper
  .adt-multivendor-product-content
  #sync4
  .img-box
  img {
  object-fit: scale-down;
  max-width: 300px;
  max-height: 300px;
}

.adt-multivendor-product-content .product-content-box {
  padding-top: 41px;
}

.adt-multivendor-product-content .product-content-box .views {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  color: #242424;
  padding: 10px 20px;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.adt-multivendor-product-content .product-content-box .views span {
  color: #ff002e;
}

.adt-multivendor-product-content .product-content-box .rating {
  display: flex;
  align-items: center;
}

.adt-multivendor-product-content .product-content-box .rating span {
  font-size: 12px;
  font-weight: 700;
  color: #ffff;
  padding: 2px 10px;
  background-color: #ea9a00;
  border-radius: 2px;
}

.adt-multivendor-product-content .product-content-box .rating small {
  font-size: 12px;
  color: #6d6d6d;
  margin: 0 5px 0 10px;
}

.adt-multivendor-product-content .product-content-box .rating i {
  color: #ea9a00;
  margin-right: 5px;
}

.adt-multivendor-product-content .product-content-box h3 {
  font-size: 28px;
  font-weight: 500;
  color: #242424;
  margin: 10px 0;
}

.adt-multivendor-product-content .product-content-box p {
  color: #6d6d6d;
  line-height: 30px;
  margin-bottom: 30px;
}

.adt-multivendor-product-content .product-quantity-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.adt-multivendor-product-content .product-quantity-detail li {
  margin: 0 15px 10px 0;
}

.adt-multivendor-product-content .product-quantity-detail li:last-child {
  margin-right: 0;
}

.adt-multivendor-product-content .product-quantity-detail li .quantity-box {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 12px 16px;
}

.adt-multivendor-product-content
  .product-quantity-detail
  li
  .quantity-box
  span {
  display: inline-block;
  font-size: 14px;
  color: #6d6d6d;
  width: 56px;
  text-align: center;
  border: 1px solid #cdcdcd;
  border-top: 0;
  border-bottom: 0;
  margin: 0 10px;
}

.adt-multivendor-product-content
  .product-quantity-detail
  li
  .quantity-box
  button {
  background-color: transparent;
  border: 0;
  color: #6d6d6d;
}

.adt-multivendor-product-content .product-quantity-detail li .extra-btn {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #6d6d6d;
}

.adt-multivendor-product-content
  .product-quantity-detail
  li
  .adt-theme-button-2 {
  width: auto;
  height: 42px;
  display: inline-block;
  line-height: 24px;
}

.adt-multivendor-product-content .vendor-services-list li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #6d6d6d;
  line-height: 30px;
}

.adt-multivendor-product-content .vendor-services-list li i {
  width: 30px;
  font-size: 24px;
  color: #ff002e;
  margin-right: 10px;
}

.adt-multivendor-product-content .adt-horizontal-ad-box {
  margin: 30px 0 0 0;
}

.adt-multivendor-product-content .product-description-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 20px;
}

.adt-multivendor-product-content .product-description-box p {
  color: #6d6d6d;
  line-height: 30px;
  margin-bottom: 30px;
}

.adt-multivendor-product-content .product-description-box ul {
  padding-left: 20px;
}

.adt-multivendor-product-content .product-description-box ul li {
  color: #6d6d6d;
  line-height: 30px;
  list-style-type: disc;
  padding-left: 5px;
}

.adt-multivendor-product-content .product-add-review-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 20px;
}

.adt-multivendor-product-content .product-add-review-box .rating-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.adt-multivendor-product-content .product-add-review-box .rating-container i {
  font-size: 18px;
  margin-right: 5px;
  color: #d3d3d3;
}

.adt-multivendor-product-content
  .product-add-review-box
  .rating-container
  i.fill {
  color: #fde16d;
}

.adt-multivendor-product-content .product-add-review-box label {
  font-size: 14px;
  color: #242424;
  margin-bottom: 5px;
}

.adt-multivendor-product-content .product-add-review-box .input-field {
  margin-bottom: 30px;
}

.adt-multivendor-product-content .product-add-review-box input,
.adt-multivendor-product-content .product-add-review-box textarea {
  height: 42px;
  font-size: 16px;
  color: #6d6d6d;
  padding-left: 30px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.adt-multivendor-product-content .product-add-review-box textarea {
  height: 150px;
  resize: none;
}

.adt-multivendor-product-content .product-add-review-box .submit-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.adt-multivendor-product-content
  .product-add-review-box
  .submit-btn-box
  .container {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  color: #6d6d6d;
  user-select: none;
}

.adt-multivendor-product-content .product-add-review-box .submit-btn-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.adt-multivendor-product-content
  .product-add-review-box
  .submit-btn-box
  .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.adt-multivendor-product-content
  .product-add-review-box
  .submit-btn-box
  input:checked
  ~ .checkmark {
  background-color: #ff002e;
  border-color: #ff002e;
}

.adt-multivendor-product-content
  .product-add-review-box
  .submit-btn-box
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.adt-multivendor-product-content
  .product-add-review-box
  .submit-btn-box
  input:checked
  ~ .checkmark:after {
  display: block;
}

.adt-multivendor-product-content
  .product-add-review-box
  .submit-btn-box
  .checkmark:after {
  left: 4px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid #ffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.adt-multivendor-product-content .product-add-review-box .adt-button-dark {
  border: 0;
}

.adt-multivendor-product-content .product-rating-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 20px;
}

.adt-multivendor-product-content .product-rating-box .review-list-wrapper {
  height: 458px;
}

.nicescroll-rails {
  width: 6px !important;
  border-radius: 20px;
  background-color: #f6f6f6;
}

.nicescroll-rails .nicescroll-cursors {
  background-color: #d3d3d3 !important;
}

.adt-multivendor-product-content .product-rating-box .review-box {
  display: flex;
  margin-bottom: 25px;
}

.adt-multivendor-product-content
  .product-rating-box
  .review-list
  li:last-child
  .review-box {
  margin-bottom: 0;
}

.adt-multivendor-product-content .product-rating-box .review-box .user-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.adt-multivendor-product-content .product-rating-box .review-box .user-content {
  position: relative;
  width: calc(100% - 85px);
  margin-left: 20px;
  padding-right: 100px;
}

.adt-multivendor-product-content
  .product-rating-box
  .review-box
  .user-content
  h4 {
  font-size: 22px;
  font-weight: 700;
  color: #242424;
  padding: 0;
  margin-bottom: 5px;
}

.adt-multivendor-product-content
  .product-rating-box
  .review-box
  .user-content
  .price {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: #242424;
  padding: 10px 20px;
  background-color: #ffff;
  border-radius: 4px;
}

.adt-multivendor-product-content
  .product-rating-box
  .review-box
  .user-content
  ul
  li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 30px;
}

.adt-multivendor-product-content
  .product-rating-box
  .review-box
  .user-content
  ul
  li
  i {
  margin-right: 5px;
}

.adt-multivendor-product-content
  .product-rating-box
  .review-box
  .user-content
  ul
  li
  i.fa-star {
  color: #ea9a00;
}

.adt-multivendor-product-content
  .product-rating-box
  .review-box
  .user-content
  p {
  font-size: 16px;
  line-height: 30px;
  color: #6d6d6d;
}

.adt-multivendor-product-content
  .product-rating-box
  .review-box
  .user-content
  p
  span {
  color: #242424;
}

.adt-multivendor-product-content .product-qna-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 20px;
}

.adt-multivendor-product-content .product-qna-box .question-box {
  font-size: 16px;
  line-height: 30px;
  color: #6d6d6d;
  padding: 6px 30px;
  background-color: #f6f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-bottom: 30px;
}

.adt-multivendor-product-content .product-qna-box p {
  text-align: center;
  line-height: 30px;
  color: #6d6d6d;
}

/* adt-multivendor-product-detail-section-end */

/* adt-top-search-bar-start */
.adt-multivendor-top-search-bar {
  padding: 10px 0;
  background-color: #ffff;
}

.adt-multivendor-searchbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.adt-multivendor-searchbar-wrapper .adt-search-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.adt-multivendor-searchbar-wrapper .adt-search-area form {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.adt-multivendor-searchbar-wrapper .adt-search-area form input {
  width: 330px;
  font-size: 14px;
  color: #555555;
  padding: 12px 20px;
  line-height: 19px;
  background-color: #f6f6f6;
  border: 1px solid #dedede;
  border-radius: 4px;
}

.adt-multivendor-searchbar-wrapper .adt-search-area form input:focus-visible {
  outline: none;
}

.adt-multivendor-searchbar-wrapper .adt-search-area form input::placeholder {
  font-size: 14px;
  color: #555555;
  opacity: 1;
}

.adt-multivendor-searchbar-wrapper .select2 {
  width: 200px !important;
}

.adt-multivendor-searchbar-wrapper
  .select2-container
  .select2-selection--single {
  height: 45px;
  border-radius: 4px;
  border: none;
  background-color: #f6f6f6;
  border: 1px solid #dedede;
}

.adt-multivendor-searchbar-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #555555;
  font-size: 14px;
  line-height: 45px;
  padding-left: 20px;
}

.adt-multivendor-searchbar-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

.adt-multivendor-searchbar-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #242424 #242424 transparent transparent;
  border-width: 1px 1px 0 0px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  transform: rotate(135deg);
}

.adt-multivendor-searchbar-wrapper
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -2px;
  transform: rotate(-45deg);
}

body:has(.select2-container--open) {
  overflow-x: hidden;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ff002e;
}

.adt-multivendor-searchbar-wrapper .adt-search-area button {
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  padding: 10px 19px;
  background-color: #ff002e;
  border: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.adt-multivendor-searchbar-wrapper .adt-search-area button i {
  margin-right: 8px;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons {
  display: flex;
  align-items: center;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  margin-left: 30px;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons a:last-child:before {
  content: none;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons a i {
  margin-right: 10px;
  color: #ff002e;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons a.favourite i {
  font-size: 20px;
  color: #242424;
  margin-right: 2px;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box::before {
  content: "";
  position: absolute;
  top: 13px;
  right: -12px;
  width: 1px;
  height: 12px;
  background-color: #242424;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .meta {
  text-align: right;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .meta small {
  font-size: 10px;
  font-weight: 500;
  color: #555555;
  display: block;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .meta strong {
  font-size: 15px;
  font-weight: 600;
  color: #242424;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon {
  position: relative;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon a {
  margin-left: 0;
}

.adt-multivendor-searchbar-wrapper
  .adt-extra-buttons
  .cart-box
  .icon
  a::before {
  content: none;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon i {
  font-size: 20px;
  color: #242424;
}

.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon .count {
  position: absolute;
  top: -6px;
  right: 0;
  width: 13px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #ffff;
  background-color: #ff002e;
  border-radius: 50%;
  padding: 8px;
}

/* adt-top-search-bar-end */

/* adt-multivendor-header-start */
.adt-multivendor-header {
  background-image: linear-gradient(to right, #f6f6f6 50%, #ffff 50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 1px 0;
}

.adt-multivendor-header .content-wrapper {
  display: flex;
  align-items: center;
}

.adt-multivendor-header .content-wrapper .category-dropdown button {
  height: 59px;
  background-color: #242424;
  border-radius: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ffff;
  width: 303px;
  text-align: left;
  border: none;
}

.adt-multivendor-header .content-wrapper .category-dropdown .categories-list {
  padding: 20px 20px 15px;
  background-color: #ffff;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  max-height: 400px;
  overflow: auto;
}

.adt-multivendor-header
  .content-wrapper
  .category-dropdown
  .dropdown-toggle::after {
  width: 8px;
  height: 8px;
  border: 1px solid #ffff;
  border-width: 2px;
  border-color: #fff #fff transparent transparent;
  float: right;
  margin-top: 4px;
  margin-right: 2px;
  transform: rotate(135deg);
}

.adt-multivendor-header
  .content-wrapper
  .category-dropdown
  .dropdown-toggle.show::after {
  transform: rotate(45deg);
  margin-top: 8px;
}

.adt-multivendor-header
  .content-wrapper
  .category-dropdown
  .categories-list
  li {
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #e1e1e1;
}

.adt-multivendor-header
  .content-wrapper
  .category-dropdown
  .categories-list
  li
  a {
  color: #6d6d6d;
}

.adt-multivendor-header
  .content-wrapper
  .category-dropdown
  .categories-list
  li
  a:hover {
  color: #242424;
}

.adt-multivendor-header
  .content-wrapper
  .category-dropdown
  .categories-list
  li
  i {
  margin-right: 5px;
  width: 20px;
  text-align: center;
  display: none;
}

.adt-multivendor-header .content-wrapper .hotline-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  background-color: #ffff;
}

.adt-multivendor-header .content-wrapper .hotline-box .icon i {
  font-size: 20px;
  color: #999;
  margin-top: 5px;
}

.adt-multivendor-header .content-wrapper .hotline-box .meta small {
  display: block;
  font-size: 10px;
  color: #555555;
  line-height: 18px;
}

.adt-multivendor-header .content-wrapper .hotline-box .meta a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #242424;
}

.adt-multivendor-header .sb-header {
  background-color: #f6f6f6;
  width: calc(100% - 524px);
  padding: 0 16px;
}

.adt-multivendor-header .sb-header .sb-menu > ul > li > a {
  height: 59px;
  line-height: 59px;
  font-size: 14px;
  color: #242424;
  text-transform: capitalize;
}

.adt-multivendor-header .sb-header .sb-menu li a:hover,
.adt-multivendor-header .sb-header .sb-menu li a:focus,
.adt-multivendor-header .sb-header .sb-menu li a:active {
  color: #ff002e;
}

.adt-multivendor-header .sb-header .sb-menu > ul > li > a > span::before {
  border-color: #242424;
}

.adt-multivendor-header .sb-header .sb-menu ul ul li > a::before {
  background: #ff002e;
}

.user-actions-header {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.parsley-required .parsley-custom-error-message .parsley-errors-list .filled {
  color: #ff002e !important;
}

.adt-ads-topbar-content .price-slider-value {
  font-size: 14px;
  color: #242424;
  margin-bottom: 6px;
}

.adt-ads-topbar-content .range-slider {
  width: calc(100% - 55px);
}

.price_search_btn {
  padding: 0 10px !important;
}

.category-img-box {
  position: relative;
}

.featured-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f39c12;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  z-index: 1;
}

.search-page-map-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.search-page-content {
  width: 75%;
}

.search-page-map {
  width: 25%;
  margin: 0px 10px;
}

@media (max-width: 768px) {
  .search-page-map-container {
    flex-direction: column;
  }

  .search-page-content {
    width: 100%;
  }

  .search-page-map {
    width: 100%;
  }
}

ul.shop-dropdown-user {
  width: 130px !important;
}

.shop-dropdown-user li a {
  color: #ffffff !important;
}

.crosshair-btn-topbar {
  top: 29px !important;
}

.favourited i {
  color: red !important;
}

.adt-header-primary.header-bottom-border {
  border-bottom: 1px solid #d3d3d3;
}

/* adt-map-search-section-start */
.adt-map-search-section .map-search-wrapper {
  display: flex;
}

.adt-map-search-section .map-search-wrapper .search-content-side.scroller {
  position: relative;
  width: 637px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  height: 100vh;
  overflow-y: auto;
  scrollbar-color: rgba(109, 109, 109, 0.5) transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.adt-map-search-section .search-filters-content {
  padding: 30px 30px 20px 30px;
  background-color: #f6f6f6;
}

.adt-map-search-section .search-filters-content .right-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adt-map-search-section .search-filters-content .adt-ads-sort-box {
  margin-bottom: 10px;
}

.adt-map-search-section .search-filters-content .adt-ads-sort-box h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.adt-map-search-section
  .search-filters-content
  .adt-ads-sort-box
  .select2-container {
  width: 230px !important;
  height: 42px;
}

.adt-map-search-section
  .search-filters-content
  .adt-ads-sort-box
  .select2-container
  .select2-selection--single {
  border-color: #f0f0f0;
}

.adt-map-search-section
  .search-filters-content
  .adt-ads-sort-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.adt-map-search-section
  .search-filters-content
  .adt-ads-sort-box
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -6px;
  transform: rotate(135deg);
}

.adt-map-search-section .search-filters-content .right-content .icon-box {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 18px;
  color: #6d6d6d;
  transition: 0.3s ease-in-out;
}

.adt-map-search-section .search-filters-content .right-content .icon-box:hover,
.adt-map-search-section
  .search-filters-content
  .right-content
  .icon-box.active {
  color: #ffff;
  background-color: #ff002e;
  border: 1px solid #ff002e;
}

.adt-map-search-section
  .search-filters-content
  .right-content
  .icon-box:hover
  i {
  color: #fff;
}

.adt-map-search-section
  .search-filters-content
  .right-content
  .filter-refresh-btn
  i {
  color: #242424;
}

.adt-map-search-section .map-search-wrapper .search-map-side {
  width: calc(100% - 637px);
  height: calc(100vh - 147px);
}

.adt-map-search-section .map-search-wrapper .search-map-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adt-map-search-section .search-filters-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adt-map-search-section .search-filters-wrapper .adtype-dropdown {
  width: 160px;
}

.adt-map-search-section .search-filters-wrapper .category-dropdown {
  width: calc(100% - 300px);
  padding: 0;
  margin-bottom: 0;
}

.adt-map-search-section .search-filters-wrapper .adtype-dropdown button,
.adt-map-search-section .search-filters-wrapper .category-dropdown button,
.adt-map-search-section .search-filters-wrapper .search-all-filters {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  width: 100%;
  height: 42px;
  text-align: left;
}

.adt-map-search-section .search-filters-wrapper .adtype-dropdown button:focus,
.adt-map-search-section .search-filters-wrapper .category-dropdown button:focus,
.adt-map-search-section .search-filters-wrapper .search-all-filters:focus {
  box-shadow: none;
}

.adt-map-search-section .search-filters-wrapper .adtype-dropdown button.show,
.adt-map-search-section .search-filters-wrapper .category-dropdown button.show {
  color: #ffffff;
  background-color: #ff002e;
  border-color: #ff002e;
  border-radius: 4px 4px 0 0;
}

.adt-map-search-section .search-filters-wrapper .category-dropdown button i,
.adt-map-search-section .search-filters-wrapper .search-all-filters i {
  margin-right: 8px;
}

.adt-map-search-section
  .search-filters-wrapper
  .dropdown
  .dropdown-toggle::after {
  width: 8px;
  height: 8px;
  border: 1px solid #6d6d6d;
  border-color: #6d6d6d #6d6d6d transparent transparent;
  float: right;
  margin-top: 6px;
  margin-right: 2px;
  transform: rotate(45deg);
}

.adt-map-search-section
  .search-filters-wrapper
  .dropdown
  .dropdown-toggle.show::after {
  border-color: #ffff #ffff transparent transparent;
  margin-top: 3px;
  transform: rotate(135deg);
}

.adt-map-search-section .search-filters-wrapper .dropdown .dropdown-menu {
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.adt-map-search-section .search-filters-wrapper .adtype-list li {
  margin-bottom: 15px;
}

.adt-map-search-section .search-filters-wrapper .adtype-list li:last-child {
  margin-bottom: 0;
}

.adt-map-search-section .search-filters-wrapper .adtype-list .adt-container {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  padding-left: 25px;
}

.adt-map-search-section .search-filters-wrapper .adtype-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.adt-map-search-section .search-filters-wrapper .adtype-list .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-map-search-section
  .search-filters-wrapper
  .adtype-list
  input:checked
  ~ .checkmark {
  background-color: #ff002e;
  border-color: #ff002e;
}

.adt-map-search-section .search-filters-wrapper .adtype-list .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #ffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.adt-map-search-section
  .search-filters-wrapper
  .adtype-list
  input:checked
  ~ .checkmark::after {
  display: block;
}

.adt-map-search-section .search-filters-wrapper .dropdown .categories-list {
  padding: 15px;
}

.adt-map-search-section
  .adt-category-list-sidebar
  .adt-category-box
  .category-meta
  .img-box {
  width: 30px;
  height: 30px;
  padding: 6px;
}

.adt-map-search-section
  .adt-category-list-sidebar
  .adt-category-box
  .category-meta {
  gap: 10px 15px;
}

.adt-map-search-section
  .adt-category-list-sidebar
  .adt-category-box
  .category-meta
  a {
  color: #6d6d6d;
  font-weight: 400;
}

.adt-category-list-sidebar .adt-category-box .listing-count {
  padding: 6px 10px;
}

.adt-map-search-section .search-filters-wrapper .search-all-filters {
  width: 120px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.adt-map-search-section .search-filters-wrapper .search-all-filters.active {
  color: #ffff;
  background-color: #ff002e;
  border-color: #ff002e;
}

.adt-map-search-section .featured-ads-box {
  padding: 30px;
  background-color: #ffff;
}

.adt-vendor-mini-ads-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -66px;
  right: 0px;
  text-align: right;
}

.adt-vendor-mini-ads-carousel .owl-nav .owl-prev,
.adt-vendor-mini-ads-carousel .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  background: #f6f6f6 !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.adt-vendor-mini-ads-carousel .owl-nav .owl-next {
  margin-right: 0;
}

.adt-vendor-mini-ads-carousel .owl-nav .owl-prev.disabled,
.adt-vendor-mini-ads-carousel .owl-nav .owl-next.disabled {
  opacity: 1;
}

.adt-vendor-mini-ads-carousel .owl-nav .owl-prev i,
.adt-vendor-mini-ads-carousel .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-vendor-mini-ads-carousel .adt-mini-ad-box {
  margin-bottom: 0;
}

.adt-map-search-section .search-ads-result-box {
  padding: 30px;
}

.adt-map-search-section .search-ads-result-box.grid {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.adt-map-search-section .adt-custom-pagination {
  padding: 0 30px 30px 30px;
  margin-top: 0;
}

.adt-map-search-section .adt-category-ad-list .category-content-box h5 {
  padding-right: 30px;
}

.adt-map-search-section .all-filters-sidebar {
  position: absolute;
  top: 0px;
  left: -315px;
  padding: 20px;
  background-color: #ffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  width: 315px;
  height: calc(100vh - 85px);
  overflow-y: auto;
  scrollbar-color: rgba(109, 109, 109, 0.5) transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

/*.adt-top-search-bar ~ .adt-map-search-section .all-filters-sidebar {
    top: 184px;
}*/

.adt-map-search-section .all-filters-sidebar.open {
  left: 0;
}

.adt-map-search-section .all-filters-sidebar .close-sidebar {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #242424;
  cursor: pointer;
}

.adt-map-search-section .all-filters-sidebar h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #242424;
  margin-bottom: 20px;
}

.adt-map-search-section .all-filters-sidebar .adt-search-list-box {
  padding: 0;
  border: 0;
}

.adt-map-search-section
  .all-filters-sidebar
  .adt-search-list-box
  .location-btn {
  position: absolute;
  top: 34px;
  right: 5px;
  width: 38px;
  height: 34px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 4px;
  color: #6d6d6d;
  background-color: #ffff;
}

.adt-map-search-section .all-filters-sidebar .adt-switch-btns-box {
  margin-bottom: 20px;
}

.adt-map-search-section .all-filters-sidebar .adt-range-slider .extra-controls {
  display: flex;
}

.adt-map-search-section
  .all-filters-sidebar
  .adt-range-slider
  .extra-controls
  input {
  width: 42%;
  height: 42px;
  padding: 12px 20px;
  color: #6d6d6d;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-map-search-section
  .all-filters-sidebar
  .adt-range-slider
  .extra-controls
  input.adt-ads-input-from {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.adt-map-search-section
  .all-filters-sidebar
  .adt-range-slider
  .extra-controls
  input.adt-ads-input-to {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.adt-map-search-section
  .all-filters-sidebar
  .adt-range-slider
  .extra-controls
  > div {
  width: 16%;
  height: 42px;
  line-height: 38px;
  text-align: center;
  color: #d3d3d3;
  border: 1px solid #f0f0f0;
}

.adt-map-search-section .all-filters-sidebar .adt-vertical-ad-box {
  margin: 20px 0 0 0;
}

.adt-map-search-section .load-more-btn-box {
  text-align: center;
  margin-bottom: 50px;
}

/* adt-map-search-section-end */

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-map-search-section .all-filters-sidebar {
    top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .adt-map-search-section:has(.all-filters-sidebar.open) {
    position: relative;
    z-index: 10;
  }

  .adt-map-search-section .map-search-wrapper {
    flex-direction: column;
  }

  .adt-map-search-section .map-search-wrapper .search-content-side.scroller {
    position: unset;
    width: 100%;
    order: 2;
    height: 100%;
  }

  .adt-map-search-section .all-filters-sidebar {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100vh;
  }

  .adt-map-search-section .map-search-wrapper .search-map-side {
    width: 100%;
    order: 1;
    height: 400px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-map-search-section .search-ads-result-box.grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-map-search-section .map-search-wrapper .search-map-side {
    height: 300px !important;
  }

  .adt-map-search-section .search-ads-result-box.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .adt-map-search-section .map-search-wrapper .search-map-side {
    height: 250px;
  }

  .adt-map-search-section .search-filters-content {
    padding: 20px;
  }

  .adt-map-search-section .search-filters-content .adt-ads-sort-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .adt-map-search-section .search-filters-wrapper {
    flex-direction: column;
  }

  .adt-map-search-section .search-filters-wrapper .adtype-dropdown {
    width: 100%;
  }

  .adt-map-search-section .search-filters-content .right-content,
  .adt-map-search-section .search-filters-wrapper .category-dropdown,
  .adt-map-search-section .search-filters-wrapper .search-all-filters {
    width: 100%;
  }

  .adt-map-search-section
    .search-filters-content
    .adt-ads-sort-box
    .select2-container {
    width: 100% !important;
  }

  .adt-map-search-section .search-ads-result-box {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }

  .adt-map-search-section .search-ads-result-box.grid {
    padding: 20px;
  }

  .adt-map-search-section .featured-ads-box {
    padding: 20px;
  }

  .adt-map-search-section .adt-custom-pagination {
    padding: 0 20px 20px 20px;
  }

  .adt-map-search-section .adt-custom-pagination .page-item .page-link {
    width: 48px;
    height: 48px;
  }
}

.add_to_fav_map {
  transition: all 0.3s ease;
}

.add_to_fav_map:hover {
  background-color: red;
}

.select2-container--open {
  z-index: 1088;
}

.map_search_countries .select2-container {
  width: 100% !important;
  margin-bottom: 10px;
}

.adt-map-mini-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -77px;
  right: 0px;
  text-align: right;
}

.pulsing-cluster {
  position: relative;
  background-color: rgba(255, 123, 0, 0.8);
  color: white;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid white;
  transition: transform 0.3s ease;
}

.pulsing-cluster span {
  position: relative;
  z-index: 2;
}

.pulsing-cluster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 123, 0, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite ease-in-out;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

.custom-cluster-icon {
  background: none;
  border: none;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel .item {
  position: relative;
  width: 100%;
}

.owl-carousel #sync2 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel #sync2 .img-box img {
  background-color: #f7f7f7;
  object-fit: cover;
}

/*MULTIVENDOR DETAIL PAGE CSS START HERE*/
/* adt-multivendor-detail-section-start */
.adt-multivendor-detail-section {
  padding: 60px 0;
}

.adt-multivendor-detail-section .multivendor-detail-banner {
  position: relative;
  margin-bottom: 30px;
  height: 250px;
}

.adt-multivendor-detail-section .multivendor-detail-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.65)
  );
}

.adt-multivendor-detail-section .multivendor-detail-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.adt-multivendor-detail-section .multivendor-detail-banner .follow-us-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.adt-multivendor-detail-section .multivendor-detail-banner .follow-us-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #ffff;
  margin-bottom: 15px;
  text-align: right;
}

.adt-multivendor-detail-section
  .multivendor-detail-banner
  .follow-us-box
  ul
  li {
  display: inline-block;
  margin-right: 15px;
}

.adt-multivendor-detail-section
  .multivendor-detail-banner
  .follow-us-box
  ul
  li:last-child {
  margin-right: 0;
}

.adt-multivendor-detail-section
  .multivendor-detail-banner
  .follow-us-box
  ul
  li
  a {
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-multivendor-detail-section
  .multivendor-detail-banner
  .follow-us-box
  ul
  li
  a:hover {
  background-color: #ff002e;
}

.adt-multivendor-detail-section
  .multivendor-detail-banner
  .follow-us-box
  ul
  li
  a
  i {
  font-size: 20px;
  color: #ffff;
}

.adt-multivendor-detail-section .multivendor-detail-wrapper {
  display: flex;
  gap: 36px;
  margin-bottom: 60px;
  padding-left: 36px;
}

.adt-multivendor-detail-section
  .multivendor-detail-wrapper
  .multivendor-profile-box-sidebar {
  width: 303px;
  height: 100%;
  margin-top: -190px;
  z-index: 1;
}

.adt-multivendor-detail-section
  .multivendor-detail-wrapper
  .multivendor-main-content {
  width: calc(100% - 678px);
}

.adt-multivendor-detail-section
  .multivendor-detail-wrapper
  .multivendor-recent-ads-sidebar {
  width: 303px;
}

.adt-multivendor-detail-section .multivendor-main-content h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.adt-multivendor-detail-section .multivendor-main-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 30px;
}

.adt-multivendor-detail-section .multivendor-profile-box-sidebar {
  position: relative;
  background-color: #ffff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.adt-multivendor-detail-section .multivendor-profile-box .favourite-box {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 27px;
  height: 27px;
  border-radius: 4px;
  padding: 6px 5px 5px 9px;
  font-size: 10px;
  color: #ffff;
  background-color: #242424;
  cursor: pointer;
}

.adt-multivendor-detail-section .multivendor-profile-box .img-box img {
  margin-top: -50px;
  border-radius: 100px;
  margin-left: 20px;
  border: 5px solid #f0f0f0;
}

.adt-multivendor-detail-section .multivendor-profile-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  padding: 0 20px;
  color: #242424;
  margin: 15px 0 10px 0;
}

.adt-multivendor-detail-section .multivendor-profile-box .rating {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 15px;
}

.adt-multivendor-detail-section .multivendor-profile-box .rating span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  margin-right: 5px;
}

.adt-multivendor-detail-section .multivendor-profile-box .rating i {
  font-size: 16px;
  color: #ea9a00;
  margin-right: 5px;
}

.adt-multivendor-detail-section .multivendor-profile-box .rating i.fill {
  color: #ea9a00;
}

.adt-multivendor-detail-section .multivendor-profile-box .active-box {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #fbfcfd;
  border: 1px solid #f0f0f0;
  border-width: 1px 0 1px 0;
}

.adt-multivendor-detail-section .multivendor-profile-box .active-box i {
  font-size: 16px;
  color: #31bd00;
  margin-right: 10px;
}

.adt-multivendor-detail-section .multivendor-profile-box .active-box span,
.adt-multivendor-detail-section .multivendor-profile-box .active-box small {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #31bd00;
  margin-right: 5px;
}

.adt-multivendor-detail-section .multivendor-profile-box .active-box small {
  color: #6d6d6d;
}

.adt-multivendor-detail-section .multivendor-profile-box ul {
  padding: 20px !important;
}

.adt-multivendor-detail-section .multivendor-profile-box ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.adt-multivendor-detail-section .multivendor-profile-box ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.adt-multivendor-detail-section .multivendor-profile-box ul li i {
  font-size: 16px;
  color: #6d6d6d;
  margin-right: 10px;
}

.adt-multivendor-detail-section .multivendor-profile-box ul li span,
.adt-multivendor-detail-section .multivendor-profile-box ul li small {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #242424;
  margin-right: 5px;
}

.adt-multivendor-detail-section .multivendor-profile-box ul li small {
  color: #6d6d6d;
}

.adt-multivendor-detail-section .multivendor-profile-box .follow-box {
  padding: 27px 20px;
  background-color: #fbfcfd;
  border: 1px solid #f0f0f0;
  border-width: 1px 0 1px 0;
}

.adt-multivendor-detail-section
  .multivendor-profile-box
  .follow-box
  .adt-button-dark {
  width: 100%;
  text-align: center;
}

.adt-multivendor-detail-section .multivendor-contact-box {
  padding: 30px 20px;
}

.adt-multivendor-detail-section .multivendor-contact-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #242424;
  margin-bottom: 20px;
}

.adt-multivendor-detail-section .multivendor-contact-box input,
.adt-multivendor-detail-section .multivendor-contact-box textarea {
  height: 46px;
  padding: 12px 30px;
  color: #555555;
  background-color: #fbfcfd;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
}

.adt-multivendor-detail-section .multivendor-contact-box input:focus-visible,
.adt-multivendor-detail-section
  .multivendor-contact-box
  textarea:focus-visible {
  outline: none;
}

.adt-multivendor-detail-section .multivendor-contact-box textarea {
  height: 146px;
  resize: none;
}

.adt-multivendor-detail-section .multivendor-contact-box button {
  border: 0;
  width: 100%;
  text-align: center;
}

/* adt-multivendor-detail-section-end */

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-multivendor-detail-section .multivendor-detail-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-profile-box-sidebar {
    order: 1;
    width: calc(50% - 48px);
    margin-left: 30px;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-main-content {
    order: 3;
    width: 100%;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-recent-ads-sidebar {
    order: 2;
    width: calc(50% - 18px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-multivendor-detail-section .multivendor-detail-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-profile-box-sidebar {
    order: 1;
    width: calc(50% - 48px);
    margin-left: 30px;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-main-content {
    order: 3;
    width: 100%;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-recent-ads-sidebar {
    order: 2;
    width: calc(50% - 18px);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-multivendor-detail-section .multivendor-detail-banner {
    height: 200px;
  }

  .adt-multivendor-detail-section .multivendor-detail-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-profile-box-sidebar {
    width: 100%;
    margin-top: 50px;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-main-content {
    width: 100%;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-recent-ads-sidebar {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .adt-multivendor-detail-section .multivendor-detail-banner {
    height: 150px;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-banner
    .follow-us-box
    ul
    li
    a {
    width: 44px;
    height: 44px;
  }

  .adt-multivendor-detail-section .multivendor-detail-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-profile-box-sidebar {
    width: 100%;
    margin-top: 50px;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-main-content {
    width: 100%;
  }

  .adt-multivendor-detail-section
    .multivendor-detail-wrapper
    .multivendor-recent-ads-sidebar {
    width: 100%;
  }
}

#adt-ad-description-box {
  color: #6d6d6d;
}

#adt-ad-description-box ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 20px;
}

#adt-ad-description-box ol {
  margin-bottom: 20px;
}

#adt-ad-description-box b {
  color: #6d6d6d;
  font-weight: 500;
}

#adt-ad-description-box ul li {
  line-height: 30px;
  color: #6d6d6d;
}

#adt-ad-description-box .tags-box ul {
  margin-bottom: 0;
}

.jqte_editor ul {
  padding-left: 2rem !important;
}

/* React Estate Homepage CSS */
/* adt-transparent-header-1-start */
.adt-transparent-header-1 {
  position: absolute;
  width: 100%;
  /*top: 0;*/
  background-color: transparent;
}

.adt-transparent-header-1 .sb-header-container {
  height: 82px;
}

/* When scrolled */
.adt-transparent-header-1.sticky-active {
  position: sticky;
  background-color: white;
  top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.adt-transparent-header-1 .sb-menu > ul > li > a {
  height: 82px;
  line-height: 82px;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  padding: 0 15px;
  text-transform: capitalize;
}

.adt-transparent-header-1.sb-header .sb-menu li:not(:last-child) a:hover,
.adt-transparent-header-1.sb-header .sb-menu li:not(:last-child) a:focus,
.adt-transparent-header-1.sb-header .sb-menu li:not(:last-child) a:active {
  color: #ff002e;
}

.adt-transparent-header-1 .sb-menu > ul > li > a > span::before {
  border-color: #242424;
  border-width: 1px 1px 0 0;
}

.adt-transparent-header-1 .sb-menu > ul > li.adt-list {
  float: right;
  margin: 31px 0;
}

.adt-transparent-header-1 .sb-menu > ul > li.adt-list:has(.login-user) {
  margin: 20px 0;
}

.adt-transparent-header-1 .sb-menu > ul > li.adt-list:has(.ad-post-btn) {
  margin: 19px 0;
}

.adt-transparent-header-1 .sb-menu .ad-post-btn {
  display: inline-block;
  font-size: 14px;
  color: #ffff;
  padding: 11px 46px;
  background-color: #ff002e;
  border-radius: 4px;
  height: auto;
  line-height: inherit;
}

.adt-transparent-header-1 .sb-menu.menu-caret .ad-post-btn > span {
  display: none;
}

.adt-transparent-header-1 .sb-menu .ad-post-btn i {
  margin-right: 5px;
}

.adt-transparent-header-1 .sb-menu ul ul li > a::before {
  background: #ff002e;
}

.adt-transparent-header-1 .sb-menu ul li .sign-in,
.adt-transparent-header-1 .sb-menu ul li .sign-up {
  position: relative;
  height: auto;
  line-height: inherit;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  padding: 0 15px;
}

.adt-transparent-header-1 .sb-menu ul li .sign-in i,
.adt-transparent-header-1 .sb-menu ul li .sign-up i {
  color: #ff002e;
  margin-right: 5px;
}

.adt-transparent-header-1 .sb-menu ul li .sign-in::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #242424;
}

.adt-transparent-header-1 .sb-menu ul li .sign-up {
  padding-right: 0;
}

/* adt-transparent-header-1-end */
/* adt-estate-hero-section-start */
.adt-estate-hero-section {
  position: relative;
  padding-top: 220px;
  background-image: url(../images/real-estate-hero-bg.png);
  background-size: cover;
  background-color: #ffff;
}

.adt-estate-hero-section::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background-image: url(../images/estate-hero-bg.png);
  background-size: contain;
  background-position: left bottom;
  width: 100%;
  height: 750px;
  background-repeat: no-repeat;
}

.adt-estate-hero-section .content-box {
  position: relative;
  z-index: 1;
}

.adt-estate-hero-section .content-box .sub-title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Kalam", cursive;
  line-height: 50px;
  color: #ff002e;
}

.adt-estate-hero-section .content-box h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  color: #231900;
  margin-bottom: 10px;
}

.adt-estate-hero-section .content-box p {
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 40px !important;
  max-width: 616px;
}

.adt-hero-search-tabs .nav-tabs {
  border-bottom: 0;
}

.adt-hero-search-tabs .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #242424;
  padding: 8px 22px;
  background-color: #ffff;
  border: 1px solid #ffff;
  border-radius: 0;
}

.adt-hero-search-tabs .nav-tabs .nav-link:first-child {
  border-top-left-radius: 4px;
}

.adt-hero-search-tabs .nav-tabs .nav-link:last-child {
  border-top-right-radius: 4px;
}

.adt-hero-search-tabs .nav-tabs .nav-link.active {
  background-color: #242424;
  border: 1px solid #242424;
  color: #ffff !important;
}

.adt-hero-search-tabs .search-filters-bar {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  max-width: 810px;
  padding: 20px;
  background-color: #ffff;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.adt-hero-search-tabs .search-filters-bar .filter-box {
  width: 28%;
}

.adt-hero-search-tabs .search-filters-bar .filter-box label {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #242424;
  margin-bottom: 7px;
}

.adt-hero-search-tabs .search-filters-bar .filter-box input {
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  padding: 13px 20px;
}

.adt-hero-search-tabs .search-filters-bar .filter-box input::placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.adt-hero-search-tabs .search-filters-bar .filter-box input:focus {
  outline: none;
}

.adt-hero-search-tabs .search-filters-bar .select2-container {
  width: 100% !important;
}

.adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default
  .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  height: 40px;
  margin-bottom: 0;
}

.adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #6d6d6d;
  padding: 0 20px;
}

.adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 32px;
  width: 32px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  top: 4px;
  right: 4px;
}

.adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #6d6d6d #6d6d6d transparent transparent;
  border-width: 1px 1px 0 0px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: -3px;
  transform: rotate(135deg);
}

.adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -1px;
  transform: rotate(-45deg);
}

.adt-hero-search-tabs
  .search-filters-bar
  .location-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: none;
}

.adt-hero-search-tabs
  .search-filters-bar
  .location-box
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -4px;
}

.adt-hero-search-tabs
  .search-filters-bar
  .location-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0;
}

.adt-hero-search-tabs
  .search-filters-bar
  .location-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::before {
  content: "\f124";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #6d6d6d;
}

.adt-hero-search-tabs .search-filters-bar .search-button {
  width: 16%;
  font-size: 14px;
  font-weight: 400;
  color: #ffff;
  background-color: #242424;
  border: 1px solid #242424;
  border-radius: 4px;
  height: 40px;
  padding: 8px 22px;
}

.adt-hero-search-tabs .search-filters-bar .search-button i {
  margin-right: 5px;
}

.adt-estate-hero-section .popular-keywords {
  position: relative;
  padding-bottom: 70px;
}

.adt-estate-hero-section .popular-keywords::before {
  content: url(../images/line-round-vector.png);
  position: absolute;
  bottom: -10px;
  left: -80px;
}

.adt-estate-hero-section .popular-keywords li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.adt-estate-hero-section .popular-keywords li strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #242424;
  margin-right: 15px;
}

.adt-estate-hero-section .popular-keywords li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  padding: 7px 10px;
  background-color: #ffff;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-estate-hero-section .popular-keywords li a:hover {
  background-color: #ff002e;
  color: #ffff;
}

.adt-estate-hero-section .popular-keywords li a img {
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}

.adt-estate-hero-section .popular-keywords li a:hover img {
  filter: invert(100%) sepia(30%) saturate(1853%) hue-rotate(203deg)
    brightness(1008%) contrast(1005%);
}

.adt-estate-hero-section .main-img-box {
  position: relative;
  height: 100%;
}

.adt-estate-hero-section .main-img-box img {
  position: absolute;
  bottom: 0;
  transform: translate(-20%, 21%);
  max-width: fit-content;
}

.adt-find-by-categories-carousel .owl-nav {
  display: none;
}

.adt-estate-hero-section .categories-carousel-box {
  margin-bottom: -100px;
}

.adt-estate-hero-section .categories-carousel-box h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #242424;
  margin-bottom: 35px;
}

.adt-estate-hero-section .categories-carousel-box .category-box-main {
  padding: 34px 10px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.adt-estate-hero-section .categories-carousel-box .category-box-main:hover {
  background-color: #242424;
  border: 1px solid #242424;
}

.adt-estate-hero-section .categories-carousel-box .category-box-main img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}

.adt-estate-hero-section .categories-carousel-box .category-box-main span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #242424;
  padding: 20px 0 5px 0;
  transition: 0.3s ease-in-out;
}

.adt-estate-hero-section .categories-carousel-box .category-box-main small {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  transition: 0.3s ease-in-out;
}

.adt-estate-hero-section .categories-carousel-box .category-box-main:hover span,
.adt-estate-hero-section
  .categories-carousel-box
  .category-box-main:hover
  small {
  color: #ffff;
}

/* adt-estate-hero-section-end */

/* adt-property-ads-section-start */
.adt-property-ads-section {
  /*    background-color: #ffff;*/
  overflow-x: hidden;
}

.adt-property-ads-section .adt-button-1 {
  background-color: #f6f6f6;
}

.adt-property-ad-card {
  background-color: #ffff;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}

.adt-property-ad-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.adt-property-ads-carousel-widgets > .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -77px;
  right: 135px;
  text-align: right;
}

.adt-car-explore-section.adt-trending-cars-section
  .adt-property-ads-carousel-widgets
  > .owl-nav {
  top: -77px;
}

/*.adt-property-ads-section .adt-property-ads-carousel-widgets > .owl-nav {
    top: -103px;   
}*/

.adt-property-ads-carousel-widgets > .owl-nav .owl-prev,
.adt-property-ads-carousel-widgets > .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  background: #f6f6f6 !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
  opacity: 1;
}

.adt-property-ads-section
  .adt-property-ads-carousel-widgets
  > .owl-nav
  .owl-prev,
.adt-property-ads-section
  .adt-property-ads-carousel-widgets
  > .owl-nav
  .owl-next {
  background: #f6f6f6 !important;
  border-color: #f0f0f0;
}

.adt-property-ads-carousel-widgets > .owl-nav .owl-prev i,
.adt-property-ads-carousel-widgets > .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-property-ads-carousel-widgets .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}

.adt-property-ads-carousel-widgets .owl-item {
  flex: 0 0 auto;
}

.adt-property-ad-card .adt-property-img-box {
  position: relative;
  padding: 7px 7px 0 7px;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.adt-property-img-carousel .item {
  position: relative;
  height: 190px;
}

.adt-property-img-carousel .item::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.02));
  bottom: 0;
  border-radius: 0 0 4px 4px;
}

.adt-property-img-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.adt-property-img-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  bottom: 10px;
  top: unset;
  right: 4px;
}

.adt-property-img-carousel .owl-nav .owl-prev,
.adt-property-img-carousel .owl-nav .owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #ffff !important;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 1;
}

.adt-property-img-carousel .owl-nav .owl-prev.disabled,
.adt-property-img-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
}

.adt-property-img-carousel .owl-nav .owl-prev i,
.adt-property-img-carousel .owl-nav .owl-next i {
  font-size: 10px;
  color: #999;
}

.adt-property-ad-card .adt-property-img-box .tags-box {
  position: absolute;
  top: 15px;
  right: 17px;
  z-index: 1;
}

.adt-property-ad-card .adt-property-img-box .tags-box span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 2px;
  margin: 0 0 10px 10px;
}

.adt-property-ad-card .adt-property-img-box .tags-box span.for-sale {
  background-color: #81d742;
}

.adt-property-ad-card .adt-property-img-box .tags-box span.no-fees {
  background-color: #04844b;
}

.adt-property-ad-card .adt-property-img-box .tags-box span.resale,
.adt-property-ad-card .adt-property-img-box .tags-box span.featured {
  background-color: #e8243d;
}

.adt-property-ad-card .adt-property-img-box .tags-box span.urgent {
  background-color: #169dcb;
}

.adt-property-ad-card .adt-property-img-box .tags-box span.hot-offer {
  background-color: #ea9a00;
}

.adt-property-ad-card .adt-property-img-box .tags-box span.construction {
  background-color: #009990;
}

.adt-property-ad-card .adt-property-img-box .author-box {
  position: absolute;
  bottom: 10px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 1;
}

.adt-property-ad-card .adt-property-img-box .author-box img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.adt-property-ad-card .adt-property-img-box .author-box span {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #ffffff;
}

.adt-property-ad-card .adt-property-content-box {
  padding: 15px 20px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.adt-property-ad-card .adt-property-content-box span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
}

.adt-property-ad-card .adt-property-content-box span i {
  margin-right: 5px;
}

.adt-property-ad-card .adt-property-content-box h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
  margin: 5px 0 0;
}

.adt-property-ad-card .adt-property-content-box ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  margin: 0 14px 0px 0;
}

.adt-property-ad-card .adt-property-content-box ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -10px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #ff002e;
}

.adt-property-ad-card .adt-property-content-box ul li:last-child::before {
  content: none;
}

.adt-property-ad-card .adt-property-location-box {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
}

.adt-property-ad-card .adt-property-price-box {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f0f0f0;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.adt-property-ad-card .adt-property-price-box h4 {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  display: flex;
}

.adt-property-ad-card .adt-property-price-box h4 strong {
  font-weight: 400;
}

.adt-property-ad-card .adt-property-price-box h4 small {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
}

.adt-property-ad-card .adt-property-price-box i {
  color: #d9d9d9;
  cursor: pointer;
}

/* adt-property-ads-section-end */

/* adt-update-work-flow-section-start */
.adt-update-work-flow-section {
  position: relative;
  /* background-image: url(../images/adt-work-flow-bg.png); */
  background-size: cover;
}

.adt-update-work-flow-section .shape-1 {
  position: absolute;
  top: 100px;
  left: 200px;
}

.adt-update-work-flow-section .shape-2 {
  position: absolute;
  top: 100px;
  right: 200px;
}

.adt-update-work-flow-section .shape-3 {
  position: absolute;
  bottom: 235px;
  right: 100px;
  transform: rotate(-110deg);
}

.adt-update-work-flow-section .heading-content h2 {
  color: #242424;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  background-color: unset;
  margin-bottom: 10px;
}

.adt-update-work-flow-section .heading-content p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 564px;
  margin: 0 auto;
}

.adt-update-work-flow-section .col-md-4:nth-child(4) .work-process-box::before {
  content: none;
}

.adt-update-work-flow-section .work-process-box .work-type-outline .type-outer {
  background-color: #f6f6f6;
  border-color: #f0f0f0;
}

.adt-update-work-flow-section
  .work-process-box
  .work-type-outline
  .type-outer
  img {
  filter: unset;
}

.adt-update-work-flow-section .work-process-box .count-outline {
  border: 4px solid rgba(0, 0, 0, 0.25);
}

.adt-update-work-flow-section .work-process-box .work-type-outline .count {
  background-color: #242424;
}

.adt-update-work-flow-section .work-process-box .work-type-outline .count span {
  color: #ffff;
}

.adt-work-process-card {
  display: flex;
  align-items: center;
  gap: 20px 50px;
  padding: 40px 20px 40px 58px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.adt-work-process-card .left-content {
  width: calc(100% - 218px);
}

.adt-work-process-card .left-content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #242424;
}

.adt-work-process-card .left-content p {
  margin: 10px 0;
}

.adt-work-process-card .left-content a {
  margin-top: 10px;
  padding: 12px 36px;
}

.adt-work-process-card .right-img-box {
  width: 168px;
  height: 146px;
}

.adt-work-process-card .right-img-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

/* adt-update-work-flow-section-end */

/* adt-estate-pricing-section-start */
.adt-estate-pricing-section {
  position: relative;
}

.adt-estate-pricing-section .shape-1 {
  position: absolute;
  top: 9%;
  left: 6%;
  transform: rotate(-110deg);
}

.adt-estate-pricing-section .shape-2 {
  position: absolute;
  top: 9%;
  right: 6%;
}

.adt-estate-pricing-section .shape-3 {
  position: absolute;
  bottom: 12%;
  right: 4%;
  transform: rotate(-110deg);
}

.adt-estate-pricing-section .heading-content h2 {
  color: #242424;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  background-color: unset;
  margin-bottom: 10px;
}

.adt-estate-pricing-section .heading-content p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 564px;
  margin: 0 auto;
}

.adt-estate-pricing-section .adt-pricing-plan-card {
  z-index: 1;
}

/* adt-estate-pricing-section-end */

/* adt-estate-location-section-start */
.adt-estate-location-section {
  background-image: url(../images/popular-location-bg.png);
  background-size: cover !important;
  padding-bottom: 70px;
}

.adt-estate-location-section .top-heading-box a {
  color: #ffff;
  padding: 10px 36px;
  font-size: 16px;
  font-weight: 500;
}

.adt-location-box .location-img-box.large-img-box {
  height: 402px;
}

.adt-estate-location-section .adt-location-box:hover::before {
  content: none;
}

.adt-estate-location-section
  .adt-location-box:hover
  .location-meta-box
  .ads-count {
  background-color: #f6f6f6 !important;
  color: #6d6d6d !important;
}

/* adt-estate-location-section-end */

/* adt-home-blog-section-start */
.adt-home-blog-section {
  position: relative;
}

.adt-home-blog-section .top-heading-box {
  margin-bottom: 60px;
  text-align: center;
}

.adt-home-blog-section .top-heading-box h2 {
  color: #242424;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  background-color: unset;
  margin-bottom: 10px;
}

.adt-home-blog-section .top-heading-box p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 564px;
  margin: 0 auto;
}

/* adt-home-blog-section-end */

/* adt-estate-about-section-start */
.adt-estate-about-section {
  position: relative;
  /*background-image: url(../imgs/adt-work-flow-bg.png);*/
  background-size: cover;
}

.adt-estate-about-section .shape-1 {
  position: absolute;
  top: 5%;
  left: 5%;
  transform: rotate(-110deg);
}

.adt-estate-about-section .shape-2 {
  position: absolute;
  top: 5%;
  right: 8%;
}

.adt-estate-about-section .shape-3 {
  position: absolute;
  bottom: 6%;
  right: 5%;
  transform: rotate(-110deg);
}

.adt-estate-about-section .left-img-box {
  z-index: 1;
}

.adt-estate-about-section .right-cont .sub-cont .label {
  background-color: transparent;
  padding: 0;
}

/* adt-estate-about-section-end */

/* responsive css */
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .adt-estate-hero-section .main-img-box img {
    transform: translate(-31%, 21%);
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .adt-estate-hero-section .main-img-box img {
    transform: translate(-45%, 21%);
    max-width: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .adt-transparent-header-1 .sb-menu > ul > li > a {
    padding: 0 10px;
    font-size: 12px;
  }

  .adt-transparent-header-1 .sb-menu ul li .sign-in,
  .adt-transparent-header-1 .sb-menu ul li .sign-up {
    font-size: 12px;
  }

  .adt-estate-hero-section {
    padding-top: 150px;
  }

  .adt-estate-hero-section .main-img-box img {
    transform: translate(-46%, 25%);
    width: 700px;
  }

  .adt-hero-search-tabs .search-filters-bar .search-button {
    padding: 8px 16px;
  }

  .adt-update-work-flow-section .shape-1 {
    top: 40px;
    left: 100px;
  }

  .adt-update-work-flow-section .shape-2 {
    top: 40px;
    right: 100px;
  }

  .ad-detail-middle-content .ad-about-box h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 320px) and (max-width: 1199.98px) {
  .adt-transparent-header-1 .burger-menu {
    top: 29px;
  }

  .adt-transparent-header-1 .sb-menu {
    background-color: #ffff;
  }

  .adt-transparent-header-1 .sb-menu > ul > li > a {
    height: 49px;
    line-height: 49px;
    padding: 0 20px;
  }

  .adt-transparent-header-1 .sb-menu > ul > li.adt-list {
    float: unset;
    margin: 10px 0 0 20px;
  }

  .adt-transparent-header-1 .sb-menu ul ul li > a {
    color: #242424;
  }

  .adt-header-secondary .sb-header-container {
    height: 82px;
    display: block;
  }

  .adt-header-secondary .sb-menu > ul > li.adt-list .adt-user-avatar {
    margin-left: 15px;
  }

  .adt-header-secondary .sb-menu > ul > li.adt-list .adt-user-avatar img {
    margin-top: 5px;
  }

  .adt-header-primary.adt-transparent-header .sb-header-container {
    height: 74px;
  }

  .adt-header-secondary .sb-menu > ul > li.adt-list:has(.adt-user-avatar) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-estate-hero-section {
    padding-top: 150px;
  }

  .adt-estate-hero-section .main-img-box img {
    display: none;
  }

  .adt-hero-search-tabs .search-filters-bar .search-button {
    padding: 8px 14px;
  }

  .adt-update-work-flow-section .shape-1 {
    top: 50px;
    left: 30px;
  }

  .adt-update-work-flow-section .shape-2 {
    top: 80px;
    right: 30px;
  }

  .adt-work-process-card {
    gap: 20px;
    padding: 40px 20px 40px 20px;
  }

  .adt-work-process-card .left-content {
    width: calc(100% - 188px);
  }

  .adt-mini-ads-section
    .adt-recent-ads-sidebar
    .adt-recent-ad-box
    .recent-img-box {
    width: 46px;
    height: 46px;
  }

  .adt-mini-ads-section
    .adt-recent-ads-sidebar
    .adt-recent-ad-box
    .recent-img-box
    img {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
  }

  .adt-mini-ads-section
    .adt-recent-ads-sidebar
    .adt-recent-ad-box
    .recent-img-meta {
    width: calc(100% - 61px);
  }

  .adt-mini-ads-section
    .adt-recent-ads-sidebar
    .adt-recent-ad-box
    .recent-img-meta
    h6 {
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .adt-header-secondary .sb-menu > ul > li.adt-list .adt-user-avatar img {
    margin-top: 2px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-estate-hero-section {
    padding-top: 150px;
  }

  .adt-estate-hero-section .main-img-box img {
    display: none;
  }

  .adt-hero-search-tabs .search-filters-bar {
    gap: 10px;
  }

  .adt-hero-search-tabs .search-filters-bar .search-button {
    padding: 8px 15px;
  }

  .adt-update-work-flow-section .shape-1 {
    top: 2px;
    left: 30px;
  }

  .adt-update-work-flow-section .shape-2 {
    top: 2px;
    right: 10px;
  }

  .adt-estate-about-section .shape-3 {
    right: 7%;
  }

  .adt-mini-ads-section .adt-vertical-ad-box {
    width: calc(50% - 3px);
    display: inline-block;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-transparent-header-1 .burger-menu {
    top: 34px;
  }

  .adt-header-primary.adt-transparent-header .logo {
    padding: 17px 40px 17px 0;
    padding-left: 0;
  }

  .adt-header-primary.adt-transparent-header .burger-menu {
    top: 29px;
  }

  .adt-estate-hero-section {
    padding-top: 100px;
  }

  .adt-estate-hero-section .content-box .sub-title {
    font-size: 26px;
    line-height: 36px;
  }

  .adt-estate-hero-section .content-box h1 {
    font-size: 42px;
    line-height: 44px;
  }

  .adt-estate-hero-section .main-img-box img {
    display: none;
  }

  .adt-hero-search-tabs .search-filters-bar {
    flex-wrap: wrap;
    gap: 10px;
  }

  .adt-hero-search-tabs .search-filters-bar .filter-box {
    width: 100%;
    flex: 1;
  }

  .adt-hero-search-tabs .search-filters-bar .search-button {
    padding: 8px 16px;
    width: 100%;
  }

  .adt-property-ads-carousel > .owl-nav {
    position: unset;
    text-align: center;
  }

  .adt-update-work-flow-section .shape-1 {
    top: 2px;
    left: 30px;
  }

  .adt-update-work-flow-section .shape-2 {
    top: 2px;
    right: 10px;
  }

  .adt-estate-pricing-section .shape-3 {
    right: 6%;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .adt-transparent-header-1 .burger-menu {
    top: 34px;
  }

  .adt-header-primary.adt-transparent-header .logo {
    padding: 17px 40px 17px 0;
    padding-left: 0;
  }

  .adt-header-primary.adt-transparent-header .burger-menu {
    top: 29px;
  }

  .adt-transparent-header-1 .sb-menu > ul > li.adt-list {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start !important;
    padding: 0 20px;
    margin: 0;
  }

  .adt-transparent-header-1 .sb-menu > ul > li.adt-list:has(.ad-post-btn) {
    margin: 0;
  }

  /*.adt-transparent-header-1 .sb-menu .ad-post-btn {
        width: calc(100% - 20px);
        text-align: center;
    }*/
  /*.adt-transparent-header-1 .sb-menu .adt-list .ad-post-btn {
        width: 100%;
    }*/

  .adt-transparent-header-1 .sb-menu ul li .sign-in,
  .adt-transparent-header-1 .sb-menu ul li .sign-up {
    padding: 0;
    margin-right: 20px;
    border-right: 0;
  }

  .adt-estate-hero-section {
    padding-top: 100px;
  }

  .adt-estate-hero-section .content-box .sub-title {
    font-size: 22px;
    line-height: 32px;
  }

  .adt-estate-hero-section .content-box h1 {
    font-size: 38px;
    line-height: 40px;
  }

  .adt-estate-hero-section .main-img-box img {
    display: none;
  }

  .adt-hero-search-tabs .nav-tabs .nav-link {
    padding: 8px 18px;
  }

  .adt-hero-search-tabs .search-filters-bar {
    flex-direction: column;
    gap: 10px;
  }

  .adt-hero-search-tabs .search-filters-bar .filter-box {
    width: 100%;
  }

  .adt-hero-search-tabs .search-filters-bar .search-button {
    padding: 8px 16px;
    width: 100%;
  }

  .adt-estate-hero-section .popular-keywords {
    padding-bottom: 40px;
  }

  .adt-property-ads-carousel > .owl-nav {
    position: unset;
    margin-top: 0px;
    text-align: center;
  }

  .adt-update-work-flow-section .shape-1,
  .adt-update-work-flow-section .shape-2,
  .adt-update-work-flow-section .shape-3,
  .adt-estate-pricing-section .shape-1,
  .adt-estate-pricing-section .shape-2,
  .adt-estate-pricing-section .shape-3,
  .adt-estate-about-section .shape-1,
  .adt-estate-about-section .shape-2,
  .adt-estate-about-section .shape-3 {
    display: none;
  }

  .adt-work-process-card {
    padding: 20px;
    gap: 20px;
  }

  .adt-work-process-card .left-content {
    width: calc(100% - 140px);
  }

  .adt-work-process-card .right-img-box {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 400px) {
  .adt-work-process-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .adt-work-process-card .left-content {
    width: 100%;
  }

  .adt-work-process-card .right-img-box {
    width: 170px;
    height: 160px;
    margin: 0 auto;
  }
}

/* React Estate Homepage CSS */

/* adt-car-dealer-hero-start */
.adt-car-dealer-hero {
  position: relative;
  padding: 150px 0 200px;
  background-image: url(../images/car-dealer-hero-bg.png);
  background-size: cover;
}

.adt-car-dealer-hero .car-dealer-main-img {
  position: absolute;
  bottom: -115px;
  left: 0;
  right: 0;
  width: 843px;
  margin: 0 auto;
  z-index: 1;
}

.adt-car-dealer-hero .content-box {
  text-align: center;
}

.adt-car-dealer-hero .content-box .sub-title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Kalam", cursive;
  line-height: 50px;
  color: #ff002e;
}

.adt-car-dealer-hero .content-box h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  color: #231900;
  margin: 5px 0;
}

.adt-car-dealer-hero .content-box p {
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 40px;
}

.adt-car-dealer-hero .content-box .adt-hero-search-tabs {
  margin-top: 40px;
}

.adt-car-dealer-hero .adt-hero-search-tabs .nav-tabs {
  justify-content: center;
}

.adt-car-dealer-hero .adt-hero-search-tabs .search-filters-bar {
  margin: 0 auto;
  gap: 15px;
  max-width: fit-content;
}

.adt-car-dealer-hero .adt-hero-search-tabs .search-filters-bar .filter-box {
  text-align: left;
  width: unset;
  flex-basis: 200px;
}

.adt-car-dealer-hero
  .adt-hero-search-tabs
  .search-filters-bar
  .filter-box:has(input[type="text"]) {
  width: unset;
  flex-basis: 294px;
}

.adt-car-dealer-hero .adt-hero-search-tabs .search-filters-bar .search-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-car-dealer-hero
  .adt-hero-search-tabs
  .search-filters-bar
  .search-button
  i {
  margin-right: 0;
}

.adt-car-dealer-hero
  .adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-color: transparent;
  border: 0;
}

/* adt-car-dealer-hero-end */

/* adt-car-explore-section-start */
.adt-car-explore-section {
  position: relative;
}

.adt-car-explore-section.adt-trending-cars-section {
  padding: 0 0 70px 0;
}

.adt-car-explore-section ~ .adt-estate-pricing-section {
  padding-top: 0;
}

.adt-car-category-carousel .owl-stage-outer {
  overflow: visible;
}

.adt-car-category-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}

.adt-car-category-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.adt-car-category-carousel > .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -69px;
  right: -10px;
  text-align: right;
}

.adt-car-category-carousel > .owl-nav .owl-prev,
.adt-car-category-carousel > .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  background: #f6f6f6 !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
  opacity: 1;
}

.adt-car-category-carousel > .owl-nav .owl-prev i,
.adt-car-category-carousel > .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-car-explore-section .adt-car-category-box {
  text-align: center;
  padding: 30px 20px 20px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  transition: 0.3s ease-in-out;
}

.adt-car-explore-section .adt-car-category-box:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.adt-car-explore-section .adt-car-category-box .img-box {
  height: 85px;
}

.adt-car-explore-section .adt-car-category-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.adt-car-explore-section .adt-car-category-box span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
  margin-bottom: 5px;
}

.adt-car-explore-section .adt-car-category-box small {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
}

.adt-car-explore-section .adt-ads-top-box .adt-button-1 {
  background-color: #f6f6f6;
}

.adt-car-explore-section .adt-property-ads-carousel {
  margin-bottom: 0;
}

.adt-car-ad-card .adt-property-img-box .featured-tag {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 38px;
  z-index: 1;
  border-top-left-radius: 4px;
}

.adt-car-description-section {
  position: relative;
}

.adt-car-ad-card .adt-property-img-box .favorite-box {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 5px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-car-ad-card .adt-property-img-box .favorite-box i {
  color: #ffff;
  font-size: 16px;
}

.adt-car-ad-card .adt-property-content-box .ctg-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #6d6d6d;
  padding: 4px 16px;
  border-radius: 2px;
  text-transform: capitalize;
}

.adt-car-ad-card .adt-property-content-box h3 {
  max-width: 240px;
}

.adt-car-ad-card .adt-property-content-box .ctg-tag.used {
  background-color: #ccd5f4;
}

.adt-car-ad-card .adt-property-content-box .ctg-tag.for-sell {
  background-color: #ccf4ea;
}

.adt-car-ad-card .adt-property-content-box .price small,
.adt-car-ad-card .adt-property-content-box span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #555555;
}

.adt-car-ad-card .adt-property-content-box .price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 5px;
  margin-top: 5px;
}

.adt-car-ad-card .adt-property-content-box .price strong {
  font-size: 14px;
  font-weight: 400;
}

.adt-car-ad-card .adt-property-content-box span.publish-date {
  display: inline-block;
  margin-top: 5px;
}

.adt-car-ad-card .adt-property-content-box .rating {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.adt-car-ad-card .adt-property-content-box .rating span {
  font-size: 12px;
  font-weight: 700;
  color: #ffff;
  padding: 2px 10px;
  background-color: #ea9a00;
  border-radius: 2px;
}

.adt-car-ad-card .adt-property-content-box .rating small {
  font-size: 12px;
  color: #6d6d6d;
  margin: 0 5px;
}

.adt-car-ad-card .adt-property-content-box .rating i {
  font-size: 12px;
  color: #ea9a00;
  margin-right: 2px;
}

.adt-car-ad-card .adt-property-location-box {
  background-color: #ffff;
  border-radius: 0 0 4px 4px;
}

/* adt-car-explore-section-end */

/* adt-about-experience-section-start */
.adt-about-experience-section {
  position: relative;
}

.adt-about-experience-section .row {
  align-items: center;
}

.adt-about-experience-section .left-img-box {
  text-align: right;
  position: relative;
  margin-right: 12px;
}

.adt-about-experience-section .left-img-box img {
  max-width: 565px;
  width: 100%;
}

.adt-about-experience-section .left-img-box .experience-box {
  position: absolute;
  top: 30px;
  left: -17px;
  padding: 20px 40px 30px 30px;
  background-color: #ffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.adt-about-experience-section .left-img-box .experience-box strong {
  display: block;
  font-size: 85px;
  font-weight: 600;
  line-height: 108px;
  color: #ff002e;
  padding-left: 70px;
  margin-bottom: 30px;
}

.adt-about-experience-section .left-img-box .experience-box span {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #242424;
  max-width: 170px;
  display: block;
  text-align: left;
}

.adt-about-experience-section .left-img-box .play-btn {
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 100px;
  height: 100px;
  background-color: #ff002e;
  border-radius: 50%;
  font-size: 36px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-about-experience-section .left-img-box .play-btn i {
  position: relative;
  margin-left: 7px;
  z-index: 2;
}

.adt-about-experience-section .left-img-box .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 46, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0.2s;
}

.adt-about-experience-section .left-img-box .play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 46, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple-sub 1.5s ease-out infinite;
  animation-delay: 0.2s;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(1.4);
  }
}

@keyframes ripple-sub {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.adt-about-experience-section .content-box span {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #ff002e;
}

.adt-about-experience-section .content-box h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #242424;
  margin: 15px 0;
  max-width: 490px;
}

.adt-about-experience-section .content-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 15px;
}

.adt-about-experience-section .content-box ul {
  column-count: 2;
}

.adt-about-experience-section .content-box ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 20px;
}

.adt-about-experience-section .content-box ul li i {
  color: #ff002e;
  margin-right: 10px;
}

.adt-about-experience-section .content-box .adt-button-dark {
  margin-top: 16px;
}

/* adt-about-experience-section-end */

/* adt-car-logo-section-start */
.adt-car-logo-section .adt-car-category-box span {
  margin: 15px 0 0 0;
}

.adt-car-logo-section .adt-car-category-carousel {
  margin-bottom: 0px;
}

.adt-car-advertise-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 4px;
  margin-top: 30px;
  height: 396px;
}

.adt-car-advertise-card.adv-primary {
  /*background-color: #FBF6E0;*/
  /*background-image: url(../imgs/adt-car-advertise-1.png);*/
  background-position: bottom right;
  background-repeat: no-repeat;
}

.adt-car-advertise-card.adv-secondary {
  /*background-color: #DEFBED;*/
  /*background-image: url(../imgs/adt-car-advertise-2.png);*/
  background-position: bottom left;
  background-repeat: no-repeat;
  align-items: flex-end;
}

.adt-car-advertise-card h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #242424;
  margin-bottom: 10px;
  max-width: 270px;
}

.adt-car-advertise-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #555555;
  margin-bottom: 10px;
  max-width: 340px;
}

.adt-car-advertise-card.adv-secondary h3,
.adt-car-advertise-card.adv-secondary p {
  text-align: right;
}

.adt-car-advertise-card a {
  max-width: 170px;
  padding: 12px 35px;
  text-align: center;
}

/* adt-car-logo-section-end */

/* adt-vehicles-search-section-start */
.adt-vehicles-search-section {
  position: relative;
  text-align: center;
}

.adt-vehicles-search-section h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #242424;
  margin-bottom: 20px;
}

.adt-vehicles-search-section h2 span {
  color: #ff002e;
}

.adt-vehicles-search-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6d6d6d;
  max-width: 726px;
  margin: 0 auto 20px auto;
}

/* adt-vehicles-search-section-end */

/* adt-car-dealer-section-start */
.adt-car-dealer-section {
  position: relative;
}

.adt-car-dealer-section .top-heading-box {
  text-align: center;
  margin-bottom: 60px;
}

.adt-car-dealer-section .top-heading-box h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #242424;
  margin-bottom: 10px;
}

.adt-car-dealer-section .top-heading-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6d6d6d;
  max-width: 564px;
  margin: 0 auto;
}

.adt-car-dealer-card {
  display: flex;
  margin-top: 36px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-car-dealer-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.adt-car-dealer-card .adt-car-ad-carousel {
  width: 339px;
}

.adt-car-dealer-card .adt-car-ad-carousel * {
  height: 100%;
}

.adt-car-dealer-card .adt-car-ad-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  bottom: 10px;
  right: 4px;
  height: auto;
}

.adt-car-dealer-card .adt-car-ad-carousel .owl-nav .owl-prev,
.adt-car-dealer-card .adt-car-ad-carousel .owl-nav .owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #ffff !important;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
  border: 1px solid #f0f0f0 !important;
}

.adt-car-dealer-card .adt-car-ad-carousel .owl-nav .owl-prev i,
.adt-car-dealer-card .adt-car-ad-carousel .owl-nav .owl-next i {
  font-size: 12px;
  color: #6d6d6d;
  height: auto;
}

.adt-car-dealer-card .adt-car-ad-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px 0px 0px 4px;
}

.adt-car-dealer-card .adt-car-content-box {
  display: flex;
  align-items: center;
  width: calc(100% - 339px);
  padding: 10px;
  background-color: #ffff;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #f0f0f0;
}

.adt-car-dealer-card .adt-car-meta-box {
  width: calc(100% - 322px);
  padding: 0 20px;
}

.adt-car-dealer-card .adt-car-meta-box .rating-box .rating {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #ffff;
  padding: 4px 6px;
  border-radius: 2px;
  background-color: #ea9a00;
}

.adt-car-dealer-card .adt-car-meta-box .rating-box .reviews {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  margin: 0 5px 0 10px;
}

.adt-car-dealer-card .adt-car-meta-box .rating-box i {
  color: #ea9a00;
  margin-right: 2px;
  font-size: 14px;
}

.adt-car-dealer-card .adt-car-meta-box h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #242424;
  margin: 12px 0 6px 0;
}

.adt-car-dealer-card .adt-car-meta-box ul {
  margin-bottom: 8px;
}

.adt-car-dealer-card .adt-car-meta-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 34px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
}

.adt-car-dealer-card .adt-car-meta-box ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #ff002e;
}

.adt-car-dealer-card .adt-car-meta-box ul li:last-child::before {
  content: none;
}

.adt-car-dealer-card .adt-car-meta-box ul li i,
.adt-car-dealer-card .adt-car-meta-box ul li img {
  margin-right: 5px;
  max-width: 18px;
  border-radius: 100%;
}

.adt-car-dealer-card .adt-car-meta-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6d6d6d;
  max-width: 564px;
}

.adt-car-dealer-card .adt-car-price-meta {
  width: 322px;
  padding: 20px;
  clip-path: polygon(32.2% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  height: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.adt-car-dealer-card .adt-car-price-meta .price-box {
  text-align: right;
}

.adt-car-dealer-card .adt-car-price-meta .price-box span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #ff002e;
}

.adt-car-dealer-card .adt-car-price-meta .price-box small {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #555555;
}

.adt-car-dealer-card .adt-car-price-meta .detail-btn-box {
  display: flex;
  align-items: center;
}

.adt-car-dealer-card .adt-car-price-meta .detail-btn-box .favorite {
  width: 42px;
  height: 42px;
  color: #d9d9d9;
  background-color: #ffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.adt-car-dealer-card .adt-car-price-meta .detail-btn-box .adt-button-dark-1 {
  font-weight: 400;
  line-height: 18px;
  padding: 11px 34px;
}

/* adt-car-dealer-section-end */

/* responsive css */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .adt-about-experience-section .left-img-box {
    margin-right: 0;
  }

  .adt-about-experience-section .left-img-box .experience-box {
    left: -30px;
  }

  .adt-about-experience-section .left-img-box .play-btn {
    left: -40px;
  }

  .adt-vehicles-search-section {
    padding: 80px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-about-experience-section .left-img-box .experience-box {
    top: 30px;
    left: 30px;
  }

  .adt-about-experience-section .left-img-box .play-btn {
    bottom: 30px;
    left: 30px;
  }

  .adt-about-experience-section .content-box h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .adt-vehicles-search-section {
    padding: 80px 0;
  }

  .adt-car-dealer-card .adt-car-content-box {
    flex-direction: column;
  }

  .adt-car-dealer-card .adt-car-meta-box {
    width: 100%;
    padding: 0;
  }

  .adt-car-dealer-card .adt-car-price-meta {
    width: 100%;
    clip-path: none;
    flex-direction: row;
    margin-top: 20px;
    padding: 10px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box {
    text-align: left;
    line-height: 24px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box span {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .adt-about-experience-section .left-img-box .play-btn {
    bottom: 20px;
    left: unset;
    right: 20px;
  }

  .adt-about-experience-section .content-box {
    margin-top: 50px;
  }

  .adt-vehicles-search-section {
    padding: 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-car-dealer-hero .car-dealer-main-img {
    bottom: -100px;
    width: 680px;
  }

  .adt-car-dealer-hero .content-box h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .adt-car-dealer-hero
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 7%;
  }

  .adt-car-dealer-card .adt-car-content-box {
    flex-direction: column;
  }

  .adt-car-dealer-card .adt-car-meta-box {
    width: 100%;
    padding: 0;
  }

  .adt-car-dealer-card .adt-car-price-meta {
    width: 100%;
    clip-path: none;
    flex-direction: row;
    margin-top: 20px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box {
    text-align: left;
  }

  .adt-car-dealer-card .adt-car-ad-carousel {
    width: 270px;
  }

  .adt-car-dealer-card .adt-car-content-box {
    width: calc(100% - 270px);
  }

  .adt-car-dealer-card .adt-car-meta-box p {
    display: none;
  }

  .adt-car-dealer-card .adt-car-price-meta {
    padding: 10px;
    margin-top: 0px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box {
    line-height: 24px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box span {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-car-dealer-hero {
    position: relative;
    padding: 120px 0 140px;
  }

  .adt-car-dealer-hero .car-dealer-main-img {
    bottom: -70px;
    width: 560px;
  }

  .adt-car-dealer-hero .content-box .sub-title {
    font-size: 22px;
    line-height: 36px;
  }

  .adt-car-dealer-hero .content-box h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .adt-car-dealer-hero .adt-hero-search-tabs .search-filters-bar .filter-box,
  .adt-car-dealer-hero
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box:has(input[type="text"]) {
    width: calc(50% - 8px);
    flex: none;
  }

  .adt-car-dealer-hero
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 100%;
  }

  .adt-about-experience-section .left-img-box .experience-box {
    left: 30px;
  }

  .adt-car-dealer-card {
    flex-direction: column;
  }

  .adt-car-dealer-card .adt-car-content-box {
    flex-direction: column;
  }

  .adt-car-dealer-card .adt-car-meta-box {
    width: 100%;
    padding: 0;
  }

  .adt-car-dealer-card .adt-car-price-meta {
    width: 100%;
    clip-path: none;
    flex-direction: row;
    margin-top: 20px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box {
    text-align: left;
  }

  .adt-car-dealer-card .adt-car-ad-carousel {
    width: 100%;
  }

  .adt-car-dealer-card .adt-car-ad-carousel .owl-item img {
    border-radius: 4px 4px 0 0;
  }

  .adt-car-dealer-card .adt-car-content-box {
    width: 100%;
  }

  .adt-car-dealer-card .adt-car-price-meta {
    padding: 10px;
    margin-top: 10px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box {
    line-height: 24px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box span {
    font-size: 18px;
    line-height: 18px;
  }

  .adt-about-experience-section ~ .adt-car-explore-section {
    padding-top: 0;
  }

  .adt-car-dealer-section ~ .adt-home-blog-section {
    padding-top: 0;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .adt-car-dealer-hero {
    position: relative;
    padding: 100px 0 30px;
  }

  .adt-car-dealer-hero .car-dealer-main-img {
    position: unset;
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .adt-car-dealer-hero .content-box .sub-title {
    font-size: 20px;
    line-height: 24px;
  }

  .adt-car-dealer-hero .content-box h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .adt-car-dealer-hero .adt-hero-search-tabs .search-filters-bar .filter-box,
  .adt-car-dealer-hero
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box:has(input[type="text"]) {
    width: 100%;
    flex: none;
  }

  .adt-car-dealer-hero
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 100%;
  }

  .adt-car-category-carousel > .owl-nav {
    position: unset;
    text-align: center;
    margin-top: 30px;
  }

  .adt-about-experience-section .left-img-box .experience-box {
    left: 20px;
    top: 20px;
    padding: 20px;
  }

  .adt-about-experience-section .left-img-box .experience-box strong {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }

  .adt-about-experience-section .left-img-box .experience-box span {
    font-size: 20px;
    line-height: 26px;
    max-width: 160px;
  }

  .adt-about-experience-section .content-box h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .adt-about-experience-section .content-box ul {
    column-count: 1;
  }

  .adt-car-advertise-card {
    padding: 20px;
    height: 450px;
  }

  .adt-vehicles-search-section h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .adt-car-dealer-card {
    flex-direction: column;
  }

  .adt-car-dealer-card .adt-car-content-box {
    flex-direction: column;
  }

  .adt-car-dealer-card .adt-car-meta-box {
    width: 100%;
    padding: 0;
  }

  .adt-car-dealer-card .adt-car-price-meta {
    width: 100%;
    clip-path: none;
    flex-direction: row;
    margin-top: 20px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box {
    text-align: left;
  }

  .adt-car-dealer-card .adt-car-ad-carousel {
    width: 100%;
  }

  .adt-car-dealer-card .adt-car-ad-carousel .owl-item img {
    border-radius: 4px 4px 0 0;
  }

  .adt-car-dealer-card .adt-car-content-box {
    width: 100%;
  }

  .adt-car-dealer-card .adt-car-price-meta {
    padding: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box {
    line-height: 24px;
  }

  .adt-car-dealer-card .adt-car-price-meta .price-box span {
    font-size: 18px;
    line-height: 18px;
  }

  .adt-about-experience-section ~ .adt-car-explore-section {
    padding-top: 0;
  }

  .adt-car-dealer-section ~ .adt-home-blog-section {
    padding-top: 0;
  }
}

/* adt-car-dealer-hero-start */

/* adt-top-tabs-header-start */
.adt-top-tabs-header {
  padding: 20px 0 30px;
  height: 197px;
  background-color: #ffff;
  border-bottom: 1px solid #dddddd;
}

.adt-top-tabs-header .tabs-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adt-top-tabs-header .tabs-container .logo {
  margin-right: 110px;
}

.adt-top-tabs-header .tabs-wrapper ol li {
  position: relative;
  margin: 0 30px;
}

.adt-top-tabs-header .tabs-wrapper ol li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -30px;
  width: 1px;
  height: 30px;
  background-color: #dddddd;
}

.adt-top-tabs-header .tabs-wrapper ol li:first-child::before {
  content: none;
}

.adt-top-tabs-header .tabs-wrapper ol li .nav-link {
  padding: 12px 0;
  width: 150px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #6d6d6d;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.adt-top-tabs-header .tabs-wrapper ol li .nav-link img {
  filter: invert(44%) sepia(0%) saturate(1000%) hue-rotate(206deg)
    brightness(94%) contrast(79%);
}

.adt-top-tabs-header .tabs-wrapper ol li .nav-link.active {
  position: relative;
  background-color: #242424;
  color: #ffff;
}

.adt-top-tabs-header .tabs-wrapper ol li .nav-link.active img {
  filter: invert(1);
}

.adt-top-tabs-header .tabs-wrapper ol li .nav-link:hover {
  position: relative;
  background-color: #242424;
  color: #ffff;
}

.adt-top-tabs-header .tabs-wrapper ol li .nav-link:hover img {
  filter: invert(1);
}

.adt-top-tabs-header .tabs-wrapper ol li .nav-link i {
  margin-right: 8px;
}

.adt-top-tabs-header .tabs-wrapper ol li .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #ffff;
  border: 1px solid #dddddd;
  transform: rotate(45deg);
}

.adt-top-tabs-header .buttons-box .sign-in,
.adt-top-tabs-header .buttons-box .sign-up {
  height: auto;
  line-height: inherit;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  padding: 0 15px;
  text-transform: capitalize;
}

.adt-top-tabs-header .buttons-box .sign-in {
  border-right: 1px solid #242424;
}

.adt-top-tabs-header .buttons-box .sign-in i,
.adt-top-tabs-header .buttons-box .sign-up i {
  color: #ff002e;
  margin-right: 5px;
}

.adt-top-tabs-header .buttons-box .sign-in i {
  transform: rotate(180deg);
}

.adt-top-tabs-header .buttons-box .ad-post-btn {
  display: inline-block;
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 11px 46px;
  background-color: rgb(255, 0, 46);
  border-radius: 4px;
  height: auto;
  line-height: inherit;
  margin-left: 10px;
}

.adt-top-tabs-header .buttons-box .ad-post-btn i {
  margin-right: 5px;
}

.adt-top-tabs-header .adt-hero-search-tabs {
  margin-bottom: 0;
}

.adt-top-tabs-header .adt-hero-search-tabs .search-filters-bar {
  position: absolute;
  bottom: -103px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
  padding: 15px 20px;
  max-width: 1012px;
  border: 1px solid #dddddd;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.adt-top-tabs-header .adt-hero-search-tabs .search-filters-bar .filter-box {
  position: relative;
}

.adt-top-tabs-header
  .adt-hero-search-tabs
  .search-filters-bar
  .filter-box.type-box::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -13px;
  width: 1px;
  height: 45px;
  background-color: #dddddd;
}

.adt-top-tabs-header
  .adt-hero-search-tabs
  .search-filters-bar
  .filter-box:has(input) {
  width: calc(100% - 68%);
}

.adt-top-tabs-header
  .adt-hero-search-tabs
  .search-filters-bar
  .filter-box
  label {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 1;
}

.adt-top-tabs-header
  .adt-hero-search-tabs
  .search-filters-bar
  .filter-box
  input {
  padding: 14px 15px 0px;
  background-color: #ffff;
  border: 1px solid #ffff;
}

.adt-top-tabs-header
  .adt-hero-search-tabs
  .search-filters-bar
  .filter-box
  input::placeholder {
  line-height: 40px;
}

.adt-top-tabs-header
  .adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default
  .select2-selection--single {
  background-color: #ffff;
  border: 1px solid #ffff;
}

.adt-top-tabs-header
  .adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 15px;
  height: 40px;
  line-height: 52px;
}

.adt-top-tabs-header
  .adt-hero-search-tabs
  .search-filters-bar
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border: 1px solid #ffff;
}

.adt-top-tabs-header .adt-hero-search-tabs .search-filters-bar .search-button {
  width: 12%;
  padding: 8px 20px;
}

/* adt-top-tabs-header-end */

/* adt-classic-ads-section-start */
.adt-classic-ads-section {
  padding: 30px 0 100px 0;
  background-color: #ffff;
}

.adt-classic-ads-section .all-filters-sidebar {
  position: fixed;
  top: 0px;
  left: -315px;
  padding: 20px;
  background-color: #ffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  width: 315px;
  height: 100vh;
  overflow-y: auto;
  scrollbar-color: rgba(109, 109, 109, 0.5) transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  z-index: 9;
  transition: 0.3s ease-in-out;
}

.adt-classic-ads-section .all-filters-sidebar.open {
  left: 0;
}

.adt-classic-ads-section .all-filters-sidebar .close-sidebar {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #242424;
  cursor: pointer;
}

.all-filters-sidebar .adt-search-list-box {
  padding: 0;
}

.adt-classic-ads-section .all-filters-sidebar h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #242424;
  margin-bottom: 20px;
}

.adt-classic-ads-section
  .all-filters-sidebar
  .adt-search-list-box
  .location-btn {
  position: absolute;
  top: 34px;
  right: 5px;
  width: 38px;
  height: 34px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 4px;
  color: #6d6d6d;
  background-color: #ffff;
}

.adt-classic-ads-section .all-filters-sidebar .adt-switch-btns-box {
  margin-bottom: 20px;
}

.adt-classic-ads-section .all-filters-sidebar .form-field .select2-container {
  width: 100% !important;
}

.adt-classic-ads-section
  .all-filters-sidebar
  .form-field
  .select2-container--default
  .select2-selection--single {
  height: 45px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-classic-ads-section
  .all-filters-sidebar
  .form-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 21px;
  color: #6d6d6d;
  font-size: 14px;
  padding: 12px 20px;
}

.adt-classic-ads-section
  .all-filters-sidebar
  .form-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}

.adt-classic-ads-section .all-filters-sidebar .form-field label {
  font-size: 14px;
  font-weight: 500;
  color: #242424;
}

.adt-classic-ads-section
  .all-filters-sidebar
  .adt-switch-btns-box
  ul.adt-type-filter-box {
  column-count: 3;
}

.adt-classic-ads-section .all-filters-sidebar .adt-vertical-ad-box {
  margin-top: 20px;
}

/*.adt-classic-ads-section .adt-search-ads-grid {
    grid-template-columns: repeat(5, 1fr);
}*/

.adt-classic-ads-section .adt-search-ads-grid .adt-vertical-ad-box {
  height: 373px;
  padding: 5px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-classic-ads-section .adt-custom-pagination {
  justify-content: center;
}

.adt-classic-ads-section .adt-category-type-carousel-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}

.adt-classic-ads-section .adt-category-types-carousel {
  width: calc(100% - 166px);
  padding: 0 65px;
}

.adt-classic-ads-section .adt-category-types-carousel .owl-nav {
  margin-top: 0;
}

.adt-classic-ads-section .adt-category-types-carousel .owl-prev,
.adt-classic-ads-section .adt-category-types-carousel .owl-next {
  position: absolute;
  top: 13px;
  left: 0px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  margin: 0;
  background: #ff002e;
  border: 1px solid #ff002e;
  opacity: 1;
}

.adt-classic-ads-section .adt-category-types-carousel .owl-next {
  left: unset;
  right: 0px;
}

.adt-classic-ads-section .adt-category-types-carousel .owl-prev i,
.adt-classic-ads-section .adt-category-types-carousel .owl-next i {
  color: #ffff;
}

.adt-classic-ads-section .adt-category-types-carousel .owl-prev.disabled,
.adt-classic-ads-section .adt-category-types-carousel .owl-next.disabled {
  background: #242424 !important;
  border: 1px solid #242424 !important;
}

.adt-classic-ads-section .adt-category-types-carousel .category-type-box {
  text-align: center;
}

.adt-classic-ads-section .adt-category-types-carousel .category-type-box img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.adt-classic-ads-section .adt-category-types-carousel .category-type-box span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  margin-top: 10px;
}

.adt-classic-ads-section .adt-category-type-carousel-box .search-all-filters {
  width: 146px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #6d6d6d;
  background-color: #ffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-classic-ads-section
  .adt-category-type-carousel-box
  .search-all-filters.active {
  color: #ffff;
  background-color: #ff002e;
  border-color: #ff002e;
}

.adt-classic-ads-section .adt-category-type-carousel-box .search-all-filters i {
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}

.adt-classic-ads-section
  .adt-category-type-carousel-box
  .search-all-filters.active
  i {
  color: #ffff;
}

/* adt-classic-ads-section-end */

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .adt-top-tabs-header .tabs-container .logo {
    margin-right: 90px;
  }

  .adt-top-tabs-header .tabs-wrapper ol li {
    margin: 0 15px;
  }

  .adt-top-tabs-header .tabs-wrapper ol li::before {
    left: -15px;
  }

  .adt-top-tabs-header .buttons-box .sign-in,
  .adt-top-tabs-header .buttons-box .sign-up {
    padding: 0 10px;
  }

  .adt-top-tabs-header .buttons-box .ad-post-btn {
    padding: 11px 22px;
    margin-left: 0;
  }

  .adt-classic-ads-section .adt-search-ads-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-top-tabs-header .tabs-container .logo {
    margin-right: 46px;
  }

  .adt-top-tabs-header .tabs-wrapper ol li {
    margin: 0 5px;
  }

  .adt-top-tabs-header .tabs-wrapper ol li::before {
    content: none;
  }

  .adt-top-tabs-header .tabs-wrapper ol li .nav-link {
    width: 130px;
  }

  .adt-top-tabs-header .buttons-box .sign-in,
  .adt-top-tabs-header .buttons-box .sign-up {
    padding: 0 5px;
  }

  .adt-top-tabs-header .buttons-box .ad-post-btn {
    padding: 11px 22px;
    margin-left: 0;
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    padding: 8px 14px;
  }

  .adt-classic-ads-section .adt-search-ads-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-top-tabs-header .buttons-box .sign-in,
  .adt-top-tabs-header .buttons-box .sign-up {
    display: none;
  }

  .adt-top-tabs-header .tabs-container .logo {
    margin-right: 20px;
  }

  .adt-top-tabs-header .tabs-wrapper ol li {
    margin: 0 5px;
  }

  .adt-top-tabs-header .tabs-wrapper ol li::before {
    content: none;
  }

  .adt-top-tabs-header .buttons-box .ad-post-btn {
    padding: 11px 22px;
    margin-left: 0;
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box:has(input) {
    width: calc(100% - 70%);
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 14%;
    padding: 8px;
  }

  .adt-classic-ads-section .adt-search-ads-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .adt-top-tabs-header .tabs-container {
    flex-wrap: wrap;
  }

  .adt-top-tabs-header .tabs-container .logo {
    margin-right: 20px;
  }

  .adt-top-tabs-header .tabs-wrapper {
    flex-grow: 1;
    order: 3;
    width: 100%;
    margin-top: 10px;
  }

  .adt-top-tabs-header .tabs-wrapper ol.nav-pills {
    justify-content: center;
    gap: 10px;
  }

  .adt-top-tabs-header .tabs-wrapper ol li {
    margin: 0;
    width: calc(33% - 6px);
  }

  .adt-top-tabs-header .tabs-wrapper ol li::before {
    content: none;
  }

  .adt-top-tabs-header .tabs-wrapper ol li .nav-link {
    width: 100%;
  }

  .adt-top-tabs-header .tabs-wrapper ol li .nav-link.active::after {
    bottom: -26px;
  }

  .adt-top-tabs-header .adt-hero-search-tabs .search-filters-bar {
    padding: 8px 10px;
    bottom: -70px;
  }
}

@media (min-width: 320px) and (max-width: 767.98px) {
  .adt-top-tabs-header {
    padding: 10px 0 30px;
  }

  .adt-top-tabs-header .tabs-container {
    flex-wrap: wrap;
  }

  .adt-top-tabs-header .buttons-box .sign-in,
  .adt-top-tabs-header .buttons-box .sign-up {
    display: none;
  }

  .adt-top-tabs-header .tabs-container .logo {
    margin-right: 20px;
  }

  .adt-top-tabs-header .tabs-wrapper {
    flex-grow: 1;
    order: 3;
    width: 100%;
    margin-top: 10px;
  }

  .adt-top-tabs-header .tabs-wrapper ol.nav-pills {
    justify-content: center;
    gap: 10px;
  }

  .adt-top-tabs-header .tabs-wrapper ol li {
    margin: 0;
    width: calc(33% - 6px);
  }

  .adt-top-tabs-header .tabs-wrapper ol li::before {
    content: none;
  }

  .adt-top-tabs-header .buttons-box .ad-post-btn {
    padding: 11px 22px;
    margin-left: 0;
  }

  .adt-top-tabs-header .tabs-wrapper ol li .nav-link {
    width: 100%;
  }

  .adt-top-tabs-header .tabs-wrapper ol li .nav-link.active::after {
    bottom: -30px;
  }

  .adt-top-tabs-header .adt-hero-search-tabs .search-filters-bar {
    padding: 10px;
    bottom: -82px;
    flex-direction: row;
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box:has(input) {
    width: calc(100% - 20%);
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box.type-box {
    display: none;
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 20%;
    padding: 8px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-classic-ads-section .adt-search-ads-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box:has(input) {
    width: calc(100% - 26%);
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 26%;
  }

  .adt-classic-ads-section .adt-category-type-carousel-box {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .adt-classic-ads-section .adt-category-types-carousel {
    width: 100%;
  }

  .adt-classic-ads-section .adt-category-type-carousel-box .search-all-filters {
    width: 100%;
  }

  .adt-classic-ads-section .adt-search-ads-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .adt-top-tabs-header .tabs-wrapper ol li .nav-link span {
    display: none;
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box:has(input) {
    width: calc(100% - 34%);
  }

  .adt-top-tabs-header
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 34%;
  }

  .adt-top-tabs-header .tabs-wrapper ol li .nav-link i {
    margin-right: 0px;
  }
}

/* adt-404-section-start */
.adt-404-section {
  padding: 170px 0;
  background-image: url(../images/404-bg.png);
  background-size: cover;
}

.adt-404-section .content-box {
  text-align: center;
}

.adt-404-section .content-box h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
  color: #231900;
  margin: 37px 0 60px 0;
}

.adt-404-section .content-box a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #ffff;
  padding: 12px 33px;
  background-color: #ff002e;
  border-radius: 4px;
}

/* adt-404-section-end */

/* ad-advanced-detail-section-start */
.ad-advanced-detail-section {
  background-color: #ffff;
}

.ad-advanced-detail-section .adt-ad-detail-content-wrapper {
  display: block;
}

.ad-advanced-detail-section
  .adt-ad-detail-content-wrapper
  .ad-detail-middle-content {
  width: 100%;
}

.ad-advanced-detail-section
  .adt-ad-detail-content-wrapper
  .ad-detail-middle-content
  .alert {
  cursor: pointer;
}

.ad-advanced-detail-section .ad-detail-middle-content .ad-about-box {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 20px;
}

.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-category-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.adt-ad-info-box {
  margin-top: 10px;
}

.adt-ad-info-box p strong {
  font-weight: 500;
  margin-right: 5px;
  color: #242424;
  font-size: 16px;
}

.adt-website_link {
  margin-top: 10px;
}

.adt-website_link a {
  font-size: 14px;
  font-weight: 500;
  color: #6d6d6d;
}

.adt-website_link a i {
  font-size: 16px;
  margin: 0 3px;
}

.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-general-info,
.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-description,
.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-location-box,
.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-biding-box,
.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-biding-box h4,
.ad-advanced-detail-section .ad-detail-middle-content .bid-detail-wrapper,
.ad-advanced-detail-section
  .ad-detail-middle-content
  .adt-ad-biding-box
  .bids-list-wrapper,
.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-create-bid,
.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-review-box {
  padding-left: 0;
  padding-right: 0;
}

.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-location-box,
.ad-advanced-detail-section .ad-detail-middle-content .adt-ad-create-bid {
  padding: 0;
  margin-bottom: 0;
}

.adt-product-or-seller-mobile-box {
  display: none;
}

.adt-product-or-seller-web-box {
  position: relative;
}

.ad-advanced-detail-section .adt-product-detail-box {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #ffff;
  margin-bottom: 36px;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box {
  position: relative;
  padding: 20px;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .views {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #242424;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .views span {
  color: #ff002e;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .price {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #ff002e;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .price small {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #555;
  margin-left: 5px;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #242424;
  margin: 10px 0;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .rating {
  display: flex;
  align-items: center;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .rating span {
  font-size: 12px;
  font-weight: 700;
  color: #ffff;
  padding: 2px 10px;
  background-color: #ea9a00;
  border-radius: 2px;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .rating small {
  font-size: 12px;
  color: #6d6d6d;
  margin: 0 5px 0 10px;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .rating i {
  color: #ea9a00;
  margin-right: 5px;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  margin-top: 10px;
}

.ad-advanced-detail-section .adt-product-detail-box .detail-box .date i {
  margin: 0 5px 0 3px;
  font-size: 18px;
}

.ad-advanced-detail-section .adt-product-detail-box .actions-box {
  display: flex;
  padding: 20px;
  background-color: #f6f6f6;
  border-top: 1px solid #f0f0f0;
}

.ad-advanced-detail-section .adt-product-detail-box .actions-box a {
  width: 50px;
  height: 50px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad-advanced-detail-section .adt-product-detail-box .actions-box a img {
  width: 24px;
}

.ad-advanced-detail-section .adt-product-detail-box .actions-box button {
  width: calc(100% - 240px);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #ffff;
  background-color: #242424;
  border: 1px solid #242424;
  border-radius: 4px;
}

.ad-advanced-detail-section .adt-product-detail-box .actions-box button i {
  margin-right: 5px;
}

.ad-advanced-detail-section
  .adt-product-detail-box
  .actions-box
  .chat_toggler_popup {
  background-color: #242424;
  color: #fff;
  padding: 10px 30px;
  width: auto;
  border: none;
  margin: 0;
  flex-grow: 1;
}

.ad-advanced-detail-section
  .adt-product-detail-box
  .actions-box
  .chat_toggler_popup
  i {
  margin-right: 10px;
  color: #fff;
}

.ad-advanced-detail-section .adt-product-author-detail-box {
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 36px;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .widget-opening-hours {
  border: 0;
  box-shadow: none;
}

.ad-advanced-detail-section .widget-opening-hours #opening-hours ul {
  padding: 0;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .widget-opening-hours
  .opening-hours-title
  span,
.adt-detail-box-booking .widget-opening-hours .opening-hours-title span {
  color: #242424;
  font-weight: 500;
  margin-left: 5px;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .widget-opening-hours.widget
  .fa-chevron-right,
.adt-detail-box-booking
  .widget-opening-hours
  .opening-hours-title
  .fa-chevron-right {
  font-size: 22px;
  /* font-weight: 500; */
}

.adt-ad-detail-section
  .adt-product-author-detail-box
  .widget-opening-hours
  .s-timezone
  strong,
.adt-detail-box-booking .widget-opening-hours .s-timezone strong {
  font-weight: 500;
}

.adt-detail-box-booking .widget-opening-hours #opening-hours ul,
.adt-ad-detail-section .widget-opening-hours #opening-hours ul {
  padding: 0;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .widget-opening-hours
  #opening-hours
  ul
  li
  .day-name,
.adt-detail-box-booking .widget-opening-hours #opening-hours ul li .day-name {
  font-weight: 500;
}

.ad-advanced-detail-section .adt-product-author-detail-box .author-box {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .author-box
  .designation {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #555;
  padding: 6px 10px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-width: 0 0 1px 1px;
  border-radius: 2px;
  text-transform: capitalize;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .author-box
  .author-img {
  width: 75px;
  height: 75px;
  margin-right: 24px;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .author-box
  .author-img
  img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.ad-advanced-detail-section .adt-product-author-detail-box .author-meta {
  width: calc(100% - 99px);
}

.ad-advanced-detail-section .adt-product-author-detail-box .author-meta h4,
.ad-advanced-detail-section .adt-product-author-detail-box .author-meta h4 a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  line-height: 22px;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .author-meta
  h4
  .verified {
  position: absolute;
  top: 5px;
  right: -25px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 8px;
  padding: 4px 4px 3px 3px;
  border-radius: 50%;
  color: #ffff;
  background-color: #00ba00;
  display: inline-block;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .author-meta
  h4
  .verified
  i {
  position: absolute;
  top: 4px;
  left: 3px;
}

.ad-advanced-detail-section .adt-product-author-detail-box .author-meta p {
  font-size: 14px;
  color: #6d6d6d;
  margin: 4px 0;
  line-height: 16px;
}

.ad-advanced-detail-section .adt-product-author-detail-box .author-meta a {
  display: inline-block;
  font-size: 14px;
  color: #ff002e;
  text-decoration: underline;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .author-meta
  a:first-child {
  text-decoration: none;
}

.ad-advanced-detail-section .adt-product-author-detail-box .location-box {
  padding: 13px 20px;
  position: relative;
  border: 1px solid #f0f0f0;
  border-width: 1px 0 1px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
}

.ad-advanced-detail-section .adt-product-author-detail-box .location-box .map {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #ff002e;
  padding: 16px 40px;
  background-color: rgba(243, 22, 22, 0.1);
  border: 1px solid #ff002e;
  text-transform: uppercase;
  height: 100%;
}

.ad-advanced-detail-section .adt-product-author-detail-box .contact-box-main {
  padding: 20px;
  background-color: #f6fbf6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .contact-box-main
  .contact-box {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .contact-box
  .meta
  small {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #242424;
  text-transform: capitalize;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .contact-box
  .meta
  a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .contact-box.whatsapp
  .meta
  a {
  color: #4fad52;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .contact-box.phone-2
  .meta
  a {
  color: #4c7be3;
}

.ad-advanced-detail-section .adt-product-author-detail-box .message-box {
  padding: 20px;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .message-box
  a.btn.btn-whatsap {
  margin: 0;
}

.ad-advanced-detail-section .adt-product-author-detail-box .message-box label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #242424;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .message-box
  textarea {
  width: 100%;
  height: 148px;
  padding: 15px 30px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  margin-bottom: 20px;
  resize: none;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .message-box
  textarea:focus {
  outline: none;
}

.ad-advanced-detail-section
  .adt-product-author-detail-box
  .message-box
  .adt-button-dark {
  width: 100%;
  margin-top: 10px;
}

/* ad-advanced-detail-section-end */

/* responsive css */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ad-advanced-detail-section .adt-product-detail-box .actions-box button {
    width: calc(100% - 200px);
    padding: 7px 16px;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box a {
    width: 40px;
    height: 40px;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box a i {
    font-size: 16px;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box a img {
    width: 18px;
  }

  .ad-advanced-detail-section
    .adt-product-author-detail-box
    .contact-box
    .meta
    a {
    font-size: 14px;
  }

  .ad-advanced-detail-section
    .adt-product-author-detail-box
    .author-box
    .author-img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .author-meta h4,
  .ad-advanced-detail-section .adt-product-author-detail-box .author-meta h4 a {
    font-size: 16px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .author-meta {
    width: calc(100% - 72px);
  }

  .ad-advanced-detail-section
    .adt-product-author-detail-box
    .location-box
    .map {
    padding: 16px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-404-section {
    padding: 150px 0;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box {
    flex-wrap: wrap;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box button {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 10px;
  }

  .ad-advanced-detail-section
    .adt-product-detail-box
    .actions-box
    .chat_toggler_popup {
    flex-grow: 0;
    padding: 10px 16px;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box a {
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box a i {
    font-size: 16px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .author-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .author-meta {
    width: 100%;
  }

  .ad-advanced-detail-section
    .adt-product-author-detail-box
    .location-box
    .map {
    padding: 13px 10px;
    font-size: 12px;
  }

  .ad-advanced-detail-section
    .adt-ad-detail-content-wrapper
    .ad-detail-middle-content {
    margin-top: 0;
  }

  .ad-advanced-detail-section
    .ad-detail-middle-content
    .bid-detail-wrapper
    .bid-detail-box {
    padding: 16px 18px;
  }

  .ad-advanced-detail-section
    .ad-detail-middle-content
    .adt-ad-general-info
    ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .ad-advanced-detail-section .adt-product-detail-box .detail-box h3 {
    font-size: 18px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .author-box {
    gap: 10px;
  }

  .ad-advanced-detail-section
    .adt-product-author-detail-box
    .author-box
    .author-img {
    width: 50px;
    height: 50px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .author-meta h4,
  .ad-advanced-detail-section .adt-product-author-detail-box .author-meta h4 a {
    font-size: 18px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .location-box {
    font-size: 12px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .location-box img {
    width: 20px;
    position: relative;
    top: -2px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-404-section {
    padding: 120px 0;
  }

  .adt-404-section .content-box h1 {
    font-size: 42px;
  }

  .ad-advanced-detail-section
    .adt-ad-detail-content-wrapper
    .ad-detail-middle-content {
    margin-top: 0;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .contact-box-main {
    justify-content: flex-start;
    gap: 20px 100px;
  }

  .ad-advanced-detail-section
    .ad-detail-middle-content
    .adt-ad-general-info
    ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .adt-product-or-seller-web-box {
    display: none;
  }

  .adt-product-or-seller-mobile-box {
    display: block;
  }

  .ad-detail-middle-content h4 {
    margin-bottom: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-404-section {
    padding: 80px 0;
  }

  .adt-404-section .content-box h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .adt-404-section .content-box img {
    padding: 0 50px;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .adt-404-section {
    padding: 60px 0;
  }

  .adt-404-section .content-box h1 {
    font-size: 22px;
    line-height: 38px;
    margin: 20px 0 40px 0;
  }

  .adt-404-section .content-box img {
    padding: 0 50px;
  }

  .ad-advanced-detail-section .adt-product-detail-box .detail-box,
  .ad-advanced-detail-section .adt-product-detail-box .actions-box,
  .ad-advanced-detail-section .adt-product-author-detail-box .author-box,
  .ad-advanced-detail-section .adt-product-author-detail-box .contact-box-main,
  .ad-advanced-detail-section .adt-product-author-detail-box .message-box {
    padding: 20px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .location-box {
    padding: 13px 20px;
  }

  .ad-advanced-detail-section
    .adt-product-author-detail-box
    .location-box
    .map {
    padding: 16px 20px;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box button {
    flex-grow: 1;
    width: 100%;
  }

  .ad-advanced-detail-section .adt-product-detail-box .actions-box a {
    width: calc(25% - 8px);
    height: 60px;
    margin-left: 0;
  }

  .ad-advanced-detail-section
    .adt-product-detail-box
    .actions-box
    .chat_toggler_popup {
    width: 100%;
  }

  .ad-advanced-detail-section
    .adt-product-author-detail-box
    .author-box
    .author-img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }

  .ad-advanced-detail-section .adt-product-author-detail-box .author-meta h4,
  .ad-advanced-detail-section .adt-product-author-detail-box .author-meta h4 a {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .ad-advanced-detail-section
    .ad-detail-middle-content
    .adt-ad-general-info
    ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.adt-product-detail-box .actions-box a i {
  font-size: 20px;
  color: #7f7f7f;
}

.single-blog nav.woocommerce-MyAccount-navigation ul li a {
  color: #0b0e19;
}

/* adt-hero-directory-section-start */
.adt-hero-directory-section {
  padding: 160px 0 60px 0;
  background-image: url(../imgs/hero-directory-bg.png);
  background-size: cover;
  overflow-x: hidden;
}

.adt-hero-directory-section > .container > .row {
  align-items: center;
}

.adt-hero-directory-section .content-box .sub-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  color: #ff002e;
}

.adt-hero-directory-section .content-box h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  color: #231900;
  margin-bottom: 10px;
}

.adt-hero-directory-section .content-box p {
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 40px;
  max-width: 616px;
}

.adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar {
  max-width: 660px;
  border-radius: 4px;
}

.adt-hero-directory-section
  .adt-hero-search-tabs
  .search-filters-bar
  .filter-box {
  width: calc(40% - 20px);
}

.adt-hero-directory-section
  .adt-hero-search-tabs
  .search-filters-bar
  .search-button {
  width: 20%;
  padding: 8px 20px;
}

.adt-hero-directory-section .popular-keywords {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.adt-hero-directory-section .popular-keywords::before {
  content: url(../imgs/line-round-vector.png);
  position: absolute;
  top: 0px;
  left: -80px;
  opacity: 0.4;
}

.adt-hero-directory-section .popular-keywords li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.adt-hero-directory-section .popular-keywords li strong {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #242424;
  margin-right: 15px;
}

.adt-hero-directory-section .popular-keywords li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  transition: 0.3s ease-in-out;
}

.adt-hero-directory-section .popular-keywords li a:hover {
  color: #ff002e;
}

.adt-hero-directory-section .popular-keywords li a img {
  margin-right: 5px;
}

.adt-hero-directory-section .popular-keywords li a:hover img {
  filter: invert(11%) sepia(85%) saturate(7499%) hue-rotate(346deg)
    brightness(101%) contrast(105%);
}

.adt-hero-directory-section .main-img-box {
  position: relative;
  text-align: right;
}

.adt-hero-directory-section .main-img-box .main-img {
  position: relative;
  z-index: 1;
}

.adt-hero-directory-section .main-img-box .shape-1 {
  position: absolute;
  bottom: 20px;
  left: 44px;
}

.adt-hero-directory-section .main-img-box .shape-2 {
  position: absolute;
  top: -20px;
  right: 174px;
  width: 70px;
  height: 70px;
}

.adt-hero-directory-section .main-img-box .red-lines {
  position: absolute;
  top: 54px;
  right: -80px;
}

.adt-hero-directory-section .main-img-box .play-btn {
  position: absolute;
  bottom: 130px;
  left: 50px;
  width: 95px;
  height: 95px;
  background-color: #ff002e;
  border-radius: 50%;
  font-size: 36px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.adt-hero-directory-section .main-img-box .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 46, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0s;
  animation-delay: 0.2s;
}

.adt-hero-directory-section .main-img-box .play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 46, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple-sub 1.5s ease-out infinite;
  animation-delay: 0s;
  animation-delay: 0.2s;
}

.adt-hero-directory-section .main-img-box .play-btn i {
  position: relative;
  margin-left: 7px;
  z-index: 2;
}

.adt-hero-directory-section .categories-carousel-box {
  margin-top: 60px;
}

.categories-carousel-box h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #242424;
  margin-bottom: 35px;
}

.categories-carousel-box .category-box-main {
  position: relative;
  padding: 34px 10px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.categories-carousel-box .category-box-main::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translate(50%, 50%);
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  z-index: -1;
}

.categories-carousel-box .category-box-main:hover::before {
  width: 200px;
  height: 200px;
}

.categories-carousel-box .category-box-main:hover {
  background-color: #242424;
  border: 1px solid #242424;
}

.categories-carousel-box .category-box-main img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}

.categories-carousel-box .category-box-main span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #242424;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0 5px 0;
  transition: 0.3s ease-in-out;
}

.categories-carousel-box .category-box-main small {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  transition: 0.3s ease-in-out;
}

.categories-carousel-box .category-box-main:hover span,
.adt-hero-directory-section
  .categories-carousel-box
  .category-box-main:hover
  small {
  color: #ffff;
}

.adt-hero-directory-section .adt-find-by-categories-carousel > .owl-nav {
  display: block;
  position: absolute;
  margin-top: 0;
  top: -70px;
  right: -10px;
  text-align: right;
}

.adt-hero-directory-section
  .adt-find-by-categories-carousel
  > .owl-nav
  .owl-prev,
.adt-hero-directory-section
  .adt-find-by-categories-carousel
  > .owl-nav
  .owl-next {
  width: 42px;
  height: 42px;
  background: #ffffff !important;
  border-radius: 4px;
  margin: 0 10px;
  opacity: 1;
}

.adt-hero-directory-section
  .adt-find-by-categories-carousel
  > .owl-nav
  .owl-prev
  i,
.adt-hero-directory-section
  .adt-find-by-categories-carousel
  > .owl-nav
  .owl-next
  i {
  color: #6d6d6d;
}

/* adt-hero-directory-section-end */

/* adt-directory-explore-section-start */
.adt-directory-explore-section .adt-property-ads-carousel > .owl-nav .owl-prev,
.adt-directory-explore-section .adt-property-ads-carousel > .owl-nav .owl-next {
  background-color: #f0f5f8 !important;
  border-color: #f0f5f8 !important;
}

.adt-directory-explore-section .adt-ads-top-box .adt-button-1 {
  background-color: #f0f5f8;
  border-color: #f0f5f8;
}

.adt-directory-explore-section .adt-car-ad-card .adt-property-content-box h3 {
  max-width: 100%;
}

.adt-car-ad-card .adt-property-content-box .rating-box {
  margin-top: 10px;
}

.adt-car-ad-card .adt-property-content-box .rating-box .rating {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #ffff;
  padding: 4px 6px;
  border-radius: 2px;
  background-color: #ea9a00;
}

.adt-car-ad-card .adt-property-content-box .rating-box .reviews {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  margin: 0 5px;
}

.adt-car-ad-card .adt-property-content-box .rating-box i {
  font-size: 14px;
  color: #ea9a00;
  margin-right: 2px;
}

/* adt-directory-explore-section-end */

/* adt-directory-popular-location-section-start */
.adt-directory-popular-location-section {
  background-image: url(../imgs/directory-location-bg.png);
  background-size: cover;
}

.adt-directory-popular-location-section .top-heading-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6d6d6d;
}

.adt-directory-popular-location-section .top-heading-box p span {
  font-size: 18px;
  font-weight: 700;
  color: #ff002e;
}

.adt-directory-popular-location-section .adt-location-box::before {
  content: none;
}

.adt-directory-popular-location-section
  .adt-location-box:hover
  .location-meta-box
  .ads-count {
  color: #6d6d6d;
  background-color: #f6f6f6;
}

.adt-directory-popular-location-section .button-box {
  text-align: center;
  margin-top: 30px;
}

.adt-directory-popular-location-section .button-box a {
  padding: 12px 36px;
  text-transform: capitalize;
}

/* adt-directory-popular-location-section-end */

/* adt-directory-work-flow-section-start */
.adt-directory-work-flow-section {
  background-image: none;
}

.adt-directory-work-flow-section .adt-work-process-card {
  background-color: #f2f2f2;
}

/* adt-directory-work-flow-section-end */

/* adt-directory-listing-section-start */
.adt-directory-listing-section {
  padding: 100px 0 70px 0;
  background-image: url(../imgs/directory-location-bg.png);
  background-size: cover;
}

.adt-directory-listing-section.adt-place-listing-section {
  background-image: unset;
  background-color: #ffff;
}

.adt-directory-listing-section .heading-content {
  margin-bottom: 30px;
  text-align: center;
}

.adt-directory-listing-section .heading-content h2 {
  color: #242424;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  background-color: unset;
  margin-bottom: 10px;
}

.adt-directory-listing-section .heading-content p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 564px;
  margin: 0 auto;
}

.adt-directory-listing-section .adt-property-ad-card {
  margin-bottom: 30px;
}

.adt-directory-listing-section .adt-car-ad-card .adt-property-content-box h3 {
  max-width: 100%;
}

/* adt-directory-listing-section-end */

/* adt-estate-pricing-section-start */
.adt-directory-pricing-section {
  background-color: #ffff;
}

.adt-place-pricing-section {
  background-image: url(../imgs/place-price-bg.png);
  background-size: cover;
}

.adt-directory-pricing-section .heading-content,
.adt-place-pricing-section .heading-content {
  margin-bottom: 60px;
  text-align: center;
}

.adt-directory-pricing-section .heading-content h2,
.adt-place-pricing-section .heading-content h2 {
  color: #242424;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  background-color: unset;
  margin-bottom: 10px;
}

.adt-directory-pricing-section .heading-content p,
.adt-place-pricing-section .heading-content p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 564px;
  margin: 0 auto;
}

.adt-directory-pricing-section .adt-pricing-plan-card {
  transition: 0.3s ease-in-out;
}

.adt-directory-pricing-section .adt-pricing-plan-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

/* adt-estate-pricing-section-end */

/* adt-hero-city-section-start */
.adt-hero-city-section {
  padding: 180px 0 80px 0;
  background-image: url(../imgs/adt-city-hero-bg.png);
  background-size: cover !important;
}

.adt-hero-city-section .container .row {
  align-items: center;
}

.adt-hero-city-section .content-box .sub-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  color: #ff002e;
}

.adt-hero-city-section .content-box h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  color: #231900;
  margin-bottom: 10px;
}

.adt-hero-city-section .content-box p {
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 40px;
  max-width: 790px;
}

.adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {
  position: relative;
  max-width: 980px;
  width: 980px;
  border-radius: 4px;
  z-index: 2;
}

.adt-hero-city-section .categories-carousel-box {
  margin-top: 60px;
}

.adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav {
  display: block;
  position: absolute;
  margin-top: 0;
  top: -70px;
  right: -10px;
  text-align: right;
}

.adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav .owl-prev,
.adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  background: #ffffff !important;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin: 0 10px;
  opacity: 1;
}

.adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav .owl-prev i,
.adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-place-detail-box {
  height: 450px;
  position: relative;
  width: 100%;
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.adt-place-detail-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(0, 0, 0, 0.1) 80%
  );
  z-index: 1;
}

.adt-place-detail-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.02) 30%
  );
  z-index: 1;
}

.adt-place-detail-box .place-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.adt-place-detail-box .place-content-box {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding-right: 20px;
}

.adt-place-detail-box .place-content-box .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #242424;
  padding: 4px 10px;
  background-color: #ffff;
  border-radius: 2px;
  margin-bottom: 8px;
}

.adt-place-detail-box .place-content-box h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #ffff;
  margin-bottom: 8px;
}

.adt-place-detail-box .place-content-box p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #ffff;
}

.adt-place-detail-box .place-content-box p i {
  margin-right: 8px;
}

.adt-place-detail-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  bottom: 20px;
  right: 15px;
}

.adt-place-detail-carousel .owl-nav .owl-prev,
.adt-place-detail-carousel .owl-nav .owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #ffff !important;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
  border: 1px solid #f0f0f0 !important;
}

.adt-place-detail-carousel .owl-nav .owl-prev i,
.adt-place-detail-carousel .owl-nav .owl-next i {
  font-size: 14px;
  color: #6d6d6d;
}

/* adt-hero-city-section-end */

/* adt-place-popular-location-section-start */
.adt-place-popular-location-section {
  padding-bottom: 150px;
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
}

.adt-place-popular-location-section::before {
  content: url(../images/place-building.png);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
}

.adt-place-popular-location-section .top-heading-box {
  display: block;
}

.adt-place-popular-location-section .top-heading-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6d6d6d;
  margin-top: 10px;
  max-width: 564px;
}

.adt-place-popular-location-section .adt-location-box:hover::before {
  opacity: 0;
}

.adt-place-popular-location-section
  .adt-location-box:hover
  .location-meta-box
  .ads-count {
  color: #6d6d6d;
  background-color: #f6f6f6;
}

.adt-popular-place-carousel > .owl-nav {
  display: block;
  position: absolute;
  margin-top: 0;
  top: -100px;
  right: 0px;
  text-align: right;
}

.adt-popular-place-carousel > .owl-nav .owl-prev,
.adt-popular-place-carousel > .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  background: #ffffff !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 4px;
  margin: 0 10px;
  opacity: 1;
}

.adt-popular-place-carousel > .owl-nav .owl-prev i,
.adt-popular-place-carousel > .owl-nav .owl-next i {
  color: #6d6d6d;
}

/* adt-place-popular-location-section-end */

/* adt-place-experience-section-start */
.adt-place-experience-section {
  background-image: none;
  background-color: #ffff;
}

.adt-place-experience-section .left-img-box .experience-box {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.adt-place-explore-section {
  background-image: url(../imgs/adt-city-hero-bg.png);
  background-size: cover;
}

.adt-place-explore-section .adt-car-ad-card .adt-property-content-box h3 {
  max-width: 100%;
}

.adt-place-explore-section .adt-property-ads-carousel > .owl-nav .owl-prev,
.adt-place-explore-section .adt-property-ads-carousel > .owl-nav .owl-next {
  background: #ffffff !important;
}

.adt-place-explore-section .adt-ads-top-box .adt-button-1 {
  background-color: #ffffff;
}

/* adt-place-experience-section-end */

.adt-transparent-header-1.no-transparent {
  position: relative;
  background-color: #ffff;
}

/* adt-event-hero-section-start */
.adt-event-hero-section {
  position: relative;
  padding: 140px 0;
  background-image: url(../images/event-bg.png);
  background-size: cover;
  overflow-x: hidden;
  overflow-y: clip;
}

.adt-event-hero-section::before {
  content: url(../images/event-hero-vector.png);
  position: absolute;
  top: 0;
  left: 0;
  background-position: top left;
}

.adt-event-hero-section::after {
  content: url(../images/event-hero-clouds.png);
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  background-position: bottom center;
}

.adt-event-hero-section .main-img-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 815px;
}

.adt-event-hero-section .main-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(100% 0, 100% 100%, 19% 100%, 0 0);
}

.adt-event-hero-section .main-img-box .play-btn {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  background-color: #ff002e;
  border-radius: 50%;
  font-size: 36px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.adt-event-hero-section .main-img-box .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 46, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0.2s;
}

.adt-event-hero-section .main-img-box .play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 46, 1);
  border-radius: 50%;
  z-index: 1;
  animation: ripple-sub 1.5s ease-out infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0.2s;
}

.adt-event-hero-section .main-img-box .play-btn i {
  position: relative;
  margin-left: 7px;
  z-index: 2;
}

.adt-event-hero-section .content-box .sub-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  color: #ff002e;
}

.adt-event-hero-section .content-box h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  color: #231900;
  margin-bottom: 10px;
}

.adt-event-hero-section .content-box p {
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 40px;
  max-width: 616px;
}

.adt-event-hero-section .adt-hero-search-tabs .search-filters-bar {
  max-width: 660px;
  border-radius: 4px;
}

.adt-event-hero-section .adt-hero-search-tabs .search-filters-bar .filter-box {
  width: calc(40% - 20px);
}

.adt-event-hero-section
  .adt-hero-search-tabs
  .search-filters-bar
  .search-button {
  width: 20%;
  padding: 8px 20px;
}

.adt-event-hero-section .popular-keywords {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.adt-event-hero-section .popular-keywords li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.adt-event-hero-section .popular-keywords li strong {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #242424;
  margin-right: 15px;
}

.adt-event-hero-section .popular-keywords li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
  transition: 0.3s ease-in-out;
}

.adt-event-hero-section .popular-keywords li a:hover {
  color: #ff002e;
}

.adt-event-hero-section .popular-keywords li a img {
  margin-right: 5px;
}

.adt-event-hero-section .popular-keywords li a:hover img {
  filter: invert(11%) sepia(85%) saturate(7499%) hue-rotate(346deg)
    brightness(101%) contrast(105%);
}

/* adt-event-hero-section-end */

/* adt-event-list-section-start */
.adt-event-list-section {
  padding: 100px 0 70px 0;
  background-color: #ffff;
}

.adt-event-list-card {
  position: relative;
  background-color: #ffff;
  padding: 6px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.adt-event-list-section .adt-event-list-card {
  margin-top: 0;
}

.adt-event-list-card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.adt-event-list-card::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 6px);
  border-radius: 4px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.02) 100%
  );
}

.adt-event-list-card img.main_event_image {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.adt-event-list-card .event-bid-time {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0px 2px 0px 4px;
  min-width: 180px;
  text-align: center;
}

.adt-event-list-card .event-bid-time span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #ffff;
  margin-right: 14px;
}

.adt-event-list-card .event-bid-time span:last-child {
  margin-right: 0;
}

.adt-event-list-card .event-bid-time span::before,
.adt-event-list-card .event-bid-time span::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -9px;
  width: 4px;
  height: 4px;
  background-color: #ffff;
  border-radius: 10px;
}

.adt-event-list-card .event-bid-time span::after {
  top: 12px;
}

.adt-event-list-card .event-bid-time span:last-child::before,
.adt-event-list-card .event-bid-time span:last-child::after {
  content: none;
}

.adt-event-list-card .event-list-content {
  position: absolute;
  bottom: 26px;
  left: 26px;
  max-width: 260px;
}

.adt-event-list-card .event-list-content > span {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #ffff;
  gap: 10px;
  margin-bottom: 10px;
}

.adt-event-list-card .event-list-content > span i {
  color: #ffe500;
}

.adt-event-list-card .event-list-content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.adt-event-list-card .event-list-content .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.adt-event-list-card .event-list-content .meta img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.adt-event-list-card .event-list-content .meta span {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #ffffff;
}

.adt-event-list-card .event-list-content .meta i {
  position: relative;
  color: #ffe500;
  margin-left: 10px;
}

.adt-event-list-card .event-list-content .meta i::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -12px;
  width: 4px;
  height: 4px;
  background-color: #ffe500;
  border-radius: 10px;
}

.adt-event-list-carousel > .owl-nav {
  display: block;
  position: absolute;
  margin-top: 0;
  top: -65px;
  right: -10px;
  text-align: right;
}

.adt-event-list-carousel > .owl-nav .owl-prev,
.adt-event-list-carousel > .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  background: #f6f6f6 !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 4px;
  margin: 0 10px;
  opacity: 1;
}

.adt-event-list-carousel > .owl-nav .owl-prev i,
.adt-event-list-carousel > .owl-nav .owl-next i {
  color: #6d6d6d;
}

.adt-event-list-section .adt-location-box {
  margin-top: 20px;
}

.adt-popular-place-carousel .adt-location-box {
  margin-top: 0px;
}

.adt-event-list-section .adt-popular-place-carousel > .owl-nav {
  top: -65px;
  right: -12px;
}

.adt-event-list-section .adt-popular-place-carousel > .owl-nav button.owl-prev,
.adt-event-list-section .adt-popular-place-carousel > .owl-nav button.owl-next {
  background: #f6f6f6 !important;
  border: 1px solid #f0f0f0 !important;
}

.adt-event-list-section .adt-location-box::before {
  content: none;
}

.adt-event-list-section .adt-location-box:hover .location-meta-box .ads-count {
  color: #6d6d6d;
  background-color: #f6f6f6;
}

/* adt-event-list-section-end */

/* adt-event-experience-section-start */
.adt-event-experience-section {
  background-image: url(../imgs/event-user-exp-bg.png);
  background-size: cover;
}

.adt-event-experience-section .content-box span,
.adt-event-experience-section .content-box ul li i {
  color: #ffe500;
}

.adt-event-experience-section .content-box h2,
.adt-event-experience-section .content-box p,
.adt-event-experience-section .content-box ul li {
  color: #ffffff;
}

.adt-event-experience-section .content-box h2 {
  max-width: 520px;
}

.adt-button-dark-event {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  padding: 12px 65px;
  background-color: #242424;
  border-radius: 4px;
}

.adt-event-experience-section .content-box .adt-button-dark-event {
  background-color: #ffff;
  color: #242424;
}

.adt-event-experience-section .left-img-box {
  position: relative;
  height: 612px;
}

.adt-event-experience-section .left-img-box .event-exp-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 412px;
  height: 412px;
}

.adt-event-experience-section .left-img-box .event-exp-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 412px;
  height: 412px;
}

.adt-event-experience-section .left-img-box .play-btn {
  background-color: #ffe500;
  bottom: 152px;
  left: 160px;
}

.adt-event-experience-section .left-img-box .play-btn::before,
.adt-event-experience-section .left-img-box .play-btn::after {
  background-color: rgba(255, 229, 0, 0.5);
}

.adt-event-experience-section .left-img-box .play-btn i {
  color: #242424;
}

.adt-event-experience-section .left-img-box .experience-box {
  padding: 0;
  left: unset;
  right: 0;
  top: 40px;
  background-color: unset;
  box-shadow: none;
}

.adt-event-experience-section .left-img-box .experience-box strong {
  font-size: 65px;
  line-height: 80px;
  color: #ffe500;
  margin-bottom: 0;
}

.adt-event-experience-section .left-img-box .experience-box span {
  text-align: right;
  margin: 0 0 0 auto;
  color: #ffff;
}

/* adt-event-experience-section-end */

/* adt-events-list-section-start */
.adt-events-list-section {
  padding: 100px 0;
  background-color: #f0f0f0;
}

.adt-events-list-section .top-heading-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.adt-events-list-section .top-heading-box h2 {
  font-size: 26px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
}

.adt-events-list-section .top-heading-box p {
  color: #6d6d6d;
  max-width: 650px;
}

.adt-event-list-box {
  display: flex;
  align-items: center;
  margin-top: 36px;
}

.adt-event-list-box {
  transition: 0.3s ease-in-out;
}

.adt-event-list-box .event-img-box {
  width: 303px;
  position: relative;
}

.adt-event-list-box .event-img-box img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adt-event-list-box .event-img-box .event-bid-time {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 200px;
  margin: 0 auto;
  padding: 8px 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
}

.adt-event-list-box .event-img-box .event-bid-time span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #ffff;
  margin-right: 14px;
}

.adt-event-list-box .event-img-box .event-bid-time span::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -9px;
  width: 4px;
  height: 4px;
  background-color: #ffff;
  border-radius: 10px;
}

.adt-event-list-box .event-img-box .event-bid-time span:last-child {
  margin-right: 0;
}

.adt-event-list-box .event-img-box .event-bid-time span:last-child::before {
  content: none;
}

.adt-event-list-box .event-detail-box {
  position: relative;
  padding: 20px 200px 20px 36px;
  width: calc(100% - 303px);
}

.adt-event-list-box .event-detail-box h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  color: #242424;
}

.adt-event-list-box .event-detail-box ul {
  margin-bottom: 5px;
}

.adt-event-list-box .event-detail-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 34px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
}

.adt-event-list-box .event-detail-box ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #ff002e;
}

.adt-event-list-box .event-detail-box ul li:last-child::before {
  content: none;
}

.adt-event-list-box .event-detail-box ul li i,
.adt-event-list-box .event-detail-box ul li img {
  margin-right: 5px;
}

.adt-event-list-box .event-detail-box ul li img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.adt-event-list-box .event-detail-box p {
  line-height: 30px;
  color: #6d6d6d;
}

.adt-event-list-box .event-detail-box .event-external-link {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.adt-event-list-box:hover .event-detail-box .event-external-link {
  background-color: #242424;
}

.adt-event-list-box .event-detail-box .event-external-link img {
  transition: 0.3s ease-in-out;
}

.adt-event-list-box:hover .event-detail-box .event-external-link img {
  filter: invert();
  transform: rotate(45deg);
}

/* adt-events-list-section-end */
.adt-event-home-blog-section {
  padding-top: 0;
}

/* responsive css */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .adt-event-hero-section .main-img-box {
    width: 665px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .adt-hero-directory-section .content-box .sub-title {
    font-size: 28px;
  }

  .adt-hero-directory-section .content-box h1 {
    font-size: 44px;
  }

  .adt-hero-directory-section
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    padding: 8px 12px;
  }

  .adt-hero-directory-section .main-img-box .shape-1 {
    left: -20px;
  }

  .adt-car-ad-card .adt-property-content-box .rating-box i {
    font-size: 12px;
  }

  .adt-hero-city-section .content-box h1 {
    font-size: 46px;
  }

  .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {
    width: 890px;
  }

  .adt-event-hero-section .main-img-box {
    width: 44%;
  }

  .adt-event-list-card .event-list-content {
    max-width: 210px;
  }

  .adt-event-experience-section .left-img-box .play-btn {
    left: 85px;
  }

  .adt-event-list-box .event-detail-box {
    padding: 20px 100px 20px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-hero-directory-section .content-box .sub-title {
    font-size: 24px;
  }

  .adt-hero-directory-section .content-box h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar {
    gap: 10px;
  }

  .adt-hero-directory-section
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    padding: 8px 4px;
  }

  .adt-hero-directory-section
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box {
    width: calc(40% - 10px);
  }

  .adt-hero-directory-section .main-img-box .shape-1 {
    left: -30px;
  }

  .adt-hero-city-section {
    padding-top: 140px;
  }

  .adt-hero-city-section .content-box .sub-title {
    font-size: 28px;
    line-height: 40px;
  }

  .adt-hero-city-section .content-box h1 {
    font-size: 40px;
    line-height: 52px;
  }

  .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {
    width: 720px;
  }

  .adt-event-hero-section .main-img-box {
    display: none;
  }

  .adt-event-experience-section .left-img-box .event-exp-1,
  .adt-event-experience-section .left-img-box .event-exp-2 {
    width: 350px;
    height: 350px;
  }

  .adt-event-experience-section .left-img-box .play-btn {
    bottom: 255px;
    left: 110px;
  }

  .adt-event-list-box .event-img-box {
    width: 248px;
    height: 260px;
  }

  .adt-event-list-box .event-detail-box {
    width: calc(100% - 248px);
    padding: 20px 100px 20px 20px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .adt-hero-directory-section .content-box {
    margin-bottom: 30px;
  }

  .adt-hero-directory-section .main-img-box {
    text-align: center;
  }

  .adt-hero-directory-section .main-img-box .play-btn {
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .adt-event-hero-section .main-img-box {
    display: none;
  }

  .adt-event-experience-section .left-img-box {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar {
    gap: 20px;
  }

  .adt-car-ad-card .adt-property-content-box .rating-box .reviews {
    font-size: 12px;
    margin: 0;
  }

  .adt-car-ad-card .adt-property-content-box .rating-box i {
    font-size: 10px;
  }

  .adt-hero-city-section {
    padding-top: 120px;
  }

  .adt-hero-city-section .content-box .sub-title {
    font-size: 28px;
    line-height: 40px;
  }

  .adt-hero-city-section .content-box h1 {
    font-size: 44px;
  }

  .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {
    width: 100%;
  }

  .adt-place-detail-box {
    height: 650px;
  }

  .adt-place-popular-location-section .adt-location-box .location-meta-box {
    flex-wrap: wrap;
    gap: 10px;
  }

  .adt-event-list-card {
    padding: 6px;
  }

  .adt-event-list-card .event-bid-time {
    top: 15px;
    right: 15px;
    width: calc(100% - 30px);
    text-align: center;
  }

  .adt-event-list-card .event-list-content {
    bottom: 15px;
    left: 15px;
    max-width: 190px;
  }

  .adt-event-list-card .event-list-content h6 {
    font-size: 14px;
  }

  .adt-event-list-card .event-list-content .meta span,
  .adt-event-list-card .event-list-content .meta i {
    font-size: 10px;
  }

  .adt-event-experience-section .left-img-box .play-btn {
    left: 230px;
  }

  .adt-event-hero-section .adt-hero-search-tabs .search-filters-bar {
    gap: 20px;
  }

  .adt-event-list-box .event-img-box {
    width: 248px;
    height: 260px;
  }

  .adt-event-list-box .event-detail-box {
    width: calc(100% - 248px);
    padding: 0px 0px 0px 20px;
  }

  .adt-event-list-box .event-detail-box h3 {
    font-size: 20px;
  }

  .adt-event-list-box .event-detail-box p {
    font-size: 14px;
  }

  .adt-event-list-box .event-detail-box .event-external-link {
    width: 40px;
    height: 40px;
    top: 26px;
    left: -50px;
  }

  .adt-event-list-box .event-detail-box .event-external-link img {
    width: 36px;
  }

  .adt-event-list-card .event-list-content .meta i::after {
    top: 3px;
  }

  .adt-popular-place-carousel .adt-location-box .location-meta-box {
    padding: 20px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-hero-directory-section {
    padding-top: 120px;
  }

  .adt-hero-directory-section .content-box .sub-title {
    font-size: 28px;
  }

  .adt-hero-directory-section .content-box h1 {
    font-size: 40px;
    line-height: 52px;
  }

  .adt-hero-directory-section
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    padding: 8px 10px;
  }

  .adt-hero-directory-section .main-img-box .shape-1 {
    left: -44px;
  }

  .adt-car-ad-card .adt-property-content-box .rating-box i {
    font-size: 12px;
  }

  .adt-hero-city-section {
    padding-top: 120px;
  }

  .adt-hero-city-section .content-box .sub-title {
    font-size: 26px;
    line-height: 40px;
  }

  .adt-hero-city-section .content-box h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {
    width: 100%;
  }

  .adt-place-detail-box {
    height: 500px;
  }

  .adt-popular-place-carousel > .owl-nav {
    position: unset;
    margin-top: 20px;
    text-align: center;
  }

  .adt-about-experience-section
    ~ .adt-car-explore-section.adt-place-explore-section {
    padding-top: 100px;
  }

  .adt-event-hero-section {
    padding: 100px 0 140px 0;
  }

  .adt-event-hero-section .content-box h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .adt-event-hero-section
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    padding: 8px 10px;
  }

  .adt-event-list-card .event-list-content {
    max-width: 190px;
  }

  .adt-event-experience-section .left-img-box {
    height: 550px;
  }

  .adt-event-experience-section .left-img-box .event-exp-1,
  .adt-event-experience-section .left-img-box .event-exp-2 {
    width: 350px;
    height: 350px;
  }

  .adt-event-experience-section .left-img-box .play-btn {
    left: 120px;
  }

  .adt-event-list-box {
    flex-direction: column;
  }

  .adt-event-list-box .event-img-box {
    width: 100%;
  }

  .adt-event-list-box .event-detail-box {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .adt-event-list-box .event-detail-box .event-external-link {
    width: 50px;
    height: 50px;
    top: -68px;
    right: 20px;
    transform: unset;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .adt-hero-directory-section {
    padding-top: 120px;
  }

  .adt-hero-directory-section .content-box .sub-title {
    font-size: 24px;
    line-height: 30px;
  }

  .adt-hero-directory-section .content-box h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .adt-hero-directory-section
    .adt-hero-search-tabs
    .search-filters-bar
    .filter-box {
    width: 100%;
  }

  .adt-hero-directory-section
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 100%;
  }

  .adt-hero-directory-section
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    padding: 8px 10px;
  }

  .adt-hero-directory-section .main-img-box .shape-1 {
    left: -44px;
  }

  .adt-hero-directory-section .adt-find-by-categories-carousel > .owl-nav {
    position: unset;
    margin-top: 20px;
    text-align: center;
  }

  .adt-hero-city-section {
    padding: 120px 0 60px 0;
  }

  .adt-hero-city-section .content-box .sub-title {
    font-size: 24px;
    line-height: 40px;
  }

  .adt-hero-city-section .content-box h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {
    width: 100%;
  }

  .adt-place-detail-box {
    height: 470px;
  }

  .adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav {
    position: unset;
    margin-top: 20px;
    text-align: center;
  }

  .adt-directory-listing-section {
    padding: 60px 0 30px 0;
  }

  .adt-popular-place-carousel > .owl-nav {
    position: unset;
    margin-top: 20px;
    text-align: center;
  }

  .adt-about-experience-section
    ~ .adt-car-explore-section.adt-place-explore-section {
    padding-top: 60px;
  }

  .adt-event-hero-section {
    padding: 80px 0 120px 0;
  }

  .adt-event-hero-section .content-box .sub-title {
    font-size: 26px;
    line-height: 38px;
  }

  .adt-event-hero-section .content-box h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .adt-event-hero-section .adt-hero-search-tabs .search-filters-bar .filter-box,
  .adt-event-hero-section
    .adt-hero-search-tabs
    .search-filters-bar
    .search-button {
    width: 100%;
  }

  .adt-event-list-section {
    padding: 60px 0;
  }

  .adt-event-list-carousel > .owl-nav {
    position: unset;
    margin-top: 20px;
    text-align: center;
  }

  .adt-event-experience-section .left-img-box {
    height: 100%;
  }

  .adt-event-experience-section .left-img-box .event-exp-1,
  .adt-event-experience-section .left-img-box .event-exp-2 {
    position: unset;
    width: 100%;
    height: auto;
  }

  .adt-event-experience-section .left-img-box img ~ img {
    margin-top: 20px;
  }

  .adt-event-experience-section .left-img-box .play-btn {
    right: unset;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
  }

  .adt-event-experience-section .left-img-box .experience-box {
    left: 0;
    right: 0;
    text-align: center;
  }

  .adt-event-experience-section .left-img-box .experience-box strong {
    padding-left: 0;
  }

  .adt-event-experience-section .left-img-box .experience-box span {
    text-align: center;
    max-width: 100%;
  }

  .adt-event-list-carousel {
    margin-bottom: 0px;
  }

  .adt-events-list-section {
    padding: 60px 0;
  }

  .adt-event-list-box {
    flex-direction: column;
  }

  .adt-event-list-box .event-img-box {
    width: 100%;
  }

  .adt-event-list-box .event-detail-box {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .adt-event-list-box .event-detail-box .event-external-link {
    width: 50px;
    height: 50px;
    top: -68px;
    right: 20px;
    transform: unset;
  }
}

/*.leaflet-popup-content-wrapper, .leaflet-popup-tip {*/
/*    background: white;*/
/*    color: #333;*/
/*    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);*/
/*    width: 250px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*!* adt-hero-directory-section-start *!*/
/*.adt-hero-directory-section {*/
/*    padding: 160px 0 60px 0;*/
/*    background-image: url(../imgs/hero-directory-bg.png);*/
/*    background-size: cover;*/
/*    overflow-x: hidden;*/
/*}*/
/*.adt-hero-directory-section > .container > .row {*/
/*    align-items: center;*/
/*}*/
/*.adt-hero-directory-section .content-box .sub-title {*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
/*    font-family: "Kalam", cursive;*/
/*    line-height: 50px;*/
/*    color: #FF002E;*/
/*}*/
/*.adt-hero-directory-section .content-box h1 {*/
/*    font-size: 50px;*/
/*    font-weight: 700;*/
/*    line-height: 62px;*/
/*    color: #231900;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.adt-hero-directory-section .content-box p {*/
/*    line-height: 30px;*/
/*    color: #6D6D6D;*/
/*    margin-bottom: 40px !important;*/
/*    max-width: 616px;*/
/*}*/
/*.adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar {*/
/*    max-width: 660px;*/
/*    border-radius: 4px;*/
/*}*/
/*.adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .filter-box {*/
/*    width: calc(40% - 20px);*/
/*}*/
/*.adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*    width: 20%;*/
/*    padding: 8px 20px;*/
/*}*/
/*.adt-hero-directory-section .popular-keywords {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.adt-hero-directory-section .popular-keywords::before {*/
/*    content: url(../imgs/line-round-vector.png);*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: -80px;*/
/*    opacity: 0.4;*/
/*}*/
/*.adt-hero-directory-section .popular-keywords li {*/
/*    display: inline-block;*/
/*    margin: 0 15px 10px 0;*/
/*}*/
/*.adt-hero-directory-section .popular-keywords li strong {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    line-height: 16px;*/
/*    color: #242424;*/
/*    margin-right: 15px;*/
/*}*/
/*.adt-hero-directory-section .popular-keywords li a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    color: #6D6D6D;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.adt-hero-directory-section .popular-keywords li a:hover {*/
/*    color: #FF002E;*/
/*}*/
/*.adt-hero-directory-section .popular-keywords li a img {*/
/*    margin-right: 5px;*/
/*}*/
/*.adt-hero-directory-section .popular-keywords li a:hover img {*/
/*    filter: invert(11%) sepia(85%) saturate(7499%) hue-rotate(346deg) brightness(101%) contrast(105%);*/
/*}*/
/*.adt-hero-directory-section .main-img-box {*/
/*    position: relative;*/
/*    text-align: right;*/
/*}*/
/*.adt-hero-directory-section .main-img-box .main-img {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.adt-hero-directory-section .main-img-box .shape-1 {*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    left: 44px;*/
/*}*/
/*.adt-hero-directory-section .main-img-box .shape-2 {*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    right: 174px;*/
/*    width: 70px;*/
/*    height: 70px;*/
/*}*/
/*.adt-hero-directory-section .main-img-box .red-lines {*/
/*    position: absolute;*/
/*    top: 54px;*/
/*    right: -80px;*/
/*}*/
/*.adt-hero-directory-section .main-img-box .play-btn {*/
/*    position: absolute;*/
/*    bottom: 130px;*/
/*    left: 50px;*/
/*    width: 95px;*/
/*    height: 95px;*/
/*    background-color: #FF002E;*/
/*    border-radius: 50%;*/
/*    font-size: 36px;*/
/*    color: #ffff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 1;*/
/*}*/
/*.adt-hero-directory-section .main-img-box .play-btn::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(255, 0, 46, 1);*/
/*    border-radius: 50%;*/
/*    z-index: 1;*/
/*    animation: ripple 1.5s ease-out infinite;*/
/*    animation-delay: 0s;*/
/*    animation-delay: 0.2s;*/
/*}*/
/*.adt-hero-directory-section .main-img-box .play-btn::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(255, 0, 46, 1);*/
/*    border-radius: 50%;*/
/*    z-index: 1;*/
/*    animation: ripple-sub 1.5s ease-out infinite;*/
/*    animation-delay: 0s;*/
/*    animation-delay: 0.2s;*/
/*}*/
/*.adt-hero-directory-section .main-img-box .play-btn i {*/
/*    position: relative;*/
/*    margin-left: 7px;*/
/*    z-index: 2;*/
/*}*/
/*.adt-hero-directory-section .categories-carousel-box {*/
/*    margin-top: 60px;*/
/*}*/
/*.categories-carousel-box h3 {*/
/*    font-size: 26px;*/
/*    font-weight: 700;*/
/*    line-height: 32px;*/
/*    font-family: "Lexend Deca", sans-serif;*/
/*    color: #242424;*/
/*    margin-bottom: 35px;*/
/*}*/
/*.categories-carousel-box .category-box-main {*/
/*    position: relative;*/
/*    padding: 34px 10px;*/
/*    background-color: #ffffff;*/
/*    border: 1px solid #F0F0F0;*/
/*    border-radius: 4px;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.categories-carousel-box .category-box-main::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    right: 0px;*/
/*    transform: translate(50%, 50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    background-color: rgba(255, 255, 255, 0.15);*/
/*    transition: 0.3s ease-in-out;*/
/*    border-radius: 50%;*/
/*    z-index: -1;*/
/*}*/
/*.categories-carousel-box .category-box-main:hover::before {*/
/*    width: 200px;*/
/*    height: 200px;*/
/*}*/
/*.categories-carousel-box .category-box-main:hover {*/
/*    background-color: #242424;*/
/*    border: 1px solid #242424;*/
/*}*/
/*.categories-carousel-box .category-box-main img {*/
/*    width: auto;*/
/*    height: 50px;*/
/*    margin: 0 auto;*/
/*}*/
/*.categories-carousel-box .category-box-main:hover img {*/
/*    filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(329deg) brightness(102%) contrast(105%);*/
/*}*/
/*.categories-carousel-box .category-box-main span {*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    line-height: 22px;*/
/*    color: #242424;*/
/*    padding: 20px 0 5px 0;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.categories-carousel-box .category-box-main small {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    color: #6D6D6D;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.categories-carousel-box .category-box-main:hover span, .adt-hero-directory-section .categories-carousel-box .category-box-main:hover small {*/
/*    color: #ffff;*/
/*}*/
/*.adt-hero-directory-section .adt-find-by-categories-carousel > .owl-nav {*/
/*    display: block;*/
/*    position: absolute;*/
/*    margin-top: 0;*/
/*    top: -70px;*/
/*    right: -10px;*/
/*    text-align: right;*/
/*}*/
/*.adt-hero-directory-section .adt-find-by-categories-carousel > .owl-nav .owl-prev, .adt-hero-directory-section .adt-find-by-categories-carousel > .owl-nav .owl-next {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    background: #ffffff !important;*/
/*    border-radius: 4px;*/
/*    margin: 0 10px;*/
/*    opacity: 1;*/
/*}*/
/*.adt-hero-directory-section .adt-find-by-categories-carousel > .owl-nav .owl-prev i, .adt-hero-directory-section .adt-find-by-categories-carousel > .owl-nav .owl-next i {*/
/*    color: #6D6D6D;*/
/*}*/
/*!* adt-hero-directory-section-end *!*/

/*!* adt-directory-explore-section-start *!*/
/*.adt-directory-explore-section .adt-property-ads-carousel > .owl-nav .owl-prev, .adt-directory-explore-section .adt-property-ads-carousel > .owl-nav .owl-next{*/
/*    background-color: #F0F5F8 !important;*/
/*    border-color: #F0F5F8 !important;*/
/*}*/
/*.adt-directory-explore-section .adt-ads-top-box .adt-button-1 {*/
/*    background-color: #F0F5F8;*/
/*    border-color: #F0F5F8;*/
/*}*/
/*.adt-directory-explore-section .adt-car-ad-card .adt-property-content-box h3 {*/
/*    max-width: 100%;*/
/*}*/
/*.adt-car-ad-card .adt-property-content-box .rating-box {*/
/*    margin-top: 10px;*/
/*}*/
/*.adt-car-ad-card .adt-property-content-box .rating-box .rating {*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    line-height: 16px;*/
/*    color: #ffff;*/
/*    padding: 4px 6px;*/
/*    border-radius: 2px;*/
/*    background-color: #EA9A00;*/
/*}*/
/*.adt-car-ad-card .adt-property-content-box .rating-box .reviews {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    color: #6D6D6D;*/
/*    margin: 0 5px;*/
/*}*/
/*.adt-car-ad-card .adt-property-content-box .rating-box i {*/
/*    font-size: 14px;*/
/*    color: #EA9A00;*/
/*    margin-right: 2px;*/
/*}*/
/*!* adt-directory-explore-section-end *!*/

/*!* adt-directory-popular-location-section-start *!*/
/*.adt-directory-popular-location-section {*/
/*    background-image: url(../imgs/directory-location-bg.png);*/
/*    background-size: cover;*/
/*}*/
/*.adt-directory-popular-location-section .top-heading-box p {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 30px;*/
/*    color: #6D6D6D;*/
/*}*/
/*.adt-directory-popular-location-section .top-heading-box p span {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    color: #FF002E;*/
/*}*/
/*.adt-directory-popular-location-section .adt-location-box::before {*/
/*    content: none;*/
/*}*/
/*.adt-directory-popular-location-section .adt-location-box:hover .location-meta-box .ads-count {*/
/*    color: #6D6D6D;*/
/*    background-color: #F6F6F6;*/
/*}*/
/*.adt-directory-popular-location-section .button-box {*/
/*    text-align: center;*/
/*    margin-top: 30px;*/
/*}*/
/*.adt-directory-popular-location-section .button-box a {*/
/*    padding: 12px 36px;*/
/*    text-transform: capitalize;*/
/*}*/
/*!* adt-directory-popular-location-section-end *!*/

/*!* adt-directory-work-flow-section-start *!*/
/*.adt-directory-work-flow-section {*/
/*    background-image: none;*/
/*}*/
/*.adt-directory-work-flow-section .adt-work-process-card {*/
/*    background-color: #F2F2F2;*/
/*}*/
/*!* adt-directory-work-flow-section-end *!*/

/*!* adt-directory-listing-section-start *!*/
/*.adt-directory-listing-section {*/
/*    padding: 100px 0 70px 0;*/
/*    background-image: url(../imgs/directory-location-bg.png);*/
/*    background-size: cover;*/
/*}*/
/*.adt-directory-listing-section.adt-place-listing-section {*/
/*    background-image: unset;*/
/*    background-color: #ffff;*/
/*}*/
/*.adt-directory-listing-section .heading-content {*/
/*    margin-bottom: 60px;*/
/*    text-align: center;*/
/*}*/
/*.adt-directory-listing-section .heading-content h2 {*/
/*    color: #242424;*/
/*    font-size: 26px;*/
/*    font-weight: 700;*/
/*    line-height: 32px;*/
/*    background-color: unset;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.adt-directory-listing-section .heading-content p {*/
/*    color: #6D6D6D;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 30px;*/
/*    max-width: 564px;*/
/*    margin: 0 auto;*/
/*}*/
/*.adt-directory-listing-section .adt-property-ad-card {*/
/*    margin-bottom: 30px;*/
/*}*/
/*.adt-directory-listing-section .adt-car-ad-card .adt-property-content-box h3 {*/
/*    max-width: 100%;*/
/*}*/
/*!* adt-directory-listing-section-end *!*/

/*!* adt-estate-pricing-section-start *!*/
/*.adt-directory-pricing-section {*/
/*    background-color: #ffff;*/
/*}*/
/*.adt-place-pricing-section {*/
/*    background-image: url(../imgs/place-price-bg.png);*/
/*    background-size: cover;*/
/*}*/
/*.adt-directory-pricing-section .heading-content,*/
/*.adt-place-pricing-section .heading-content {*/
/*    margin-bottom: 60px;*/
/*    text-align: center;*/
/*}*/
/*.adt-directory-pricing-section .heading-content h2,*/
/*.adt-place-pricing-section .heading-content h2 {*/
/*    color: #242424;*/
/*    font-size: 26px;*/
/*    font-weight: 700;*/
/*    line-height: 32px;*/
/*    background-color: unset;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.adt-directory-pricing-section .heading-content p,*/
/*.adt-place-pricing-section .heading-content p {*/
/*    color: #6D6D6D;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 30px;*/
/*    max-width: 564px;*/
/*    margin: 0 auto;*/
/*}*/
/*.adt-directory-pricing-section .adt-pricing-plan-card {*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.adt-directory-pricing-section .adt-pricing-plan-card:hover {*/
/*    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);*/
/*}*/
/*!* adt-estate-pricing-section-end *!*/

/*!* adt-hero-city-section-start *!*/
/*.adt-hero-city-section {*/
/*    padding: 180px 0 80px 0;*/
/*    background-image: url(../imgs/adt-city-hero-bg.png);*/
/*    background-size: cover;*/
/*}*/
/*.adt-hero-city-section .container .row {*/
/*    align-items: center;*/
/*}*/
/*.adt-hero-city-section .content-box .sub-title {*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
/*    font-family: "Kalam", cursive;*/
/*    line-height: 50px;*/
/*    color: #FF002E;*/
/*}*/
/*.adt-hero-city-section .content-box h1 {*/
/*    font-size: 50px;*/
/*    font-weight: 700;*/
/*    line-height: 62px;*/
/*    color: #231900;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.adt-hero-city-section .content-box p {*/
/*    line-height: 30px;*/
/*    color: #6D6D6D;*/
/*    margin-bottom: 40px !important;*/
/*    max-width: 790px;*/
/*}*/
/*.adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {*/
/*    position: relative;*/
/*    max-width: 980px;*/
/*    width: 980px;*/
/*    border-radius: 4px;*/
/*    z-index: 2;*/
/*}*/
/*.adt-hero-city-section .categories-carousel-box {*/
/*    margin-top: 60px;*/
/*}*/
/*.adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav {*/
/*    display: block;*/
/*    position: absolute;*/
/*    margin-top: 0;*/
/*    top: -70px;*/
/*    right: -10px;*/
/*    text-align: right;*/
/*}*/
/*.adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav .owl-prev, .adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav .owl-next {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    background: #ffffff !important;*/
/*    border: 1px solid #F0F0F0;*/
/*    border-radius: 4px;*/
/*    margin: 0 10px;*/
/*    opacity: 1;*/
/*}*/
/*.adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav .owl-prev i, .adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav .owl-next i {*/
/*    color: #6D6D6D;*/
/*}*/
/*.adt-place-detail-box {*/
/*    height: 450px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.25);*/
/*}*/
/*.adt-place-detail-box::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 4px 4px 0 0;*/
/*    background: linear-gradient(to bottom, rgba(0,0,0,0.98) 0% , rgba(0,0,0,0.1) 80%);*/
/*    z-index: 1;*/
/*}*/
/*.adt-place-detail-box::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 0 0 4px 4px;*/
/*    background: linear-gradient(to top, rgba(0,0,0,0.88) 0% , rgba(0,0,0,0.10) 20%, rgba(0,0,0,0.02) 30%);*/
/*    z-index: 1;*/
/*}*/
/*.adt-place-detail-box .place-img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 4px;*/
/*    object-fit: cover;*/
/*}*/
/*.adt-place-detail-box .place-content-box {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    max-width: 300px;*/
/*    z-index: 2;*/
/*    padding-right: 20px;*/
/*}*/
/*.adt-place-detail-box .place-content-box .tag {*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 15px;*/
/*    color: #242424;*/
/*    padding: 4px 10px;*/
/*    background-color: #ffff;*/
/*    border-radius: 2px;*/
/*    margin-bottom: 8px;*/
/*}*/
/*.adt-place-detail-box .place-content-box h5 {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    line-height: 25px;*/
/*    color: #ffff;*/
/*    margin-bottom: 8px;*/
/*}*/
/*.adt-place-detail-box .place-content-box p {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    color: #ffff;*/
/*}*/
/*.adt-place-detail-box .place-content-box p i {*/
/*    margin-right: 8px;*/
/*}*/
/*.adt-place-detail-carousel .owl-nav {*/
/*    position: absolute;*/
/*    margin-top: 0;*/
/*    bottom: 20px;*/
/*    right: 15px;*/
/*}*/
/*.adt-place-detail-carousel .owl-nav .owl-prev,*/
/*.adt-place-detail-carousel .owl-nav .owl-next {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background: #ffff !important;*/
/*    border-radius: 50%;*/
/*    margin: 0 5px;*/
/*    opacity: 1;*/
/*    border: 1px solid #F0F0F0 !important;*/
/*}*/
/*.adt-place-detail-carousel .owl-nav .owl-prev i,*/
/*.adt-place-detail-carousel .owl-nav .owl-next i {*/
/*    font-size: 14px;*/
/*    color: #6D6D6D;*/
/*}*/
/*!* adt-hero-city-section-end *!*/

/*!* adt-place-popular-location-section-start *!*/
/*.adt-place-popular-location-section {*/
/*    padding-bottom: 150px;*/
/*    position: relative;*/
/*    !*background-image: url(../imgs/place-location-bg.png);*!*/
/*    background-size: cover;*/
/*    overflow-x: hidden;*/
/*    overflow-y: clip;*/
/*}*/
/*.adt-place-popular-location-section::before {*/
/*    content: url(../images/place-building.png);*/
/*    position: absolute;*/
/*    bottom: -6px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*}*/
/*.adt-place-popular-location-section .top-heading-box {*/
/*    display: block;*/
/*}*/
/*.adt-place-popular-location-section .top-heading-box p {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 30px;*/
/*    color: #6D6D6D;*/
/*    margin-top: 10px;*/
/*    max-width: 564px;*/
/*}*/
/*.adt-popular-place-carousel.owl-carousel .owl-stage-outer {*/
/*    overflow: visible;*/
/*}*/
/*.adt-popular-place-carousel.owl-carousel .owl-stage-outer .owl-item {*/
/*    opacity: 0;*/
/*}*/
/*.adt-popular-place-carousel.owl-carousel .owl-stage-outer .owl-item.active {*/
/*    opacity: 1;*/
/*}*/
/*.adt-place-popular-location-section .adt-location-box:hover::before {*/
/*    opacity: 0;*/
/*}*/
/*.adt-place-popular-location-section .adt-location-box:hover .location-meta-box .ads-count {*/
/*    color: #6D6D6D;*/
/*    background-color: #F6F6F6;*/
/*}*/
/*.adt-popular-place-carousel > .owl-nav {*/
/*    display: block;*/
/*    position: absolute;*/
/*    margin-top: 0;*/
/*    top: -100px;*/
/*    right: 0px;*/
/*    text-align: right;*/
/*}*/
/*.adt-popular-place-carousel > .owl-nav .owl-prev, .adt-popular-place-carousel > .owl-nav .owl-next {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    background: #ffffff !important;*/
/*    border: 1px solid #F0F0F0 !important;*/
/*    border-radius: 4px;*/
/*    margin: 0 10px;*/
/*    opacity: 1;*/
/*}*/
/*.adt-popular-place-carousel > .owl-nav .owl-prev i, .adt-popular-place-carousel > .owl-nav .owl-next i {*/
/*    color: #6D6D6D;*/
/*}*/
/*!* adt-place-popular-location-section-end *!*/

/*!* adt-place-experience-section-start *!*/
/*.adt-place-experience-section {*/
/*    background-image: none;*/
/*    background-color: #ffff;*/
/*}*/
/*.adt-place-experience-section .left-img-box .experience-box {*/
/*    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);*/
/*}*/
/*.adt-place-explore-section {*/
/*    background-image: url(../imgs/adt-city-hero-bg.png);*/
/*    background-size: cover;*/
/*}*/
/*.adt-place-explore-section .adt-car-ad-card .adt-property-content-box h3 {*/
/*    max-width: 100%;*/
/*}*/
/*.adt-place-explore-section .adt-property-ads-carousel > .owl-nav .owl-prev, .adt-place-explore-section .adt-property-ads-carousel > .owl-nav .owl-next {*/
/*    background: #ffffff !important;*/
/*}*/
/*.adt-place-explore-section .adt-ads-top-box .adt-button-1 {*/
/*    background-color: #ffffff;*/
/*}*/
/*!* adt-place-experience-section-end *!*/

/*.adt-transparent-header-1.no-transparent {*/
/*    position: relative;*/
/*    background-color: #ffff;*/
/*}*/

/*!* adt-event-hero-section-start *!*/
/*.adt-event-hero-section {*/
/*    position: relative;*/
/*    padding: 140px 0;*/
/*    !*background-image: url(../imgs/event-bg.png);*!*/
/*    background-size: cover;*/
/*    overflow-x: hidden;*/
/*    overflow-y: clip;*/
/*}*/
/*.adt-event-hero-section::before {*/
/*    content: url(../images/event-hero-vector.png);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-position: top left;*/
/*}*/
/*.adt-event-hero-section::after {*/
/*    content: url(../images/event-hero-clouds.png);*/
/*    position: absolute;*/
/*    bottom: -12px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-position: bottom center;*/
/*}*/
/*.adt-event-hero-section .main-img-box {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    width: 815px;*/
/*}*/
/*.adt-event-hero-section .main-img-box img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    clip-path: polygon(100% 0, 100% 100%, 19% 100%, 0 0);*/
/*}*/
/*.adt-event-hero-section .main-img-box .play-btn {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 10%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 95px;*/
/*    height: 95px;*/
/*    background-color: #FF002E;*/
/*    border-radius: 50%;*/
/*    font-size: 36px;*/
/*    color: #ffff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 1;*/
/*}*/
/*.adt-event-hero-section .main-img-box .play-btn::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(255, 0, 46, 1);*/
/*    border-radius: 50%;*/
/*    z-index: 1;*/
/*    animation: ripple 1.5s ease-out infinite;*/
/*    animation-delay: 0s;*/
/*    animation-delay: 0s;*/
/*    animation-delay: 0.2s;*/
/*}*/
/*.adt-event-hero-section .main-img-box .play-btn::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(255, 0, 46, 1);*/
/*    border-radius: 50%;*/
/*    z-index: 1;*/
/*    animation: ripple-sub 1.5s ease-out infinite;*/
/*    animation-delay: 0s;*/
/*    animation-delay: 0s;*/
/*    animation-delay: 0.2s;*/
/*}*/
/*.adt-event-hero-section .main-img-box .play-btn i {*/
/*    position: relative;*/
/*    margin-left: 7px;*/
/*    z-index: 2;*/
/*}*/
/*.adt-event-hero-section .content-box .sub-title {*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
/*    font-family: "Kalam", cursive;*/
/*    line-height: 50px;*/
/*    color: #FF002E;*/
/*}*/
/*.adt-event-hero-section .content-box h1 {*/
/*    font-size: 50px;*/
/*    font-weight: 700;*/
/*    line-height: 62px;*/
/*    color: #231900;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.adt-event-hero-section .content-box p {*/
/*    line-height: 30px;*/
/*    color: #6D6D6D;*/
/*    margin-bottom: 40px !important;*/
/*    max-width: 616px;*/
/*}*/
/*.adt-event-hero-section .adt-hero-search-tabs .search-filters-bar {*/
/*    max-width: 660px;*/
/*    border-radius: 4px;*/
/*}*/
/*.adt-event-hero-section .adt-hero-search-tabs .search-filters-bar .filter-box {*/
/*    width: calc(40% - 20px);*/
/*}*/
/*.adt-event-hero-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*    width: 20%;*/
/*    padding: 8px 20px;*/
/*}*/
/*.adt-event-hero-section .popular-keywords {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.adt-event-hero-section .popular-keywords li {*/
/*    display: inline-block;*/
/*    margin: 0 15px 10px 0;*/
/*}*/
/*.adt-event-hero-section .popular-keywords li strong {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    line-height: 16px;*/
/*    color: #242424;*/
/*    margin-right: 15px;*/
/*}*/
/*.adt-event-hero-section .popular-keywords li a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    color: #6D6D6D;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.adt-event-hero-section .popular-keywords li a:hover {*/
/*    color: #FF002E;*/
/*}*/
/*.adt-event-hero-section .popular-keywords li a img {*/
/*    margin-right: 5px;*/
/*}*/
/*.adt-event-hero-section .popular-keywords li a:hover img {*/
/*    filter: invert(11%) sepia(85%) saturate(7499%) hue-rotate(346deg) brightness(101%) contrast(105%);*/
/*}*/
/*!* adt-event-hero-section-end *!*/

/*!* adt-event-list-section-start *!*/
/*.adt-event-list-section {*/
/*    padding:  100px 0 70px 0;*/
/*    background-color: #ffff;*/
/*    overflow: hidden;*/
/*}*/
/*.adt-event-list-carousel .owl-stage-outer {*/
/*    overflow: visible;*/
/*}*/
/*.adt-event-list-carousel .owl-stage-outer .owl-item {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/
/*.adt-event-list-carousel .owl-stage-outer .owl-item.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
/*.adt-event-list-card {*/
/*    position: relative;*/
/*    background-color: #ffff;*/
/*    padding: 6px;*/
/*    border: 1px solid #F0F0F0;*/
/*    border-radius: 4px;*/
/*    margin-top: 20px;*/
/*    cursor: pointer;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.adt-event-list-card:hover {*/
/*    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);*/
/*}*/
/*.adt-event-list-card::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 6px;*/
/*    left: 6px;*/
/*    width: calc(100% - 12px);*/
/*    height: calc(100% - 6px);*/
/*    border-radius: 4px;*/
/*    background: linear-gradient(to top, rgba(0,0,0,0.9) 0% , rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.02) 100%);*/
/*}*/
/*.adt-event-list-card img {*/
/*    height: 400px;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*    border-radius: 4px;*/
/*}*/
/*.adt-event-list-card .event-bid-time {*/
/*    position: absolute;*/
/*    top: 26px;*/
/*    right: 26px;*/
/*    padding: 8px 16px;*/
/*    background-color: rgba(0, 0, 0, 0.50);*/
/*    border: 1px solid rgba(255, 255, 255, 0.65);*/
/*    border-radius: 4px;*/
/*}*/
/*.adt-event-list-card .event-bid-time span {*/
/*    position: relative;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    line-height: 20px;*/
/*    color: #ffff;*/
/*    margin-right: 14px;*/
/*}*/
/*.adt-event-list-card .event-bid-time span:last-child {*/
/*    margin-right: 0;*/
/*}*/
/*.adt-event-list-card .event-bid-time span::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    right: -9px;*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    background-color: #ffff;*/
/*    border-radius: 10px;*/
/*}*/
/*.adt-event-list-card .event-bid-time span:last-child::before {*/
/*    content: none;*/
/*}*/
/*.adt-event-list-card .event-list-content {*/
/*    position: absolute;*/
/*    bottom: 26px;*/
/*    left: 26px;*/
/*    max-width: 240px;*/
/*}*/
/*.adt-event-list-card .event-list-content > span {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 15px;*/
/*    color: #ffff;*/
/*    gap: 10px;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.adt-event-list-card .event-list-content > span i {*/
/*    color: #FFE500;*/
/*}*/
/*.adt-event-list-card .event-list-content h6 {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    line-height: 20px;*/
/*    color: #ffffff;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.adt-event-list-card .event-list-content .meta {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/
/*.adt-event-list-card .event-list-content .meta img {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 50%;*/
/*}*/
/*.adt-event-list-card .event-list-content .meta span {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 15px;*/
/*    color: #ffffff;*/
/*}*/
/*.adt-event-list-card .event-list-content .meta i {*/
/*    position: relative;*/
/*    color: #FFE500;*/
/*    margin-left: 10px;*/
/*}*/
/*.adt-event-list-card .event-list-content .meta i::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: -12px;*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    background-color: #FFE500;*/
/*    border-radius: 10px;*/
/*}*/
/*.adt-event-list-carousel {*/
/*    margin-bottom: 100px;*/
/*}*/
/*.adt-event-list-carousel > .owl-nav {*/
/*    display: block;*/
/*    position: absolute;*/
/*    margin-top: 0;*/
/*    top: -76px;*/
/*    right: -10px;*/
/*    text-align: right;*/
/*}*/
/*.adt-event-list-carousel > .owl-nav .owl-prev, .adt-event-list-carousel > .owl-nav .owl-next {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    background: #F6F6F6 !important;*/
/*    border: 1px solid #F0F0F0 !important;*/
/*    border-radius: 4px;*/
/*    margin: 0 10px;*/
/*    opacity: 1;*/
/*}*/
/*.adt-event-list-carousel > .owl-nav .owl-prev i, .adt-event-list-carousel > .owl-nav .owl-next i {*/
/*    color: #6D6D6D;*/
/*}*/
/*.adt-event-list-section .adt-location-box {*/
/*    margin-top: 20px;*/
/*}*/
/*.adt-event-list-section .adt-popular-place-carousel > .owl-nav {*/
/*    top: -76px;*/
/*    right: -12px;*/
/*}*/
/*.adt-event-list-section .adt-popular-place-carousel > .owl-nav button.owl-prev, .adt-event-list-section .adt-popular-place-carousel > .owl-nav button.owl-next {*/
/*    background: #F6F6F6 !important;*/
/*    border: 1px solid #F0F0F0 !important;*/
/*}*/
/*.adt-event-list-section .adt-location-box::before  {*/
/*    content: none;*/
/*}*/
/*.adt-event-list-section .adt-location-box:hover .location-meta-box .ads-count {*/
/*    color: #6D6D6D;*/
/*    background-color: #F6F6F6;*/
/*}*/
/*!* adt-event-list-section-end *!*/

/*!* adt-event-experience-section-start *!*/
/*.adt-event-experience-section {*/
/*    background-image: url(../imgs/event-user-exp-bg.png);*/
/*    background-size: cover;*/
/*}*/
/*.adt-event-experience-section .content-box span,*/
/*.adt-event-experience-section .content-box ul li i {*/
/*    color: #FFE500;*/
/*}*/
/*.adt-event-experience-section .content-box h2,*/
/*.adt-event-experience-section .content-box p,*/
/*.adt-event-experience-section .content-box ul li {*/
/*    color: #FFFFFF;*/
/*}*/
/*.adt-event-experience-section .content-box h2 {*/
/*    max-width: 520px;*/
/*}*/
/*.adt-event-experience-section .content-box .adt-button-dark {*/
/*    background-color: #ffff;*/
/*    color: #242424;*/
/*}*/
/*.adt-event-experience-section .left-img-box {*/
/*    position: relative;*/
/*    height: 612px;*/
/*}*/
/*.adt-event-experience-section .left-img-box .event-exp-1 {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 412px;*/
/*    height: 412px;*/
/*}*/
/*.adt-event-experience-section .left-img-box .event-exp-2 {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 412px;*/
/*    height: 412px;*/
/*}*/
/*.adt-event-experience-section .left-img-box .play-btn {*/
/*    background-color: #FFE500;*/
/*    bottom: 152px;*/
/*    left: 160px;*/
/*}*/
/*.adt-event-experience-section .left-img-box .play-btn::before,*/
/*.adt-event-experience-section .left-img-box .play-btn::after {*/
/*    background-color: rgba(255, 229, 0, 0.5);*/
/*}*/
/*.adt-event-experience-section .left-img-box .play-btn i {*/
/*    color: #242424;*/
/*}*/
/*.adt-event-experience-section .left-img-box .experience-box {*/
/*    padding: 0;*/
/*    left: unset;*/
/*    right: 0;*/
/*    top: 40px;*/
/*    background-color: unset;*/
/*}*/
/*.adt-event-experience-section .left-img-box .experience-box strong {*/
/*    font-size: 65px;*/
/*    line-height: 80px;*/
/*    color: #FFE500;*/
/*    margin-bottom: 0;*/
/*}*/
/*.adt-event-experience-section .left-img-box .experience-box span {*/
/*    text-align: right;*/
/*    margin: 0 0 0 auto;*/
/*    color: #ffff;*/
/*}*/
/*!* adt-event-experience-section-end *!*/

/*!* adt-events-list-section-start *!*/
/*.adt-events-list-section {*/
/*    padding: 100px 0;*/
/*    background-color: #F0F0F0;*/
/*}*/
/*.adt-events-list-section .top-heading-box {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*    flex-wrap: wrap;*/
/*    margin-bottom: 60px;*/
/*}*/
/*.adt-events-list-section .top-heading-box h2 {*/
/*    font-size: 26px;*/
/*    font-weight: 700;*/
/*    color: #242424;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.adt-events-list-section .top-heading-box p {*/
/*    color: #6D6D6D;*/
/*    max-width: 650px;*/
/*}*/
/*.adt-event-list-box {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-top: 36px;*/
/*}*/
/*.adt-event-list-box {*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.adt-event-list-box .event-img-box {*/
/*    width: 303px;*/
/*    position: relative;*/
/*}*/
/*.adt-event-list-box .event-img-box img {*/
/*    border-radius: 4px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*.adt-event-list-box .event-img-box .event-bid-time {*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    max-width: 150px;*/
/*    margin: 0 auto;*/
/*    padding: 8px 16px;*/
/*    background-color: rgba(0, 0, 0, 0.50);*/
/*    border: 1px solid rgba(255, 255, 255, 0.65);*/
/*    border-radius: 4px;*/
/*}*/
/*.adt-event-list-box .event-img-box .event-bid-time span {*/
/*    position: relative;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    line-height: 20px;*/
/*    color: #ffff;*/
/*    margin-right: 14px;*/
/*}*/
/*.adt-event-list-box .event-img-box .event-bid-time span::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    right: -9px;*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    background-color: #ffff;*/
/*    border-radius: 10px;*/
/*}*/
/*.adt-event-list-box .event-img-box .event-bid-time span:last-child {*/
/*    margin-right: 0;*/
/*}*/
/*.adt-event-list-box .event-img-box .event-bid-time span:last-child::before {*/
/*    content: none;*/
/*}*/
/*.adt-event-list-box .event-detail-box {*/
/*    position: relative;*/
/*    padding: 20px 200px 20px 36px;*/
/*    width: calc(100% - 303px);*/
/*}*/
/*.adt-event-list-box .event-detail-box h3 {*/
/*    font-size: 22px;*/
/*    font-weight: 600;*/
/*    line-height: 28px;*/
/*    margin-bottom: 10px;*/
/*    color: #242424;*/
/*}*/
/*.adt-event-list-box .event-detail-box ul {*/
/*    margin-bottom: 5px;*/
/*}*/
/*.adt-event-list-box .event-detail-box ul li {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin-right: 34px;*/
/*    margin-bottom: 5px;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    color: #6D6D6D;*/
/*}*/
/*.adt-event-list-box .event-detail-box ul li::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 7px;*/
/*    right: -20px;*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    border-radius: 10px;*/
/*    background-color: #FF002E;*/
/*}*/
/*.adt-event-list-box .event-detail-box ul li:last-child::before {*/
/*    content: none;*/
/*}*/
/*.adt-event-list-box .event-detail-box ul li i, .adt-event-list-box .event-detail-box ul li img {*/
/*    margin-right: 5px;*/
/*}*/
/*.adt-event-list-box .event-detail-box ul li img {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/
/*.adt-event-list-box .event-detail-box p {*/
/*    line-height: 30px;*/
/*    color: #6D6D6D;*/
/*}*/
/*.adt-event-list-box .event-detail-box .event-external-link {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0%;*/
/*    transform: translate(0%, -50%);*/
/*    width: 85px;*/
/*    height: 85px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background-color: #ffffff;*/
/*    border-radius: 50%;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.adt-event-list-box:hover .event-detail-box .event-external-link {*/
/*    background-color: #242424;*/
/*}*/
/*.adt-event-list-box .event-detail-box .event-external-link img {*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.adt-event-list-box:hover .event-detail-box .event-external-link img {*/
/*    filter: invert();*/
/*    transform: rotate(45deg);*/
/*}*/
/*!* adt-events-list-section-end *!*/
/*.adt-event-home-blog-section {*/
/*    padding-top: 0;*/
/*}*/

/*!* responsive css *!*/
/*@media (min-width: 1400px) and (max-width: 1599.98px) {*/
/*    .adt-event-hero-section .main-img-box {*/
/*        width: 665px;*/
/*    }*/
/*}*/
/*@media (min-width: 1200px) and (max-width: 1399.98px) {*/
/*    .adt-hero-directory-section .content-box .sub-title {*/
/*        font-size: 28px;*/
/*    }*/
/*    .adt-hero-directory-section .content-box h1 {*/
/*        font-size: 44px;*/
/*    }*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*        padding: 8px 12px;*/
/*    }*/
/*    .adt-hero-directory-section .main-img-box .shape-1 {*/
/*        left: -20px;*/
/*    }*/
/*    .adt-car-ad-card .adt-property-content-box .rating-box i {*/
/*        font-size: 12px;*/
/*    }*/
/*    .adt-hero-city-section .content-box h1 {*/
/*        font-size: 46px;*/
/*    }*/
/*    .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {*/
/*        width: 890px;*/
/*    }*/
/*    .adt-event-hero-section .main-img-box {*/
/*        width: 44%;*/
/*    }*/
/*    .adt-event-list-card .event-list-content {*/
/*        max-width: 210px;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .play-btn {*/
/*        left: 85px;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box {*/
/*        padding: 20px 100px 20px 20px;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1199.98px) {*/
/*    .adt-hero-directory-section .content-box .sub-title {*/
/*        font-size: 24px;*/
/*    }*/
/*    .adt-hero-directory-section .content-box h1 {*/
/*        font-size: 36px;*/
/*        line-height: 44px;*/
/*    }*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar {*/
/*        gap: 10px;*/
/*    }*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*        padding: 8px 4px;*/
/*    }*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .filter-box {*/
/*        width: calc(40% - 10px);*/
/*    }*/
/*    .adt-hero-directory-section .main-img-box .shape-1 {*/
/*        left: -30px;*/
/*    }*/
/*    .adt-hero-city-section {*/
/*        padding-top: 140px;*/
/*    }*/
/*    .adt-hero-city-section .content-box .sub-title {*/
/*        font-size: 28px;*/
/*        line-height: 40px;*/
/*    }*/
/*    .adt-hero-city-section .content-box h1 {*/
/*        font-size: 40px;*/
/*        line-height: 52px;*/
/*    }*/
/*    .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {*/
/*        width: 720px;*/
/*    }*/
/*    .adt-event-hero-section .main-img-box {*/
/*        display: none;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .event-exp-1,*/
/*    .adt-event-experience-section .left-img-box .event-exp-2 {*/
/*        width: 350px;*/
/*        height: 350px;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .play-btn {*/
/*        bottom: 255px;*/
/*        left: 110px;*/
/*    }*/
/*    .adt-event-list-box .event-img-box {*/
/*        width: 248px;*/
/*        height: 260px;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box {*/
/*        width: calc(100% - 248px);*/
/*        padding: 20px 100px 20px 20px;*/
/*    }*/
/*}*/
/*@media (min-width: 320px) and (max-width: 991.98px) {*/
/*    .adt-hero-directory-section .content-box {*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .adt-hero-directory-section .main-img-box {*/
/*        text-align: center;*/
/*    }*/
/*    .adt-hero-directory-section .main-img-box .play-btn {*/
/*        bottom: unset;*/
/*        top: 50%;*/
/*        left: 50%;*/
/*        transform: translate(-50%, -50%);*/
/*    }*/
/*    .adt-event-hero-section .main-img-box {*/
/*        display: none;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box {*/
/*        margin-right: 0;*/
/*    }*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991.98px) {*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar {*/
/*        gap: 20px;*/
/*    }*/
/*    .adt-car-ad-card .adt-property-content-box .rating-box .reviews {*/
/*        font-size: 12px;*/
/*        margin: 0;*/
/*    }*/
/*    .adt-car-ad-card .adt-property-content-box .rating-box i {*/
/*        font-size: 10px;*/
/*    }*/
/*    .adt-hero-city-section {*/
/*        padding-top: 120px;*/
/*    }*/
/*    .adt-hero-city-section .content-box .sub-title {*/
/*        font-size: 28px;*/
/*        line-height: 40px;*/
/*    }*/
/*    .adt-hero-city-section .content-box h1 {*/
/*        font-size: 44px;*/
/*    }*/
/*    .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {*/
/*        width: 100%;*/
/*    }*/
/*    .adt-place-detail-box {*/
/*        height: 650px;*/
/*    }*/
/*    .adt-place-popular-location-section .adt-location-box .location-meta-box {*/
/*        flex-wrap: wrap;*/
/*        gap: 10px;*/
/*    }*/
/*    .adt-event-list-card {*/
/*        padding: 6px;*/
/*    }*/
/*    .adt-event-list-card .event-bid-time {*/
/*        top: 15px;*/
/*        right: 15px;*/
/*        width: calc(100% - 30px);*/
/*        text-align: center;*/
/*    }*/
/*    .adt-event-list-card .event-list-content {*/
/*        bottom: 15px;*/
/*        left: 15px;*/
/*        max-width: 190px;*/
/*    }*/
/*    .adt-event-list-card .event-list-content h6 {*/
/*        font-size: 14px;*/
/*    }*/
/*    .adt-event-list-card .event-list-content .meta span,*/
/*    .adt-event-list-card .event-list-content .meta i {*/
/*        font-size: 10px;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .play-btn {*/
/*        left: 230px;*/
/*    }*/
/*    .adt-event-hero-section .adt-hero-search-tabs .search-filters-bar {*/
/*        gap: 20px;*/
/*    }*/
/*    .adt-event-list-box .event-img-box {*/
/*        width: 248px;*/
/*        height: 260px;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box {*/
/*        width: calc(100% - 248px);*/
/*        padding: 0px 0px 0px 20px;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box h3 {*/
/*        font-size: 20px;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box p {*/
/*        font-size: 14px;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box .event-external-link {*/
/*        width: 40px;*/
/*        height: 40px;*/
/*        top: 26px;*/
/*        left: -50px;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box .event-external-link img {*/
/*        width: 36px;*/
/*    }*/
/*    .adt-event-list-card .event-list-content .meta i::after {*/
/*        top: 3px;*/
/*    }*/
/*    .adt-popular-place-carousel .adt-location-box .location-meta-box {*/
/*        padding: 20px 10px;*/
/*    }*/
/*}*/
/*@media (min-width: 576px) and (max-width: 767.98px) {*/
/*    .adt-hero-directory-section {*/
/*        padding-top: 120px;*/
/*    }*/
/*    .adt-hero-directory-section .content-box .sub-title {*/
/*        font-size: 28px;*/
/*    }*/
/*    .adt-hero-directory-section .content-box h1 {*/
/*        font-size: 40px;*/
/*        line-height: 52px;*/
/*    }*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*        padding: 8px 10px;*/
/*    }*/
/*    .adt-hero-directory-section .main-img-box .shape-1 {*/
/*        left: -44px;*/
/*    }*/
/*    .adt-car-ad-card .adt-property-content-box .rating-box i {*/
/*        font-size: 12px;*/
/*    }*/
/*    .adt-hero-city-section {*/
/*        padding-top: 120px;*/
/*    }*/
/*    .adt-hero-city-section .content-box .sub-title {*/
/*        font-size: 26px;*/
/*        line-height: 40px;*/
/*    }*/
/*    .adt-hero-city-section .content-box h1 {*/
/*        font-size: 34px;*/
/*        line-height: 44px;*/
/*    }*/
/*    .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {*/
/*        width: 100%;*/
/*    }*/
/*    .adt-place-detail-box {*/
/*        height: 650px;*/
/*    }*/
/*    .adt-popular-place-carousel > .owl-nav {*/
/*        position: unset;*/
/*        margin-top: 20px;*/
/*        text-align: center;*/
/*    }*/
/*    .adt-about-experience-section ~ .adt-car-explore-section.adt-place-explore-section {*/
/*        padding-top: 100px;*/
/*    }*/
/*    .adt-event-hero-section {*/
/*        padding: 100px 0 140px 0;*/
/*    }*/
/*    .adt-event-hero-section .content-box h1 {*/
/*        font-size: 40px;*/
/*        line-height: 50px;*/
/*    }*/
/*    .adt-event-hero-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*        padding: 8px 10px;*/
/*    }*/
/*    .adt-event-list-card .event-list-content {*/
/*        max-width: 190px;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box {*/
/*        height: 550px;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .event-exp-1,*/
/*    .adt-event-experience-section .left-img-box .event-exp-2 {*/
/*        width: 350px;*/
/*        height: 350px;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .play-btn {*/
/*        left: 120px;*/
/*    }*/
/*    .adt-event-list-box {*/
/*        flex-direction: column;*/
/*    }*/
/*    .adt-event-list-box .event-img-box {*/
/*        width: 100%;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box {*/
/*        width: 100%;*/
/*        padding: 20px 0 0 0;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box .event-external-link {*/
/*        width: 50px;*/
/*        height: 50px;*/
/*        top: -68px;*/
/*        right: 20px;*/
/*        transform: unset;*/
/*    }*/
/*}*/
/*@media (min-width: 320px) and (max-width: 575.98px) {*/
/*    .adt-hero-directory-section {*/
/*        padding-top: 120px;*/
/*    }*/
/*    .adt-hero-directory-section .content-box .sub-title {*/
/*        font-size: 24px;*/
/*        line-height: 30px;*/
/*    }*/
/*    .adt-hero-directory-section .content-box h1 {*/
/*        font-size: 32px;*/
/*        line-height: 42px;*/
/*    }*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .filter-box {*/
/*        width: 100%;*/
/*    }*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*        width: 100%;*/
/*    }*/
/*    .adt-hero-directory-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*        padding: 8px 10px;*/
/*    }*/
/*    .adt-hero-directory-section .main-img-box .shape-1 {*/
/*        left: -44px;*/
/*    }*/
/*    .adt-hero-directory-section .adt-find-by-categories-carousel > .owl-nav {*/
/*        position: unset;*/
/*        margin-top: 20px;*/
/*        text-align: center;*/
/*    }*/
/*    .adt-car-explore-section {*/
/*        padding: 60px 0;*/
/*    }*/
/*    .adt-hero-city-section {*/
/*        padding: 120px 0 60px 0;*/
/*    }*/
/*    .adt-hero-city-section .content-box .sub-title {*/
/*        font-size: 24px;*/
/*        line-height: 40px;*/
/*    }*/
/*    .adt-hero-city-section .content-box h1 {*/
/*        font-size: 34px;*/
/*        line-height: 44px;*/
/*    }*/
/*    .adt-hero-city-section .adt-hero-search-tabs .search-filters-bar {*/
/*        width: 100%;*/
/*    }*/
/*    .adt-place-detail-box {*/
/*        height: 550px;*/
/*    }*/
/*    .adt-hero-city-section .adt-find-by-categories-carousel > .owl-nav {*/
/*        position: unset;*/
/*        margin-top: 20px;*/
/*        text-align: center;*/
/*    }*/
/*    .adt-directory-listing-section {*/
/*        padding: 60px 0 30px 0;*/
/*    }*/
/*    .adt-popular-place-carousel > .owl-nav {*/
/*        position: unset;*/
/*        margin-top: 20px;*/
/*        text-align: center;*/
/*    }*/
/*    .adt-about-experience-section {*/
/*        padding: 60px 0;*/
/*    }*/
/*    .adt-about-experience-section ~ .adt-car-explore-section.adt-place-explore-section {*/
/*        padding-top: 60px;*/
/*    }*/
/*    .adt-event-hero-section {*/
/*        padding: 80px 0 120px 0;*/
/*    }*/
/*    .adt-event-hero-section .content-box .sub-title {*/
/*        font-size: 26px;*/
/*        line-height: 38px;*/
/*    }*/
/*    .adt-event-hero-section .content-box h1 {*/
/*        font-size: 34px;*/
/*        line-height: 44px;*/
/*    }*/
/*    .adt-event-hero-section .adt-hero-search-tabs .search-filters-bar .filter-box,*/
/*    .adt-event-hero-section .adt-hero-search-tabs .search-filters-bar .search-button {*/
/*        width: 100%;*/
/*    }*/
/*    .adt-event-list-section {*/
/*        padding: 60px 0;*/
/*    }*/
/*    .adt-event-list-carousel > .owl-nav {*/
/*        position: unset;*/
/*        margin-top: 20px;*/
/*        text-align: center;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box {*/
/*        height: 100%;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .event-exp-1,*/
/*    .adt-event-experience-section .left-img-box .event-exp-2 {*/
/*        position: unset;*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box img ~ img {*/
/*        margin-top: 20px;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .play-btn {*/
/*        right: unset;*/
/*        left: 50%;*/
/*        bottom: 50%;*/
/*        transform: translate(-50%, -50%);*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .experience-box {*/
/*        left: 0;*/
/*        right: 0;*/
/*        text-align: center;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .experience-box strong {*/
/*        padding-left: 0;*/
/*    }*/
/*    .adt-event-experience-section .left-img-box .experience-box span {*/
/*        text-align: center;*/
/*        max-width: 100%;*/
/*    }*/
/*    .adt-event-list-carousel {*/
/*        margin-bottom: 60px;*/
/*    }*/
/*    .adt-events-list-section {*/
/*        padding: 60px 0;*/
/*    }*/
/*    .adt-event-list-box {*/
/*        flex-direction: column;*/
/*    }*/
/*    .adt-event-list-box .event-img-box {*/
/*        width: 100%;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box {*/
/*        width: 100%;*/
/*        padding: 20px 0 0 0;*/
/*    }*/
/*    .adt-event-list-box .event-detail-box .event-external-link {*/
/*        width: 50px;*/
/*        height: 50px;*/
/*        top: -68px;*/
/*        right: 20px;*/
/*        transform: unset;*/
/*    }*/
/*}*/

#ad_post_packages_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

@media (max-width: 768px) {
  #ad_post_packages_container {
    grid-template-columns: 1fr;
  }
}

/* adt-cyber-sale-topbar-start */
.adt-cyber-sale-topbar {
  background-color: #170c49;
  background-image: url(../images/cyber-header-bg.png);
  background-size: cover;
}

.adt-cyber-sale-topbar .adt-search-area {
  margin-left: -100px;
}

.adt-cyber-sale-topbar .adt-search-area form input {
  width: 490px;
}

.adt-cyber-sale-topbar .adt-extra-buttons a {
  color: #ffff;
  margin-left: 22px;
}

.adt-cyber-sale-topbar .adt-extra-buttons a::before {
  content: none;
}

.adt-cyber-sale-topbar .adt-extra-buttons a.favourite {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adt-cyber-sale-topbar .adt-extra-buttons a i,
.adt-cyber-sale-topbar .adt-extra-buttons a.favourite i,
.adt-cyber-sale-topbar .adt-extra-buttons .cart-box .icon i {
  color: #ffff;
}

/* adt-cyber-sale-topbar-end */

/* adt-cyber-categories-topbar-start */
.adt-cyber-categories-topbar {
  padding: 10px 0;
  background-color: #ffff;
}

.adt-category-type-carousel-box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
}

.adt-category-type-carousel-box .category-dropdown button,
.adt-category-type-carousel-box .category-dropdown button:active {
  width: 220px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #242424;
  padding: 10px;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.adt-category-type-carousel-box .category-dropdown .dropdown-toggle::after {
  width: 8px;
  height: 8px;
  border: 1px solid #242424;
  border-color: #242424 #242424 transparent transparent;
  margin-bottom: -3px;
  margin-right: 0px;
  transform: rotate(45deg);
}

.adt-category-type-carousel-box .category-dropdown button img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.adt-category-type-carousel-box .category-dropdown .categories-list {
  padding: 20px 20px 15px;
  background-color: #f6f6f6;
  width: 100%;
  border: 0;
  border-radius: 25px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
  height: 400px;
  overflow-y: scroll;
}

.adt-category-type-carousel-box .category-dropdown .categories-list li {
  font-size: 14px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #cdcdcd;
}

.adt-category-type-carousel-box
  .category-dropdown
  .categories-list
  li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.adt-category-type-carousel-box .category-dropdown .categories-list li a {
  color: #6d6d6d;
}

.adt-category-type-carousel-box .category-dropdown .categories-list li i {
  margin-right: 5px;
  width: 20px;
  text-align: center;
}

.adt-cyber-categories-topbar .adt-category-types-carousel-2 {
  width: calc(100% - 240px);
  padding: 0 35px;
}

.adt-cyber-categories-topbar .adt-category-types-carousel-2 .category-type-box {
  text-align: center;
}

.adt-cyber-categories-topbar
  .adt-category-types-carousel-2
  .category-type-box
  span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #242424;
}

.adt-cyber-categories-topbar .adt-category-types-carousel-2 .owl-nav {
  margin-top: 0;
}

.adt-cyber-categories-topbar .adt-category-types-carousel-2 .owl-prev,
.adt-cyber-categories-topbar .adt-category-types-carousel-2 .owl-next {
  position: absolute;
  top: -6px;
  left: 0px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin: 0;
  background: #ff002e !important;
  border: 1px solid #ff002e !important;
  opacity: 1;
}

.adt-cyber-categories-topbar .adt-category-types-carousel-2 .owl-prev i,
.adt-cyber-categories-topbar .adt-category-types-carousel-2 .owl-next i {
  color: #ffff;
  font-size: 14px;
}

.adt-cyber-categories-topbar .adt-category-types-carousel-2 .owl-prev.disabled,
.adt-cyber-categories-topbar .adt-category-types-carousel-2 .owl-next.disabled {
  background: #242424 !important;
  border: 1px solid #242424 !important;
  opacity: 1;
}

.adt-cyber-categories-topbar .adt-category-types-carousel-2 .owl-next {
  left: unset;
  right: 0px;
}

/* adt-cyber-categories-topbar-end */

/* adt-cyber-sale-hero-section-start */
.adt-cyber-sale-hero-section {
  padding: 60px 0;
  background-image: url(../imgs/cyber-sale-hero-bg.png);
  background-size: cover;
}

.adt-cyber-sale-hero-section > .container > .row {
  align-items: center;
}

.adt-cyber-sale-hero-section .left-content-box > span {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #ffff;
}

.adt-cyber-sale-hero-section .left-content-box h1 {
  font-size: 65px;
  font-weight: 800;
  line-height: 80px;
  color: #ffff;
  margin-bottom: 30px;
}

.adt-cyber-sale-hero-section .left-content-box > ul li {
  display: inline-flex;
  margin-right: 15px;
}

.adt-cyber-sale-hero-section .left-content-box > ul li strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #ffff;
}

.adt-cyber-sale-hero-section .left-content-box > ul li span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #242424;
  padding: 15px 10px;
  background-color: #ffff;
  border-radius: 4px;
  margin-right: 7px;
}

.adt-cyber-sale-hero-section .left-content-box > ul li span::before {
  content: ":";
  position: absolute;
  top: 12px;
  right: -16px;
  font-size: 20px;
  color: #ffff;
}

.adt-cyber-sale-hero-section .left-content-box > ul li:last-child span::before {
  content: none;
}

.adt-cyber-product-list-box {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-top: 35px;
}

.adt-cyber-product-list-box .cyber-product-img-box {
  width: 100px;
  height: auto;
  border-radius: 4px;
  background-color: #f6f6f6;
}

.adt-cyber-product-list-box .cyber-product-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.adt-cyber-product-list-box .cyber-product-content-box {
  width: calc(100% - 112px);
}

.adt-cyber-product-list-box .cyber-product-content-box > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ff002e;
  margin-bottom: 8px;
}

.adt-cyber-product-list-box .cyber-product-content-box > span del {
  position: relative;
  top: -1px;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-left: 5px;
}

.adt-cyber-product-list-box .cyber-product-content-box h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
  margin-bottom: 8px;
}

.adt-cyber-product-list-box .cyber-product-content-box .rating span {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
}

.adt-cyber-product-list-box .cyber-product-content-box .rating i {
  font-size: 12px;
  color: #ea9a00;
  margin-left: 3px;
}

.adt-cyber-sale-hero-section .cyber-sale-img-box {
  position: relative;
}

.adt-cyber-sale-hero-section .cyber-sale-img-box .discount-img {
  position: absolute;
  top: 30px;
  right: 0px;
}

.adt-cyber-sale-hero-section .cyber-sale-img-box .text-img {
  position: absolute;
  top: 25px;
  left: -230px;
}

/* adt-cyber-sale-hero-section-end */

/* adt-cyber-sale-products-section-start */
.adt-cyber-sale-products-section {
  padding: 36px 0 30px 0;
  background-color: #ffff;
  overflow: hidden;
}

.adt-cyber-sale-products-section .adt-ads-top-box .adt-button-1 {
  background-color: #f0f0f0;
}

.adt-cyber-sale-products-section
  .adt-multivendor-mini-ctg-carousel
  .owl-nav
  .owl-prev,
.adt-cyber-sale-products-section
  .adt-multivendor-mini-ctg-carousel
  .owl-nav
  .owl-next {
  background-color: #f6f6f6 !important;
}

.adt-cyber-sale-products-section .adt-multivendor-mini-ctg-box h5 {
  font-size: 16px;
}

.adt-cyber-sale-products-section .adt-multivendor-mini-ctg-box span {
  background-color: #f6f6f6;
}

.adt-cyber-product-best-deals-container {
  display: flex;
  gap: 36px;
  margin-bottom: 40px;
}

.adt-cyber-product-best-deals-container .advertise-img-box {
  width: 303px;
}

.adt-cyber-product-best-deals-container .advertise-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.adt-cyber-product-best-deals-container .cyber-best-deals-box {
  width: calc(100% - 642px);
}

.adt-cyber-product-best-deals-container .cyber-best-deals-box .header-box {
  display: flex;
  align-items: center;
  background-color: #e50019;
  border-radius: 4px 4px 0px 0;
}

.adt-cyber-product-best-deals-container .cyber-best-deals-box .header-box h3 {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #ffff;
  width: calc(100% - 140px);
}

.adt-cyber-product-best-deals-container
  .cyber-best-deals-box
  .header-box
  .adt-button-dark-1 {
  width: 140px;
  border: 0;
  padding: 17px 20px;
  border-radius: 0 4px 0 0px;
}

.adt-cyber-product-best-deals-container
  .cyber-best-deals-box
  .best-deals-body-box {
  padding: 30px;
  background-color: #f6f6f6;
  border-radius: 0 0 4px 4px;
}

.adt-cyber-product-mini-card {
  padding: 10px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adt-cyber-product-mini-card .product-img-box {
  width: 100%;
  height: 196px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.adt-cyber-product-mini-card .product-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.adt-cyber-product-mini-card .product-content-box > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ff002e;
}

.adt-cyber-product-mini-card .product-content-box > span del {
  position: relative;
  top: -1px;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-left: 5px;
}

.adt-cyber-product-mini-card .product-content-box h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #242424;
}

.cyber-products-mini-carousel .owl-nav {
  margin-top: 0;
}

.cyber-products-mini-carousel .owl-nav .owl-prev,
.cyber-products-mini-carousel .owl-nav .owl-next {
  position: absolute;
  top: 127px;
  left: -51px;
  width: 42px;
  height: 42px;
  background: #242424 !important;
  border-radius: 50%;
  margin: 0;
  border: 1px solid #242424 !important;
}

.cyber-products-mini-carousel .owl-nav .owl-next {
  left: unset;
  right: -51px;
}

.cyber-products-mini-carousel .owl-nav .owl-prev i,
.cyber-products-mini-carousel .owl-nav .owl-next i {
  color: #ffff;
}

.adt-cyberSale-product-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.adt-cyber-sale-product-card {
  position: relative;
  padding: 10px 10px 30px 10px;
  background-color: #ffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.adt-cyber-sale-product-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.adt-cyber-sale-product-card .cyber-sale-product-img-box {
  margin-bottom: 25px;
  height: 258px;
  border-radius: 4px;
  background-color: #f6f6f6;
}

.adt-cyber-sale-product-card .cyber-sale-product-img-box > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-cyber-sale-product-card .cyber-sale-product-img-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 4px;
}

.adt-cyber-sale-product-card .cyber-sale-product-content > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ff002e;
  margin-bottom: 5px;
}

.adt-cyber-sale-product-card .cyber-sale-product-content > span del {
  position: relative;
  top: -1px;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-left: 5px;
}

.adt-cyber-sale-product-card .cyber-sale-product-content h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #242424;
  margin-bottom: 5px;
}

.adt-cyber-sale-product-card .cyber-sale-product-content .rating span {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
}

.adt-cyber-sale-product-card .cyber-sale-product-content .rating i {
  font-size: 12px;
  color: #ea9a00;
  margin-left: 3px;
}

.adt-cyber-sale-product-card .cyber-sale-product-content .cart-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 6px 14px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 500px;
  transition: 0.3s ease-in-out;
}

.adt-cyber-sale-product-card:hover .cyber-sale-product-content .cart-btn {
  background-color: #e11123;
  border: 1px solid #e11123;
}

.adt-cyber-sale-product-card .cyber-sale-product-content .cart-btn img {
  width: 26px;
  transition: 0.3s ease-in-out;
}

.adt-cyber-sale-product-card:hover .cyber-sale-product-content .cart-btn img {
  filter: invert(1);
}

.adt-cyber-sale-products-section .load-more-btn-box {
  margin: 36px 0;
  text-align: center;
}

.adt-cyber-sale-products-section .load-more-btn-box .adt-button-dark {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px 40px;
  border: 0;
}

.adt-cyber-sale-products-section .load-more-btn-box .adt-button-dark i {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: 0px;
}

.adt-cybersale-product-mini-container {
  position: relative;
  padding: 130px 20px 20px 20px;
  background-color: #fddcd5;
  border-radius: 0 0 4px 4px;
}

.adt-cybersale-product-mini-container .vector-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.adt-horizontal-adversite {
  margin-bottom: 36px;
}

.adt-horizontal-adversite img {
  width: 100%;
}

.adt-cyberSale-product-mini-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.adt-horizontal-ad-box {
  text-align: center;
}

.adt-horizontal-ad-box img {
  width: auto;
}

.cyber-sale-products-carousel .owl-stage-outer {
  overflow: visible;
}

.cyber-sale-products-carousel .owl-item {
  opacity: 0;
}

.cyber-sale-products-carousel .owl-item.active {
  opacity: 1;
}

.cyber-sale-products-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -87px;
  right: 123px;
  text-align: right;
}

.cyber-sale-products-carousel .owl-nav .owl-prev,
.cyber-sale-products-carousel .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  background: #f6f6f6 !important;
  border-radius: 4px;
  margin: 0 10px;
  border: 1px solid #f0f0f0 !important;
}

.cyber-sale-products-carousel .owl-nav .owl-prev i,
.cyber-sale-products-carousel .owl-nav .owl-next i {
  color: #6d6d6d;
}

/* adt-cyber-sale-products-section-end */

/* adt-cybersale-footer-start */
.adt-cybersale-footer {
  padding: 60px 0 36px 0;
  background-color: #f0f0f0;
}

.adt-cybersale-footer + .adt-cybersale-footer {
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.adt-cybersale-footer h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #242424;
  margin-bottom: 20px;
}

.adt-cybersale-footer ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6d6d6d;
  margin-bottom: 15px;
}

.adt-cybersale-footer ul li:last-child a {
  margin-bottom: 0;
}

.adt-cybersale-footer .footer-logo {
  margin-bottom: 20px;
}

.adt-cybersale-footer small {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  color: #6d6d6d;
}

.adt-cybersale-footer h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #242424;
  margin-bottom: 15px;
}

.adt-cybersale-footer ul.social-links li {
  display: inline-block;
  margin-right: 15px;
}

.adt-cybersale-footer ul.social-links li i {
  font-size: 24px;
  color: #6d6d6d;
}

.adt-cybersale-footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  color: #6d6d6d;
}

.adt-cybersale-footer p + h4,
.adt-cybersale-footer img + h4 {
  margin-top: 30px;
}

/* adt-cybersale-footer-end */

/* responsiv css */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .adt-cyber-sale-topbar .adt-search-area form input {
    width: 350px;
  }

  .adt-cyber-sale-topbar .adt-search-area {
    margin-left: -50px;
  }

  .adt-cyber-product-list-box .cyber-product-img-box {
    width: 108px;
  }

  .adt-cyber-product-list-box .cyber-product-content-box {
    width: calc(100% - 128px);
  }

  .adt-cyber-product-list-box .cyber-product-content-box > span {
    margin-bottom: 0;
  }

  .adt-cyber-product-list-box .cyber-product-content-box h4 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .text-img {
    left: -170px;
    width: 300px;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .discount-img {
    width: 120px;
  }

  .adt-cyber-product-best-deals-container {
    gap: 20px;
  }

  .adt-cyber-product-best-deals-container .advertise-img-box {
    width: 250px;
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box {
    width: calc(100% - 540px);
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box .header-box h3 {
    padding-left: 20px;
    width: calc(100% - 110px);
  }

  .adt-cyber-product-best-deals-container
    .cyber-best-deals-box
    .header-box
    .adt-button-dark {
    width: 110px;
    padding: 17px 5px;
  }

  .adt-cyber-sale-product-card .cyber-sale-product-img-box {
    height: 200px;
  }

  .adt-cybersale-product-mini-container {
    padding-top: 100px;
  }
}

@media (min-width: 320px) and (max-width: 1199.98px) {
  .adt-cyber-sale-topbar .adt-search-area form input {
    width: 350px;
  }

  .adt-cyber-sale-topbar .adt-search-area {
    margin-left: 0px;
  }

  .adt-cyber-sale-topbar .adt-search-area form input {
    width: calc(100% - 125px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-cyber-sale-hero-section .cyber-sale-img-box .text-img {
    top: -160px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .discount-img {
    top: unset;
    right: 0px;
    left: 0;
    margin: 0 auto;
    bottom: -130px;
  }

  .adt-cyber-product-best-deals-container
    .cyber-best-deals-box
    .header-box
    h3
    img {
    display: none;
  }

  .adt-cyber-product-best-deals-container {
    gap: 20px;
  }

  .adt-cyber-product-best-deals-container .advertise-img-box {
    width: 250px;
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box {
    width: calc(100% - 540px);
  }

  .adt-cyber-product-best-deals-container
    .cyber-best-deals-box
    .best-deals-body-box {
    padding: 10px;
  }

  .adt-cyberSale-product-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .adt-cyber-sale-product-card .cyber-sale-product-img-box {
    height: 200px;
  }

  .adt-cybersale-product-mini-container {
    padding-top: 90px;
  }

  .adt-cyberSale-product-mini-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .adt-cybersale-footer .footer-logo {
    margin-top: 30px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .adt-cyber-sale-hero-section > .container > .row {
    flex-direction: column-reverse;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box {
    text-align: center;
    margin-bottom: 50px;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .discount-img {
    right: 120px;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .text-img {
    top: -40px;
    left: -30px;
  }

  .adt-cybersale-footer ul {
    margin-bottom: 30px;
  }

  .adt-cybersale-footer ul.social-links {
    margin-bottom: 0;
  }

  .adt-cybersale-footer img + h4 {
    margin-top: 0;
  }

  .adt-cybersale-footer img {
    margin-bottom: 30px;
  }

  .adt-cybersale-footer .footer-logo img {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-cyber-product-best-deals-container {
    flex-wrap: wrap;
  }

  .adt-cyber-product-best-deals-container .advertise-img-box {
    width: calc(50% - 18px);
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box {
    width: 100%;
    order: 3;
  }

  .adt-cyberSale-product-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .adt-cyber-sale-product-card .cyber-sale-product-img-box {
    height: 200px;
  }

  .adt-cybersale-product-mini-container {
    padding-top: 70px;
  }

  .adt-cyberSale-product-mini-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-cyber-sale-hero-section .cyber-sale-img-box .main-img {
    margin-top: 70px;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .text-img {
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .discount-img {
    top: unset;
    bottom: 35px;
    right: 25px;
  }

  .adt-cyber-sale-hero-section .left-content-box h1 {
    font-size: 56px;
    line-height: 66px;
  }

  .adt-cyber-product-best-deals-container {
    flex-wrap: wrap;
  }

  .adt-cyber-product-best-deals-container .advertise-img-box {
    width: calc(50% - 18px);
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box {
    width: 100%;
    order: 3;
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box .header-box h3 {
    width: calc(100% - 110px);
    padding-left: 20px;
  }

  .adt-cyber-product-best-deals-container
    .cyber-best-deals-box
    .header-box
    h3
    img {
    width: 140px;
  }

  .adt-cyber-product-best-deals-container
    .cyber-best-deals-box
    .header-box
    .adt-button-dark {
    width: 110px;
    padding: 17px 10px;
  }

  .adt-cyberSale-product-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .adt-cyber-sale-product-card .cyber-sale-product-img-box {
    height: 200px;
  }

  .adt-cybersale-product-mini-container {
    padding-top: 60px;
  }

  .adt-cyberSale-product-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .adt-horizontal-adversite {
    margin-bottom: 20px;
  }

  .adt-horizontal-ad-box {
    margin: 20px 0;
  }

  .cyber-sale-products-carousel .owl-nav {
    position: unset;
    margin-top: 20px;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .adt-category-type-carousel-box {
    flex-direction: column;
  }

  .adt-cyber-categories-topbar .adt-category-types-carousel-2 {
    width: 100%;
  }

  .adt-category-type-carousel-box .category-dropdown,
  .adt-category-type-carousel-box .category-dropdown button,
  .adt-category-type-carousel-box .category-dropdown button:active {
    width: 100%;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .main-img {
    margin-top: 70px;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .text-img {
    left: 0;
    right: 0;
    top: -40px;
    width: 100%;
    margin: 0 auto;
  }

  .adt-cyber-sale-hero-section .cyber-sale-img-box .discount-img {
    top: unset;
    bottom: 35px;
    right: 25px;
  }

  .adt-cyber-sale-hero-section .left-content-box > span {
    font-size: 22px;
    line-height: 28px;
  }

  .adt-cyber-sale-hero-section .left-content-box h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .adt-cyber-sale-hero-section .left-content-box > ul li strong {
    font-size: 16px;
  }

  .adt-cyber-sale-hero-section .left-content-box > ul li {
    margin-right: 8px;
  }

  .adt-cyber-sale-hero-section .left-content-box > ul li span {
    font-size: 12px;
    padding: 10px;
  }

  .adt-cyber-sale-hero-section .left-content-box > ul li span::before {
    top: 8px;
    right: -12px;
  }

  .adt-cyber-product-best-deals-container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .adt-cyber-product-best-deals-container .advertise-img-box {
    width: calc(50% - 10px);
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box {
    width: 100%;
    order: 3;
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box .header-box h3 {
    width: calc(100% - 110px);
    padding-left: 20px;
  }

  .adt-cyber-product-best-deals-container
    .cyber-best-deals-box
    .header-box
    h3
    img {
    display: none;
  }

  .adt-cyber-product-best-deals-container
    .cyber-best-deals-box
    .header-box
    .adt-button-dark {
    width: 110px;
    padding: 17px 10px;
  }

  .cyber-products-mini-carousel .owl-nav .owl-prev {
    left: -41px;
  }

  .cyber-products-mini-carousel .owl-nav .owl-next {
    right: -41px;
  }

  .adt-cyberSale-product-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .adt-cyber-sale-product-card {
    padding-bottom: 10px;
  }

  .adt-cyber-sale-product-card .cyber-sale-product-img-box {
    height: 200px;
  }

  .adt-cyber-sale-product-card .cyber-sale-product-content .cart-btn {
    bottom: unset;
    top: 15px;
  }

  .adt-cybersale-product-mini-container {
    padding-top: 50px;
  }

  .adt-cyberSale-product-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .adt-horizontal-adversite {
    margin-bottom: 20px;
  }

  .adt-horizontal-ad-box {
    margin: 20px 0;
  }

  .cyber-sale-products-carousel .owl-nav {
    position: unset;
    margin-top: 20px;
    text-align: center;
  }

  .adt-property-img-carousel .item {
    height: 120px;
  }

  .one-column-mobile-layout .adt-property-img-carousel .item {
    height: 190px;
  }

  .adt-property-ad-card .adt-property-img-box .tags-box {
    top: 5px;
    right: 9px;
  }

  .adt-property-ad-card .adt-property-img-box .tags-box span {
    font-size: 10px;
    padding: 2px 6px;
    margin: 0 0 5px 5px;
  }

  .adt-property-ad-card .adt-property-img-box .author-box {
    bottom: 2px;
    left: 10px;
    line-height: 15px;
  }

  .adt-property-ad-card .adt-property-img-box .author-box img {
    width: 16px;
    height: 16px;
  }

  .adt-property-ad-card .adt-property-img-box .author-box span,
  .adt-property-ad-card .adt-property-content-box span,
  .adt-property-ad-card .adt-property-price-box h4 small,
  .adt-car-ad-card .adt-property-content-box .price small,
  .adt-car-ad-card .adt-property-content-box span {
    font-size: 10px;
  }

  .adt-property-ad-card .adt-property-content-box {
    padding: 10px;
  }

  .adt-property-ad-card .adt-property-content-box h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .adt-property-ad-card .adt-property-location-box {
    padding: 10px;
    font-size: 10px;
    gap: 5px;
  }

  .adt-property-ad-card .adt-property-price-box {
    padding: 10px;
  }

  .adt-property-ad-card .adt-property-price-box h4 {
    font-size: 12px;
  }

  .adt-property-ad-card .adt-property-price-box i {
    font-size: 14px;
  }

  .adt-car-ad-card .adt-property-content-box .ctg-tag {
    font-size: 10px;
    padding: 2px 10px;
  }

  .adt-property-img-carousel .owl-nav {
    bottom: 4px;
    right: 2px;
  }

  .adt-property-img-carousel .owl-nav .owl-prev,
  .adt-property-img-carousel .owl-nav .owl-next {
    width: 18px;
    height: 18px;
  }

  .adt-property-img-carousel .owl-nav .owl-prev i,
  .adt-property-img-carousel .owl-nav .owl-next i {
    font-size: 8px;
  }

  .adt-car-ad-card .adt-property-img-box .featured-tag,
  .adt-category-ad-card .category-img-box .featured-tag {
    width: 28px;
    height: 22px;
  }

  .adt-car-ad-card .adt-property-img-box .favorite-box {
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
  }

  .adt-car-ad-card .adt-property-img-box .favorite-box i {
    position: relative;
    top: -1px;
    font-size: 12px;
  }

  .video_icon_container {
    bottom: 8px;
    right: 20px;
  }

  .video_icon_container i {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .adt-cyber-product-list-box .cyber-product-img-box {
    width: 104px;
  }

  .adt-cyber-product-list-box .cyber-product-content-box {
    width: calc(100% - 116px);
  }

  .adt-cyber-product-list-box .cyber-product-content-box > span {
    margin-bottom: 0;
  }

  .adt-cyber-product-list-box .cyber-product-content-box h4 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .adt-cyber-product-best-deals-container .cyber-best-deals-box .header-box h3 {
    font-size: 18px;
  }

  .adt-cyberSale-product-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .adt-cyberSale-product-mini-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.margin-btm-15 {
  margin-bottom: 15px;
}

.style_2_bottom_sidebar .adt-recent-ads-sidebar {
  border: 1px solid #f0f0f0;
  padding: 0;
}

.style_2_bottom_sidebar .adt-recent-ads-sidebar h4 {
  /*    background-color: #f6f6f6;*/
  padding: 15px 20px;
}

.style_2_bottom_sidebar .adt-recent-ads-sidebar ul {
  padding: 15px 20px !important;
}

.adt-product-author-detail-box ol {
  line-height: 30px;
  color: #6d6d6d;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  box-sizing: border-box;
}

.ad-detail-safety-tips-box {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 4px;
}

.ad-detail-safety-tips-box .widget-heading {
  padding-top: 5px;
}

.ad-detail-safety-tips-box .widget-heading .tips_widget_title {
  font-size: 18px;
}

.ad-detail-safety-tips-box .tips_widget_body {
  padding: 0 20px;
}

.ad-detail-safety-tips-box .tips_widget_body ol {
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 5px;
}

.ad-detail-safety-tips-box .tips_widget_body li {
  line-height: 30px;
  color: #6d6d6d;
}

.adt-detail-box-booking {
  background-color: #fff;
  margin-bottom: 20px;
}

#ad_description_box_ad_post .jqte_toolbar {
  background-color: #f6f6f6 !important;
}

.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-t-30 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.product-favourite-sb {
  background: #232323;
  width: auto;
  padding: 20px;
  position: absolute;
  z-index: 999;
  margin: 22px auto;
  border-top: 3px solid #ffc220;
  display: none;
  top: 70px;
  right: 0;
}

html[dir="rtl"] .product-favourite-sb {
  left: 0;
  right: auto;
}

.product-section-content li {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

ul.product-section-content li:last-child {
  border: 0;
}

.product-section-content .product_to_fav {
  position: absolute;
  right: 10px;
}

.product-section-content .product_to_fav span {
  color: #ffff;
}

.product-section-content li {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

ul.product-section-content li:last-child {
  border: 0;
}

.product-cart-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto 20px;
}

.product-cart-head h3 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.product-cart-head h3:hover {
  color: #ffc220;
}

.product-cart-head span {
  color: #868686;
}

.favourite {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.favourite .favourite-count {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #e1e1e1;
  color: #242424;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
}

.search_with_labels_grid {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

@media (min-width: 480px) {
  .search_with_labels_grid {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .search_with_labels_grid {
    max-width: 310px;
  }
}

@media (min-width: 1024px) {
  .search_with_labels_grid {
    max-width: 250px;
  }
}

@media (min-width: 1024px) {
  .top_bar_specific_style {
    max-width: 300px !important;
  }
}

/*adt-cart-section*/
.adt-cart-section {
  padding: 60px 0;
}

.single-blog.blog-detial:not(:has(.adt-cart-section)) {
  padding: 60px 0;
}

.single-blog.blog-detial .woocommerce .woocommerce-info {
  border-top-color: #242424;
  background-color: #ececec;
}

.single-blog.blog-detial .woocommerce .woocommerce-info::before {
  color: #242424;
}

.single-blog.blog-detial .woocommerce .return-to-shop .wc-backward {
  display: inline-block;
  background-color: #242424;
  width: auto;
  padding: 16px 24px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  text-transform: capitalize;
}

/*left-col*/
/*left-sec*/
.pro-list-sec-left {
  background-color: #ffffff;
  height: auto;
  border-radius: 0 4px 4px 4px;
}

.adt-inner {
  padding: 30px;
}

.pro-list-heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 32.5px;
}

.pro-list {
  height: auto;
  margin-top: 30px;
}

.pro-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.pro-list-left {
  display: flex;
  align-items: center;
}

.pro-list-left img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.pro-desc-left {
  padding-left: 30px;
}

.pro-desc-left p.title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.pro-desc-left p.title a {
  color: #0b0e19;
}

.price-sec {
  display: flex;
  align-items: center;
}

.price-sec .price {
  color: #ff002e;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
  margin-top: 5px;
}

.price-sec .pk {
  text-decoration: line-through;
  color: #555555;
  font-size: 10px;
  font-weight: 400;
  margin-left: 5px;
  margin-top: 5px;
}

/*right-section*/
.pro-list-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.adt-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 129px;
  height: 50px;
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-right: 30px;
  text-align: center;
}

.adt-counter button {
  background: none;
  border: none;
  font-size: 11px;
  color: #6d6d6d;
  padding: 15px;
}

.adt-counter .adt-count {
  padding: 0 17px;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  color: #6d6d6d;
}

.adt-remove {
  color: #555555;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: right;
  background: none;
  border: none;
}

.adt-remove:hover,
.adt-remove:focus,
.adt-remove:active {
  color: #ff002e !important;
}

.adt-line {
  width: 100%;
  height: 1px;
  background-color: #242424;
  opacity: 10%;
  margin: 20px 0;
}

.pro-list .adt-line:last-child {
  background-color: transparent;
}

/*right-col*/
.pro-list-sec-right {
  background-color: #ffffff;
  border-radius: 0 4px 4px 4px;
}

.order-summary span {
  font-size: 22px;
  line-height: 27.5px;
  font-weight: 500;
}

.order-summary-list {
  margin-top: 20px;
}

.order-summary-list .adt-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  gap: 10px;
}

.adt-list .headings {
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  font-weight: 400px;
}

.adt-list .values,
.adt-list .values span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #242424;
}

.adt-list .values i {
  color: #ff002e;
  margin-right: 5px;
  font-size: 15px;
}

/*coupon*/
.acc-coupon {
  margin-top: 10px;
  background-color: transparent;
  --bs-accordion-border-color: none;
}

.acc-coupon .acc-coupon-item {
  font-size: 10px;
}

.acc-coupon-item button {
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  font-weight: 400px;
  padding: 10px 0;
}

.acc-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 10px 0;
  gap: 4px;
}

.acc-inner input {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid lightgray;
  border-radius: 4px;
  padding: 8px 5px;
  width: calc(100% - 64px);
}

.acc-inner input:focus {
  box-shadow: none;
  outline: none;
}

.acc-inner button {
  background-color: #242424 !important;
  border: none;
  border-radius: 4px;
  padding: 9px 15px;
  font-size: 9px;
  color: #ffffff;
  line-height: 16px;
  width: 60px;
}

.acc-button:not(.collapsed) {
  background-color: transparent;
  color: #555555;
  box-shadow: none;
}

.acc-button:focus {
  box-shadow: none;
}

.acc-button::after {
  display: none;
}

.acc-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.acc-button:not(.collapsed) i {
  transition: transform 0.1s ease-in-out;
}

.acc-button:not(.collapsed) i {
  transform: rotate(180deg) !important;
}

.order-summary .checkout {
  display: block;
  margin-top: 10px;
  background-color: #242424;
  width: 100%;
  height: 47px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}

/*adt-cont-shopping*/
.adt-continue {
  margin-top: 10px;
}

.adt-continue span i {
  width: 14px;
  height: 14px;
  color: #242424;
  font-size: 14px;
  margin-right: 5px;
}

.adt-continue a {
  text-decoration: none;
  color: #242424;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

/*adt-customer-section*/
.adt-customer-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.free-shipp {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 219px;
}

.free-shipp i {
  color: #ff002e;
  width: 30px;
  height: 29.71px;
  font-size: 30px;
}

.shipp-text {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}

.shipp-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  padding-top: 20px;
}

.shipp-para {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-top: 10px;
}

.adt-ad-not-found {
  text-align: center;
  margin-top: 60px;
}

.adt-ad-not-found h3 {
  font-size: 28px;
  font-weight: 500;
  color: #242424;
  margin-top: 20px;
}

/*For extra small devices*/
@media (max-width: 575.98px) {
  .adt-inner {
    padding: 20px;
  }

  .pro-list-sec-left {
    margin-top: 20px;
  }

  .pro-list-item {
    display: block;
  }

  .pro-list-left img {
    width: 60px;
    height: 60px;
  }

  .pro-desc-left {
    padding-left: 10px;
  }

  .pro-desc-left p.title {
    font-size: 16px;
  }

  .price-sec .price {
    font-size: 15px;
    margin-top: 2px;
  }

  .price-sec .pk {
    margin-top: 2px;
    font-size: 9px;
  }

  .pro-list-left {
    margin-bottom: 20px;
  }

  .pro-list-right {
    display: flex;
    justify-content: space-between;
  }

  .adt-counter .adt-count {
    font-size: 12px;
  }

  .order-summary-list .adt-list {
    gap: 10px;
  }

  /*customer section*/
  .adt-customer-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .free-shipp {
    width: 100%;
    margin-bottom: 40px;
  }

  .shipp-heading {
    padding-top: 15px;
  }

  .free-shipp i {
    font-size: 27px;
  }

  .adt-top-tabs-header .buttons-box .ad-post-btn {
    padding: 11px 12px;
  }
}

/*For small devices*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /*Product list col*/
  .pro-list-item {
    gap: 10px;
  }

  .pro-list-sec-left {
    margin-top: 20px;
  }

  .pro-list-left img {
    width: 60px;
    height: 60px;
  }

  .pro-desc-left {
    padding-left: 15px;
  }

  .pro-desc-left p.title {
    font-size: 14px;
  }

  .price-sec .price {
    font-size: 16px;
    margin-top: 2px;
  }

  .price-sec .pk {
    margin-top: 2px;
    font-size: 9px;
  }

  .adt-counter {
    width: 120px;
    height: 40px;
    margin-right: 20px;
  }

  .adt-counter .adt-count {
    padding: 0 15px;
    font-size: 12px;
  }

  .order-summary-list .adt-list {
    gap: 10px;
  }

  /*customer section*/
  .adt-customer-section {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .free-shipp {
    margin-bottom: 30px;
  }

  .adt-cart-section {
    padding: 20px 0;
  }
}

/*medium devices*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .pro-list-item {
    gap: 10px;
  }

  .pro-list-sec-left {
    margin-top: 20px;
  }

  .order-summary-list .adt-list {
    gap: 10px;
  }

  .adt-customer-section {
    padding-bottom: 30px;
  }

  .free-shipp {
    margin-bottom: 30px;
  }

  .adt-customer-section {
    padding-top: 0;
  }
}

/*adt-checkout-section*/
.adt-checkout-section {
  padding: 60px 0;
}

/*left-col*/
.adt-checkout-form {
  background-color: #ffffff;
  height: auto;
  border-radius: 0 4px 4px 4px;
}

.adt-inner {
  padding: 30px;
}

.adt-form-heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 32.5px;
}

.adt-form-inner {
  height: auto;
  margin-top: 30px;
}

/*coupon*/
.adt-acc-coupon {
  margin-top: 10px;
  --bs-accordion-border-color: none;
}

.adt-acc-header span {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
}

.adt-acc-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 21px 0;
  gap: 30px;
}

.adt-acc-inner span {
  font-size: 16px;
  /*font-family: 'Poppins';*/
  font-weight: 500;
  line-height: 24px;
}

.adt-acc-inner input {
  flex: 1;
  background-color: #f0f0f0;
  border-radius: 4px;
  border: none;
  padding: 14px 30px 14px 30px;
  height: 44px;
}

.adt-acc-inner input::placeholder {
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 400;
  padding: 0;
}

.adt-acc-inner input:focus {
  box-shadow: none;
  outline: none;
}

.single-blog.blog-detial .woocommerce .adt-acc-coupon .adt-acc-inner button,
.single-blog.blog-detial .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #242424;
  border: none;
  border-radius: 4px;
  padding: 0 58px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #ffffff;
  height: 44px;
}

.adt-acc-button {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #f0f5f8;
  gap: 20px;
  height: 57px;
  padding: 19px 30px 20px 30px;
}

.adt-acc-button:not(.collapsed) {
  background-color: #f0f5f8;
  color: #242424;
  box-shadow: none;
}

.adt-acc-button:focus {
  box-shadow: none;
}

.adt-acc-button::after {
  display: none;
}

.adt-acc-coupon .adt-acc-coupon-item .adt-acc-header .adt-acc-button,
.adt-acc-coupon .adt-acc-coupon-item .adt-acc-header .adt-acc-button.collapsed {
  border-radius: 4px;
  color: #242424;
}

.adt-acc-coupon
  .adt-acc-coupon-item
  .adt-acc-header
  .adt-acc-coupon:not(.collapsed) {
  margin-bottom: 0;
}

.customer-info {
  padding-top: 30px;
}

.customer-info p {
  font-size: 14px;
}

.adt-customer {
  margin-bottom: 20px;
}

.single-blog.blog-detial .woocommerce form .adt-customer input,
.single-blog.blog-detial .woocommerce form .adt-customer select {
  width: 100%;
  padding: 13px 30px;
  border: none;
  border-radius: 4px;
  background-color: #f0f0f0;
  height: 44px;
  font-size: 14px;
}

.single-blog.blog-detial .woocommerce form .adt-customer input::placeholder {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 17.5px;
}

.single-blog.blog-detial .woocommerce form .adt-customer input:focus {
  outline: none;
}

.adt-customer-textarea textarea {
  width: 100%;
  height: 186px;
  padding-left: 30px;
  padding-top: 13px;
  border: none;
  border-radius: 4px;
  background-color: #f0f0f0;
  resize: none;
  margin-bottom: 20px;
}

.adt-customer-textarea textarea:focus {
  outline: none;
}

.adt-customer-textarea textarea::placeholder {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 17.5px;
}

.adt-terms {
  margin-top: 26px;
}

.adt-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  color: #6d6d6d;
}

.adt-text a {
  text-decoration-line: underline;
  text-decoration-color: #6d6d6d;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  color: #6d6d6d;
}

.adt-placeOrder {
  text-align: right;
}

.adt-placeOrder button {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  color: #ffffff;
  background-color: #242424;
  border: none;
  border-radius: 4px;
  padding: 16px 80px;
  margin-top: 40px;
}

/*For extra small devices*/
@media (max-width: 575.98px) {
  .adt-inner {
    padding: 20px;
  }

  .adt-checkout-form {
    margin-top: 20px;
  }

  /*coupon*/
  .adt-acc-button {
    gap: 10px;
    padding: 20px;
    font-size: 14px;
    flex-wrap: wrap;
    height: auto;
  }

  .adt-acc-inner input {
    width: 50%;
  }

  .adt-acc-inner {
    gap: 10px;
  }

  .adt-acc-inner span {
    display: none;
  }

  .single-blog.blog-detial .woocommerce .adt-acc-coupon .adt-acc-inner button {
    padding: 0 16px;
    font-size: 12px;
  }

  .customer-info {
    padding-top: 15px;
  }

  .adt-customer {
    margin-bottom: 20px;
  }

  .adt-placeOrder button {
    width: 100%;
  }

  .adt-cart-section {
    padding: 20px 0;
  }

  .single-blog.blog-detial .woocommerce:has(.wc-empty-cart-message) {
    padding: 0 12px;
  }
}

/*For small devices*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-checkout-form {
    margin-top: 20px;
  }

  /*coupon*/
  .adt-acc-inner span {
    display: none;
  }

  .adt-acc-inner {
    gap: 10px;
  }

  .single-blog.blog-detial .woocommerce .adt-acc-coupon .adt-acc-inner button {
    padding: 0 20px;
  }
}

/*medium devices*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-checkout-form {
    margin-top: 20px;
  }
}

/*large devices*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-acc-inner {
    gap: 10px;
  }

  .single-blog.blog-detial .woocommerce .adt-acc-coupon .adt-acc-inner button {
    padding: 0 40px;
  }
}

.adt-checkout-form .select2-container--default .select2-selection--single {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 4px;
  height: 44px;
}

.adt-checkout-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #242424;
  line-height: 28px;
  padding: 8px 30px;
  font-size: 14px;
}

.adt-checkout-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 15px;
  accent-color: #242424;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}

.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li .payment_box p {
  color: #ffff;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
  margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p a:hover {
  color: #242424;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #242424;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #242424;
}

/*adt-checkout-section*/
.adt-checkout-section {
  padding: 60px 0;
}

.adt-checkout-form {
  background-color: #ffffff;
  height: auto;
  border-radius: 0 4px 4px 4px;
}

.adt-inner {
  padding: 30px 30px 0 30px;
}

.adt-inner.pro-list-sec-right,
.adt-inner.adt-checkout-form {
  padding-bottom: 30px;
}

.adt-form-heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 32.5px;
}

.adt-thanks span {
  margin-top: 10px;
  color: #6d6d6d;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
}

.adt-order {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}

.adt-gap-line {
  width: 1.02px;
  height: 50px;
  background: #d9d9d9;
}

.adt-order-no {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  border-right: 1px solid #d9d9d9;
  padding-right: 40px;
}

.adt-order-no:last-child {
  border: none;
}

.adt-order-no-heading {
  color: #555555 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.adt-order-no .adt-order-values {
  color: #242424;
  /*font-family: 'Poppins' !important;*/
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.adt-bill-col1-width {
  min-width: 30%;
}

.adt-bill-col2-width {
  min-width: 70%;
}

.t-order {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}

thead {
  background-color: #f0f5f8;
  border-radius: 4px;
}

th {
  color: #242424;
  /*font-family: 'Poppins';*/
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 18px 30px 18px 30px;
}

.t-bill {
  margin-top: 18px;
  margin-bottom: 0;
  width: 100%;
}

.adt-order-heading {
  color: #555555 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 30px 20px 30px;
}

.o-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tborder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tborder:last-child {
  border-bottom: none;
}

.adt-bill-heading {
  color: #555555 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0 20px 0;
}

/*For extra small devices*/
@media (max-width: 575.98px) {
  .adt-inner {
    padding: 20px 20px 0 20px;
  }

  .adt-order-no {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    padding-bottom: 15px;
    border-right: none;
    padding-right: 0;
  }

  .adt-order-no:last-child {
    border-bottom: 1px solid #d9d9d9;
  }

  .adt-scroll-margin {
    margin-bottom: 10px;
  }

  .t-order {
    width: 500px;
    overflow-x: auto;
  }

  .t-bill {
    width: 500px;
    overflow-x: auto;
  }

  .single-blog.blog-detial .woocommerce-checkout {
    padding: 0 12px;
  }

  .single-blog.blog-detial:not(:has(.adt-cart-section)) {
    padding: 0 0 40px 0;
  }

  .single-blog.blog-detial .woocommerce form .form-row-last,
  .single-blog.blog-detial .woocommerce-page form .form-row-last {
    float: unset;
  }
}

/*For small devices*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .adt-order-no {
    width: 45%;
    padding-right: 0;
  }

  .single-blog.blog-detial:not(:has(.adt-cart-section)) {
    padding: 0 0 40px 0;
  }

  .single-blog.blog-detial .woocommerce form .form-row-last,
  .single-blog.blog-detial .woocommerce-page form .form-row-last {
    float: unset;
  }
}

/*medium devices*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .adt-order-no {
    width: 29%;
    padding-right: 0;
  }

  .single-blog.blog-detial .woocommerce form .form-row-last,
  .single-blog.blog-detial .woocommerce-page form .form-row-last {
    float: unset;
  }
}

/*large devices*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .adt-order-no {
    width: 20%;
    padding-right: 0;
  }
}

.btn--visually-disabled {
  opacity: 0.5;
  pointer-events: auto;
  cursor: not-allowed;
}

#wp-comment-cookies-consent {
  font-size: inherit !important;
  padding-left: 0 !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.adt-commnet-main-box {
  margin-bottom: 36px;
}

.adt-commnet-main-box .prf-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.adt-commnet-main-box .prf-box .left-cont {
  display: flex;
  align-items: center;
  width: calc(100% - 170px);
}

.adt-commnet-main-box .prf-box .left-cont .img-box {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.adt-commnet-main-box .prf-box .left-cont .img-box img {
  width: 100%;
}

.adt-commnet-main-box .prf-box .left-cont .meta-box h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.adt-commnet-main-box .prf-box span {
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}

.adt-commnet-main-box .prf-box span i {
  color: #dcdcdc;
}

.adt-commnet-main-box .prf-box .right-cont {
  display: flex;
  justify-content: end;
  width: 300px;
}

.adt-commnet-main-box .prf-box .right-cont button {
  position: relative;
  padding: 8px 9px;
  background-color: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6d6d6d;
}

.adt-commnet-main-box .prf-box .right-cont button.dislike-btn {
  clip-path: polygon(0% 0%, 100% 0%, 78% 100%, 0% 100%);
  padding-right: 24px;
  margin-right: -20px;
}

.adt-commnet-main-box .prf-box .right-cont button.like-btn {
  clip-path: polygon(25% 0%, 102% 0%, 102% 100%, 0% 100%);
  padding-left: 24px;
}

.adt-commnet-main-box .comment-meta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 15px 15px;
  background-color: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.adt-commnet-main-box .comment-meta-box p.txt {
  margin-bottom: 0;
  width: calc(100% - 130px);
  color: #6d6d6d;
  font-size: 14px;
  line-height: 26px;
}

.adt-commnet-main-box .comment-meta-box .adt-button-dark {
  padding: 7px 30px;
  display: inline-block;
}

.profile-header-rating {
  padding: 5px;
  border-radius: 8px;
  background-color: #e3e3e3;
  transition: all 0.3s ease;
}

.profile-header-rating:hover {
  background-color: #f8f8f8;
}

#firebase-recaptcha {
  margin-top: 20px;
}

#firebase-recaptcha2 {
  margin-top: 15px;
}
