.single-left-col a.btn-prev {
    color: #000;
    margin-bottom: 10px;
    border: 2px solid red;
    display: inline-block;
}


.list-single-slide .numbertext#listGalleryCount {
    left: 20px;
}

.query_form2 span.wpcf7-not-valid-tip {
    background: transparent;
    color: #000 !important;
    box-shadow: none;
	font-size: 85%; 
	font-weight: 500;
}
input.wpcf7-form-control.wpcf7-submit {
    font-weight: 500 !important;
    padding: 12px 20px;
    display: block;
    width: 100%;
	
}

.query_form2 .mt-row input, 
.query_form2 textarea {
    background: #fff;
}
     

 /* Style the tab */
      .mt-tab {
        overflow: hidden;
		border-bottom: 2px solid #bbef00;
      }

      /* Style the buttons inside the tab */
      body[data-button-style*="slightly_rounded"]  .mt-tab a {
        background-color: f5f5f5!important;
        float: left;
        border: none;		  
		border-radius: 0px!important;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 14px;
		  color: #000;
		  font-weight: 500;
      }

      /* Change background color of buttons on hover */
      .mt-tab a:hover {
        background-color: #ddd;
      }

      /* Create an active/current tablink class */
      .mt-tab a.active {
		  background: #bbef00;
		  
      }

      /* Style the tab content */
      .mt-tabcontent {
        display: none;
        padding: 20px 0px;
      }


.vehicle-card-wrap .price-wrap {
    margin-top: 10px;
}

#listing-single.new-s-style {
display: grid;
grid-template-columns: 65% 32%; 
gap: 3%;
}

#listing-single .spec-item-n{
	display: flex;
	justify-content: space-between;
}

.tab-func .spec-item-wrap2 span {
    width: 70%;
}

.specs2 .spec-item-n span {
    width: 50%;
}


#listing-single.new-s-style .single-left-col h3,
#listing-single.new-s-style h3 {
    font-size: clamp(15px, 1.2vw, 22px) !important;
}

#listing-single.new-s-style h2 {
    font-size: clamp(18px, 1.2vw, 25px);
	font-weight: 600;
}	

#listing-single.new-s-style .frm_sbmt_seller .mt-row .field p {
   padding-bottom:  5px!important;
}

#listing-single.new-s-style .frm_sbmt_seller {
    background: #f2f5f7;
    padding: 30px;
    margin: 40px 0px;
	border-radius: 10px;
}

/* sort overview css */
body[data-button-style="slightly_rounded_shadow"] .sort-listing-right a.nectar-button:hover,
body[data-button-style="slightly_rounded_shadow"] .sort-listing-right button.nectar-button:hover,
body[data-button-style="slightly_rounded_shadow"] .sort-listing-right a.nectar-button:focus,
body[data-button-style="slightly_rounded_shadow"] .sort-listing-right button.nectar-button:focus {
    box-shadow: initial!important;
    transform: translateX(0px)!important;
    color: #000!important;
}

  .listing-active_sold_buttons a,
  .listing-active_sold_buttons button {
	  margin-inline: 8px;
}

#sortModal button.sort-submit {
    border: 2px solid #bbef00!important;
    padding: 8px 20px!important;
    margin-top: 10px !important;
    border-radius: 12px!important;
    font-weight: 500!important;
    font-size: 13px!important;
	background: transparent !important;
}

/* overview pop edit css */
#overview-content .select-wrapper select {
    margin-block: 7px;
}

#overview-content div#otherBodyGroupClone label, 
#overview-content .form-group.cstm-btn  {
    margin-top:  10px!important;
}


.listing_info_top.single {
  display: flex;
  gap: 20px;
}

.listing_info_top.single ul {
  display: flex;
}

.listing_info_top.single img {
  width: 20px;
  padding-right: 5px;
}

.card-details.single ul {
  padding-top: 25px;
  display: grid;
  gap: 20px;
  margin: 0px;
	grid-template-columns: repeat(4, 1fr);
}

.card-details.single ul li {
  list-style-type: none;
}

.card-details.single .info_value {
  font-weight: 500;
  font-size: 90%;
padding-bottom: 0px;
}

