.company-logo {
  width: 120px;
  display: flex;
  align-items: center;
}
.right-bar .topbar-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
.right-bar .topbar-right ul li {
  line-height: 1;
}
.right-bar .topbar-right ul li .sell-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 13px;
  color: #13141A;
  background-color: transparent;
  transition: 0.35s;
}
.right-bar .topbar-right ul li .sell-btn svg {
  fill: var(--primary-color1);
  transition: 0.35s;
}
.right-bar .topbar-right ul li .sell-btn.primary-btn1 svg {
  fill: var(--title-color);
}
.right-bar .topbar-right ul li .sell-btn:hover {
  color: var(--primary-color1);
}
.right-bar .topbar-right ul li .sell-btn:hover svg {
  fill: var(--primary-color1);
}
.right-bar .topbar-right ul li button {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 13px;
  color: #13141A;
  transition: 0.35s;
}
.right-bar .topbar-right ul li button svg {
  fill: var(--primary-color1);
  transition: 0.35s;
}
.right-bar .topbar-right ul li button.primary-btn1 svg {
  fill: var(--title-color);
}
.right-bar .topbar-right ul li button:hover {
  color: var(--primary-color1);
}
.right-bar .topbar-right ul li button:hover svg {
  fill: var(--primary-color1);
}
.right-bar .topbar-right ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 13px;
  color: #13141A;
  transition: 0.35s;
  display: flex !important;
}
.right-bar .topbar-right ul li a svg {
  fill: var(--primary-color1);
  transition: 0.35s;
}
.right-bar .topbar-right ul li a.primary-btn1 svg {
  fill: var(--title-color);
}
.right-bar .topbar-right ul li a:hover {
  color: var(--primary-color1);
}
.right-bar .topbar-right ul li a:hover svg {
  fill: var(--primary-color1);
}
.menu-list li a img {
  width:20px
}
header.style-1 .main-menu ul > li a {
  text-align: center;
} 
.width-25 {
  width: 25px;
  height: 25px;
}
.right-bar .topbar-right ul li button.primary-btn1:hover {
  color: var(--white-color);
}
.right-bar .topbar-right ul li button.primary-btn1:hover svg {
  fill: var(--white-color);
}
.home3-banner-area .banner-wrapper .banner-content h2 {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
.table-assets-description {
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
@media (max-width: 1400px) {


  body span.bank-name {
  
    max-width: 195px !important;
  }

}

@media (max-width: 991px) {

  .state-columns {
    display: flex
;
    flex-direction: column;
}
  body span.bank-name {
  
    max-width: 200px !important;
  }

}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px;
      width:90%;
  }



}
header.style-1  {
  padding:0
}
@media (max-width: 768px) {
  .asset-description {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
  }

  .read-more {
    display: inline;
    color: blue;
    cursor: pointer;
    font-weight: bold;
  }
}
.input-filed{  
  background: #F3F3F3;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  align-items: center;
  line-height: 1;
  padding: 0px 25px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #F3F3F3;
}
.search-part {
  border:1px solid #dbdbdb;
  padding:20px;
  border-radius: 20px;
  margin:40px 0 20px
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input{
  background: #f3f3f3;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0 0 20px 10px;
} 
.table-dark {
  --bs-table-bg: var(--primary-color1);
  border-color:transparent;
}
table.dataTable thead th{
  font-size: 14px;   
   font-weight: 500;
  white-space: nowrap;
  color:#000
}
table.dataTable tbody td {
  font-size: 14px;
}
table.dataTable, .table-striped>tbody>tr:nth-of-type(odd) {
  color: #000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.active {
  background:var(--primary-color1);
  box-shadow: none;
  border:1px solid var(--primary-color1)
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-color:transparent;
}
.top-bank-part {
  display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-around;
}
.single-category5 {
    width: 12.5%;
    margin-bottom: 2%;
}
.top-bank-part .category-icon img {
  width: 50px;
}
.product-card2 .product-content .company-logo {
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0 0 24px #939393;
  width: 70px;
}
.auction-content .features {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 24px;
  position: relative;
  -moz-columns: 2;
  columns: 2;
  padding-bottom: 10px;
  padding-top: 18px;
}
.auction-content .features::before {
  content: "";
  background-color: #eee;
  position: absolute;
  left: 50%;
  height: 1px;
  width: 100%;
  top: 0;
  transform: translateX(-50%);
}
.auction-content .features li {
  display: flex
;
  align-items: center;
  gap: 5px;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--text-color);
  margin-bottom: 8px;
}
.auction-content .features::after {
  content: "";
  background-color: #eee;
  position: absolute;
  left: 50%;
  height: 1px;
  width: 100%;
  bottom: 0;
  transform: translateX(-50%);
}
.auction-content .features li img {
  width: 30px;
}
.auction-cart-details {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.auction-card-btns {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.auction-card-btns li{
  margin: 20px 0 0 0;
}
.auction-card-btns button {
  width: 200px; 
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.state-card-bg {
  justify-content: space-around;
    flex-wrap: wrap;
}
.state-card-content {
  width: 18%;
  text-align: center;
  border: 1px solid #939393;
  height: 150px;
  align-items: center;
  margin:0 1% 1.5%;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.state-card-content:hover {
  background: var(--primary-color1);
}
.state-card-content h4 {
  width: 100%; 
}
.state-card-content span {
  display: flex;
  justify-content: center;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
}
.footer-contact img { 
  width: 24px;
  margin: 0 20px 0 0;
}
.footer-contact a { 
  color: #fff;
}
.footer-contact ul {
  margin: 0;
  padding: 0;
}
.right-widget-ads {
  margin: 0 0 20px 0;
  box-shadow: 0 0 10px #aeaeae;
  border-radius: 15px;
}
.right-widget-part {
  margin: 40px 0 20px;
}
.right-widget-ads img {
  border-radius: 15px;
}
.widget-border {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  padding: 20px;
}
.right-widget-part .top-bar {
  padding: 0;
}
.right-category-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.right-category-list ul .list-btn i { 
  border-radius: 50px;
    border: 1px solid var(--primary-color1);
    padding: 2px 4px;
    font-size: 25px;
    color: var(--black-color2);
}
.right-category-list ul .list-btn i:before {
  transform: rotate(-45deg);
}
.right-category-list ul .list-btn span{
  color: var(--black-color2);
  margin:0 0 0 10px
}

.right-category-list ul .list-btn a:hover  i {  
    color: var(--primary-color1);
} 
.right-category-list ul .list-btn a:hover  span{
  color: var(--primary-color1); 
}
.right-category-list ul li {
  margin: 20px 0;
  border-bottom: 1px solid #9c9c9c;
  padding: 0 0 20px 0;
}

.single-contact .icon svg {
  width:40px
}
.contact-page .single-contact .icon {
  padding: 8px;
}
.contact-page .inquiry-form .form-inner input, .contact-page .inquiry-form .form-inner textarea {
  background: #f8f8f8;
}
.auction-id-part {
  margin: 40px 0 20px 0;
}
.auction-id-part h5 {
  font-weight: 500;
}
.auction-id-part h5 span {
  font-size: 1rem;
  color: var(--text-color);
}
.car-details-area .car-img-area .tab-content .product-img img {
  width: 100%;
}
.auction-btn-part button{ 
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.auction-view-part {
  margin: 0 20px 0 0;
}
.auction-description {
  margin: 30px 0 0 0;
}
.auction-info-part {
  margin: 40px 0 0 0;
}
.auction-info-part h5 {
  font-weight: 500;
}
.auction-info-part .auction-features {
  padding: 0;
}
.auction-info-part .auction-features li{
  width:25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
  margin: 0;
  gap: 15px;
  border: 1px solid #d5d5d5;
}
.auction-info-part .auction-content .features::before,
.auction-info-part .auction-content .features::after {
  display: none;
}
.auction-content .auction-features {
  gap: 0;
}
.auction-key-value-part {
  width: 30%;
  text-align: center;
  background: #fef9f1;
  border: 1px solid #d8d8d8;
  padding: 20px;
}
.auction-key-value-part h4 {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 10px 0;
}
.key-features-group {
  border-bottom: 1px solid #d8d8d8;
  padding: 6px 0 6px 0;
}
.key-features-group:last-child {
  border-bottom: none
}

.page-details-title {
  width: 100%;
    background: var(--primary-color1);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
}
.page-details-content {
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  padding: 30px;
}
.page-details-list-title {
  width: 40%;
  text-align: right;
  padding: 0 10px 0 0;
  font-weight: bold;
}
.page-details-list-value {
  width: 60%;
}
.page-details-list-main {
  display: flex;
  padding: 5px 0;
}
.second-page-section {
  margin: 0 0 30px 0;
}
.action-wrap img {
  border: 1px solid #000;
}
.action-wrap .content h6 {
  text-align: center;
  margin: 15px 0 0 0;
}
.second-page-section .signUp-modal .modal-dialog .modal-content {
  padding: 30px 35px;
}
.second-page-section .product-card2 {
  background: #fff;
}
.bottom-part.auction-card-btns {
  justify-content: center;
    gap: 25px;
    margin: 0 0 40px 0;
}
.package-part {
  display: flex  ;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      width: 30.33%;
      background: #fff;
      margin: 0 1.5%;
      box-shadow: 0 0 20px #d7d7d7;
      border-radius: 20px;
      padding: 30px;
}
.package-part-main {
  display:flex;
  max-width: 1240px;
  margin: 0 auto;
}
.package-part:nth-child(1) {
  border-top: 5px solid #e776de;
}
.package-part:nth-child(2) {
  border-top: 5px solid #2691fd;
} 
.package-part:nth-child(3) {
  border-top: 5px solid #199d6a;
}
.package-part:nth-child(1) h4 {
  color:#e776de;
}
.package-part:nth-child(2)  h4{
  color:#2691fd;
} 
.package-part:nth-child(3) h4 {
  color:#199d6a;
}
.package-part h5 {
  color: var(--bs-gray);
}
.package-part span {
  color: var(--primary-color1);
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0 40px;
}
.package-part .primary-btn1 {
  text-align: center;
    width: 200px;
    margin: 20px auto 0;
    align-items: center;
    justify-content: center;
}



@media (min-width:1200px) {
  .package-text { 
    width:50%;
    margin:0 auto
  }
}
@media (min-width: 1200px) and (max-width: 1599px) { 
  .auction-card-btns button {
    width:auto
  }
  .state-card-content h4 {
    font-size: 1.2rem;
  }

}

@media (min-width: 1200px) and (max-width: 1399px) { 
  .auction-card-btns button {
    font-size: 14px;
  } 
  
  .second-page-section .auction-card-btns button {
    width: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) { 
  .single-category5 {
    width: 18%; 
  }
  .state-card-content {
    width: 23%;
  }
  .state-card-content h4 {
    font-size: 18px;
  }
  footer .footer-widget .widget-title h5 {
    font-size: 17px;
  }
  .second-page-section .auction-card-btns button {
    width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) { 
  .single-category5 {
    width: 18%; 
  }
  .auction-card-btns button {
    width: auto;
    font-size: 14px;
    padding: 7px 10px;
  }
  .state-card-content h4 { 
    font-size: 14px;
  }
  .state-card-content {
    width:23%
  }
  .mobile-logo-wrap img {
    width:110px
  }
  header.style-1 .main-menu .topbar-right a {
    justify-content: center;
  }
  .package-part { 
    padding: 20px;
  }
  .package-part span { 
    font-size: 30px;
  }
  .package-part .primary-btn1 { 
    width: auto; 
}
}
@media (min-width: 576px) and (max-width: 767px) { 
  .single-category5 {
    width: 32%; 
}
.state-card-content {
  width: 31%;
}
.state-card-content h4 { 
  font-size: 16px;
}
.footer-top .col {
  width: 50%;
}
.mobile-logo-wrap img {
  width:110px
}
header.style-1 .main-menu .topbar-right a {
  justify-content: center;
}
.auction-card-btns { 
  justify-content: center;
  flex-wrap: wrap;
}
.auction-content .features li {
  flex-direction: column;
}
.package-part {
  width: 80%;
  margin:0 auto 50px
}
.package-part-main { 
  flex-direction: column;
}

.package-part:nth-child(3) { 
  margin-bottom: 0;
}
}
@media (max-width: 575px) {
  .page-details-content { 
    padding: 30px 10px;
}
.second-page-part .auction-card-btns { 
  gap: 0;
  margin: 0 0 20px 0;
}
.page-details-list-title {
  width: 100%;
  text-align: left; 
}
.page-details-list-title {
  width: 100%; 
}
.page-details-list-main { 
  flex-wrap: wrap;
}
  footer .footer-widget .menu-container ul li a {
    justify-content: center;
  }
  .footer-widget {
    margin: 0 auto;
  }
  .single-category5 {
    width: 47%; 
  }
  .state-card-content {
    width: 47%
  }
  .state-card-content h4 { 
    font-size: 16px;
  }
  .auction-card-btns { 
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .mobile-logo-wrap img {
    width:110px
  }
  header.style-1 .main-menu .topbar-right a {
    justify-content: center;
  }
  .nav-right .topbar-right {
    display: none;
  }
  .contact-page .single-contact {
    padding: 30px 20px;
  }
  .auction-info-part .auction-features li {
    width: 50%;
  }
  .auction-content .auction-features {
    flex-wrap: wrap;
  }
  .auction-key-value-part {
    width: 100% !important;
  }
  .auction-info-part {
    flex-wrap: wrap;
  }
  .auction-key-value-part {
    margin: 0 0 20px 0;
  }
  .similar-property-part.mt-5 {
    margin-top: 1rem !important;
  }
  .package-part {
    width: 80%;
    margin:0 auto 50px
  }
  .package-part-main { 
    flex-direction: column;
  }
  .package-part .primary-btn1 { 
    width: 150px; 
}
.package-part:nth-child(3) { 
  margin-bottom: 0;
}
}

@media (max-width: 991px) {
  .right-widget-part .top-bar {
    display: block;
    visibility:visible
  }
  .right-widget-part {
    margin: 0px 0 20px;
  }
  .top-bar .search-area {
    max-width: 100%;
  }
  .similar-property-part.mb-5 {
    margin-bottom: 2rem !important;
  }
  
  }



  li.view-more-Properties {
    padding: 0px !important;
    margin: 0px !important;
}

li.view-more-Properties a:hover span{
 color: #000 !important;
}
li.view-more-Properties a {
  background-image: linear-gradient(to right, #fda517, #febe57);
  width: 100% !important;
  display: block;
  border-radius: 30px;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;border: 1px solid #fda517;
}
li.view-more-Properties a:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
li.view-more-Properties .list-btn {
    width: 100%;
}

li.view-more-Properties {
    border: none !important;
}
span.bank-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 377px;
}
a.text-dark.text-decoration-none.small {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}