/*-----------------
    24. Products
-----------------------*/
.accordion {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 18px;
}

.car-listing .filter-main.accordion {
  border: none;
  margin-bottom: 0;
}

.accordion .filter-title {
  margin-bottom: 20px;
}

.accordion .filter-title a {
  font-size: 18px;
  color: #2f2f2f;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .accordion .filter-title a {
    font-size: 16px;
  }
}

.accordion .view-all {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 12px;
  color: #ffcd01;
}

.accordion-last {
  border: 0;
}

.filter-range .irs--flat .irs-grid {
  display: none;
}

.filter-range .irs--flat .irs-min,
.filter-range .irs--flat .irs-max,
.filter-range .irs--flat .irs-grid-text {
  visibility: hidden !important;
}

.filter-range .irs--flat .irs-line {
  background: #ffffff;
}

.filter-range .irs--flat .irs-bar {
  background: linear-gradient(to right, rgb(255 206 2), rgb(229 24 33));
  height: 8px;
}

.filter-range .irs--flat .irs-single {
  background: #ffc109;
  width: 50px;
  text-align: center;
  margin-left: 10px;
}

.filter-range .irs--flat .irs-single:before {
  border-top-color: #ffc109;
}

.filter-range .irs--flat .irs-handle:hover i {
  background: #ffc109;
}

.filter-range .irs--flat .irs-handle>i {
  background: #ffc109;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.product-search {
  margin: 0 0 20px;
  border-bottom: 1px solid #F4F4F4;
}

.form-custom {
  position: relative;
}

.form-custom .form-control {
  padding: 10px;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 14px;
  color: #828282;
  background: #FCFBFB;
  border: 1px solid #F4F4F4;
}

.form-control {
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.13);
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}

.form-custom .form-control:focus {
  background: #ffffff;
  outline: none;
}

.form-custom .form-control::placeholder {
  color: #828282;
}

.form-custom span img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(-5%, -50%);
}

.open-filter .custom_check {
  color: #1c1c1c;
}

.open-filter .custom_check i {
  color: red;
}

.open-filter i {
  transition: 0.2s;
}

.custom_check,
.custom_check span {
  color: #222222 !important;
  font-weight: 500 !important;
}

.custom_check input:checked~span {
  color: #ffcd01 !important;
}

.accordion .collapsed i {
  color: #2f2f2f;
  transition: 0.2s;
  transform: rotate(-180deg);
}

.accordion .float-end {
  color: #2f2f2f;
  font-size: 14px;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .list-btn {
    display: none;
  }
}

@media (max-width: 320px) {
  .list-btn .filter-list {
    display: block !important;
  }
}

.list-btn .filter-list .short-filter {
  border: 1px solid #888888;
  border-radius: 8px;
  color: #2f2f2f;
  font-size: 14px;
  height: 40px;
  padding: 10px;
  background: #ffffff;
}

.list-btn .filter-list .short-filter .sort {
  background: transparent;
  border: none;
  outline: 0;
  font-size: 12px;
  font-weight: 600;
  color: #3F4254;
}

.list-btn .filter-list li {
  padding: 0 4px 0 0;
}

@media (max-width: 320px) {
  .list-btn .filter-list li {
    margin: 0 0 10px;
  }
}

.list-btn .filter-list li a.active {
  border: 1px solid #ffcd01 !important;
  color: #ffcd01 !important;
}

.list-btn .filter-list li:last-child {
  padding: 0;
}

.list-btn .filter-list li ul li {
  padding: 0;
  margin: 0 0 10px;
}

.list-btn .filter-list li ul li .download-item {
  color: #2f2f2f;
  font-size: 14px;
  margin: auto;
}

.list-btn .filter-list li ul li .download-item:hover {
  color: #ffcd01;
}

.list-btn .filter-list li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-btn .btn-filters {
  border: 1px solid #888888;
  border-radius: 8px;
  color: #2f2f2f;
  min-width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 320px) {
  .list-btn .btn-filters {
    max-width: 140px;
  }
}

.list-btn .btn-filters span {
  margin-bottom: 0;
  line-height: 0;
  font-size: 18px;
}