div#updateBtnWrap {
  margin-top: 50px;
}

/* sort popup css */

.listing-card a.view-details-btn {
  background: #bbef00;
  display: block;
  padding: 8px 20px;
  text-align: center;
  color: #000;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.listing-card .content-top {
  flex-direction: column;
}

#sortModal.listing-modal .close-modal {
  float: right;
  font-size: 40px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
}

#sortModal .listing-modal-content {
  border: none;
}

.listing-modal-content {
  max-height: 450px;
}

#sortBtnWrap .dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#sortBtnWrap .dropdown input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
}

#sortBtnWrap .dropdown .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  z-index: 999;
}

#sortBtnWrap .dropdown .option {
  padding: 8px;
  cursor: pointer;
}

#sortBtnWrap .dropdown .option:hover {
  background: #f0f0f0;
}

/* Chrome, Edge, Safari */
.listing-modal-content::-webkit-scrollbar {
  width: 6px;
  /* thin vertical scrollbar */
  height: 6px;
  /* thin horizontal scrollbar */
}

.listing-modal-content::-webkit-scrollbar-track {
  background: transparent;
  /* no track background */
}

.listing-modal-content::-webkit-scrollbar-thumb {
  background: #ddd;
  /* thumb color */
  border-radius: 8px;
  /* rounded corners */
  border: none;
  /* no border around thumb */
}

.listing-modal-content::-webkit-scrollbar-thumb:hover {
  background: #ccc;
  /* slightly darker on hover */
}

.listing-modal-content::-webkit-scrollbar-button {
  display: none;
  /* hide arrows/buttons */
  width: 0;
  height: 0;
}

/* Firefox */
.listing-modal-content {
  scrollbar-width: thin;
  /* thinner scrollbar */
  scrollbar-color: #ddd transparent;
  /* thumb | track */
}

#overviewModal .select-wrapper {
  margin-bottom: 15px;
}

#overviewModal button#overview-update-btn {
  margin-top: 20px;
}

div#sortBtnWrap button {
  background-color: transparent !important;
  border: 1px solid #bbef00;
  border-radius: 10px !important;
  margin-left: 10px;
}

div#sortBtnWrap button img {
  width: 15px;
}

div#vehicleFormError {
  background: #8b8b8b24;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: red;
  margin-top: 10px;
}

#sortModal .listing-modal-content h3 {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
  font-size: clamp(18px, 1.2vw, 24px) !important;
}

#vehicleMake+span.select2 {
  min-width: 250px;
}

div#sort-content {
  max-width: 400px;
  margin: 0 auto;
}

div#sortBtnWrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-block: 15px 25px;
}

div#sortBtnWrap~.radio-group {
  margin-block: 5px 10px !important;
}

div#sortBtnWrap~.radio-group input {
  accent-color: #bbef00 !important;
}

#overviewModal span.select2-selection.select2-selection--single,
.fancy-select-wrap span.select2-selection.select2-selection--single {
  padding: 0px !important;
}

.fancy-select-wrap {
  padding-top: 0px !important;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* new listing display page css */
.listing-active_sold_buttons button {
  margin-bottom: 0px !important;
}

.listing-active_sold_button {
  display: flex;
}

.listing-active_sold_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listing-active_sold_buttons .sort-listing-left a {
  background: transparent !important;
  padding: 0px !important;
  border: none !important;
  margin: 0px !important;
}

.wpb_wrapper>.listing-active_sold_buttons {
  margin-bottom: 30px !important;
}


.view-details-btn {
  margin-top: auto;
}

.vehicle-card-wrap .listing-card .slick-gallery {
  margin-bottom: 0px;
}

.listing-card button.slick-next.slick-arrow {
  right: 5px;
}

.vehicle-card-wrap .slick-prev:before,
.vehicle-card-wrap .slick-next:before {
  font-family: 'slick';
  opacity: 1;
  color: #bbef00 !important;
}

.vehicle-card-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #bbef00 !important;
}

.vehicle-card-wrap .slick-dots li button:before {
  opacity: .25;
  color: #ffffff;
}


.vehicle-card-wrap .slick-prev {
  left: 5px;
  z-index: 1;
}

