:root {
  --clr-prim: #000000 !important;
  --clr-prim-h: #06559a !important;
  --clr-prim-b-h: #20b5e8 !important;
  --clr-prim-d: #fff !important;
  --clr-box: #e4ecf4;
  --clr-font-family: "Helvetica", sans-serif;
  --clr-border: #f1f1f1;
  --shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
p {
  font-family: var(--clr-font-family) !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--clr-font-family) !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
h2.sale-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--clr-prim);
  padding-bottom: 10px;
}
.hsc__next_prev {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 80%;
  margin: 0 0 5px;
}
.hsc__next_prev a {
  color: var(--clr-prim-h) !important;
  font-weight: 600;
}
.hsc_container {
  padding: 80px 10px 30px;
}
.sales_card {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  justify-content: space-between;
}
.sales_card .img-wrapper {
  width: 40%;
}
.sales_card .img-wrapper img {
  width: 100%;
  border-radius: 12px;
  max-height: 300px;
}
.sales_card .hsc_content_sec {
  width: 60%;
}
.post-type-archive-projects .hse_btn_wrapper,
.post-type-archive-catalogue .hse_btn_wrapper,
.page-template-past-sales .hse_btn_wrapper,
.page-template-current-sales .hse_btn_wrapper {
  display: flex;
  gap: 15px;
}
.hsc_pagination-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hsc_feature {
  list-style: none;
  margin-left: 0;
}
.wpcx_pagination {
  text-align: center;
}
.Current_Sales {
  padding: 40px 0;
  margin-bottom: 10px;
}
.Current_Sales h1 {
  color: var(--clr-prim);
  font-weight: 600;
  font-size: 25px;
}
.breadcrumb,
.breadcrumb > a {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.single-lots .breadcrumb,
.single-lots .breadcrumb > a {
  margin-bottom: 0;
}
.breadcrumb > a:hover {
  color: var(--clr-prim-h);
}
.Lot_Details span {
  color: #434343;
  font-weight: 400;
}
.Lot_Details > h2 {
  color: var(--clr-prim);
  font-size: 22px;
  padding: 14px 0;
}
.current_sales_content > p {
  max-width: 100%;
  border-bottom: 1px solid var(--clr-border);
  padding: 10px 0;
}
.current_sales_image {
  width: 45%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.current_sales_image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.current_sales_content {
  width: 55%;
}
.current_sales_place_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.current_sales_place_btn > p {
  margin: 0 !important;
  max-width: 45%;
}
.current_sales_content > h3 {
  color: var(--clr-prim) !important;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--clr-border);
  max-width: 100%;
}
.current_sales_content .sales_desc p {
  color: var(--clr-prim) !important;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--clr-border);
  max-width: 82%;
  margin: 0 0 30px !important;
}
.slick-slide {
  margin: 10px;
}
.banner-slider .slick-slide {
  margin: 4px;
}
.tabs {
  display: flex;
  position: relative;
}
.tab {
  cursor: pointer;
  padding: 10px 35px;
  border-top-right-radius: 25px;
  position: relative;
  border-left: 0;
  background-color: #e6e6e6;
  box-shadow: 4px 0 6px #bdbdbd;
  font-weight: 600;
}
.tab.active {
  background-color: var(--clr-prim-b-h);
  color: var(--clr-prim-d);
  z-index: 3;
}
.search-container {
  display: none;
  padding: 20px;
  border: 1px solid var(--clr-border);
  border-top-right-radius: 25px;
  margin-bottom: 20px;
}
.search-container.active {
  display: block;
  box-shadow: var(--shadow);
}
.grid-wraper {
  display: flex;
  align-items: center;
}
.grid-wraper {
  display: flex;
  align-items: center;
}
.grid-system img {
  width: 35px;
  margin-top: -13px;
  margin-left: 10px;
  cursor: pointer;
  opacity: 0.6;
}
.grid-system img.active {
  opacity: 1;
}
.grid-system {
  width: 10%;
  text-align: end;
  display: flex;
}
#sale-search-form {
  margin-bottom: 20px;
  position: relative;
  width: 90%;
}
#sale-search-form .search-form-group i {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
input:focus,
input[type="text"]:focus {
  border-style: solid;
  border-color: var(--clr-prim-h) !important;
}
#sale-search-form input {
  width: 100%;
  background: #fff;
  border-radius: 9px !important;
  padding: 10px 20px;
  width: 100%;
}
.hse_grid_wrap .hse_content_wrap {
  margin-bottom: 0;
}
.sale-lot-wraper.hse_grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.hse_grid_wrap .hse_content_wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px, rgba(0, 0, 0, 6%) 0 0 0 1px;
}
.hse_grid_wrap .hse_content_wrap,
.hse_grid_wrap .catalogue_details {
  display: block;
}
.hse_grid_wrap .hse-image-gallery,
.hse_grid_wrap .catalogue_details,
.hse_grid_wrap .hsc-right-wraper,
.hse_grid_wrap .catalogue_details .catalogue_content,
.hse_grid_wrap .hse_btn_wrapper,
.hse_grid_wrap .hse_btn_wrapper .hse_btn,
.hse_grid_wrap .catalogue_make {
  width: 100%;
  align-items: center;
}
.hsc-right-wraper.hsc-grid-wrap {
  display: none;
}
.hse_grid_wrap .hsc-right-wraper.hsc-grid-wrap {
  display: block;
}
.hse_grid_wrap .hse-badge-wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  margin-block: 12px;
}
.hse_grid_wrap .price-badge {
  width: unset;
}
.hse_grid_wrap span.hse-single-badge.isSold {
  width: 90px;
}
.hse_grid_wrap .hse-image-gallery {
  height: 220px;
  border-radius: 6px;
}
.hse_grid_wrap .catalogue_contenttitle {
  padding-bottom: 0 !important;
  margin-top: 20px;
}
.hse_grid_wrap .catalogue_contenttitle h2 {
  padding-top: 10px;
}
.hse_grid_wrap .catalogue_details {
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hse_grid_wrap .catalogue_content p,
.hse_grid_wrap .catalogue_make span:nth-child(4) {
  display: none;
}
.hse_content_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
  border-radius: 10px;
}
.hse-image-gallery {
  width: 30%;
  height: 210px;
  overflow: hidden;
}
.hse-image-gallery img {
  width: 100%;
  height: 100%;
  background-color: #efefef;
  object-fit: contain;
}
.catalogue_details {
  width: 65%;
  display: flex;
}
.catalogue_details .catalogue_content {
  width: 70%;
}
.catalogue_contenttitle {
  padding-bottom: 15px;
}
.hsc-right-wraper {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 13px;
}
.catalogue_content p {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000a6;
}
.catalogue_content span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.catalogue_content h2 {
  text-align: start;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 18px;
  color: var(--clr-prim);
}
.catalogue_make {
  padding: 10px 0;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  margin-bottom: 5px;
}
.catalogue_make span {
  color: var(--clr-prim);
  display: block;
}
.catalogue_content p {
  margin-top: 10px;
}
.yt-video a img {
  width: 300px;
}
.Country {
  font-size: 20px;
  font-weight: 600;
}
.hse_btn_wrapper {
  display: flex;
  gap: 20px;
}
.hse_btn_wrapper .hse_btn {
  background-color: var(--clr-prim-h);
  color: var(--clr-prim-d);
  border-radius: 33px;
  border: 1px solid var(--clr-prim-h);
  padding: 12px 30px;
  width: 160px;
  text-align: center;
  box-shadow: -6px 7px 10px rgba(0, 0, 0, 0.22);
}
a.hse_btn.brochure_btn {
  width: 30%;
  max-width: 220px;
}
.hse_btn_wrapper .hse_btn:hover {
  background-color: #fff;
  color: var(--clr-prim-h);
  border-color: var(--clr-prim-h);
}
.tabs .tab:nth-child(1) {
  left: 0;
  z-index: 7;
}
.tabs .tab:nth-child(2) {
  left: -20px;
  z-index: 6;
}
.tabs .tab:nth-child(3) {
  left: -40px;
  z-index: 5;
}
.tabs .tab:nth-child(4) {
  left: -60px;
}
.tab.active > .tabs .tab:nth-child(1) {
  z-index: 5;
}
.Single_Lots {
  padding: 20px 0;
}
.Single_Lots > h1,
.Single_Lots > h2 {
  font-size: 22px;
  color: var(--clr-prim);
  font-weight: 600;
}
.recommended_title {
  color: var(--clr-prim);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.Lot_Details > h6,
.Lot_Details > h4 {
  text-align: left;
  margin-bottom: 20px;
}
.Lot_Details > h4 {
  font-size: 20px;
  font-weight: 700;
}
.lots_make {
  display: flex;
  border-top: 1px solid var(--clr-prim);
  border-bottom: 1px solid var(--clr-prim);
}
.make {
  width: 20%;
  padding: 20px 0;
}
.make h5 {
  text-align: left !important;
  margin: 10px 0;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
.lots_make .social-wrap {
  width: 64%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-left: 30px;
  align-items: center;
}
.lots_make .social-wrap .enquery {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 15px 0;
}
.lots_make .social-wrap span.price-badge {
  padding-left: 35px;
}
.lots_make .social-wrap img {
  width: 50px;
}
.hscdetails {
  font-weight: 400;
}
.hscdetails h6 {
  color: var(--clr-prim);
  font-size: 14px;
}
h3.recommended_title {
  padding-bottom: 30px;
}
.hsc-recommended-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 15px;
  padding-bottom: 50px;
}
.hsc-recommended-wrap .hsc-item {
  width: 24%;
}
.banner-slider iframe {
  width: 100%;
  height: 450px;
}
.hsc-item-img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.hsc-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hsc-item-title h2 {
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 13px;
}
.hsc-recommended-item-content p {
  text-align: center;
  color: var(--clr-prim);
  font-size: 15px;
  margin: 10px auto 0;
  font-weight: 600 !important;
}
#blur-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
}
iframe {
  width: 100%;
  height: 100%;
}
.gallery-slider .slick-slide {
  margin: 0 !important;
}
.gallery-slider .custom-arrow.next-arrow {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.gallery-slider .custom-arrow.prev-arrow {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.gallery-slider .custom-arrow {
  background-color: #fff;
  padding: 15px 10px;
  z-index: 1;
  font-size: 15px;
}
.gallery-slider .custom-arrow.next-arrow i,
.custom-arrow.prev-arrow i {
  color: var(--clr-prim);
  position: relative;
  z-index: 1;
}
.sales_pagination,
.sales_pagination .page-numbers {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  list-style: none;
}
.wpcx_pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sales_pagination .page-numbers li {
  margin: 0 5px;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
.wpcx_pagination .page-numbers,
.wpcx_pagination .wp-pagenavi a {
  display: inline-block;
  margin: 0 8px;
  text-decoration: none;
  color: #999;
}
.wpcx_pagination .page-numbers.current {
  color: var(--clr-prim-b-h);
}
.wpcx_pagination .page-numbers:hover {
  color: var(--clr-prim-h);
}
.wpcx_pagination .next {
  margin-left: 10px;
}
.wpcx_pagination .prev {
  margin-right: 10px;
}
#sale-search-from {
  position: relative;
}
#search-results {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 5px;
}
#search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#search-results li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
#search-results li:last-child {
  border-bottom: none;
}
#search-results a {
  text-decoration: none;
  color: #333;
}
#search-results a:hover {
  background-color: #f4f4f4;
}
.lots_div > .search-container {
  border-radius: 12px;
}
.hse_btn_wrapper.dvst-single-btn {
  justify-content: end;
}
.vehicle-detail-banner {
  max-height: 500px;
  overflow: hidden;
}
.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.banner-slider .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}
.banner-slider .slider.slider-nav {
  max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
}
.banner-slider .slider.slider-nav {
  padding: 20px 0;
}
.banner-slider {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.banner-slider .slider-banner-image {
  overflow: hidden;
  border-radius: 10px;
  height: 450px;
}
.banner-slider .custom-arrow.prev-arrow {
  position: absolute;
  top: -40px;
  bottom: unset;
  left: 45%;
}
.banner-slider .custom-arrow.next-arrow {
  position: absolute;
  bottom: -25px;
  left: 45%;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: #efefef;
}
.banner-slider .thumbImg {
  cursor: pointer;
}
.banner-slider .thumbImg img {
  border-radius: 10px !important;
  height: 140px;
  width: 189px;
  object-fit: contain;
  background-color: #efefef;
}
.banner-slider .thumbnail-image .thumbImg {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.banner-slider .slick-current.slick-active .thumbnail-image .thumbImg {
  border: 2px solid #196db6;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196db6;
}
.slider-nav .slick-slide.slick-current span {
  color: #196db6;
}
.slider-nav .slick-slide {
  text-align: center;
}
.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.slick-prev {
  top: 0;
}
.slick-next {
  bottom: 0;
  background-color: #fff;
}
.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}
.hsc-sale-title {
  padding: 30px 0;
}
.hsc-sale-title h1 {
  color: var(--clr-prim);
  margin: 0 0 10px;
}
.hsc-sale-title > p {
  color: #7a7a7a;
  margin: 0 0 20px;
}
.Current_Sales_Card {
  box-shadow: var(--shadow);
  border-radius: 30px;
  padding: 25px;
  background-color: #fff;
  width: 100%;
}
.Current_Sales_Card .hse_sales_wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.Current_Sales_Card_Image {
  width: 30%;
  overflow: hidden;
}
.Current_Sales_Card_Image img {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.Current_Sales_Content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sales-title {
  display: flex;
  justify-content: space-between;
}
.sales-title h2 {
  width: 80%;
}
.sales-title h2 a.title {
  color: var(--clr-prim);
  font-size: 25px;
  font-weight: 600;
}
span.hse-sales-badge {
  color: #bf2126;
  border: 1px solid #bf2126;
  font-weight: 900;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 20px;
}
.hse-single-badge {
  color: #bf2126;
  border: 1px solid #bf2126;
  padding: 6px;
  font-weight: 900;
  width: 160px;
  text-align: center;
}
.social-wrap span.hse-single-badge.isSold {
  width: 100%;
  padding: 6px 50px;
}
.fancybox-caption__body {
  display: none !important;
}
.isUnderOffer,
.isReduced {
  color: #f47121;
  border: 1px solid #f47121;
}
.price-badge {
  color: #f47121;
  font-weight: 900;
  width: 160px;
  text-align: center;
}
.Current_Sales_Content .description {
  display: flex;
  align-items: center;
}
.Current_Sales_Content .description .excerpt {
  width: 70%;
  border-top: 1px solid #4b4b4b73;
  padding: 10px 0 20px;
  font-size: 15px;
}
a.hse-readMore {
  font-size: 15px;
}
.Current_Sales_Content .description .hsc_loction {
  width: 30%;
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0/84%);
  z-index: 9999;
}
.popup-content {
  background-color: #fff;
  max-width: 440px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 20px 1px;
  border-radius: 5px;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px;
}
.popup-content span.close {
  font-size: 25px;
  color: #4f4f4f;
  margin-top: -7px;
  cursor: pointer;
}
.popup-content .title h2 {
  font-size: 18px;
  color: #000000bf;
  font-weight: 500 !important;
  font-family: var(--clr-font-family) !important;
}
.popup-content .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 19px;
}
.popup-content .fluentform.ff-default.fluentform_wrapper_4.ffs_default_wrap {
  padding: 9px;
}
.popup-content .fluentform.ff-default.fluentform_wrapper_4.ffs_default_wrap {
  padding: unset !important;
}
.popup-content .frm-fluent-form input,
.popup-content select.ff-el-form-control:not([size]):not([multiple]) {
  border: 1px solid #dedede !important;
  width: 100% !important;
  border-radius: unset !important;
  font-weight: 400 !important;
  padding: 0 15px !important;
  height: 42px !important;
  border-radius: 5px !important;
}
.popup-content textarea#ff_4_2_message {
  border-radius: 5px !important;
  line-height: 22px;
}
.popup-content .fluentform .ff-el-group {
  margin-bottom: 15px;
}
.popup-content input::placeholder,
.popup-content textarea::placeholder {
  font-weight: 400 !important;
}
.popup-content .ff_submit_btn_wrapper button {
  width: 200px !important;
  margin-top: 8px;
  padding: 10px !important;
  border-radius: 5px !important;
}
.popup-content::-webkit-scrollbar {
  width: 0;
}
.Current_Sales_Content .content {
  width: 100%;
}
.Current_Sales_Content .content > h2,
.hsc_loction {
  color: var(--clr-prim);
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.documents-wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.documents-wraper .download-item {
  width: 31%;
}
.documents-wraper img {
  width: 390px;
}
.Current_Sales_Content .content > p {
  color: var(--clr-prim);
  width: 75%;
  font-size: 18px;
}
a.hse-readMore {
  font-style: italic;
  font-weight: 600;
  color: var(--clr-prim-h) !important;
}
.Current_Sales_Content .Country > h4 {
  text-align: left !important;
}
.hse-sales-imgs {
  padding: 0 15px;
}
.hse-sales-imgs {
  padding: 0 15px;
  display: flex;
  overflow-x: auto;
  gap: 10px;
  width: 100%;
}
.hse-sales-imgs img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
}
.mfp-item {
  flex: 0 0 180px;
}
.hse-sales-imgs::-webkit-scrollbar {
  display: none;
}
.hse-sales-imgs .slick-slide {
  width: 350px;
  margin: 0 10px;
}
.not_found p {
  text-align: center;
  margin: 0;
}
.sales_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.social-share a {
  padding-left: 8px;
}
.social-share i {
  color: #494949;
  transition: transform 0.3s ease;
}
.social-share i:hover {
  transform: scale(1.2);
}
.custom-arrow.next-arrow,
.custom-arrow.prev-arrow {
  bottom: 50%;
  position: absolute;
  display: block !important;
  transform: translateY(50%);
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.custom-arrow.next-arrow {
  right: 0;
}
.custom-arrow.prev-arrow {
  left: 0;
}
.hsc__disabled {
  display: none;
}
#search-results li:hover {
  color: var(--clr-prim-h);
}
.contact-us-wrap h2.title,
.term-condation-wrap h2.title,
.details-wraper h2.title {
  color: #000;
  font-weight: 600 !important;
  padding-bottom: 15px;
}
.term-condation-wrap h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500 !important;
  padding: 15px 0;
}
.contact-us-wrap .info {
  font-weight: 400;
  font-size: 20px;
  color: #343433;
  font-family: open sans;
  padding-bottom: 7px;
}
.contact-us-wrap,
.term-condation-wrap,
.details-wraper {
  padding: 40px;
}
.contact-us-wrap .contact-us,
.contact-us-wrap .content-social {
  margin-bottom: 30px;
}
.content-social a i {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #4a4a4a;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #4a4a4a;
  cursor: pointer;
}
.content-social .right a i {
  background-color: var(--clr-prim-b-h);
  border-color: var(--clr-prim-b-h);
  color: #fff;
}
.content-social img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.contact-us-wrap .content-social {
  display: flex;
  justify-content: space-between;
}
.contact-us-wrap .left,
.right {
  display: flex;
  gap: 10px;
}
.contact-us-wrap .ff-field_container.ff-name-field-wrapper,
.contact-us-wrap #ff_1_email {
  width: 500px !important;
}
.contact-us-wrap input {
  border: none !important;
  border-bottom: 1px solid #9e9e9e !important;
  border-radius: unset !important;
  padding: 0;
  padding-bottom: 15px;
  font-weight: 400;
  font-family: open sans;
}
.contact-us-wrap textarea {
  border-radius: unset !important;
  padding: 0;
  padding-bottom: 15px;
  font-weight: 400;
  font-family: open sans;
  resize: none;
}
button.ff-btn.ff-btn-submit {
  background-color: var(--clr-prim-h) !important;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.hsc_disable {
  color: #a09d9d;
  font-weight: 400;
}
.fancybox-toolbar button,
.fancybox-navigation button,
.fancybox-stage button {
  background-color: unset !important;
}
.hse_btn_wrapper #openPopup {
  box-shadow: -6px 7px 10px rgba(0, 0, 0, 0.22);
  border: 1px solid var(--clr-prim-h);
}
.hse_btn_wrapper #openPopup:hover {
  background-color: #fff;
  color: var(--clr-prim-h);
  border-color: var(--clr-prim-h);
}
.hse_btn_wrapper #openPopup:focus {
  background-color: #fff;
  color: var(--clr-prim-h);
  border-color: var(--clr-prim-h);
}
h2.combination-title {
  font-size: 20px;
  color: #000;
  padding: 25px 0;
}
.conbination-wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.conbination-lot-item {
  width: 22%;
}
.conbination-lot-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
}
.conbination-lot-item a span {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}
.conbination-lot-item h2 {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.lot-tags-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.lot-tags-wrapper svg {
  width: 41px;
}
h3.lot-tags-title {
  color: #000;
  font-size: 21px;
}
a.lot-tag {
  border-radius: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  /* text-decoration: underline; */
  background-color: #20b5e8;
  color: #fff;
  padding: 5px 10px;
}
a.lot-tag:hover {
  background-color: #000000;
  color: #fff;
}
.lot-tags-wrap {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
a.item-tag {
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .sales_wrap {
    justify-content: space-between;
    gap: 0;
  }
  .sales-title,
  .Current_Sales_Content .description {
    display: block;
    text-align: start;
  }
  .sales-title h2,
  .Current_Sales_Content .description .excerpt,
  .Current_Sales_Content .description .hsc_loction {
    width: 100%;
  }
  .sales_wrap .hse_btn_wrapper .hse_btn {
    width: 45%;
  }
  span.hse-sales-badge {
    padding: 8px 20px;
    font-size: 20px;
    justify-content: center;
    margin-top: 15px;
  }
  .hse-image-gallery {
    width: 35% !important;
  }
  .Current_Sales_Card {
    width: 49%;
    margin-bottom: 30px;
  }
  .Current_Sales_Card .hse_sales_wrap {
    display: inline;
  }
  .Current_Sales_Content {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
  }
  .Current_Sales_Card_Image,
  .Current_Sales_Content,
  .Current_Sales_Content .content > p {
    width: 100%;
  }
  .Current_Sales_Content .content > p {
    margin-bottom: 10px;
  }
  .Current_Sales_Content .content > h2 {
    font-size: 18px;
    display: inline;
  }
  .hsc_loction {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .hse-sales-imgs img {
    height: 70px;
  }
  .banner-slider .slider-banner-image {
    height: 350px;
  }
  .banner-slider .thumbImg img {
    height: 80px;
  }
  .current_sales_image,
  .current_sales_image img {
    height: 240px;
    object-fit: cover;
  }
  .catalogue_make {
    width: 100%;
  }
  .hsc-recommended-wrap {
    gap: 5px;
  }
  .hsc-item-title h2 {
    font-size: 15px;
  }
  .lots_make .social-wrap {
    padding: 20px 0;
  }
  .social-wrap .hse_btn_wrapper {
    margin-top: 0;
  }
  .Current_Sales_Content .description .hsc_loction {
    text-align: start;
  }
  .sale-lot-wraper.hse_grid_wrap {
    gap: 10px;
  }
  .hse_grid_wrap .hse-image-gallery,
  .hse_grid_wrap .catalogue_details,
  .hse_grid_wrap .hsc-right-wraper,
  .hse_grid_wrap .catalogue_details .catalogue_content,
  .hse_grid_wrap .hse_btn_wrapper,
  .hse_grid_wrap .hse_btn_wrapper .hse_btn,
  .hse_grid_wrap .catalogue_make {
    width: 100% !important;
    align-items: center;
  }
  .ast-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .popup-content {
    height: 80%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .hse_content_wrap .hse-image-gallery {
    width: 40% !important;
  }
  .conbination-lot-item {
    width: 31%;
  }
  .popup-content .ff-field_container.ff-name-field-wrapper .ff-t-container {
    display: unset !important;
  }
  .popup-content {
    height: 80%;
    overflow-y: auto;
  }
  .hsc-right-wraper {
    display: block;
    text-align: center;
  }
  .catalogue_contenttitle {
    padding-bottom: 0;
  }
  .Current_Sales_Content .content > h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .Current_Sales_Content .hse_btn_wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  .catalogue_details {
    display: inline;
  }
  .catalogue_details .catalogue_content {
    margin-bottom: 20px;
  }
  .hsc-right-wraper,
  .catalogue_details .catalogue_content {
    width: 100%;
  }
  .Current_Sales_Content,
  .Current_Sales_Content .content {
    width: 100% !important;
  }
  .hse-sales-imgs img {
    height: 66px;
  }
  .hsc-sale-title h1 {
    text-align: center;
  }
  .Current_Sales {
    padding: 20px 10px;
  }
  h3.hsc_sales_title {
    margin-bottom: 15px;
  }
  .sales_card .img-wrapper {
    width: 100%;
  }
  .sales_card .hsc_content_sec {
    width: 100%;
  }
  .current_sales_image,
  .current_sales_content {
    width: 100%;
  }
  .current_sales_image {
    margin-bottom: 15px;
  }
  .hsc-right-wraper {
    align-items: start;
  }
  .hsc__next_prev {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 0 5px;
  }
  .hse_content_wrap {
    gap: 15px;
  }
  .catalogue_content h2 {
    font-size: 14px;
  }
  .catalogue_details {
    width: 60%;
    gap: 15px;
  }
  .catalogue_content p {
    margin-top: 10px;
  }
  .gallery-slider .prev-arrow,
  .gallery-slider .next-arrow {
    transform: translateY(-50%);
    top: 50%;
    bottom: unset !important;
  }
  .gallery-slider .slick-arrow {
    height: unset;
  }
  .custom-arrow {
    display: none !important;
  }
  .banner-slider {
    display: block;
    height: 100%;
  }
  .banner-slider .thumbImg img {
    height: 100px;
  }
  .tabs {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .search-container form {
    margin-bottom: 20px;
  }
  .lots_make {
    flex-direction: column;
  }
  .make {
    width: 100%;
    border-right: none;
  }
  .sales_card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hsc_content_sec {
    margin-bottom: 12px;
  }
  .vehicle-detail-banner {
    max-height: 610px;
  }
  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .banner-slider .slider.slider-for {
    padding-right: 0;
  }
  .banner-slider .slider.slider-nav {
    height: auto;
  }
  .slider-banner-image {
    height: 500px;
  }
  .slider.slider-nav.thumb-image {
    padding: 10px 30px 0;
  }
  .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .slick-prev {
    left: 0;
    right: unset;
  }
  .slick-next {
    left: unset;
    right: 0;
    background-color: initial;
  }
  .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .bid-tag {
    padding: 10px 0 15px;
  }
  .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }
  .thumbnail-image.slick-slide {
    padding: 0 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
  .make h5 span {
    font-size: 20px;
  }
  .make h5 {
    font-size: 20px;
    flex-direction: row;
    gap: 10px;
  }
  .hsc-recommended-item-content p {
    max-width: 253px;
  }
  .make h5 {
    font-size: 18px;
  }
  .Single_Lots > h1,
  .Single_Lots > h2 {
    font-size: 20px;
  }
  .recommended_title {
    font-size: 18px;
    text-align: center;
  }
  .slider-banner-image {
    height: 400px;
  }
  .slider.slider-nav.thumb-image {
    padding: 0 20px 0;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .slick-prev.slick-arrow {
    background-position: 50% 10px;
  }
  .slick-next.slick-arrow {
    background-position: 50% 10px, 50%;
  }
  .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
  .catalogue_make {
    width: 100%;
    margin-bottom: 0;
  }
  .documents-wraper .download-item {
    width: 48%;
  }
  .hse_btn_wrapper {
    width: 100%;
  }
  .Current_Sales h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .Current_Sales_Content {
    padding-bottom: 0;
  }
  .current_sales_content > h3 {
    margin-bottom: 12px;
    padding-bottom: 15px;
  }
  .current_sales_place_btn {
    margin-top: 25px;
    flex-direction: column;
    gap: 15px;
  }
  .Current_Sales_Content .content > p {
    color: var(--clr-prim);
    max-width: 100%;
  }
  .Current_Sales_Content .Country > h4 {
    text-align: left !important;
  }
  .Current_Sales_Card {
    width: 100%;
  }
  .Current_Sales_Card .card {
    gap: 10px;
    margin-bottom: 10px;
  }
  .Current_Sales_Content .content {
    margin-bottom: 20px;
  }
  .catalogue_make {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-share {
    width: 50%;
  }
  .ff-field_container.ff-name-field-wrapper .ff-t-container {
    display: flex;
    gap: 10px;
  }
  .banner-slider .custom-arrow {
    display: none !important;
  }
  .hsc-recommended-wrap {
    padding: 0 5px 50px;
  }
  .hsc-recommended-wrap .hsc-item {
    width: 48%;
    margin-bottom: 15px;
  }
  .hsc-sale-title {
    padding: 20px 10px;
  }
  .hse_btn_wrapper .hse_btn {
    width: 100%;
  }
  #sale-search-form {
    width: 80%;
  }
  .grid-system {
    width: 20%;
  }
  .sale-lot-wraper.hse_grid_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .hse_grid_wrap .hse-image-gallery,
  .hse_grid_wrap .catalogue_details,
  .hse_grid_wrap .hsc-right-wraper,
  .hse_grid_wrap .catalogue_details .catalogue_content,
  .hse_grid_wrap .hse_btn_wrapper,
  .hse_grid_wrap .hse_btn_wrapper .hse_btn,
  .hse_grid_wrap .catalogue_make {
    width: 100% !important;
    align-items: center;
  }
  .lots_make .social-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .lots_make .social-wrap {
    flex-direction: column;
    align-items: start;
  }
  .conbination-wraper {
    justify-content: space-between;
  }
  .conbination-lot-item {
    width: 48%;
  }
  .lots_make .social-wrap span.price-badge {
    padding-left: 15px;
  }
  .documents-wraper .download-item {
    width: 100%;
  }
  .hsc-sale-title h1.sale-title {
    padding-top: 25px;
  }
  .Current_Sales_Content,
  .hsc_loction {
    text-align: start;
  }
  .banner-slider .slider-banner-image,
  .banner-slider iframe {
    height: 250px !important;
  }
  .banner-slider .thumbImg img {
    height: 75px;
  }
  .hse_content_wrap {
    flex-direction: column;
  }
  .hse_content_wrap .hse-image-gallery,
  .hse_content_wrap .catalogue_details {
    width: 100% !important;
  }
  .hsc-item-img {
    height: 140px;
  }
  .sale-lot-wraper.hse_grid_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .hse_grid_wrap .catalogue_details {
    height: unset;
  }
  .hse_grid_wrap .hse-single-badge {
    width: 135px;
  }
  .hse_grid_wrap .isUnderOffer,
  .hse_grid_wrap .isReduced,
  .hse_grid_wrap .price-badge {
    font-size: 13px;
  }
  .hse_grid_wrap .hse-image-gallery,
  .hse_grid_wrap .hse-image-gallery img {
    height: 175px;
  }
  .grid-system img {
    width: 26px;
  }
}