.list-btn .btn-filters:hover {
  box-shadow: 0 40px 0 0 #ffcd01 inset;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffffff;
}

.list-btn .btn-filters:hover i {
  color: #ffffff;
}

.list-btn .dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 16px 32px rgba(190, 190, 190, 0.2);
  border-radius: 12px;
  padding: 10px;
  margin-top: 10px !important;
  min-width: 100px;
}

.list-btn .dropdown-menu .dropdown-item {
  font-weight: 600;
  font-size: 14px;
  color: #878A99;
  display: flex;
  justify-content: start;
  align-items: center;
}

.custom_check {
  color: #828282;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  user-select: none;
}

.custom_check input:checked~.checkmark {
  background-color: #018d2e;
  border-color: #018d2e;
}

.custom_check input:checked~.checkmark:after {
  display: block;
  font-size: 10px;
}

.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #C4C4C4;
  background-color: #ffffff;
  border-radius: 10px !important;
  border: 1px solid #DBDBDB;
  background: #FCFBFB;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 8px;
}

.form-group .custom_check {
  margin-bottom: 16px;
}

.car-listing .sidebar-form .sidebar-heading h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .car-listing .sidebar-form .sidebar-heading h3 {
    font-size: 16px;
  }
}

.car-listing .sidebar-form .custom_check i {
  color: #ffc109;
}

.car-listing .sidebar-form .reset-filter {
  display: block;
  text-align: center;
  margin-top: 16px;
  color: #FF0000;
}

.car-listing .sidebar-form .reset-filter:hover {
  color: #ffcd01;
}

.car-listing .blog-pagination {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .car-listing .blog-pagination {
    margin-top: 10px;
  }
}

.car-listing .pagination {
  flex-wrap: wrap;
}

@media (max-width: 479px) {

  .car-listing .pagination .previtem,
  .car-listing .pagination .nextlink {
    margin-bottom: 10px;
  }
}

.car-listing .pagination .previtem a,
.car-listing .pagination .nextlink a {
  height: 38px;
  border-radius: 10px;
  padding: 0 20px;
  color: #2F2F2F;
}

@media (max-width: 479px) {
  .car-listing .pagination li .page-group ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  .car-listing .pagination li .page-group ul li {
    margin-bottom: 10px;
  }
}

.car-listing .filter-btn {
  padding: 10px 16px;
}

.car-listing .filter-btn span {
  line-height: 1;
}

.rightsidebar .category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.rightsidebar .filter-btn {
  border: none;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  font-weight: 500;
}

.rightsidebar .filter-btn.active {
  background-color: #FFCC00;
  color: #212529;
}