.vehicle-card-wrap .listing-card .container {
  min-height: 300px !important;
  max-width: 100% !important;
}


.vehicle-card-wrap .slick-gallery.slick-slider {
  height: 300px !important;
}

.vehicle-card-wrap .slick-list.draggable {
  height: 300px !important;
}



button.tas-vehicle-sort {
  cursor: pointer;
}

.vehicle-card-wrap .listing-card .card-content {
  margin-top: 0px !important;
  padding: 20px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.vehicle-card-wrap a.list-front,
.vehicle-card-wrap .listing-card {
  border: 1px solid #ddd;
}

.vehicle-card-wrap .listing-card .card-image {
  height: 300px !important;
}

.vehicle-card-wrap .pld-like-dislike-wrap .pld-common-wrap {
  margin-right: 0px;
}

div#listGalleryCount {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 8px;
  padding: 2px 8px 0px 8px;
  background: #0000004f;
  color: #fff;
  font-size: 12px;
}

.vehicle-card-wrap .content-top+.price-wrap .card-price span.woocommerce-Price-amount.amount {
  font-size: clamp(22px, 1.75vw, 30px);
  font-weight: 500
}

.vehicle-card-wrap .content-top+.price-wrap .card-price {
  background: transparent !important;
  padding: 0px;
}

.vehicle-card-wrap .listing-card .card-details {
  border-block: 1px solid #ddd;
  padding-block: 15px;
  margin-block: 15px;
}

.vehicle-card-wrap .content-top p {
  padding-bottom: 15px;
}
.vehicle-card-wrap .listing-card ul {
  margin: 0px;
 display: flex;
 flex-wrap: nowrap;
 justify-content: center;
 width: 100%;
}

.vehicle-card-wrap .listing-card .card-content ul {
  margin: 0px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 100%;
gap: 8px;
}



.vehicle-card-wrap .listing-card .card-details ul li {
	width: calc(50% - 5px);
	display: flex;
	align-items: center;
}

.tasmania-listing ul li, .vehicle-card-wrap .listing-card ul li {
  list-style: none !important;
  font-size: 14px;
}

.tasmania-listing ul li {
  list-style: none !important;
  font-size: 16px;
margin-block: 15px;
}




.vehicle-card-wrap .card-details ul li i,
.vehicle-card-wrap .card-details img {
  padding-right: 5px;
  margin-bottom: 0px !important;
}

.vehicle-card-wrap .slick-dots li button:before {
  color: #666;
  /* dot color */
}

.sort-listing-right button,
.sort-listing-right a.nectar-button.reset-button {
  border-color: #bbef00 !important;
  padding: 10px 25px !important;
  font-size: 14px !important;
  margin-bottom: 0px;
}

/*Global CSS*/
.tas-none {
  display: none
}

.tas-hide {
  visibility: hidden;
}

.listing-btn {
  background-color: #e74c3c;
  /* Red tone */
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

#listingCancelDelete {
  background-color: #bdc3c7;
  color: #2c3e50;
}

.listing-card .card-content a.listing-btn {
  padding: 2px 10px;
  border-radius: 20px;
}

/* Listing CSS */
.listing-cards-container.vehicle-card-wrap {
  display: grid !important;
  gap: 25px;
  grid-template-columns: auto auto auto auto;
}


.listing-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: left;
  margin: auto;
}

a.list-front,
.listing-card {
  overflow: hidden;
  width: calc(25% - 30px);
  color: inherit;
}

.vehicle-card-wrap .listing-card {
  width: 100% !important;
}

a.list-front>.listing-card {
  width: unset;
}

.listing-card .content-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.list-action-btns {
  display: flex;
  gap: 10px;
}

.list-action-btns>a:first-child {
  background-color: #3498db;
}

.listing-card .card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.vehicle-card-wrap .listing-card .card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.vehicle-card-wrap .listing-card .slick-dots {
  bottom: 5px !important;
}

.vehicle-card-wrap .listing-card .slick-dots li {
  margin: 0px !important;
}

.listing-card .card-content {
  margin-top: 10px;
}

.listing-card .card-title {
  text-decoration: none;
  font-family: Montserrat;
  letter-spacing: 0;
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 500 !important;
}