@media (max-width: 991.98px) {
  .sorting-div .count-search {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .sorting-div .product-filter-group {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .sorting-div .product-filter-group {
    justify-content: start;
  }
}

@media (max-width: 575.98px) {
  .sorting-div .product-filter-group .sortbyset {
    flex-wrap: wrap;
  }
}

.sorting-div .product-filter-group .sortbyset .sortbytitle {
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .sorting-div .product-filter-group .sortbyset .sortbytitle {
    margin: 0 0 10px;
  }
}

.sorting-div .product-filter-group .sortbyset .sorting-select {
  margin-right: 10px;
}

.sorting-div .product-filter-group .sortbyset .sorting-select.select-one {
  width: 70px;
}

@media (max-width: 575.98px) {
  .sorting-div .product-filter-group .sortbyset .sorting-select.select-one {
    margin-bottom: 16px;
    width: 100%;
  }
}

.sorting-div .product-filter-group .sortbyset .sorting-select.select-two {
  width: 150px;
}

@media (max-width: 575.98px) {
  .sorting-div .product-filter-group .sortbyset .sorting-select.select-two {
    margin-bottom: 16px;
    width: 100%;
  }
}

.sorting-div .product-filter-group .sortbyset .sorting-select.select-three {
  width: 300px;
}

@media (max-width: 767.98px) {
  .sorting-div .product-filter-group .sortbyset .sorting-select.select-three {
    width: 300px;
  }
}

@media (max-width: 575.98px) {
  .sorting-div .product-filter-group .sortbyset .sorting-select.select-three {
    margin-bottom: 16px;
    width: 100%;
  }
}

.sortby-sec {
  background: #ffffff;
  padding: 30px 0;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
}

.grid-listview ul li {
  margin-right: 10px;
}

.grid-listview ul li a {
  width: 40px;
  height: 40px;
  background: #F4F4F4;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-listview ul li a.active {
  background: #ffcd01;
}

.grid-listview ul li a.active i {
  color: #ffffff;
}

.grid-listview ul li a:hover {
  background: #ffcd01;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-listview ul li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-listview ul li a i {
  color: #595959;
  font-size: 16px;
}

.grid-listview ul li:last-child {
  margin: 0;
}

.listview-car .card {
  margin-bottom: 24px;
  padding: 20px;
}

.listview-car .card .blog-img {
  margin-right: 16px;
  flex-shrink: 0.5;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .listview-car .card .blog-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}

.listview-car .card .blog-img img {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767.98px) {
  .listview-car .card .blog-img img {
    width: 100%;
  }
}

.listview-car .card .blog-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767.98px) {
  .listview-car .card .blog-widget {
    flex-direction: column;
    align-items: center;
  }
}

.listview-car .card .card-body {
  margin: 0;
  padding: 0;
}

.listview-car .card .card-body .blog-list-head {
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .listview-car .card .card-body .blog-list-head {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: inherit !important;
  }
}

.listview-car .card .card-body .blog-list-head .blog-list-title h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.listview-car .card .card-body .blog-list-head .blog-list-title h3 a {
  color: #2f2f2f;
}

.listview-car .card .card-body .blog-list-head .blog-list-title h3 a:hover {
  color: #127384;
}

@media (max-width: 991.98px) {
  .listview-car .card .card-body .blog-list-head .blog-list-title h3 a {
    font-size: 18px;
  }
}

.listview-car .card .card-body .blog-list-head .blog-list-title h6 {
  font-size: 16px;
  color: #595959;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .listview-car .card .card-body .blog-list-head .blog-list-title h6 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.listview-car .card .card-body .blog-list-head .blog-list-title h5 {
  margin-bottom: 4px;
}

.listview-car .card .card-body .blog-list-head .blog-list-title h5 a {
  font-size: 16px;
  color: #2f2f2f;
}

.listview-car .card .card-body .blog-list-head .blog-list-title .title-bottom {
  display: flex;
}

@media (max-width: 767.98px) {
  .listview-car .card .card-body .blog-list-head .blog-list-title .title-bottom {
    margin-bottom: 10px;
  }
}

.listview-car .card .card-body .blog-list-head .blog-list-title .title-bottom img {
  margin-right: 10px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

.listview-car .card .card-body .blog-list-head .blog-list-title .title-bottom h6 i {
  line-height: 0;
}

.listview-car .card .card-body .blog-list-head .blog-list-rate h6 {
  font-weight: 700;
  font-size: 24px;
  color: #FF0000;
}

@media (max-width: 767.98px) {
  .listview-car .card .card-body .blog-list-head .blog-list-rate h6 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .listview-car .card .card-body .blog-list-head .blog-list-rate h6 {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
  }
}

.listview-car .card .card-body .blog-list-head .blog-list-rate h6 span {
  font-size: 14px;
  font-weight: normal;
  color: rgb(130, 130, 130);
  margin-left: 8px;
}

.listview-car .card .card-body .blog-list-head .blog-list-rate .list-rating {
  margin-bottom: 8px;
}

.listview-car .card .card-body .blog-list-head .blog-list-rate .list-rating i {
  color: #ffc109;
  font-size: 14px;
}

.listview-car .card .card-body .blog-list-head.list-head-bottom {
  margin: 0;
  align-items: center;
}

.listview-car .card .card-body .listing-details-group {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #F4F4F4;
}

.listview-car .card .card-body .listing-details-group ul {
  margin: 0;
  padding: 10px;
  background: #ededed;
  border-radius: 4px;
}

@media (max-width: 1199.98px) {
  .listview-car .card .card-body .listing-details-group ul {
    margin: 0;
    padding: 10px 10px 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

@media (max-width: 1199.98px) {
  .listview-car .card .card-body .listing-details-group ul li {
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .listview-car .card .card-body .listing-details-group ul li {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    display: flex;
    display: -webkit-flex;
  }
}

.listview-car .card .card-body .listing-details-group ul li span {
  line-height: 0;
}

.listview-car .card .card-body .listing-details-group ul li span img {
  margin-right: 10px;
  line-height: 0;
  width: 16px;
}

.listview-car .card .card-body .listing-button .btn-order {
  background: #2f2f2f;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767.98px) {
  .listview-car .card .card-body .listing-button .btn-order {
    width: 100%;
  }
}

.listview-car .card .card-body .listing-button .btn-order:hover {
  background-color: #ffcd01 !important;
  color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#checkBoxes1 {
  height: 180px;
  overflow-y: scroll;
  -webkit-overflow-y: scroll;
  -moz-overflow-y: scroll;
  -ms-overflow-y: scroll;
  -o-overflow-y: scroll;
  margin: 0 0 16px;
}

#checkBoxes2 {
  height: 180px;
  overflow-y: scroll;
  -webkit-overflow-y: scroll;
  -moz-overflow-y: scroll;
  -ms-overflow-y: scroll;
  -o-overflow-y: scroll;
  margin: 0 0 16px;
}

#checkBoxes3 {
  height: 180px;
  overflow-y: scroll;
  -webkit-overflow-y: scroll;
  -moz-overflow-y: scroll;
  -ms-overflow-y: scroll;
  -o-overflow-y: scroll;
  margin: 0 0 16px;
}

#checkBoxes4 {
  height: 180px;
  overflow-y: scroll;
  -webkit-overflow-y: scroll;
  -moz-overflow-y: scroll;
  -ms-overflow-y: scroll;
  -o-overflow-y: scroll;
  margin: 0 0 16px;
}

#checkBoxes5 {
  height: 180px;
  overflow-y: scroll;
  -webkit-overflow-y: scroll;
  -moz-overflow-y: scroll;
  -ms-overflow-y: scroll;
  -o-overflow-y: scroll;
  margin: 0 0 16px;
}

#checkBoxes1::-webkit-scrollbar {
  width: 6px;
}

#checkBoxes2::-webkit-scrollbar {
  width: 6px;
}

#checkBoxes3::-webkit-scrollbar {
  width: 6px;
}

#checkBoxes4::-webkit-scrollbar {
  width: 6px;
}

#checkBoxes5::-webkit-scrollbar {
  width: 6px;
}

#checkBoxes1::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes2::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes3::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes4::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes5::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes1::-webkit-scrollbar-thumb {
  background-color: #ffcd01;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes2::-webkit-scrollbar-thumb {
  background-color: #ffcd01;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes3::-webkit-scrollbar-thumb {
  background-color: #ffcd01;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes4::-webkit-scrollbar-thumb {
  background-color: #ffcd01;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}

#checkBoxes5::-webkit-scrollbar-thumb {
  background-color: #ffcd01;
  border-radius: 2px;
  -webkit-background-color: #ffcd01;
  -moz-background-color: #ffcd01;
  -ms-background-color: #ffcd01;
  -o-background-color: #ffcd01;
}


.footer .footer-contact .footer-contact-info .footer-address .addr-info a {
  font-size: 16px;
}

.form-group .form-control.required:placeholder-shown, .form-check-input[type="checkbox"].required:not(:checked) {
  background: #FCFBFB;
  border: 1px solid #bd0506;
  box-shadow: #bd05065c 0px 0px 4px;
}

.progress-wrap {
  width: 56px;
  height: 56px;
  right: 20px;
  bottom: 30px;
  box-shadow: inset 0 0 0 2px rgb(118 118 118 / 24%);
  background: rgb(255 255 255 / 20%);
}