.listing-card .card-details {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-top: 10px;
}

.listing-card .card-price {
  background-color: #bbef00;
  padding: 2px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
}

.listing-card input[type="checkbox"] {
  accent-color: #bbef00;
}

.listing-card span.listing-meta-item {
  padding: 0px 8px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #bbef00;
}

/* Listing Pagination Container */
.listing-pagination {
  text-align: center;
  margin: 50px 0px 0px!important;
}

/* Pagination Links */
.listing-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 12px;
  font-size: 16px;
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover Effect */
.listing-pagination .page-numbers:hover {
  background-color: #bbef00;
  color: #fff;
  border-color: #bbef00;
}

/* Current Page */
.listing-pagination .page-numbers.current {
  background-color: #bbef00;
  color: #fff;
  border-color: #bbef00;
  font-weight: bold;
}

/* Previous and Next Arrows */
.listing-pagination .page-numbers.prev,
.listing-pagination .page-numbers.next {
  font-weight: bold;
}


/*Listing Form CSS*/
#overviewModal .select2-container,
.mt_container.tasmania-listing .select2-container {
  width: 100% !important;
}

.mt_container.tasmania-listing .mt_container_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.tasmania-listing .progress-container {}

/* .tasmania-listing .progress-container .progress-wrapper {
  padding: 7px !important;
} */

.tasmania-listing .progress-bar {
  height: 12px;
  background: #fff;
  border-radius: 10px;
  margin-top: 15px;
  overflow: hidden;
  border: 2px solid #bbef00;
}

.tasmania-listing .progress {
  height: 100%;
  background: #bbef00;
  border-radius: 10px;
  width: 0%;
  transition: width 0.5s ease;
}

.tasmania-listing .step-info {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 14px;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}

.tasmania-listing .form-container {
  padding: 30px;
}

.tasmania-listing .step {
  display: none;
}

.tasmania-listing div.step .select2-container--default .select2-selection--single {
  padding: 0;
}

.step_wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.step_wrapper.list-thank-you {
  text-align: center;
}

.step_wrapper .form-group {
  margin: 0 auto;
}

.mt_container.tasmania-listing #step5 .step_wrapper>.form-group {
  display: flex;
  gap: 5px;
  align-items: center;
}
.tasmania-listing #vehicleMake,
.tasmania-listing #vehicleModel,
.tasmania-listing #vehicleVariant,
#listingMakeUpdate,
#listingModelUpdate {
    text-transform:capitalize;
}
.mt_container.tasmania-listing .form-group label {
  font-weight: 500;
}

.details-txt {
  text-decoration-line: underline;
  text-decoration-color: #bbef00;
}

.tasmania-listing .step.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

div#listing-success-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}

div#listing-success-links>a {
  padding: 6px 25px;
  font-size: 15px;
  cursor: pointer;
  background: #bbef00;
  border-radius: 12px;
  color: #000;
  font-weight: 500 !important;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

div#listing-success-links>a:last-child {
  background: #d82026;
  color: #fff;
}

div#listing-success-links>a:hover {
  opacity: .7;
}

.list-thank-you h4 {
  position: relative;
  /* ensure ::after is positioned relative to h4 */
  padding-bottom: 8px;
  /* space between text and divider */
  margin-bottom: 16px;
  /* space after heading */
}

.list-thank-you h4::after {
  content: "";
  /* required for ::after */
  display: block;
  /* make it a block element */
  width: 350px;
  /* length of divider */
  height: 1px;
  /* thickness of divider */
  background-color: #ddd;
  /* divider color */
  margin: 6px auto 0;
  /* space above divider */
  border-radius: 2px;
  /* rounded edges */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tasmania-listing h2 {
  color: #000;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: clamp(22px, 1.2vw, 26px) !important;
  text-align: center;
  font-family: 'Montserrat'!important;
  padding-inline: 3%;
}

.tasmania-listing .form-group {
  margin-bottom: 20px;
  text-align: center;
}

input#vehicleTrailerTypeOther {
  margin-top: 20px;
}

.tasmania-listing input,
.tasmania-listing select,
.tasmania-listing textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #bbef00;
  border-radius: 10px !important;
  font-size: 16px;
  transition: border 0.3s ease;
}


.tasmania-listing input:focus,
.tasmania-listing select:focus,
.tasmania-listing textarea:focus {
  border-color: #4a6cf7;
  outline: none;
}

.tasmania-listing input[type="checkbox"] {
  accent-color: #bbef00;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px !important;
  height: 14px;
  border: 1px solid #bbef00;
  border-radius: 4px !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0px !important;
  margin-bottom: -1px !important;
  margin-right: 8px;
  font-size: 14px;
}

/* .tasmania-listing input#agreeTerms {
  width: 50px !important;
} */
/* checked state */
.tasmania-listing input[type="checkbox"]:checked {
  background-color: #bbef00;
  border-color: #bbef00;
}

/* add tick mark */
.tasmania-listing input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: -1px;
  width: 5px;
  height: 9px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input#vehicleHullMaterialOther {
  margin-top: 10px;
}

.form-group.cstm-btn {
  position: relative;
}
/* 
.form-group.cstm-btn::after {
  content: "km";
  position: absolute;
  padding: 13px 8px;
  top: 0;
  right: 0px;
  border-radius: 10px;
  background: #bbef00;
} */

 .form-group.cstm-btn2 span {
    background: #DDD;
    box-sizing: border-box;
    padding: 8px;
    width: 47px;
	border: 1px solid #aaa;
	 text-align: center;
	border-width: 1px 0px 1px 1px;
	font-size: 14px;
	border-radius: 4px 0px 0px 4px
}

.tasmania-listing .cstm-btn2 input {
    width: calc(100% - 47px)!important;
	border-radius: 0px 4px 4px 0px !important;
	border: 1px solid #aaa;
	border-left-width: 0px!important;
}

.tasmania-listing .form-group.cstm-btn2 {
    width: 100%;
    text-align: left;
    border-radius: 4px;
    overflow: hidden;
	display: flex;
}

.tasmania-listing .checkbox-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 10px;
}


.tasmania-listing .overview-content .checkbox-group{
	margin-bottom: 10px;
}
.overview-content .select-wrapper select {
    margin-block: 7px!important;
}


.tasmania-listing .checkbox-group input {
  width: auto;
  margin-right: 10px;
}

.tasmania-listing #step3 .checkbox-group {
  justify-content: center;
}

.tasmania-listing .price-options {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.tasmania-listing .transmission-option,
.tasmania-listing .price-option {
  flex: 1;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tasmania-listing .transmission-option.selected,
.tasmania-listing .price-option.selected {
  background-color: #bbef00;
}

.tasmania-listing .price-option i {
  font-size: 24px;
  margin-bottom: 10px;
  color: #4a6cf7;
}

.tasmania-listing .buttons {
  display: flex;
  justify-content: end;
  margin-top: 30px;
  height: auto;
}

.tasmania-listing button {
  padding: 10px 35px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tasmania-listing .buttons-one .btn-prev {
  cursor: pointer;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}
.tasmania-listing .buttons-one .btn-prev > i {
  font-size: 20px;
  margin-top: 1px;
}
.tasmania-listing .btn-next,
.tasmania-listing .btn-submit {
  background: #bbef00 !important;
  color:#000 !important;
  font-weight: 500 !important;
	font-family: "Montserrat"!important;
}

.tasmania-listing .error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  display: none;
  text-align: center;
}

.tasmania-listing .photo-upload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.tasmania-listing .photo-upload.dragover {
  border-color: #3b82f6;
  background: #f0f8ff;
}

.tasmania-listing .dropzone {
  border: 2px dashed #ccc;
  border-radius: 10px;
}

.tasmania-listing #listing-dropzone .dz-message {
  display: block !important;
}

.tasmania-listing .dropzone .dz-message>div {
  border: 1px solid #bbef00;
  border-radius: 8px;
  padding: 5px 14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.tasmania-listing .dropzone .dz-message>div>i {
  top: unset;
}

.tasmania-listing .uploaded-photos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.tasmania-listing .photo-thumb {
  position: relative;
  height: 80px;
  background: #f0f2f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a7a7a;
  font-size: 12px;
}

.tasmania-listing .photo-thumb>img {
  margin-bottom: 0 !important;
}

.tasmania-listing .photo-thumb .delete {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #dcdcde;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.tasmania-listing .photo-thumb .delete:hover {
  background: #f00;
  color: #fff;
  border-color: #f00;
}

.tasmania-listing .overview-item {
  padding-bottom: 0;
  display: flex;
  gap: 5px;
  font-size: 14px;
}

.tasmania-listing .overview-label {
  font-weight: 600;
  color: #2d3a4b;
}

.tasmania-listing .overview-listing .listing_details:last-child>.overview-item:last-child {
  margin-top: 15px;
}

.tasmania-listing .view-btn {
  background: #bbef00;
  color: #000;
  border: none;
  padding: 2px 15px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
}



.tasmania-listing .terms>div>label {
  text-align: left;
}

#modal-photos .mt_container {
  padding: 20px 150px 10px;
  background: #bbef00;
  border-radius: 20px;
}

#modal-photos div#imageIndex {
  text-align: center;
}