.progress-wrap::after {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

/* .custom_check input:checked~.checkmark:after {
  left: 4px;
} */

.custom_check input:checked~span {
  color: red;
  font-weight: bold;
}

.custom_check .text-right {
  position: absolute;
  right: 10px;
}

.filter-range .irs--flat .irs-line {
  background: #e1e1e1;
}

.irs--flat .irs-line {
  height: 8px !important;
}


li.final_price {
  font-weight: 700;
  color: #111;
}

li.final_price h6 {
  font-size: 28px;
  font-weight: 500;
  color: #2f2f2f;
}

.final-text {
  padding-bottom: 10px;
  font-size: 14px;
}

.booking-list {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .booking-list {
    margin-bottom: 0;
  }
}

h6>select,
.booking-list li h6 span {
  font-size: 16px;
}

.extraProgramGetStatus span,
.extraProgramReturnStatus span {
  margin-right: auto;
  margin-left: 24px;
}

select.form-control:after {
  content: "▼" !important;
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust the position as needed */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
}

select.form-control.open:after {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}




.about-img .about-exp span {
  color: #2f2f2f !important;
  font-weight: 900;
}

.footer .fi-icon {
  line-height: 36px;
  background: #2e2e2e;
  border-radius: 50%;
}

.footer li {
  color: #cecece;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

@media (max-width: 480px) {
  .copyright-text ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 1400px) {

  .footer-policy,
  .footer-social-links {
    margin-right: 70px;
  }
}

@media (max-width: 1200px) {

  .footer-policy,
  .footer-social-links {
    margin: 0;
  }
}

@media (max-width: 580px) {
  .copyright {
    padding: 40px 0;
  }

  .footer-bottom__inner {
    gap: 20px;
  }

  .footer-social-links {
    order: -2;
    margin-bottom: 20px;
  }

  .footer-social-cards {
    order: -1;
    width: 100%;
  }

  .footer-social-widget .nav-social {
    justify-content: start;
  }

  .copyright-text {
    order: 1;
  }

  .nav-social-link,
  .nav-social-link::before {
    width: 30px;
    height: 30px;
  }
}

.form-control {
  height: calc(3em + 4px);
}

ol.breadcrumb {
  background: transparent;
}

.listing-item .listing-img {
  z-index: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  margin: 0 0 10px;
}

.lisiting-featues .feature-img>img {
  width: 36px;
  height: 36px;
}

.lisiting-featues-list {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
}

@media (max-width: 530px) {
  .lisiting-featues-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 370px) {
  .lisiting-featues-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.listing-feature ul li span,
.listing-feature span {
  background: transparent;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  padding: 8px;
  margin-right: 8px;

}

.listing-feature ul li span i,
.listing-feature span i {
  color: #2f2f2f;
  line-height: 10px;
  font-size: 10px;

}

.grecaptcha-badge {
  display: none;
}

.item-prices,
.item-titles {
  color: #333;
  display: flex;
}

.listing-price .item-prices h6 {
  cursor: pointer;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  width: 50%;
  display: block;
  font-size: 20px;
  color: #2f2f2f;
}

.limited-text,
.unlimited-text {
  width: 100%;
  text-align: left;
  margin-top: 2px;
}

.limited-text small,
.unlimited-text small {
  font-size: 12px;
}

.item-prices h6.active {
  cursor: pointer;
  border-left: 1px solid #222;


}

.listing-price .item-titles,
.item-prices {
  justify-content: center;
}

@media (max-width: 767.98px) {
  .book-car .listing-price {
    margin-top: 16px;
  }
}

/* 
.unlimited,
.unlimited-text {
  display: none;
}

.unlimited.active,
.unlimited-text.active {
  display: block;
} */

.review-list-rating.vote li p i {
  color: #b2b2b2;
  cursor: pointer;

}

.review-list-rating.vote li p i.active {
  color: #ffd753;
}

@media (max-width: 991.98px) {
  .review-sec .sidebar-form {
    display: flex;
  }

  .submit-review {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .nav.listing-buttons img {
    max-width: 30px;
  }
}





.banner-slider {
  background-image: url('/static/img/background-car.png');
}