div#modal-photos .mt_container h2 {
  text-align: center;
  margin-bottom: 10px;
}

.listing-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  align-items: center;
  justify-content: center;
}

.listing-modal-content {
  background: white;
  padding: 30px;
  border-radius: 20px;
  max-width: 800px;
  width: 90%;
  overflow-y: auto;
}

.listing-modal-content h2 {
  text-align: center;
}

div#modal-description {
  border: 1px solid #000;
  min-height: 150px;
  border-radius: 20px;
  padding: 10px 20px;
}

.listing-modal .close-modal {
  float: right;
  font-size: 24px;
  cursor: pointer;
  margin-top: -20px;
}



.tasmania-listing .terms {
  margin: 20px auto 40px;
  max-width: 550px;
}

.tasmania-listing .terms ul {
  margin-left: 0px;
}

#listing-lightbox-modal .listing-modal-content>img {
  width: 100%;
  max-height: 400px;
  height: auto;
}

/* Price checkbox styles */
.tasmania-listing .price-checkbox-group {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  justify-content: center;
}

/* Listing image slider CSS*/
.slideshow-container {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.slideshow-container .mtSliderImg {
  display: none;
  width: 100%;
  transition: opacity 0.8s ease;
  min-height: 100px;
}

.slideshow-container .mtSliderImg img {
  width: 100% !important;
  vertical-align: middle;
  object-fit: cover;
  max-height: 330px;
}

.slideshow-container .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #000;
  border: none;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;

  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow-container .prev {
  left: -20px;
}

.slideshow-container .next {
  right: -20px;
}
.tasmania-listing div#preview-notification,
.tasmania-listing #listingNotification {
  display: none;
  padding: 12px 16px;
  margin: 15px 0;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
}
.tasmania-listing div#preview-notification.success,
.tasmania-listing #listingNotification.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.tasmania-listing div#preview-notification.error,
.tasmania-listing #listingNotification.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Gallery Step */
.tasImageContainer {
  display: grid;
  gap: 15px;
  max-width: 800px;
  margin: 5px auto 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

div#coverImagetext {
    max-width: 800px;
    margin: 40px auto 0px;
}
div#coverImagetext > div {
	 max-width: 40%;
   text-align:center;
	font-size: clamp(10px, 1.1vw, 16px);
	line-height: 1.2;
}

.tas-file-hidden-wrap {
  position: relative;
  /* width: auto; */
  height: auto;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 10px;
height: 12vw;
}



.list-gallery-notification {
  background: #ffb7ba;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: auto;
}

.row .col .tas-image-box img {
  width: 100%
}

.tas-image-box .tas-icon>img {
  max-width: 20%;
}

.tasImageContainer .tas-file-hidden-wrap:first-child {
  grid-column: span 2;
  grid-row: span 2;
	height: calc(24vw + 15px);

}

.tas-image-box.tas-dragover {
  background-color: #e0f7fa;
  border-color: #00acc1;
}

.tas-image-box img {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  object-fit: contain;
}

.tas-image-box .tas-icon {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tas-icon {
  font-size: 12px;
  color: #0476d9;
  line-height: 1;

}

.tas-remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgb(187 239 0);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

input[type="file"].tas-file-input {
  display: none;
}


/* Listing single CSS  */
#listing-single {
	max-width: 1400px!important;
  padding: 50px 20px 30px!important;
  overflow: hidden;
}


#listing-single .header2 h1 {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1;
}


#listing-single .header2 p{
	display: flex; 
gap: 5px;
}

#listing-single .price {
  font-size: 24px!important;
  font-weight: bold;
	background: #bbef00;
	padding: 30px;
	border-radius: 10px;
}

#listing-single .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.listing-single-desc {
  margin: 30px 0px;
}

#listing-single .car-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  margin-bottom: 10px;
}

#listing-single .details {
  flex: 2;
  min-width: 300px;
}

#listing-single .specs2 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10px;
	display: none;
}

.spec-item-wrap2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#listing-single .spec-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #bbef00;
}

#listing-single .spec-label {
  font-weight: bold;
  color: #7f8c8d;
  font-size: 14px;
  margin-bottom: 5px;
}

#listing-single .spec-value {
  font-size: 18px;
  color: #2c3e50;
}

#listing-single .listing-contact-info {
  background: #f2f5f7!important;
  padding: 20px;
  border-radius: 8px;
}

#listing-single .contact-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#listing-single .contact-item span{
	width: 70%;
}
#listing-single .contact-icon {
  margin-right: 10px;
  color: #3498db;
  font-weight: bold;
  min-width: 120px;
}

/*Listing single slider*/
.list-single-slide {
  display: none
}

.list-single-slider-wrap img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Slideshow container */
.list-single-slider-wrap {
  max-width: 1000px;
  position: relative;
  margin: 20px auto;
}

/* Next & previous buttons */
.list-single-slider-wrap .list-prev,
.list-single-slider-wrap .list-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  color: #000!important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bbef00;
  opacity: 1;
}

.list-single-slider-wrap .list-prev {
  left: 10px;
}

.list-single-slider-wrap .list-next {
  right: 10px;
}

.list-single-slider-wrap .list-prev:hover,
.list-single-slider-wrap .list-next:hover {
  opacity: .7;
}

/* Number text */
.list-single-slider-wrap .numbertext {
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #bbef00;
  border-radius: 8px;
}

/* Fading animation */
.list-single-slider-wrap .list-fade {
  animation-name: listFade;
  animation-duration: 1.5s;
}

@keyframes listFade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.overview-block-one-left, 
.overview-block-one-right {
    width: 50%;
}
#createBtnWrap .buttons-one,
div#updateBtnWrap .buttons-one {
    width: 40%!important;
}
#createBtnWrap,
div#updateBtnWrap {
    display: flex;
    justify-content: space-around;
}


#listing-single .header2 {
    margin-bottom: 0px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .listing-cards-container {
    justify-content: center;
  }

  .listing-card,
  a.list-front {
    width: calc(50% - 30px);
  }
#listing-single.new-s-style {grid-template-columns: auto;gap: 20px;}
	.header2.desktop{
		display: none;
	}
	
	.top-pricing-wrapper.desktop{
		display: none;
	}

}

@media (min-width: 992px){
	.header2.phone{
		display: none;
	}
}




@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .tasmania-listing .tas-image-box:not(first-child) {
    height: 10vw;
  }

  .tasmania-listing .form-container {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {

  .listing-active_sold_buttons a,
  .listing-active_sold_buttons button {
    margin-inline: 8px;
    margin-bottom: 0px !important;   
    font-size: 14px !important;
  }

  .listing-cards-container.vehicle-card-wrap {
    grid-template-columns: auto auto;
  }
	
	div#coverImagetext > div {
	font-size: 12px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .listing-cards-container.vehicle-card-wrap {
    grid-template-columns: auto auto auto;
  }
}

@media (min-width: 768px) {
  .step_wrapper .form-group {
    max-width: 100% !important;
  }

  a.nectar-button.jumbo.see-through-2.btn.active_listing.active {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
	
.list-single-slider-wrap {
    margin-top: 15px;
}
	
.card-details.single ul {
    grid-template-columns: repeat(2, 1fr);
	margin-top: 15px;
    border-block: 1px solid #ddd;
    padding: 15px 10px;
}
	
	
	div#coverImagetext > div{
    font-size: clamp(11px, 2.2vw, 15px);
}
	
  .vehicle-card-wrap .listing-card {
    max-width: 100%;
  }	
	
.tasmania-listing .checkbox-group {
    flex-wrap: wrap;
}
	
.tasmania-listing #step3 .trailer-features .checkbox-group {
    justify-content: flex-start;
}
	

  .mySlides img {
    height: 350px;
  }

  .slideshow-container .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .tasmania-listing .overview-listing {
    flex-direction: column;
  }

  .tasmania-listing .price-option {
    padding: 5px 10px;
  }

  .tasmania-listing .uploaded-photos {
    grid-template-columns: repeat(3, 1fr);
  }

  .tasmania-listing .form-container {
    padding: 20px;
  }
  .tas-icon img {
    margin-bottom: 5px !important;
  }

  #listing-single .content {
    flex-direction: column;
  }

  #listing-single .header2 {
    padding: 30px 0px 15px;
  }

#listing-single.new-s-style .price {
        margin-bottom: 0px;
        display: inline-block;
        width: 60%;
        font-size: 17px !important;
        padding: 15px;
    }

  #listing-single .specs2 {
    grid-template-columns: 1fr;
  }

  .tasmania-listing .progress-bar {
    height: 9px;
  }

  .tasmania-listing #progressBarWrap .buttons {
    margin-right: 20px;
  }

  .tasmania-listing #progressBarWrap .buttons-one {
    margin-left: 20px;
  }


    .tasmania-listing .tas-image-box:not(first-child) {
    height: 20vw;
  }

  .tasImageContainer {
    gap: 5px;
  }

  .sort-listing-right button,
  .sort-listing-right a.nectar-button.reset-button {
    padding: 6px 16px !important;
    font-size: 12px !important;
  }

  .listing-cards-container.vehicle-card-wrap {
    grid-template-columns: auto;
  }

  .overview-listing>div>div {
    width: 100% !important;
  }

  .overview-listing .left>div {
    margin-bottom: 10px;
  }

  .overview-listing>div {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
	
	.listing-pagination {
    margin: 30px 0px 60px!important;
}


	
}


@media (max-width: 576px) {
  a.list-front {
    width: 100%;
    max-width: 350px;
  }




}

@media (min-width: 480px) and (max-width: 767px) {
  .card-details.single ul {
    gap: 10px;
  }


.listing-pagination {
        margin: 30px 0px 0px !important;
    }
}


@media (max-width: 480px) {

	
  .card-details.single ul li {
    width: 100%;
  }

  .card-details.single .info_content p:not(.info_value) {
    display: none;
  }

  .slideshow-container .mySlides img {
    height: 250px;
  }

  .tasmania-listing .uploaded-photos {
    grid-template-columns: repeat(2, 1fr);
  }

  .tas-image-box {
    min-height: 80px;
  }

  .tas-icon {
    font-size: 10px;
  }


  #listing-single .header2 h1 {
    font-size: 20px;
  }

  #listing-single .price {
    font-size: 24px;
  }

  #listing-single .spec-value {
    font-size: 16px;
  }

  .listing-modal {
    top: auto;
  }

  #vehicleMake+span.select2 {
    min-width: auto;
  }

  #sortModal .listing-modal-content {
    width: 100%;
    padding: 40px;
    margin-top: auto;
	min-height: 85vh;

  }

  #sortModal.listing-modal {
    top: auto;
  }

  .listing-cards-container.vehicle-card-wrap {
    grid-template-columns: auto;
  }
	
	.overview-block-one-item {
    display: flex;
    flex-direction: column;
}
	
.listing-pagination .page-numbers {
    margin: 0px!important;

}
	div#coverImagetext > div {
    text-align: center;
    font-size: 9px;
    line-height: 1;
}

.listing-active_sold_buttons a, .listing-active_sold_buttons button {
    margin-inline: 2px;
}

.listing-active_sold_buttons {
    margin-inline: 4%;
}
}

/* Responsive text */
@media only screen and (max-width: 300px) {

  .list-single-slider-wrap .list-prev,
  .list-single-slider-wrap .list-next {
    font-size: 11px
  }
}