.chat {
  height: calc(100% - 69px);
}
.chat-container {
  height: 100%;
}

/*Design 2025*/
.form label {
  font-family: Raleway-Bold;
}

html,
body {
  overflow-x: hidden;
}
a {
  color: #0070ff;
}

.button-default {
    font-family: Raleway-Bold;
    font-size: 16px !important;
    color: #1A1A1A !important;
    background-color: #DBE0E3;
    border-color: #DBE0E3;
    border-radius: 10px;
    padding: 10px !important;
}
.button-default:hover,
.button-default:focus,
.button-default:active {
    background-color: #DBE0E3;
    text-decoration: none;
    box-shadow: none;
}

.button-primary {
  font-family: Raleway-Bold;
  font-size: 16px !important;
  color: #fff !important;
  background-color: #0070ff;
  border-color: #0070ff;
  border-radius: 10px;
  padding: 12px 30px !important;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: #ffffff;
  background-color: #0070ff;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a.button-primary:focus,
.navbar-default .navbar-nav > li a.button-primary:hover {
  color: #ffffff !important;
  background: #0070ff;
}

.button-secondary {
  font-family: Raleway-Bold;
  font-size: 16px !important;
  color: #1a1a1a !important;
  background-color: #ffd700;
  border-color: #ffd700;
  border-radius: 10px;
  padding: 10px 30px !important;
}

.button-black {
  font-family: Raleway-Bold;
  font-size: 16px !important;
  color: #ffffff !important;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  border-radius: 10px;
  padding: 10px !important;
  display: block;
  text-align: center;
}

.wrapper-banner {
  position: relative;

    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.banner-h1 {
    color: #FFF;
    text-align: center;
    font-family: Syne-Medium;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
}
.banner-subtitle-regular {
    color: #FFF;
    text-align: center;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
    display: flex;
    width: 100%;
}
.banner-text-about-us {
    margin: 230px 0 60px 0;
    padding: 0;
}
.banner-content {
  /*background: url(../images/banner-home.jpg) no-repeat;
    background-size: cover;
    background-position: center;*/
  padding-top: 25px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.wrapper-banner-fleet{
    border-radius: 0 0 30px 30px;
    padding-bottom: 57px;
    margin-bottom: -30px;
    background: #f7f9fa;
    z-index: 1;
}
.wrapper-banner-fleet.has-filters {
    padding-bottom: 25px;
}
.wrapper-banner-fleet .banner-content{
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background: transparent !important;
}
.title-homepage-rent {
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  font-family: 'Syne-SemiBold';
  margin-top: 0;
  margin-bottom: 8px;
}
.banner-subtitle {
  color: #ffffff;
  font-family: 'Syne-Bold';
  font-size: 20px;
}
.header-site {
  padding: 10px 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #dbe0e399;
  border: none;
}
.header-site .navbar-brand {
  padding: 0;
}
.dropdown-language > a {
  padding: 8px 0 8px 10px;
}
.banner-text {
  /*margin: 94px 0 230px;*/
  margin: 134px 0 230px;
}
.header-site .navbar-collapse {
  border: none;
}
.selected-language-flag {
  margin-right: 5px;
}
.language-arrow {
  margin-left: 5px;
}
.dropdown-language,
.dropdown-language:hover {
  background: #f7f9fa !important;
  padding: 10px !important;
  border-radius: 10px;
}
.wrapper-dropdown-language > li > a {
  display: inline-block;
}
.header-site .navbar-header {
  display: flex;
  align-items: center;
}
.header-site .navbar-header .menu-items {
  margin-left: auto;
}
.header-site .dropdown-menu-list li a {
  display: block;
  font-family: Raleway-Regular;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.header-site .dropdown-menu-list li a:hover {
  background-color: #eff2f4;
  border-radius: 10px;
  color: #000000;
  text-decoration: none;
}
.box-link {
  display: flex;
}
.header-site .navbar-collapse {
  padding: 0;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin: 0;
}
body .navbar-nav > li .dropdown-menu-list a:hover {
  color: #000000 !important;
}
.box-form-reservation {
  position: relative;
  border-radius: 30px;
  background: #fff;
  padding: 24px 48px;
  margin-top: -60px;
  z-index: 2;
}
.wrapper-banner-fleet .box-form-reservation {
  box-shadow: 0 0 20px 0 rgba(219, 224, 227, 0.6);
}
.box-form-reservation select {
  margin: 0;
}
.datetime-group {
  display: flex;
  align-items: center;
}
.box-time-select {
  margin-left: 10px;
  width: 130px;
}
.box-time-select .select2-container,
.box-time-select select {
  width: 100% !important;
  font-size: 16px;
  text-align: center;
}
.wrapper-form-footer {
  margin-top: 43px;
}
.box-filter-select .select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 10px;
  border: 1px solid #DBE0E3;
    padding: 13px 34px 13px 22px !important;
    height: 48px !important;
  line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.box-form-reservation .select2-container--default .select2-selection--single {
    border: 1px solid #EFF2F4;
}
.select2-selection__arrow {
    height: 100% !important;
    background-image: url(../images/chevron_down_grey.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal;
}

.select2-container .select2-results__option {
    font-family: Raleway-SemiBold !important;
    font-size: 14px !important;
    padding: 10px !important;
    line-height: normal !important;
    margin: 5px 0px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted {
    border-radius: 5px !important;
    border: none !important;
    background: #0070FF !important;
    padding: 10px !important;
    color: #ffffff !important;
    font-family: Raleway-SemiBold !important;
    font-size: 14px !important;
    line-height: normal !important;
    margin: 5px 0px !important;
}

.box-filter-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none !important;
}
.box-filter-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url(../images/chevron-down-black.svg);
  background-repeat: no-repeat;
  background-position: right 17px;
  right: 23px;
}
.box-filter-select
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 17px;
}
.box-time-select span.select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-clor: #f7f9fa;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 35px !important;
  border-color: #f7f9fa;
  font-family: Raleway-Bold;
  font-size: 16px;
  color: #000;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field::placeholder {
  color: #000 !important;
  font-size: 16px;
  font-family: Raleway-Bold;
  opacity: 1;
}
.box-return-location .select2-selection__arrow {
  display: none;
}
.box-return-location .select2-selection--single {
  padding-left: 48px !important;
  background-image: url(../images/arrow_pickup_location.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/select-arrow-down.svg) !important;
  background-repeat: no-repeat;
  background-position: right 22px center;
}
.select2-container .select2-results__options {
  padding: 0 10px;
}
.select2-container--open .select2-dropdown {
  padding: 10px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(219, 224, 227, 0.6);
}
.select2-container--open .select2-dropdown--below {
  margin-top: 15px;
}
.select2-container--open .select2-dropdown--above {
  margin-top: -30px;
}
/*.select2-container .select2-results__option {*/
/*  padding: 4px 12px;*/
/*  color: #1a1a1a;*/
/*  font-size: 16px;*/
/*  border-radius: 10px;*/
/*  margin: 10px 0;*/
/*  text-align: center;*/
/*}*/
.select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 10px !important;
  border-color: #0070ff;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #eff2f4;
  color: #1a1a1a;
}
.select2-results__options .select2-results__option {
  text-align: left;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #eff2f4;
  color: #1a1a1a;
}
.select2-search--dropdown {
  padding: 4px 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eff2f4 !important;
    border-radius: 10px;
    padding: 10px 15px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none !important;
  box-shadow: none !important;
}
.other-location {
  font-family: Raleway-Bold;
}
.custom-dropdown-header {
  padding: 10px 12px;
  font-family: Raleway-Bold;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  color: #1a1a1a;
}
.btn-header-action {
  padding: 4px 10px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  background: #eee;
}
.btn-header-action:hover {
  background: #dcdcdc;
}
.wrapper-locations {
  display: flex;
  align-content: center;
  gap: 25px;
}
.box-filter-select {
  flex: 1;
}
.box-return-location {
  flex: 1;
}
.wrapper-reservation-form {
  align-items: flex-end;
}

.form-control {
  border-radius: 10px !important;
  border: 1px solid #eff2f4 !important;
  padding: 11px 22px;
  line-height: normal;
  font-size: 16px;
  height: auto;
  cursor: pointer;
}
input.form-control {
  height: 48px;
}
.box-time-select select {
  background-image: none !important;
}
#drop_off_location_hidden_input input {
  border-right-width: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#drop_off_location_hidden_input .input-group-addon {
  border: 1px solid #eff2f4 !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 15px;
}
#drop_off_location_hidden_input .input-group-addon i {
  font-size: 18px;
}
.banner-background-color .banner-content {
  background: #f7f9fa;
}
.banner-background-color .title-homepage-rent {
  padding: 40px 0;
}
.banner-background-color .title-homepage-rent {
  color: #000000;
  font-family: Syne-Medium;
  font-size: 26px;
  margin-bottom: 0;
  padding-bottom: 18px;
}
.banner-background-color .banner-subtitle {
  color: #000000;
  font-family: Raleway-Regular;
  font-size: 16px;
}
.wrapper-banner.banner-homepage {
  background: #f7f9fa;
  padding: 0 8px 410px;
}
.floating-icons {
  /*position: fixed;*/
  /*right: 35px;*/
  /*z-index: 3;*/
  text-align: right;
  margin-right: 35px;
  margin-top: 50px;
}
.floating-icons a {
  display: block;
}
.floating-icons a:first-child {
  margin-bottom: 16px;
}
.box-label-return label {
  display: flex;
  cursor: pointer;
}
.box-label-return span {
  font-family: Raleway-Bold;
  padding-left: 10px;
  color: #000000;
}
.wrapper-form-container .container {
  /*padding: 0 20px;*/
}
.ui-datepicker {
  width: auto !important;
}
.ui-datepicker td {
  border: none !important;
}
.ui-datepicker-group-first .ui-datepicker-calendar {
  border: none !important;
}
.ui-datepicker.ui-widget-content {
  margin: 0;
  padding: 18px !important;
  box-shadow: 0 0 20px 0 rgba(219, 224, 227, 0.6);
  border: none !important;
  border-radius: 10px;
}
.ui-datepicker-group-last .ui-datepicker-calendar {
  border: none !important;
}
.ui-datepicker th {
  border-bottom: 1px solid #dbe0e3 !important;
  font-size: 16px !important;
  padding: 16px 14px !important;
}
td .ui-state-default {
  font-family: Raleway-Regular !important;
  font-size: 16px !important;
}
.ui-datepicker .ui-datepicker-title {
  font-family: Syne-Bold;
  line-height: normal !important;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  font-size: 24px;
}

.ui-datepicker th:first-child {
  padding-left: 0 !important;
}
.ui-datepicker th:last-child {
  padding-right: 0 !important;
}
.ui-datepicker-group-first {
  padding-right: 14px;
}
.ui-datepicker-group-last {
  padding-left: 14px;
}
.ui-datepicker td a {
  padding: 4px 0;
  color: #1a1a1a;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-datepicker-calendar .ui-state-hover,
td a.ui-state-active.ui-state-hover {
  background: #ff0033 !important;
  border-radius: 10px;
}
.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 12px !important;
}
.ui-datepicker .ui-datepicker-next {
  right: 0px !important;
  border: none !important;
}
.box-filter-select label {
  display: block;
}
.icon-input-filter {
  margin-right: 3px;
}
.filter-location-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.field-category-toggle {
  display: none;
}
.wrapper-title {
  display: flex;
}
.title-offer-widget {
  font-family: Syne-Bold;
  color: #1a1a1a;
  font-size: 21px;
  line-height: normal;
  text-transform: uppercase;
  width: 50%;
  position: relative;
  z-index: 1;
}
.title-offers-right {
  font-size: 16px;
  line-height: normal;
  color: #1a1a1a;
  padding-top: 7px;
  /*width: 50%;*/
  position: relative;
  z-index: 1;
}
.item-details-gradient {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  padding: 18px;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 104px;
}
.price-offer {
  display: block;
}
.item-offer-left {
  font-size: 20px;
  font-family: Raleway-Bold;
  line-height: normal;
  color: #fff;
}
.btn-item-details {
  font-family: Raleway-Bold;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
}
.wrapper-item-car {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 40px;
  background: #fff;
}
.btn-item-details:hover {
  color: #fff;
  text-decoration: none;
}
.item-carousel-offers {
  padding: 0 15px;
}
.subtitle-offers {
  font-family: Syne-Bold;
  font-size: 24px;
  color: #0070ff;
  line-height: normal;
}
.wrapper-item-car img {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper-item-car .car-image {
  margin: 0;
}
.car-image {
  /*margin: 0 10px 30px 10px;*/
    margin: 0 0px 10px 0px;
  position: relative;
  text-align: center;
}
.wrapper-item-car:focus-visible,
.item-carousel-offers:focus-visible,
.wrapper-item-car .car-image:focus-visible,
.wrapper-item-car .car-image img:focus-visible,
.wrapper-item-car .car-image a:focus-visible {
  outline: none;
}
.wrapper-home-cars-offers .slick-arrow {
  border-radius: 7px !important;
  background-color: #fff !important;
  border: none;
  width: 64px;
  height: 32px;
}
.header-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  z-index: 1;
  position: relative;
}
.slider-nav {
  display: flex;
  gap: 20px;
}
.container-cars-offers {
  position: relative;
  padding-top: 93px;
  padding-bottom: 50px;
  margin-top: -380px;
}
.wrapper-about-us {
  padding: 130px 0;
  margin-bottom: 50px;
}
.title-about-us {
  font-family: Syne-Bold;
  font-size: 28px;
  line-height: normal;
  color: #0070ff;
}
.subtitle-about-us {
  color: #000;
  font-family: Syne-Medium;
  font-size: 36px;
  line-height: normal;
  margin: 29px 0;
}
.about-us-description {
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 29px;
}
.wrapper-about-image {
  position: relative;
}
.about-avatar {
  position: relative;
  z-index: 1;
}
.image-left-about {
  position: absolute;
  left: -130px;
  bottom: -50px;
  z-index: 2;
}
.image-right-about {
  position: absolute;
  right: -120px;
  top: -55px;
  z-index: 2;
}
.image-bg-about {
  position: absolute;
  left: -220px;
  top: -110px;
}
.content-about {
  position: relative;
  z-index: 3;
}
.wrapper-assistance {
  background-image: url(../images/bg-harta.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 154px;
}
.assistance-container {
  padding-top: 55px;
  padding-bottom: 55px;
}
.content-assistance {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 28px;
}
.title-box-assistance {
  font-family: Syne-Medium;
  font-size: 36px;
  margin-bottom: 20px;
}
.description-assistance {
  font-size: 16px;
}
.box-map img {
  max-width: 100%;
}
.content-about {
  padding-right: 120px;
}
.wrapper-main-img {
  position: relative;
  width: 360px;
  margin: 0 auto;
  text-align: center;
}
.assistance-list-items {
  margin-top: 20px;
}
.assistance-item {
  text-align: center;
}
.title-item-assistance {
  font-family: Syne-Bold;
  font-size: 17px;
  padding: 14px 0;
  line-height: normal;
}
.description-assistance-item {
  font-size: 13px;
  line-height: normal;
}
.titles-offers-container {
  position: relative;
}
.image-bg-offers-left {
  position: absolute;
  left: -230px;
  top: -90px;
  /* max-width: 50%; */
}
.image-bg-offers-right {
  position: absolute;
  right: -210px;
  top: -80px;
}

.navbar .navbar-nav li a {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  padding: 8px 16px;
}
.field-border-red,
.field-border-red .select2-selection {
  border-color: #f03 !important;
  border-width: 2px !important;
}

/*offset bootstrap*/
@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

/*George css*/
.blog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper-models .item-carousel {
  padding: 0 20px;
}
.slider-latest-posts {
  margin-top: 80px;
}
.wrapper-models .item-carousel-inner .captionBtn {
    margin-top: auto;
}

.select2-results__option:hover .filter-location-wrapper img,
.select2-results__option[aria-selected='true'] .filter-location-wrapper img,
.select2-results__option.select2-results__option--highlighted .filter-location-wrapper img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(96deg) brightness(101%) contrast(101%);
}
.wrapper-models .item-carousel-inner {
  border-radius: 20px;
  border: 1px solid #dbe0e3;
  background: #fff;
  padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wrapper-models .nav-tabs {
  border-bottom: 1px solid #dbe0e3;
}

.wrapper-models .item-carousel .badge-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.wrapper-models .item-carousel .badge-item span img {
  margin-right: 8px;
  height: 23px;
}
.wrapper-models .item-carousel .badge-item span {
  color: #1a1a1a;
  /*font-size: 16px;*/
  line-height: normal;
  display: flex;
  align-items: center;
}
.per-day-from {
  color: #000;
  text-align: center;
  font-family: Syne-SemiBold;
  font-size: 16px;
  line-height: normal;
}
.wrapper-cities .slider-nav {
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  z-index: 99;
  position: relative;
}
.wrapper-models .slider-nav {
  align-items: center;
  justify-content: center;
  /*margin-top: -15px;*/
  z-index: 99;
  position: relative;
}
.wrapper-cities .slick-arrow,
.wrapper-models .slick-arrow {
  border-radius: 7px !important;
  background-color: #fff !important;
  border: none;
  width: 64px;
  height: 32px;
}

/*faq widget */
.faq-section .panel-default,
.wrapper-faq .panel-default {
  border-radius: 20px;
  border: 1px solid #dbe0e3;
  background: #fff;
  padding: 20px;
}

.faq-section .panel-title,
.wrapper-faq .panel-title {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
}
.faq-section .panel-heading,
.wrapper-faq .panel-heading {
  background: #fff;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  margin-top: 20px;
  border-top: 1px solid #dbe0e3;
}

.faq-section .panel-heading a i,
.wrapper-faq .panel-heading a i {
  transform: rotate(0);
  color: #0070ff;
  transition: all 0.5s;
  font-size: 12px;
}
.faq-section .panel-heading a.collapsed i,
.wrapper-faq .panel-heading a.collapsed i {
  transform: rotate(180deg);
  color: #ff0033;
  transition: all 0.5s;
  font-size: 12px;
}
.faq-section .panel-heading a:focus,
.wrapper-faq .panel-heading a:focus {
  outline: 0;
}
.wrapper-faq .panel-default {
  margin-bottom: 24px;
}

.faq-section .panel-heading a,
.wrapper-faq .panel-heading a {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  text-decoration: none;
}
.faq-section .panel-body,
.wrapper-faq .panel-body {
  padding: 20px 0 0 0;
  color: #000;
  font-size: 16px;
}
/**/

.header-description-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-widgets-bg {
  background-image: url(../images/serpuireBackgroung.png);
  background-repeat: no-repeat;
  /*background-position-y: bottom;*/
  background-position-y: top;
  background-size: 100% auto;
}
.wrapper-blog {
  padding-bottom: 127px;
  background-color: transparent;
}
.wrapper-blog .wrapper-blog-top .title-car {
  font-family: Syne-Bold;
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.wrapper-blog .wrapper-blog-top {
  border-radius: 20px 20px 0 0;
  background: #0070ff;
  padding: 15px;
  flex: 1;
}
.wrapper-blog .wrapper-blog-bottom {
  /*border-radius: 0 0 20px 20px;*/
  /*background: #F7F9FA;*/
  padding: 15px;
  flex: 1;
}
.wrapper-blog .blog-description {
  color: #000;
  font-size: 16px;
  margin-bottom: 32px;
  min-height: 115px;
}
.wrapper-blog-date {
  color: rgba(255, 255, 255, 0.57);
  font-family: Raleway-SemiBold;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.icon-calendar-white {
  width: 16px;
  height: 17px;
  margin-right: 12px;
}
.title-wrapper-blog {
  color: #1a1a1a;
  text-align: center;
  font-family: Syne-Medium;
  font-size: 36px;
  margin-bottom: 80px;
}
.slider-latest-posts {
  margin-bottom: 50px;
}
.btn-more-blog {
  color: #1a1a1a;
  font-family: Raleway-Bold;
  font-size: 16px;
  margin-right: 12px;
}
.blog-btn-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-more-blog-wrapper {
  display: flex;
  align-items: center;
}
.icon-down-right-arrow {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out 0s;
}
.wrapper-blog-carousel:hover .icon-down-right-arrow {
  transition: all 0.3s ease-in-out 0s;
  transform: rotate(90deg);
  filter: brightness(0) saturate(100%) invert(33%) sepia(99%) saturate(4415%)
    hue-rotate(206deg) brightness(104%) contrast(108%);
}
.wrapper-blog-carousel:hover .btn-more-blog {
  color: #0070ff;
  transition: all 0.3s ease-in-out 0s;
}
.wrapper-blog-carousel:hover .wrapper-blog-top {
  background: #1a1a1a;
  transition: all 0.3s ease-in-out 0s;
}
.wrapper-faq .btn {
  margin-top: 56px !important;
}
.wrapper-blog-carousel {
  /*margin-bottom: 30px;*/
  height: 100%;
  border-radius: 0 0 20px 20px;
  background: #f7f9fa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper-blog .item-carousel {
  padding-bottom: 20px !important;
}
.wrapper-blog-carousel:hover {
  box-shadow: 0 1px 20px 0 #e0e0e0;
}
.wrapper-models-pricing sup {
  top: -6px;
}

.first-benefits-element {
  border-radius: 20px;
  padding: 21px;
  border: 1px solid #dbe0e3;
  background-color: #1a1a1a;
  background-image: url('../images/benefits-back.png');
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: left;
  background-size: cover;
}
.benefits-element {
  border-radius: 20px;
  padding: 21px;
  border: 1px solid #0070ff;
}
.benefits-title {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: normal;
}
.first-benefits-title {
  color: #fff;
  font-family: Syne-SemiBold;
  font-size: 36px;
  margin-bottom: 20px;
}
.benefits-content {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 28px;
  list-style: disc;
  margin-bottom: 0;
}
.first-benefits-content {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.first-benefits-element,
.benefits-element {
  height: 100%;
}
.wrapper-benefits {
  padding-bottom: 146px;
}

.wrapper-benefits .col-md-3,
.wrapper-benefits .col-md-5 {
  margin-bottom: 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.container-fluid {
  padding: 0 20px;
}

/*faq page*/
.banner-faq .container-banner {
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0 0 30px 30px;
  background-position-y: bottom;
}
.banner-faq .title-homepage-rent {
  color: #fff;
  text-align: center;
  font-family: Syne-SemiBold;
  font-size: 48px;
}
.banner-faq .banner-text {
  margin: 194px 0 173px 0;
}
.banner-faq {
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.banner-faq .banner-content {
  padding-top: 0;
  border-radius: 0;
}
.faq-section .text-box h4 {
  margin: 0;
}
.faq-section .text-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.faq-section .text-box h1 {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 20px;
}
.faq-section .panel-group {
  width: 100%;
  margin-top: 20px;
}
.faq-section .text-box p {
  color: #1a1a1a;
  font-size: 16px;
}
.faq-section {
  padding-top: 104px;
  padding-bottom: 97px;
}
.faq-section .panel-default {
  margin-top: 24px !important;
}
/**/

/*reservation now*/
.wrapper-reservation-now-banner {
  border-radius: 20px;
  background-color: #0070ff;
  padding: 51px 70px;
  margin-bottom: 128px;
  background-image: url('../images/we_love_cars_back.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: auto 100%;
}
.reservation-now-title {
  color: #fff;
  font-family: Syne-Medium;
  font-size: 34px;
}
.reservation-now-description span {
  font-family: Raleway-Bold;
}
.reservation-now-description {
  color: #fff;
  font-size: 16px;
  margin-bottom: 27px;
  margin-top: 27px;
}
.we-txt {
  height: 72px;
  width: auto;
  margin-bottom: 18px;
}
.love-txt {
  height: 75px;
  width: auto;
  margin-bottom: 18px;
  margin-left: 15px;
}
.cars-txt {
  height: 67px;
  width: auto;
  margin-left: 12px;
}
/**/

/*cities*/
.wrapper-cities {
  margin-bottom: 138px;
}
.item-cities-wrapper {
  padding: 0 15px;
  cursor: pointer;
}
.item-cities {
  position: relative;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 327px;
}
.item-cities-content {
  transition: all 0.3s ease-in-out 0s;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 63.61%,
    rgba(0, 0, 0, 0.7) 100%
  );
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
.item-cities-content:hover .cities-down-right-arrow-white {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out 0s;
  filter: brightness(0) saturate(100%) invert(83%) sepia(39%) saturate(3770%)
    hue-rotate(358deg) brightness(110%) contrast(107%);
}
.item-cities-content:hover {
  background: linear-gradient(
    180deg,
    rgba(0, 112, 255, 0) 37.46%,
    rgba(0, 112, 255, 0.8) 100%
  );
}
.item-cities-text {
  color: #fff;
  font-family: Raleway-SemiBold;
  font-size: 14px;
}
.item-cities-name {
  color: #fff;
  font-family: Syne-Bold;
  font-size: 20px;
}
.cities-down-right-arrow-white {
  transition: all 0.3s ease-in-out 0s;
  width: 30px;
  height: 30px;
}
/**/

/*solutions*/
.wrapper-solutions .btn-link img {
  width: 32px;
  height: 32px;
  margin-left: 12px;
}
.wrapper-solutions .btn-link {
  color: #fff;
  font-family: Raleway-Medium;
  font-size: 16px;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  padding: 0;
}
.wrapper-solutions .header-title {
  padding: 0;
  margin-bottom: 21px;
}
.wrapper-solutions {
  background: #f7f9fa;
  padding-top: 50px;
  margin-bottom: 97px;
}
.wrapper-solutions-left .btn-link {
  justify-content: flex-end;
}
.wrapper-solutions-left {
  padding-top: 207px;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-solutions-right {
  padding-top: 207px;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-solutions-gradient {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  padding: 107px 50px 27px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.wrapper-solutions-right .wrapper-solutions-gradient {
  align-items: flex-start;
  text-align: left;
  padding: 107px 0 27px 50px;
}
.solutions-title {
  color: #fff;
  font-family: Syne-Bold;
  font-size: 24px;
  margin-bottom: 12px;
}
.solutions-content {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}
/**/

/*header*/
.header-site-container {
  position: fixed;
  top: 27px;
  z-index: 10;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out 0s;
}
.sticky-scroll {
  top: 5px;
}
/**/

/*footer*/
.footer {
  background-color: #1a1a1a;
  background-image: url('../images/footer-back.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: auto 100%;
}
.footer-items {
  padding: 92px 0 32px 0;
}
.footer-copyright {
  padding: 22px 0px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-text,
.footer-items {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.footer-title {
  color: #fff;
  font-family: Syne-Bold;
  font-size: 20px;
}
.footer a {
  color: #fff;
}
.footer-socialize a {
  margin-right: 22px;
}
.footer-socialize img {
  height: 24px;
  width: auto;
}
.footer-socialize {
  margin-top: 30px;
}
.footer-copyright-icons-right {
  margin-left: 10px;
}
.footer-copyright-icons img {
  height: 27px;
  width: auto;
  margin-left: 15px;
}
.footer-copyright-icons-right img {
  height: 39px;
  width: auto;
  margin-left: 10px;
}
.footer-copyright-icons-right {
  margin-left: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-copyright-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-text {
  margin-bottom: 20px;
}
.footer-company-logo {
  margin-bottom: 30px;
}
.footer-items {
  line-height: 26px;
}
/**/

/*titles   */
.header-title-blue {
  font-family: Syne-Bold;
  font-size: 20px;
  color: #0070ff;
  line-height: normal;
  margin-bottom: 5px;
}
.header-title {
  color: #1a1a1a;
  text-align: center;
  font-family: Syne-Medium;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 5px;
}
.header-description {
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
}
/* */

/*fleet page */
.wrapper-fleet-page {
  /*padding-top: 160px;*/
}
.wrapper-reason ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0px;
}
.wrapper-reason ul li {
  color: #fff;
  font-family: Raleway-SemiBold;
  font-size: 14px;
}
.wrapper-reason {
  margin-top: 60px;
  background: #1a1a1a;
  background-image: url('../images/widget_reason_img_back.png');
  background-size: 100% auto;
  background-position-y: bottom;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 30px;
}
.wrapper-reason-inner {
  padding: 30px 20px 30px 20px;
}
.wrapper-reason-title {
  color: #f03;
  font-family: Syne-SemiBold;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wrapper-reason-info {
  color: #fff;
  /*font-family: Syne-Regular;*/
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.widget-reason-img-div img {
  width: 100%;
  height: auto;
}
.widget-reason-img-div {
  padding: 0px 11px 20px 11px;
}
.box-header-category .slider-nav button {
  background: transparent;
  border: none;
}
.box-header-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #eff2f4;
  padding: 10px;
  margin-bottom: 40px;
}
.title-cars-category {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 24px;
}

.badge-special img {
  height: 100%;
  width: auto;
  margin-right: 5px;
}
.badge-popular img {
  height: 100%;
  width: auto;
  margin-right: 5px;
}
.badge-blue img {
  height: 100%;
  width: auto;
  margin-right: 5px;
}
.badge-special {
  border-radius: 100px;
  background: #f03;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
}
.badge-special.limited-offer {
  background-color: #ff5f00;
  margin-left: auto;
}
.badge-popular {
  border-radius: 100px;
  background: #0070ff;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  position: absolute;
  top: -35px;
}
.badge-blue {
  border-radius: 100px;
  background: #0070ff;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
}
.slider-similar-cars-list .badge-blue {
  bottom: -165px;
  right: 0;
}
.badge-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.car .car-details {
  float: none;
}
.car-category {
  color: #1a1a1a;
  font-size: 12px;
  border-radius: 100px;
  background: #ffd700;
  padding: 2px 10px;
}
.warranty-wrapper {
  margin-bottom: 14px;
    gap: 6px;
}
.car-category-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.play-car-video img {
  width: 36px;
  height: 26px;
}
.warranty-title-box {
  color: #1a1a1a;
  font-size: 13px;
}
.warranty-type-items.selected .warranty-title-box {
  font-family: Raleway-Bold;
}
.car-grid-price-discount {
  color: #606466;
  /*font-family: Syne-Regular;*/
  font-size: 18px;
  text-decoration-line: line-through;
}
.price-total-text {
  color: #000;
  /*font-family: Syne-SemiBold;*/
  font-size: 16px;
}
.price-total-value {
  color: #000;
  /*font-family: Syne-Bold;*/
  /*font-size: 21px;    */
  font-family: Syne-SemiBold;
  font-size: 20px;
}
.warranty-prices {
  margin: 8px 0 0 0;
}
.car .flex-advantages {
  margin-bottom: 5px;
  font-size: 14px;
}
.warranty-type-items {
  padding: 13px 5px;
    border: 1px solid #DBE0E3;
    border-radius: 13px;
}
.warranty-type-items.selected {
  background: #eff2f4;
}
.warranty-type-items.selected .warranty-title-box {
  background: transparent;
}
.car-title {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.car .card-header {
  padding: 0;
  flex-wrap: wrap;
  top: 9px;
  left: 10px;
  right: 10px;
  position: absolute;
  z-index: 1;
}
.car .btn-warning {
  font-family: Raleway-Bold;
  font-size: 16px;
  color: #fff;
  background-color: #0070ff;
  border: none;
  border-radius: 10px;
  padding: 10px 12px;
}
.price-item,
.cars-grid-item .car-grid-price-details {
  color: #606466;
  /*font-family: Syne-Regular;*/
  font-size: 18px;
}
.wrapper-content-cars-offers-div .slider-nav,
.wrapper-content-cars .slider-nav {
  z-index: 1;
  position: relative;
}
.price-item-bold {
  color: #000;
  font-family: Syne-Bold;
  font-size: 18px;
}

.car-grid-price-totals {
  margin-top: 5px;
}
.warranty-info-img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(85%) saturate(1967%)
    hue-rotate(203deg) brightness(101%) contrast(112%);
}
.price-item-bold span {
  font-size: 14px;
  font-family: Raleway-Regular;
}
.benefits-wrapper {
  margin-bottom: 14px;
  /*padding: 5px 20px 10px;*/
}
.car {
  padding: 20px 16px 16px 16px;
  position: relative;
}
.car-header-item .badge-special {
  margin-bottom: 9px;
}
.car-header-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.youtube-icon {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.badge-equip .equip-item {
  margin-right: 5px;
}
.badge-equip .equip-item:last-of-type {
  margin-right: 0px;
}
.badge-equip span {
  color: #1a1a1a;
  font-size: 14px;
}
.badge-equip img {
  margin-right: 6px;
  width: auto;
  height: 20px;
}

.title-cars-offer {
  color: #fff;
  font-family: Syne-Bold;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.warranty-checkbox {
    width: 27px;
    height: 27px;
}
.warranty-checkbox img {
    width: 17px;
}
/*.warranty-checkbox img {*/
/*  width: 22px;*/
/*  height: auto;*/
/*}*/
.wrapper-content-cars-offers {
  margin-bottom: 50px;
  border-radius: 0 0 0 30px;
  background-color: #0070ff;
  background-image: url(../images/background-list.png);
  background-repeat: no-repeat;
  padding: 90px 0 55px 0px;
}
.subtitle-cars-offer {
  font-size: 24px;
  font-family: Syne-Bold;
  color: #fff;
}
.badge-item {
  line-height: 19px;
}
.wrapper-content-cars-offers .btn-warning {
  background-color: #1a1a1a;
}
.wrapper-content-cars-offers-div .slider-nav button {
  background: transparent;
  border: none;
}
.wrapper-content-cars-offers-div {
  padding-left: 40px;
  margin-bottom: 25px;
}
.wrapper-content-cars-offers-div-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.wrapper-warranty-head {
  display: flex;
  align-items: center;
}
.slider-offer-cars .owl-controls {
  position: absolute;
  top: -50px;
  right: 80px;
}
.slider-offer-cars .owl-controls .owl-buttons > div {
  border-radius: 0;
  background: none;
  opacity: 1;
}
.slider-offer-cars .owl-prev {
  padding-right: 20px;
}
.slider-offer-cars .owl-next {
  padding-left: 20px;
}
/* */

/*filters fleet*/
.filter-row {
  margin-bottom: 24px;
}
.filter-title {
  font-family: 'SYNE-BOLD';
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.filter-option {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
}
.filter-option span {
  padding-left: 10px;
  font-size: 16px;
  line-height: normal;
  color: #1a1a1a;
}
.btn-filter-results {
  width: 100%;
}
.filters-remove {
  display: inline-block;
  padding: 10px;
}
/* */

.wrapper-content-cars-offers .wrapper-btn-submit,
.wrapper-cars-category .wrapper-btn-submit {
  margin-top: auto;
}
.wrapper-content-cars-offers .slick-list,
.wrapper-content-cars-offers .slick-track,
.wrapper-blog .slick-list,
.wrapper-blog .slick-track,
.wrapper-cars-category .slick-list,
.wrapper-cars-category .slick-track {
  display: flex;
}
.wrapper-blog .item-carousel,
.wrapper-content-cars-offers .item-carousel-offers,
.wrapper-cars-category .item-carousel-offers {
  height: 100%;
}
.wrapper-content-cars-offers .car,
.wrapper-cars-category .car {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.wrapper-cars-category {
  padding-bottom: 55px;
}
.wrapper-default-prices {
  margin-top: auto;
}
.wrapper-btn-submit .button-black {
  margin-top: 20px;
}

/*reviews*/
.wrapper-reviews {
  padding-bottom: 197px;
}
.wrapper-reviews-back {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.review-card-small .review-card-small-avatar {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-right: 3px;
}
.review-card-small {
  display: flex;
  align-items: center;
  border-radius: 32px;
  background: #fff;
  padding: 6px 12px 6px 6px;
  filter: drop-shadow(0 0 13.784px rgba(219, 224, 227, 0.6));
}
.stars-flex img {
  width: 31px;
  height: 31px;
  margin-right: 7px;
}
.stars-flex {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.review-card-small .stars-flex {
  margin-top: 0px;
}

.review-images-flex img {
  border-radius: 21px;
  border: 1.6px solid #fff;
  box-shadow: -1.6px 0 2px 0 rgba(0, 0, 0, 0.2);
  width: 42px;
  height: 42px;
  margin-left: -6px;
}
.review-images-flex {
  display: flex;
  align-items: center;
  margin-left: 6px;
  margin-top: 7px;
}
.wrapper-reviews .header-description img {
  height: 27px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.review-card-small .stars-flex img {
  width: 19px;
  height: 19px;
  margin-right: 4px;
}
/*review-card-small positions*/
.wrapper-reviews-right .review-card-small:first-of-type {
  position: absolute;
  bottom: -35px;
  right: 40px;
}
.wrapper-reviews-right .review-card-small:nth-of-type(2) {
  position: absolute;
  top: 11%;
  left: -22%;
}
.wrapper-reviews-right .review-card-small:nth-of-type(3) {
  position: absolute;
  top: 25%;
  right: -7%;
}
.wrapper-reviews-right .review-card-small:nth-of-type(4) {
  position: absolute;
  top: 43%;
  left: -7%;
}
/**/
.wrapper-reviews-right {
  position: relative;
}
.review-card-rating {
  color: #1a1a1a;
  font-size: 24px;
  margin-left: 5px;
}
.review-card-rating b {
  font-family: Raleway-Bold;
}
.wrapper-reviews .header-description span {
  margin-left: 10px;
}
.wrapper-reviews .header-description {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 25px;
}
.wrapper-reviews .header-description b {
  font-family: Raleway-Bold;
}
.reviews-top-stats {
  display: flex;
  margin-bottom: 25px;
}

.wrapper-reviews .slick-arrow {
  display: block;
  border-radius: 7px !important;
  width: 64px;
  height: 32px;
  border: 1px solid #dbe0e3;
  background: #fff;
  margin-bottom: 25px;
}
.reviews-top-stats-txt {
  color: #000;
  font-family: Syne-Bold;
  font-size: 24px;
  line-height: 27px;
}
.reviews-top-stats-txt a {
  color: #1a1a1a;
  font-size: 16px;
  font-family: Raleway-Regular;
  text-decoration-line: underline;
  margin-top: 8px;
  display: block;
}
.wrapper-reviews-bottom img {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.wrapper-reviews-bottom {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-family: Raleway-Bold;
  font-size: 16px;
}
.wrapper-reviews-item .stars-flex img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.wrapper-reviews-item .stars-flex {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.wrapper-reviews-slider {
  margin: 0 -10px;
}
.wrapper-reviews-item {
  border-radius: 20px;
  border: 1px solid #dbe0e3;
  background: #fff;
  padding: 21px;
  margin: 0 10px;
}
.wrapper-reviews-slider-content {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 16px;
}
.text-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.review-text-more {
  font-size: 14px;
}
.review-text-more:focus {
  outline: none;
}
.wrapper-reviews-back .row {
  display: block;
}
/**/

/*modal ads*/
#adsModal .car-details img {
  border-radius: 21px;
  max-height: initial;
  /*height: auto;*/
  /*width: 100%;*/
}
#adsModal .modal-dialog {
  width: 880px;
  padding-top: 10px;
}
#adsModal .ads-modal-discount {
  color: #ff5f00;
  font-family: Syne-Bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 33px;
}
#adsModal .modal-signup-form {
  color: #fff;
  font-size: 16px;
  margin-top: 33px;
}
#adsModal .modal-ads-congratulations {
  color: #fff;
  text-align: center;
  font-family: Syne-Bold;
  font-size: 24px;
}
#adsModal .modal-body,
#adsModal .modal-header {
  border-bottom: none;
  padding: 21px 50px;
}

#adsModal .modal-header {
  padding-top: 50px;
}
#adsModal .modal-body {
  padding-bottom: 50px;
}
#adsModal .ads-modal-form {
  margin-top: 33px;
}
#adsModal .car-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 35px;
  row-gap: 35px;
  /*margin-bottom: 30px;*/
  border-radius: 20px;
  border: 1px solid #505050;
  background: #2f2f2f;
  height: 100%;
}
#adsModal .car-right .car-right-title {
  color: #fff;
  font-family: Syne-Bold;
  font-size: 21px;
}
#adsModal .car-right .car-right-info {
  color: #fff;
  font-size: 16px;
}
#adsModal .car-right .car-right-info-price {
  color: #ffd700;
  font-family: Syne-Bold;
  font-size: 21px;
}
#adsModal .car-right .car-right-element {
  width: 45%;
}
#adsModal .modal-body .wrapper-form-car {
  border: none;
  padding: 0;
  background: transparent;
}
#adsModal .modal-content {
  border-radius: 30px;
  background: #1a1a1a;
}
#adsModal .box-car-image {
  /*margin-bottom: 25px;*/
}
#adsModal .ads-form-content .intl-tel-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#adsModal .ads-form-content .intl-tel-input .flag-container {
  border-radius: 10px;
  border: 1px solid #505050;
  background: #1a1a1a;
  height: 40px;
  margin-bottom: 16px !important;
  margin-right: 20px;
  position: relative;
}
#adsModal .ads-form-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
#adsModal .ads-form-content .form-group {
  margin-bottom: 0;
  width: 30%;
}
#adsModal .ads-form-content .intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff;
}
#adsModal .ads-form-content input {
  margin-bottom: 16px !important;
  background: transparent !important;
  border-radius: 10px !important;
  border: 1px solid #505050 !important;
  color: #fff;
  font-family: Raleway-Regular;
  font-size: 16px;
  height: 40px;
  padding: 10px 22px !important;
}
#adsModal .ads-form-content input[type="number"]::-webkit-outer-spin-button,
#adsModal .ads-form-content input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
#adsModal .ads-form-content input[type="number"] {
    -moz-appearance: textfield;
    padding: 10px 12px !important;
}
#adsModal .ads-form-content .selected-dial-code,
#adsModal .ads-form-content input::placeholder {
  color: #fff;
  font-family: Raleway-Regular;
  font-size: 16px;
}
#adsModal button.close {
  border: none !important;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 30px;
  position: absolute;
  top: 19px;
  right: 21px;
  z-index: 9;
}
#adsModal .btn_ads_submit {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #0070ff;
  border: none;
  color: #fff;
  font-family: Raleway-Bold;
  font-size: 16px;
  padding: 16px 30px !important;
}
#adsModal .ads-modal-gdpr {
  color: #fff;
  font-family: Raleway-Regular;
  font-size: 12px;
  margin-bottom: 30px;
}
#adsModal .ads-modal-gdpr a {
  color: #fff;
  font-family: Raleway-Medium;
}
#adsModal .ads-form-content label {
  display: none;
}
#adsModal .ads-modal-info br {
  margin-bottom: 20px;
}
#adsModal .ads-modal-info {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
}
#adsModal .ads-modal-info b {
  font-family: Raleway-Bold;
}
#adsModal .modal-footer {
  border: none;
  padding: 0;
  height: 0;
}
#adsModal .modal-body {
  padding-top: 0;
}
/**/

/*breadcrumb*/
.breadcrumb li {
  color: #0070ff;
  font-size: 16px;
}
.breadcrumb li .divider,
.breadcrumb li a {
  color: #1a1a1a;
  font-size: 16px;
}
.breadcrumb {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 10px 0;
}
.breadcrumb li + li::before {
  content: '/'; /* poți schimba cu "/" dacă vrei */
  margin: 0 8px;
  color: #1a1a1a; /* culoarea barei */
}
.breadcrumb {
  white-space: normal;
}
/**/

/*car details*/
.wrapper-car-details {
  padding-top: 180px;
}
.container-breadcrumb {
  margin-bottom: 25px;
}
.info-faq-section {
  padding-bottom: 120px;
  padding-top: 40px;
}
.info-faq-section-title {
  color: #0070FF;
  font-family: Syne-Bold;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 15px;
  width: 100%;
}
.info-faq-section .faq-section .text-box {
    display: block;
}
.car_details_table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.car_details_table_label {
  color: #0070ff;
  font-family: Syne-SemiBold;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 12px;
}
.car_details_table ul li {
  color: #000;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: normal;
}
.car_details_table ul {
  padding-left: 15px;
}
.slider-car-images-right .slider-car-images-item {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.slider-car-images-right .slider-car-images-item.active {
  opacity: 1;
}

.slider-car-images-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.slider-car-images-left {
  width: 70%;
}
.slider-car-images-right {
  width: 30%;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.slider-car-images-right::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
.toggle-options {
  color: #1a1a1a !important;
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: normal;
  text-decoration-line: underline;
}
.toggle-options img {
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.toggle-options img.rotate {
  transform: rotate(180deg);
}
.car-details-right {
  border-radius: 30px;
  background: #f7f9fa;
  padding: 28px 21px;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.car-details-right .button-primary {
  display: flex;
  justify-content: center;
}
.wrapper-car-title {
  margin-bottom: 27px;
}
.wrapper-car-title h1 {
  color: #1a1a1a;
  font-family: Syne-Medium;
  font-size: 36px;
  margin-bottom: 15px;
  margin-top: 0;
}
.wrapper-car-title small {
  border-radius: 100px;
  background: #ffd700;
  padding: 3px 10px;
  color: #1a1a1a;
  font-family: Raleway-Regular;
  font-size: 16px;
  display: inline-block;
}
.car-details-right-details li img {
  height: 22px;
  margin-right: 5px;
}
.car-details-right-details li {
  color: #1a1a1a;
  font-size: 16px;
}
.details_page_price small.cut {
  color: #606466;
  font-size: 18px;
  text-decoration-line: line-through;
  margin-bottom: 7px;
}
.car-details-right-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
}
.details_page_price {
  margin-bottom: 42px;
}
.details_page_price_total span {
  color: #000;
  font-family: Syne-Bold;
  font-size: 30px;
}
.details_page_price_total {
  color: #000;
  font-family: Syne-SemiBold;
  font-size: 30px;
}
.car-details-right-spec {
  border-top: 1px solid #DBE0E3;
  border-bottom: 1px solid #DBE0E3;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.car-details-right-spec-element {
  /* margin-bottom: 35px; */
}
.car-details-right-spec-element-img img {
  max-width: 20px;
}
.car-details-right-spec-element-img {
  width: 27px;
  margin-bottom: 2px;
}
.car-details-right-spec-element-extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.car-details-right-spec-element-extra:last-of-type {
  margin-bottom: 0;
}
.car-details-right-spec-element {
  margin-bottom: 20px;
}
.car-details-right-spec-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.car-details-right-spec-element-label-subtotal {
  color: #000;
  font-family: Syne-Bold;
  font-size: 24px;
  line-height: normal;
}
.car-details-right-spec-element-label-orange {
  color: #FF5F00;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 7px;
}
.car-details-right-spec-element-label-extra {
  color: #000;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: normal;
}
.car-details-right-spec-element-label {
  color: #000;
  font-family: Raleway-Bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.car-details-right-spec-element-info-extra {
  color: #000;
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: normal;
}
.car-details-right-spec-element-info {
  color: #000;
  font-size: 16px;
  font-family: Raleway-Regular;
}
.item-carousel-similar .car-category-wrapper {
  margin-bottom: 45px;
}
.item-carousel-similar .benefits-wrapper {
  margin-bottom: 30px;
}
.item-carousel-similar .car .btn-warning {
  width: 100%;
}
.item-carousel-similar .car {
  position: relative;
}
.item-carousel-similar-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  left: 20px;
  right: 20px;
  z-index: 1;
}
.slider-car-images-left {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: flex-start;*/
  margin-bottom: 54px;
  /*position: relative;*/
}

/*.slider-car-images .flex-control-nav::-webkit-scrollbar {*/
/*    display: none;  !* Older Safari and Chromium *!*/
/*}*/
/*.slider-car-images .flex-control-nav{*/
/*    -ms-overflow-style: none;  !* Internet Explorer 10+ *!*/
/*    scrollbar-width: none;  !* Firefox, Safari 18.2+, Chromium 121+ *!*/
/*    max-width: 18%;*/
/*    width: auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    max-height: 420px;*/
/*    margin-top: 0;*/
/*    overflow-y: scroll;*/
/*    margin-left: auto;*/
/*}*/
/*.slider-car-images-left {*/
/*    width: 85%;*/
/*}*/
.similar-cars-list {
  margin-bottom: 200px;
}
.slider-car-images-item {
  border-radius: 30px;
}
.slider-car-images-item img {
  border-radius: 30px;
  border: 1px solid #dbe0e3;
  background: #fff;
  padding: 30px 20px;
  width: 100%;
}
.slider-car-images-right .slider-car-images-item {
  margin-bottom: 15px;
}
.slider-car-images-right .slider-car-images-item:last-of-type {
  margin-bottom: 0px;
}
.car-details-widget-title {
  color: #fff;
  font-family: Syne-Bold;
  font-size: 24px;
}
.car-details-widget-title-back button {
  display: block;
  background: transparent;
  border: none;
  outline: none;
}
.item-carousel-similar {
  /*margin: 0 10px;*/
  /*padding: 0 10px;*/
}
.cars-grid .car {
  border-radius: 20px;
  border: 1px solid #dbe0e3;
  background: #fff;
}
.car-details-widget-title-back {
  border-radius: 10px;
  background: #1a1a1a;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 60px;
}
.similar-cars-list .car-details-widget-title-back {
  margin-top: 0px;
}
.tooltip-info span {
  color: #1A1A1A;
  font-family: Raleway-SemiBold;
  font-size: 12px;
}
.tooltip-info img {
  margin-right: 7px;
  width: 24px;
  height: 24px;
}
.car-details-right .tooltip-info {
    margin-left: 25px;
}
.tooltip-info {
  display: flex;
  align-items: center;
  outline: none !important;
}
.tooltip-info-car {
  display: inline;
  align-items: center;
  outline: none !important;
  margin-left: 20px;
}
.car-middle h3 {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 24px;
  margin-top: 20px;
}
.car-details img {
  max-width: 100%;
  max-height: 180px;
  margin: auto;
}
.benefits-list li img {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}
.benefits-list li {
  color: #000;
  font-family: Raleway-Bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.benefits-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  background: #f7f9fa;
  padding: 8px 12px;
  margin-bottom: 20px;
}
.wrapper-car-details-table {
  margin-top: 35px;
}
.car-details-features-title span {
  position: relative;
  padding: 0 10px;
}
.car-details-features-title span:after {
  content: '';
  height: 4px;
  width: 100%;
  border-radius: 100px 100px 0 0;
  background: #0070ff;
  position: absolute;
  bottom: -8px;
  left: 0px;
  right: 0px;
}
.car-details-features-title {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
  border-bottom: 1px solid #dbe0e3;
  padding: 0 25px 5px 25px;
  margin-bottom: 32px;
}
.packages-title {
  margin-left: -21px;
  margin-right: -21px;
  text-align: center;
}
.car-details-right .btn {
  width: 100%;
}
.car_details_table thead td {
  color: #0070ff;
  font-family: Syne-SemiBold;
  font-size: 18px;
  text-align: left;
}
.car_details_table tbody td ul {
  padding-left: 30px;
}
.car_details_table tbody td {
  color: #000;
  font-size: 16px;
  font-family: Raleway-Regular;
  text-align: left;
  vertical-align: text-top;
  padding-bottom: 20px;
}
.wrapper-description .content {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 40px;
  padding-left: 25px;
}
.car_details_table_wrapper {
  padding: 0 25px;
}
.wrapper-description {
  margin-top: 78px;
}

.badge-pink {
  border-radius: 100px;
  background: #f03;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
}

.badge-pink img {
  height: 100%;
  width: auto;
  margin-right: 5px;
}
.extra-option-element .panel-title a .arrow-item img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.extra-option-element .panel-title a.collapsed .arrow-item img {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.extra-option-element .panel-title a {
  outline: none !important;
  text-decoration-line: none !important;
  margin-right: 10px;
  margin-left: 10px;
}
.extra-option-element .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.extra-option-title {
  color: #000;
  font-family: Raleway-Bold;
  font-size: 16px;
  margin-right: 5px;
  text-decoration-line: none;
}
.extra-option-price {
  color: #f00;
  font-family: Raleway-Bold;
  font-size: 16px;
  white-space: nowrap;
  margin-left: auto;
}
.extra-option-element .panel-collapse {
  color: #1a1a1a;
  font-size: 16px;
  line-height: normal;
  margin-top: 20px;
}
.extra-option-element {
  margin-bottom: 30px;
}
.extra-option-element .icheckbox_flat-blue {
  background: url(../images/unchecked-flat2.svg);
}
/**/

/*contact page*/
#map .contact-info-list-top ul,
#map .contact-info-list-top li,
#map .contact-location-item-name {
    margin-bottom: 20px;
}
#map .contact-location-item {
    margin-bottom: 0;
    padding: 7px;
    background: transparent;
}
#map .gm-style-iw.gm-style-iw-c {
    max-height: 380px !important;
}
#map {
    border-radius: 30px;
}
.gm-style .gm-style-iw-d {
    max-height: initial !important;
    max-width: 228px;
}
.wrapper-contact-page {
  padding-top: 154px;
}
.contact-page-title {
  color: #000;
  font-family: Syne-SemiBold;
  font-size: 48px;
}
.contact-page-description {
  color: #000;
  font-size: 16px;
  text-align: right;
}
.contact-page-title-top {
  margin-bottom: 30px;
}
.contact-info {
  border-radius: 20px;
  background: #f7f9fa;
    padding: 60px 70px;
  /*padding: 40px;*/
}
.h2-contact,
.h2-contact {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
}
.contact-info-description {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 39px;
}
.contact-info a,
.contact-info address {
  color: #1a1a1a;
  font-size: 16px;
}
address {
  font-style: normal;
}
.contact-schedules b {
  font-family: Raleway-Bold;
}
.contact-info-list-top li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-info li,
.contact-schedules {
  color: #1a1a1a;
  font-size: 16px;
}
.contact-info ul {
  margin-bottom: 39px;
}
.contact-info ul:last-of-type {
  margin-bottom: 0px;
}
.contact-info li img {
  width: 23px;
  margin-right: 10px;
}
.h2-contact-left {
  color: #191919;
  font-family: Syne-Medium;
  font-size: 36px;
  margin-bottom: 40px;
  margin-top: 0;
}
.contact-form-description {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 40px;
}
.contact-map {
  margin: 0 auto;
  margin-bottom: 70px;
}
#form-contact {
  margin: 0 -15px;
}
#form-contact textarea::placeholder,
#form-contact input.form-control::placeholder {
  color: #666;
  font-size: 16px;
}
#form-contact .icheckbox_flat-blue.checked {
    background: url(../images/checked-flat-purple.svg) center center / contain no-repeat !important;
}
#form-contact .icheckbox_flat-blue {
    background: url(../images/unchecked-flat-border.svg) center center / contain no-repeat !important;
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
}
#form-contact .button-primary {
    margin-bottom: 20px;
}
.gdpr-yes span{
    color: #1A1A1A;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
    margin-left: 6px;
}
.gdpr-no span{
    color: #666;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
    margin-left: 6px;
}
#form-contact textarea,
#form-contact input.form-control {
  border-radius: 10px;
  background: #f7f9fa;
  border: none !important;
  padding: 10px 15px;
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
    height: auto;
}
.form-gdpr {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 15px;
}
.wrapper-team .media-heading {
  color: #000;
  text-align: center;
  font-family: Syne-Bold;
  font-size: 20px;
}
.wrapper-team .media-heading small {
  color: #666;
  text-align: center;
  font-size: 16px;
}
.wrapper-team img {
  border-radius: 50%;
  object-fit: cover;
  width: 155px;
  height: 155px;
  margin-bottom: 22px;
}
.wrapper-team .media {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wrapper-team-row {
  margin-bottom: 55px;
}
.wrapper-team {
  padding: 100px 0 55px 0;
  margin-bottom: 147px;
  border-bottom: 1px solid #dbe0e3;
}
.team-element {
  width: 20%;
  margin-bottom: 44px;
}
.contact-location-item {
  border-radius: 10px;
  padding: 24px;
  background: #f7f9fa;
  margin-bottom: 22px;
}
.contact-location-item-name {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.contact-location-btn img {
  height: 11px;
  margin-left: 7px;
}
.contact-location-btn {
  color: #0070ff;
  font-family: Raleway-Bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.contact-location-item ul li img {
  width: 23px;
  margin-right: 10px;
}
.contact-location-item ul li address,
.contact-location-item ul li a {
  color: #1a1a1a;
  font-size: 16px;
}
.wrapper-contact-locations {
  padding-bottom: 100px;
}
.wrapper-reviews-contact .slider-nav button {
  background-color: transparent;
  border: none;
}
.wrapper-reviews-contact .slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.wrapper-reviews-contact .header-description img {
  margin: 0 7px;
}
.wrapper-reviews-contact {
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/**/

/*privacy policy*/
.wrapper-privacy-policy {
  padding-bottom: 97px;
  padding-top: 80px;
}

.gdpr-left-links-top {
  border-radius: 20px;
  background: #f7f9fa;
  padding: 39px 32px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.gdpr-left-links-wrapper.is-fixed {
  position: fixed;
  /*top: 100px;*/
  top: 80px;
  width: 330px;
  z-index: 1;
}
.gdpr-left-links-wrapper.is-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  right: 0;
  left: 15px;
}

.gdpr-left-title img {
  width: 16px;
}
.gdpr-left-title {
  color: #000 !important;
  font-family: Syne-Medium;
  font-size: 36px;
  margin-bottom: 24px;
  text-decoration-line: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gdpr-left-link {
  border-radius: 10px;
  border: 1px solid #dbe0e3;
  background: #fff;
  color: #000 !important;
  font-family: Raleway-Bold;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 12px;
  display: flex;
  cursor: pointer;
  text-decoration-line: none !important;
}
.gdpr-right-wrapper {
  color: #1a1a1a;
  font-size: 16px;
}
.gdpr-right-wrapper h2 {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 20px;
}
.gdpr-right-wrapper a {
  color: #1a1a1a;
  font-size: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
html {
  scroll-behavior: smooth;
}
.gdpr-left-title img {
  display: none;
}
.banner-privacy-policy {
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
/**/

/*my booking*/
.wrapper-my-booking {
  padding: 250px 0;
}
.wrapper-my-booking .panel_manage_booking {
  margin-right: 50px;
}
.wrapper-my-booking .panel_sign_in {
  margin-left: 50px;
}
.wrapper-my-booking input.form-control::placeholder {
  color: #666;
  font-size: 16px;
}
.wrapper-my-booking input.form-control {
  color: #666;
  font-size: 16px;
  margin-bottom: 23px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 23px;
  height: 60px;
}
.wrapper-my-booking .btn {
  border-radius: 10px;
  background: #0070ff;
  color: #fff;
  font-family: Raleway-Bold;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: none;
}
.wrapper-my-booking .panel-default {
  border-radius: 30px;
  border: 1px solid #dbe0e3;
  background: #fff;
  /*box-shadow: 0 1px 50px 0 #E0E0E0;*/
  box-shadow: 0 1px 30px 0 #e0e0e0;
  padding: 32px 54px 45px 54px;
}
.wrapper-my-booking .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.wrapper-my-booking .panel-body {
  padding: 0;
}
.wrapper-my-booking .panel-heading {
  color: #1a1a1a;
  font-family: Syne-SemiBold;
  font-size: 48px;
  margin-bottom: 19px;
  line-height: normal;
}

.wrapper-my-booking p {
  color: #666;
  font-size: 16px;
  margin-bottom: 19px;
}
/**/

/*booking*/
.wrapper-booking-flex-top {
  display: flex;
  justify-content: center;
}
.wrapper-booking {
  padding: 155px 0 66px 0;
  background-repeat: no-repeat;
}
.wrapper-booking-inner {
  border-radius: 30px;
  background-color: #f7f9fa;
  padding: 54px 59px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.wrapper-booking-right {
  border-radius: 20px;
  border: 1px solid #dbe0e3;
  background: #fff;
  padding: 35px 48px;
}
.car_details-auto {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
}
.car_details-name {
  margin: 0;
  color: #000;
  font-size: 16px;
}
.summary-label {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.summary-date-hour {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.summary-date-hour-info {
    color: #000;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
}
.summary-label-warning {
  color: #ff5f00;
  font-family: Syne-Bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.summary-label-extra {
    color: #000;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
}
.summary ul li {
  color: #000;
  font-size: 16px;
}
.summary-label span {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
}

.summary-warranty li,
#extras_summary li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summary .title-extra {
  margin-left: 0;
  margin-right: auto;
}
.summary .total h2 {
  color: #1a1a1a;
  font-family: Syne-Medium;
  font-size: 36px;
  margin: 0;
  line-height: normal;
}
.summary .total .price-val {
  float: right;
  color: #1a1a1a;
  font-family: Syne-Medium;
  font-size: 36px;
  line-height: normal;
}
.summary .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.summary .btn {
  width: 100%;
}
.summary .btn-default img {
  height: 19px;
  margin-right: 11px;
}
.summary .btn-default {
  color: #1a1a1a;
  font-family: Raleway-SemiBold;
  font-size: 14px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  margin-top: 20px;
}
.summary-warranty {
  color: #000;
  font-size: 16px;
  font-family: Raleway-Regular;
}
.warranty_price {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
}
#extras_summary li img {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  margin-bottom: 3px;
}
.summary ul {
  margin-bottom: 0;
}
.summary li .pull-right {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
  margin-top: -3px;
}
.summary-warranty li,
#extras_summary li {
  margin-top: 12px;
}
.summary-border-bottom,
.summary-border {
  margin: 30px -51px;
}
.summary-border-bottom div,
.summary-border div {
  width: 100%;
  height: 1px;
  background-color: #dbe0e3;
}
.wrapper-payment .summary-border-bottom {
  margin: 13px -51px 30px -51px;
}
.wrapper-payment .summary-border {
  margin: 30px -51px 13px -51px;
}
.wrapper-booking .summary-border-bottom {
  display: none;
}
.summary-total-modal {
  display: none;
}
.wrapper-booking-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.wrapper-booking-top-title {
  color: #1a1a1a;
  font-family: Syne-Medium;
  font-size: 36px;
}
.wrapper-booking-left strong {
  font-family: Raleway-Bold;
}
.wrapper-booking-left .extra-option-title {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.wrapper-booking-left .price {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.wrapper-booking-left .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper-booking-left .panel-collapse a img {
  margin-left: 25px;
  transition: transform 0.3s ease;
}
.wrapper-booking-left .panel-collapse a {
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #666;
  font-size: 16px;
  transition: transform 0.3s ease;
  text-decoration-line: none !important;
  line-height: normal;
}
.wrapper-booking-left .panel-collapse a.collapsed img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(26%) sepia(82%) saturate(2964%)
    hue-rotate(206deg) brightness(103%) contrast(106%);
}
.wrapper-booking-left .panel-body {
  color: #000;
  font-size: 16px;
}
.collapse-input {
  display: flex;
  align-items: center;
}
.extra {
  border-radius: 20px;
  border: 1px solid #dbe0e3;
  background: #fff;
  padding: 20px;
  margin-bottom: 16px;
}
.wrapper-booking-left .panel-collapse .panel-body {
  padding: 0;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dbe0e3;
}
.remove-extra {
  padding: 0;
}
.modal-content {
  border-radius: 20px;
  border: 1px solid #dbe0e3;
  background: #FFF;
}
#summaryModal .modal-header .close {
  opacity: 1;
}
#summaryModal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: none;
  padding: 21px 14px 30px 14px;
}
#summaryModal .modal-body {
  padding: 0;
}
.summary-modal-total {
  color: #1a1a1a;
  font-family: Syne-Medium;
  font-size: 36px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summary-modal-body-top {
  padding: 13px 14px;
  border-bottom: 1px solid #dbe0e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
}
.summary-modal-body-top span {
  color: #000;
  font-size: 16px;
  line-height: normal;
  margin-top: 5px;
  font-family: Raleway-Regular;
}
.summary-modal-body-top img {
  width: 119px;
  margin-left: 15px;
}
.summary-modal-body-bottom ul li strong {
  color: #000;
  text-align: right;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
}
.summary-modal-body-bottom ul li {
  color: #000;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
}
.summary-modal-body-bottom ul {
  margin-bottom: 38px;
}
.summary-modal-body-bottom {
  padding: 18px 14px 36px 14px;
}
.summary-modal-title {
  color: #ff5f00;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 18px;
}
/**/

/*payment page*/
.bootstrap-select button .filter-option {
  margin-bottom: 0;
}
.bootstrap-select button {
  border-radius: 10px;
  border: 1px solid #dbe0e3;
  background: #fff;
  height: 48px;
}
.wrapper-payment .icheckbox_flat-blue {
  border-radius: 2px;
  border: 1px solid #dbe0e3;
  background: #fff !important;
  width: 18px;
  height: 18px;
  margin-right: 11px;
  margin-right: 8px;
  margin-bottom: 3px;
}
.wrapper-payment .iradio_flat-blue {
  border-radius: 50px;
  border: 1px solid #dbe0e3;
  background: #fff;
  width: 18px;
  height: 18px;
  margin-right: 11px;
  margin-right: 8px;
  margin-bottom: 3px;
}
.wrapper-payment .icheckbox_flat-blue.checked,
.wrapper-payment .iradio_flat-blue.checked {
  border: 1px solid #000;
  background: #000 !important;
  position: relative;
}
.wrapper-payment .icheckbox_flat-blue.checked {
  position: relative;
}
.wrapper-payment .icheckbox_flat-blue.checked::after {
  content: '';
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 6px;
  transform: rotate(40deg);
}
.wrapper-payment .iradio_flat-blue.checked::after {
  content: '';
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 6px;
  transform: rotate(40deg);
}
.wrapper-payment .list-types-payment li {
  margin-bottom: 17px;
}
.wrapper-payment .form-group.box-checker {
  margin-bottom: 17px;
}
.wrapper-payment {
  padding: 155px 0 66px 0;
  background-repeat: no-repeat;
}
.wrapper-payment .wrapper-booking-top-title {
  margin-bottom: 47px;
}
.wrapper-client-details .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wrapper-payment label {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
}
.wrapper-payment .form-group {
  margin: 0 -15px 0 -15px;
}
.wrapper-payment .form-group label {
  color: #000;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}
.wrapper-payment input.form-control {
  margin-bottom: 16px;
  border: 1px solid #dbe0e3 !important;
}
.wrapper-payment .h2styled {
  color: #1a1a1a;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 15px;
}
/**/

/* confirmation page*/
.wrapper-confirmation {
  padding: 155px 0 100px 0;
  background-repeat: no-repeat;
}
.pickup-dropoff-info label {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}
.pickup-dropoff-info label p {
  color: #000;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: normal;
}
.pickup-dropoff-info label img {
  height: 21px;
  margin-right: 7px;
}
.pickup-dropoff-info {
  border-bottom: 1px solid #dbe0e3;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.wrapper-confirmation-title {
  color: #1a1a1a;
  text-align: center;
  font-family: Syne-Medium;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 0;
}
.wrapper-confirmation-info {
  color: #1a1a1a;
  text-align: center;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 50px;
  margin-top: 0;
}
.wrapper-confirmation-flex-top {
  display: flex;
  justify-content: center;
}
.wrapper-confirmation-info span {
  font-family: Raleway-Bold;
}
.wrapper-confirmation .btn-warning {
  border-radius: 7px;
  background: #ff5f00;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #1a1a1a;
  font-family: Raleway-SemiBold;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 30px;
}
.wrapper-confirmation .btn-warning img {
  height: 19px;
  margin-right: 10px;
}
.confirmation-summary-label {
  color: #000;
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 17px;
  margin-top: 0;
}
.confirmation-summary-info {
  color: #000;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 30px;
}
.confirmation-summary-info a {
  color: #000;
}
.wrapper-confirmation-bottom {
  color: #1a1a1a;
  text-align: center;
  font-family: Syne-Medium;
  font-size: 36px;
  line-height: normal;
  padding: 68px 0 5px 0;
  border-top: 1px solid #dbe0e3;
  margin-top: 50px;
}
.lh15-orange {
  color: #ff5f00;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
}
.wrapper-confirmation .lh15 {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-confirmation .summary ul {
  margin-bottom: 22px;
}
.wrapper-confirmation .summary ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}
.wrapper-confirmation .summary ul li strong {
  color: #000;
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: normal;
}
.wrapper-confirmation .total .price-val,
.wrapper-confirmation .total h2 {
  color: #000;
  font-family: Syne-Bold;
  font-size: 20px;
  line-height: normal;
}
.wrapper-confirmation .total .price-val {
  margin-bottom: 0;
}
.payment-method-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 22px;
}
.confirmation-car-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pickup-dropoff-info .col-lg-4:last-child {
  padding-right: 0;
}
.pickup-dropoff-info .col-lg-4:first-child {
  padding-left: 0;
}
.pickup-dropoff-info p {
  color: #000;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: normal;
}
.confirmation-car-info img {
  width: 30%;
}
/*  */



/* FILTER BAR */
.wrapper-banner-fleet .title-homepage-rent {
    padding: 0 0 20px 0;
}
.wrapper-banner-fleet .container-breadcrumb {
    margin-bottom: 0;
}
.wrapper-banner-fleet .breadcrumb {
    justify-content: center;
    margin-top: 30px;
}
.filters-bar {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-pill {
    padding: 10px 18px;
    font-size: 14px;
    color: #1A1A1A;
    font-family: Raleway-SemiBold;
    border-radius: 10px;
    border: 1px solid #EFF2F4;
    background: #FFF;
    display: flex;
    align-items: center;
}
.filter-pill span {
    margin-right: 12px;
}
.filter-pill:hover,
.filter-pill:focus,
.filter-pill:active {
    background: #EFEFEF !important;
    color: #111 !important;
    border-color: #ccc !important;
}
.filters-fleet  .dropdown-menu {
    min-width: 260px;
    padding: 20px 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}
.filters-fleet .filter-option {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    color: #1A1A1A;
    font-family: Raleway-SemiBold;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 30px;
}
.filters-fleet .filter-group .filter-option:last-of-type {
    margin-bottom: 0;
}
.filters-fleet .filter-row {
    margin-bottom: 0;
}
.dropdown-item.filter-option {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
}
.filter-option input:checked + span {
    font-weight: 600;
}
.total-cars-category {
    color: #777;
    font-weight: normal;
}
.wrapper-btns-filter .btn-filter-results {
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 15px;
}
.filters-remove {
    border-radius: 10px;
    background: #F03;
    padding: 10px;
    color: #FFF;
    font-family: Raleway-SemiBold;
    font-size: 14px;
    line-height: normal;
    display: inline-flex;
}
.filter-icon{
    margin-right: 12px;
    height: 23px;
    max-width: 22px;
}
.filters-remove img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.filter-pill .chevron-icon {
    transition: transform 0.25s ease;
}
.dropdown.open .filter-pill .chevron-icon {
    transform: rotate(180deg);
}
.filters-fleet .select2-container {
    width: 100% !important;
}
.filters-fleet .filter-title {
    color: #1A1A1A;
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}
.filters-fleet .filter-group .filter-row {
    margin-bottom: 20px;
}
.filters-fleet .filter-group .filter-row:last-of-type {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .filter-pill {
        width: 100%;
        text-align: left;
    }
    .dropdown-menu {
        min-width: 100%;
    }
}


.selected-filters {
    margin-top: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 0;
}
.selected-filters-label {
    margin-right: 10px;
    color: #1A1A1A;
    font-family: Syne-Bold;
    font-size: 20px;
    line-height: normal;
    white-space: nowrap;
    padding-bottom: 5px;
}
.selected-filters-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    padding-right: 20px;
}

.selected-filters-list {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #0070FF transparent; /* Firefox */
}
/* Browsere WebKit (Chrome, Edge, Safari) */
.selected-filters-list::-webkit-scrollbar {
    height: 4px;
}
.selected-filters-list::-webkit-scrollbar-track {
    background: transparent;
}
.selected-filters-list::-webkit-scrollbar-thumb {
    background: #0070FF;
    border-radius: 4px;
}
.selected-filters-list::-webkit-scrollbar-thumb:hover {
    background: #0059cc;
}


.filter-chip .close_blue{
    width: 13px;
    height: 13px;
    margin-left: 12px;
}
.filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0070FF;
    background: #F2F8FF;
    color: #1A1A1A;
    font-family: Raleway-SemiBold;
    font-size: 14px;
    line-height: normal;
}
.filter-chip .chip-text {
    /*margin-right: 6px;*/
}
.filter-chip .chip-remove {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    color: #1D4ED8;
}
@media (max-width: 768px) {
    .selected-filters {
        padding: 8px;
    }
}

.wrapper-banner-fleet .box-form-reservation {
    margin: 15px 0;
}
.filter-location-label {
    color: #1A1A1A;
    font-family: Raleway-Bold;
    font-size: 14px;
    line-height: normal;
}
.filter-location-date {
    color: #1A1A1A;
    font-family: Raleway-Regular;
    font-size: 14px;
    line-height: normal;
}
.filter-location img {
    width: 21px;
    height: 21px;
    margin-right: 12px;
}
#filter-location-edit {
    cursor: pointer;
}
.filter-location {
    border-radius: 10px;
    border: 1px solid #EFF2F4;
    background: #FFF;
    padding: 5px 18px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
  .wrapper-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ui-datepicker-group-first .ui-datepicker-title {
    padding-left: 25px;
  }
  .wrapper-home-cars-offers .container {
    /*padding: 0;*/
  }
  .image-about-mobile {
    display: none;
  }
  .banner-background-color .banner-content {
    padding-top: 90px;
    /*padding-bottom: 196px;*/
  }
}

.wrapper-banner-fleet .wrapper-form-container {
    display: none !important;
}
.wrapper-banner-fleet .wrapper-form-container.active {
    display: block !important;
}
/**/
.container-banner {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 30px 30px;
}

/*long terms*/
.wrapper-long-term-rental-cars .container-breadcrumb {
    margin-bottom: 0;
}
.wrapper-cart-total sup {
    top: -3px;
    font-size: 100%;
}
.wrapper-cars-filter-results {
    padding-top: 88px;
}
.sort-menu.dropdown-menu {
    padding: 15px 10px 10px 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}
.sort-option {
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    padding: 10px !important;
    margin-bottom: 5px;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    color: #1A1A1A;
    font-family: Raleway-SemiBold;
    font-size: 14px;
    line-height: normal;
}
.sort-option:hover {
    border-radius: 10px;
    border: 1px solid #0070FF;
    background: #F2F8FF;
    color: #0070FF;
}
.cars-filter-sort .chevron-icon{
    transition: transform 0.2s ease;
}
.cars-filter-sort.open .chevron-icon{
    transform: rotate(180deg);
}
.cars-filter-results-title {
    color: #000;
    font-family: Syne-Medium;
    font-size: 36px;
    line-height: normal;
}
.cars-filter-results-nr {
    color: #1A1A1A;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
    padding: 10px 22px 11px 22px;
    border-radius: 10px;
    background: #DBE0E3;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cars-filter-results-nr b{
    font-family: Raleway-Bold;
    margin-right: 4px;
}
.cars-filter-results-sort {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #EFF2F4;
    background: #FFF;
    padding: 10px 18px;
}
.wrapper-cars-filter-results-nr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cars-filter-results-sort-label {
    color: #1A1A1A;
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: normal;
    margin-left: 12px;
    margin-right: 4px;
}
.cars-filter-results-sort-method {
    color: #1A1A1A;
    font-family: Raleway-SemiBold;
    font-size: 16px;
    line-height: normal;
    margin-right: 12px;
}
.wrapper-long-term-rental-cars .filters-remove {
    padding: 14px 10px;
}
.wrapper-long-term-rental-cars .filter-chip {
    padding: 14px 18px;
}
.wrapper-long-term-rental-cars .selected-filters-list {
    gap: 15px;
    padding-right: 5px;
    padding-bottom: 0;
}
.wrapper-long-term-rental-cars .selected-filters {
    padding-bottom: 0;
}
.banner-subtext {
    color: #FFF;
    font-family: Syne-Bold;
    font-size: 24px;
    line-height: normal;
}
.booking-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 48px 48px 31px 48px;
}
.banner-long-terms .title-homepage-rent {
    color: #FFF;
    font-family: Syne-SemiBold;
    font-size: 48px;
    line-height: normal;
    margin-bottom: 25px;
    text-align: left;
}
.container-longterm-offers {
    margin-top: 0;
}
.banner-long-terms .banner-text {
    margin: 0;
}
.banner-long-terms .banner-content {
    padding-top: 178px;
    padding-bottom: 55px;
}
.wrapper-long-term-services {
    padding-top: 185px;
    padding-bottom: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 180px;
}
.long-term-services-title {
    color: #FFF;
    font-family: Syne-Medium;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 25px;
}
.long-term-services-txt {
    color: #FFF;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 40px;
}
.long-term-services-element img {
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
}
.services-element-label {
    color: #FFF;
    text-align: center;
    font-family: Syne-Bold;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 14px;
}
.services-element-txt {
    color: #FFF;
    text-align: center;
    font-family: Raleway-Regular;
    font-size: 14px;
    line-height: normal;
}
.wrapper-long-term-rental .wrapper-benefits {
    padding-bottom: 68px;
}
.long-term-services-element {
    text-align: center;
}
.wrapper-long-term-rental .wrapper-item-car img{
    border-radius: 20px;
}
.wrapper-long-term-rental .btn-item-details{
    padding: 10px 20px;
    background: #0070FF;
    border: none;
    white-space: nowrap;
}
.wrapper-long-term-rental .wrapper-faq {
    padding-bottom: 230px;
}
.wrapper-long-term-rental .image-left-about {
    position: absolute;
    left: -30px;
    bottom: -60px;
}
.wrapper-long-term-rental .wrapper-about-us {
    margin-bottom: 150px;
}
.wrapper-long-term-rental .benefits-element {
    background: #fff;
}
.wrapper-long-term-rental .wrapper-item-car{
    background: transparent;
}
.wrapper-long-term-rental .item-offer-left{
    color: #1A1A1A;
    font-family: Syne-Bold;
    font-size: 24px;
    line-height: normal;
    margin-right: 5px;
}
.wrapper-long-term-rental .item-details-gradient{
    position: relative;
    background: transparent;
    height: auto;
}
.serpuire-long-terms {
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position-y: bottom;
    background-position-x: right;
}
.add_car_image {
    max-width: 100%;
}
.longterm-box-selection {
    display: flex;
    gap: 10px;
    margin: 50px 20px 0 20px;
}
.wrapper-total-car.selected-car-total {
    display: flex;
    justify-content: space-between;
}
.longterm-offer-price {
    color: #1A1A1A
}
.item-cart-total, cart-total-row {
    display: flex;
    justify-content: space-between;
}
.cart-total-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.label-booking-container img{
    margin-right: 7px;
    height: 18px;
    width: 23px;
}
.label-booking-container {
    color: #000;
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.booking-container .form-group .btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.booking-container .form-group>*{
    margin-bottom: 17px;
}
.booking-container .form-group {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.longterm-box-selection .arrows{
    position: absolute;
    right: 20px;
    top: 6px;
}
.longterm-box-selection .arrow {
    cursor: pointer;
}
.longterm-box-selection .arrow.up {
    transform: rotate(180deg);
    margin-bottom: -3px;
}
.modal-header .close-modal img{
    width: 100%;
    height: 100%;
}
.modal-header .close-modal {
    opacity: 1;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 21px;
    top: 33px;
    z-index: 1;
}
/**/



/* long-term-rental-cars*/
.more-filter-toggle img{
    margin-right: 12px;
}
.more-filter-toggle {
    width: 100%;
    padding: 10px 18px !important;
    cursor: pointer;
    color: #1A1A1A;
    font-family: Raleway-SemiBold;
    font-size: 14px;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #EFF2F4;
    background: #FFF;
}
.more-filter-group {
    margin-bottom: 10px;
}
.more-filters-menu .more-filter-group:last-of-type {
    margin-bottom: 0px;
}
.more-filter-body {
    display: none;
    padding-top: 8px;
}
.more-filter-body.open {
    display: block;
}
.more-filter-toggle .chevron-icon-small {
    transition: transform 0.2s ease;
}
.more-filter-toggle.open .chevron-icon-small {
    transform: rotate(180deg);
}

.filters-fleet-long-terms .icheckbox_flat-blue,
.filters-fleet-long-terms .iradio_flat-blue {
    width: 18px;
    height: 18px;
}
.filters-fleet-long-terms .dropdown-item.filter-option {
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    padding: 10px !important;
    margin-bottom: 5px;
}
.filters-fleet-long-terms .filter-option:hover {
    border-radius: 10px;
    border: 1px solid #0070FF;
    background: #F2F8FF;
    color: #0070FF;
}
.filters-fleet-long-terms .filter-pill {
    color: #000;
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: normal;
}
.filter-vehicle-icon {
    margin-left: 10px;
}
.wrapper-long-term-rental-cars .wrapper-fleet-page {
     padding-top: 58px;
}
.wrapper-filters {
    padding-top: 145px;
    padding-bottom: 35px;
    background: #F7F9FA;
}
.banner-title {
    color: #000;
    text-align: center;
    font-family: Syne-Medium;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
}
#choose-car-modal .longterm-box-selection input{
    color: #000;
    font-family: Raleway-Bold;
    font-size: 22px;
    line-height: normal;
}
/* Chrome, Safari, Edge */
#choose-car-modal .longterm-box-selection input[type=number]::-webkit-inner-spin-button,
#choose-car-modal .longterm-box-selection input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#choose-car-modal .longterm-box-selection input[type=number] {
    -moz-appearance: textfield;
    padding-right: 37px;
}
#choose-car-modal .longterm-box-selection .button-primary{
    padding: 10px !important;
}
#choose-car-modal .modal-header .modal-title{
    color: #1A1A1A;
    text-align: center;
    font-family: Syne-Bold;
    font-size: 24px;
    line-height: normal;
}
#choose-car-modal .modal-body {
    padding: 0 37px 32px 37px;
}
#choose-car-modal .modal-header {
    padding: 33px 37px 0 37px;
    border: none;
}
.wrapper-cart-list .panel {
    border-radius: 20px;
    background: #FFF;
    padding: 14px 12px 14px 27px;
    margin-bottom: 35px;
}
.wrapper-cart-list {
    background: #F7F9FA;
}
.wrapper-cart-total {
    border-radius: 10px;
    background: #F2F8FF;
    padding: 13px 35px 12px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-cart-total {
    color: #1A1A1A;
    font-family: Syne-SemiBold;
    font-size: 18px;
    line-height: 150%;
}
.cart-total-row {
    color: #1A1A1A;
    font-family: Syne-Bold;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 27px;
}
.wrapper-cart-list .car-name {
    color: #606466;
    font-family: Raleway-SemiBold;
    font-size: 14px;
    line-height: normal;
}
.wrapper-cart-list .thumbnail .caption {
    color: #000;
    font-family: Syne-Bold;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin-top: 10px;
}
.wrapper-cart-list .remove_car {
    position: absolute;
    right: 10px;
    top: 10px;
}
.wrapper-cart-list .thumbnail {
    margin-bottom: 0;
    border-radius: 10px;
    border: 1px solid #DBE0E3;
    background: #FFF;
    padding: 10px;
    position: relative;
}
.cart-total-buttons .button-primary img {
    margin-left: 7px;
    width: 16px;
    height: 16px;
}
.cart-total-buttons .button-default img {
    margin-right: 7px;
    width: 16px;
    height: 16px;
}
.cart-total-buttons .btn {
    display: flex;
    align-items: center;
    line-height: normal;
}
.wrapper-cart-cars-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -10px;
    margin-right: 0px;
    margin-top: 25px;
}
.cart-car-item {
    width: 27%;
    min-width: 27%;
    padding-left: 10px;
    padding-right: 10px;
}
.cart-cars-list-title-bar::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #DBE0E3;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.cart-cars-list-title-bar {
    position: relative;
    width: 100%;
}
.cart-cars-list-title {
    color: #1A1A1A;
    font-family: Syne-Bold;
    font-size: 24px;
    line-height: normal;
    background: #fff;
    padding: 2px 22px 2px 0;
    display: inline;
    z-index: 1;
    position: relative;
}
.wrapper-cart-list .thumbnail > img {
    height: 73px;
}

.wrapper-cart-cars-list {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #c7c7c7 transparent; /* Firefox */
}
/* Browsere WebKit (Chrome, Edge, Safari) */
.wrapper-cart-cars-list::-webkit-scrollbar {
    height: 4px;  /* înălțimea barei orizontale */
}
.wrapper-cart-cars-list::-webkit-scrollbar-track {
    background: transparent; /* fundal track */
}
.wrapper-cart-cars-list::-webkit-scrollbar-thumb {
    background: #b8b8b8;       /* culoarea thumb-ului */
    border-radius: 4px;        /* colțuri rotunjite */
}
.wrapper-cart-cars-list::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e; /* când treci cu mouse-ul peste el */
}
/**/



/*long terms payment*/
.wrapper-long-term-payment .summary{
    border-radius: 20px;
    border: 1px solid #DBE0E3;
    background: #FFF;
    padding: 35px 0px 30px 0px;
}
.wrapper-long-term-payment .form-group label {
    margin-top: 15px;
}
.wrapper-long-term-payment {
    padding: 150px 0 300px 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: 106px;
}
.wrapper-long-term-payment form{
    border-radius: 30px;
    background: #F7F9FA;
    padding: 75px 55px 98px 38px;
}
.long-term-payment-h1 {
    color: #1A1A1A;
    font-family: Syne-Medium;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 37px;
}
.long-term-payment-h2 {
    color: #000;
    font-family: Syne-Bold;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 3px;
}
.long-term-payment-div {
    color: #000;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
}
.wrapper-long-term-payment .summary .long-term-payment-btn{
    padding: 33px 55px 0 55px;
}
.wrapper-long-term-payment .summary .thumbnail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border: none;
    padding: 0;
    width: 100%;
}
.wrapper-long-term-payment .summary .total {
    padding: 20px 55px;
    border-bottom: 1px solid #DBE0E3;
    margin-bottom: 0;
}
.wrapper-long-term-payment .summary .thumbnail img{
    height: 61px;
    width: auto;
    margin: 0;
}
.long-term-payment-subtotal {
    margin-top: 20px;
}
.summary-top {
    padding: 0 55px 45px 55px;
    border-bottom: 1px solid #DBE0E3;
}
.long-term-payment-subtotal-element {
    color: #1A1A1A;
    font-family: Syne-SemiBold;
    font-size: 18px;
    line-height: 150%; /* 27px */
}
/**/


/*about us page*/
.about-us-service-title {
    color: #000;
    font-family: Syne-Medium;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 30px;
}
.about-us-service-txt {
    color: #000;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
}
.about-us-service-txt b{
    font-family: Raleway-Bold;
}
.about-us-service-images {
    display: flex;
    align-items: flex-start;
    gap: 19px;
}
.about-us-image-1 {
    width: 346px;
    height: 381px;
    aspect-ratio: 346/381;
    border-radius: 20px;
}
.about-us-image-2 {
    width: 223px;
    height: 225px;
    aspect-ratio: 223/225;
    border-radius: 20px;
    margin-bottom: 19px;
}
.about-us-image-3 {
    width: 223px;
    height: 225px;
    aspect-ratio: 223/225;
    border-radius: 20px;
}
.about-us-service {
    background: #F7F9FA;
    padding: 80px 0;
}
.about-us-history {
    padding: 160px 0 135px 0;
}
.about-us-history{
    color: #1A1A1A;
    text-align: center;
    font-family: Syne-Medium;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 48px;
}
.about-us-info-title {
    color: #1A1A1A;
    font-family: Syne-Medium;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 38px;
}
.wrapper-about-us-info {
    padding: 120px 0 155px 0;
}
.acc-right {
    color: #1A1A1A;
    font-family: Syne-Bold;
    font-size: 20px;
    line-height: normal;
}




.about-accordion .panel + .panel {
    margin-top: 0;
}
.about-accordion .panel-heading {
    background: transparent;
    border: 0;
    padding: 0;
    border-top: 1px solid #DBE0E3;
}
/* linie jos la ultimul */
.about-accordion .panel:last-child .panel-heading {
    border-bottom: 1px solid #DBE0E3;
}
/* link full-width */
.about-accordion .panel-title a {
    display: block;
    padding: 24px 8px;
    text-decoration: none;
    color: #1A1A1A;
}
/* layout ca în poză */
.acc-row {
    display: flex;
    align-items: center;
}
.acc-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.acc-title {
    color: #1A1A1A;
    font-family: Syne-Bold;
    font-size: 40px;
    line-height: normal;
}
/* body indentat sub stânga */
.about-accordion .panel-body {
    border-top: 0 !important;
    padding: 0 0px 26px 0px;
    margin-top: 0 !important;

    color: #000;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: normal;
}
/**/




@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-nav .box-link a {
    padding-right: 8px !important;
  }

  .box-link .show-dropdown-list {
    padding-right: 16px;
  }
  .navbar .navbar-nav li .button-primary {
    margin-right: 5px;
    margin-left: 20px;
  }
  .navbar-list-items {
    display: flex;
    align-items: center;
  }
  .container-custom {
    display: flex;
    justify-content: space-between;
  }
  .language-name {
    display: none;
  }
  .open > .dropdown-menu {
    display: block;
    /*flex-direction: column;*/
    border: 1px solid #dbe0e3;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    background-color: #0070ff;
  }
  .dropdown-menu {
    font-size: 14px;
    background: #f7f9fa;
    border-radius: 10px;
    padding: 5px;
  }
  .navbar .navbar-nav .dropdown-menu li {
    width: 30px;
  }
  .dropdown-language,
  .dropdown-language:hover {
    margin-left: 10px !important;
  }
  .dropdown-menu-li:hover .dropdown-menu-list {
    display: block;
    position: absolute;
    padding: 14px;
    clear: both;
    white-space: nowrap;
    z-index: 99999;
    text-align: left;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #dbe0e399;
    border-radius: 10px;
  }
  .show-dropdown-list {
    margin-left: 5px;
  }
  .footer-item-company {
    width: 61%;
  }
}

@media (max-width: 991px) {
  .slider-car-images-wrapper {
    display: block;
    max-width: 90vw;
    overflow: hidden;
  }
  .similar-cars-list .slider-similar-cars-list {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
  }
  .similar-cars-list {
    margin-bottom: 80px;
  }
  .slider-similar-cars-list .car .row .col-lg-12 {
    width: 100%;
  }
  .slider-similar-cars-list .badge-equip, 
  .slider-similar-cars-list .badge-gallery {
    flex-wrap: wrap;
  }
  .similar-cars-list .car-details-widget-title-back {
    flex-direction: column;
    align-items: flex-start;
  }
  .similar-cars-list .slider-nav {
    margin-top: 22px;  
    margin-left: -5px;
  }
  .slider-car-images-vertical {
    display: flex;
    align-items: center;
  }
  .slider-car-images-right .slider-car-images-item {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .slider-car-images-right .slider-car-images-item:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .slider-car-images-item img {
    height: 300px;
    object-fit: contain;
  }
  .slider-car-images-vertical .slider-car-images-item img {
    width: 160px;
    height: auto;
    padding: 10px;
  }
  .slider-car-images-right {
    margin-bottom: 30px;
  }
  .slider-car-images-left {
    max-width: 100%;
  }
  .slider-car-images-right,
  .slider-car-images-left {
    width: 100%;
  }
  .wrapper-confirmation {
    padding: 110px 0 64px 0;
  }
  .wrapper-payment,
  .wrapper-booking {
    padding: 130px 0 0 0;
  }
  .wrapper-my-booking .panel-heading {
    font-size: 24px;
  }
  .wrapper-my-booking .panel-default {
    padding: 40px 40px 30px 40px;
    margin-bottom: 34px;
  }
  .wrapper-my-booking .panel_manage_booking {
    margin-right: 0px;
  }
  .wrapper-my-booking .panel_sign_in {
    margin-left: 0px;
  }
  .wrapper-my-booking {
    padding: 110px 20px 25px 20px !important;
  }
  #adsModal .ads-form-content {
    margin-bottom: 5px;
  }
  #adsModal .wrapper-form-car .car-details img {
    max-height: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  #adsModal .box-car-image {
    padding-right: 15px !important;
    width: 100%;
  }
  #adsModal .modal-body {
    padding-top: 0 !important;
  }
  #adsModal .modal-dialog {
    width: 100%;
  }
  .wrapper-car-details {
    padding-top: 120px;
  }
  #adsModal .car-right {
    padding: 15px 15px;
    gap: 15px;
  }
  .reviews-top-stats,
  .wrapper-reviews-right {
    display: none !important;
  }
  .wrapper-reviews .slider-nav {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    z-index: 2;
    justify-content: center;
  }
  .wrapper-reviews .slick-arrow {
    border: none;
    margin-bottom: 0;
  }
  .slider-nav-top {
    padding: 0 0 130px 0;
  }
  .wrapper-reviews {
    padding-bottom: 0px;
  }
  .wrapper-reviews .header-title-blue,
  .wrapper-reviews .header-title,
  .wrapper-reviews .header-description {
    text-align: center !important;
  }
  .wrapper-reviews .header-description {
    display: block;
    margin-bottom: 40px;
  }
  .banner-faq .banner-content {
    padding-bottom: 0;
  }
  .banner-faq .title-homepage-rent {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%
    );
    margin-bottom: 0;
    padding-bottom: 30px;
    border-radius: 0 0 30px 30px;
    padding-top: 30px;
  }
  .banner-faq .container-banner {
    background-size: cover;
  }
  .faq-section {
    margin-top: 48px;
    margin-bottom: 62px;
  }
  .banner-faq .banner-text {
    margin: 190px 0 0 0;
  }
  .header-site-container {
    top: 9px;
    padding: 0 10px;
  }
  .banner-text {
    margin: 150px 0 230px;
  }
  .content-about {
    padding-right: 0;
  }
  .wrapper-about-image {
    margin-top: 140px;
  }
  .container-about-images {
    overflow-x: hidden;
    height: 581px;
    padding: 0;
  }
  .image-bg-about {
    left: 50%;
    transform: translateX(-50%);
  }
  .wrapper-about-us {
    margin-top: 49px;
    margin-bottom: 15px;
    padding: 0;
  }

  /* MENIU */
  .dropdown-menu-list {
    padding-left: 0;
  }
  .navbar-collapse {
    max-height: initial;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .navbar .navbar-nav .dropdown-menu li a {
    font-family: Raleway-Bold !important;
    padding: 10px !important;
    background: #f7f9fa;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #000000 !important;
    text-transform: uppercase;
    width: 145px;
  }
  .navbar .navbar-nav .dropdown-menu li a img {
    margin-right: 5px;
  }
  .dropdown-language {
    display: inline-block !important;
  }
  .navbar-list-items {
    margin: 25px 0 0 0;
    padding: 32px 0 17px 0;
  }
  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-list-items > li {
    margin-bottom: 32px;
    padding: 0 15px;
  }
  .navbar-list-items > li:last-child {
    margin: 0;
  }
  .navbar-list-items > li a {
    padding: 15px 10px;
  }
  .header-site .navbar-collapse {
    padding: 0;
  }
  .header-site .navbar-nav li a.btn-warning {
    margin: 0;
    text-align: left;
    padding: 15px;
  }
  .dropdown-language {
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    font-size: 15px;
    width: 145px;
  }
  .navbar-menu-bar {
    background: none;
    border: none;
    padding: 0;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .show-dropdown-list {
    float: right;
    padding: 5px;
  }
  .box-link {
    justify-content: space-between;
  }
  .dropdown-shown {
    background: #d7d7d740;
    border-radius: 10px;
  }
  .header-site .header-menu-item {
    padding-left: 0 !important;
    font-size: 20px !important;
  }
  .navbar-list-items > .my-booking,
  .navbar-list-items > .dropdown {
    padding: 0;
  }
  .dropdown-shown .header-menu-item {
    font-family: 'Raleway-SemiBold';
    color: #0070ff !important;
  }
  .navbar-nav .my-booking a {
    text-align: left;
  }
  /* */
}

@media (min-width: 992px) and (max-width: 1525px) {
  .image-bg-about {
    width: 530px;
    left: -160px;
  }
  .content-about {
    padding-right: 15px;
  }
  .image-bg-about {
    top: -60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper-main-img {
    width: auto;
  }
  .image-bg-about {
    left: -185px !important;
  }
  .image-left-about {
    left: -25px !important;
  }
  .image-right-about {
    right: -25px !important;
  }
  .navbar .navbar-nav li a {
    padding: 8px 4px;
  }
  .box-link .show-dropdown-list {
    padding-right: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .image-bg-about {
    left: -215px !important;
  }
}

@media (max-width: 1525px) {
  .about-avatar {
    transform: scaleX(-1);
    width: 230px;
    padding-top: 20px;
  }
  .image-left-about {
    width: 130px;
    left: 25px;
    bottom: -48px;
  }
  .image-right-about {
    width: 150px;
    right: 6px;
    top: -37px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar .navbar-nav li a {
    padding: 8px 8px;
  }
  .box-link .show-dropdown-list {
    padding-right: 8px;
  }
}

@media (max-width: 1525px) {
  .container-cars-offers {
    overflow-x: hidden;
    overflow-y: clip;
  }
}

/* Bootstrap 3: hamburger și pe SM */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  } /* arată butonul */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  } /* ține meniul închis implicit */
  .navbar-collapse.in {
    display: block !important;
  } /* deschis când dai click */
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* */
.wrapper-models .item-carousel .title-car {
    margin-bottom: 27px;
}
.long-term-payment-h1 {
    margin-top: 0;
}
@media (max-width: 768px) {
    .banner-text-about-us {
        margin: 120px 0 30px 0;
    }
    .wrapper-reservation-now-banner .button-secondary {
        width: 100%;
        margin-bottom: 70px;
    }
    .wrapper-reservation-now-banner {
        padding: 50px 20px;
        margin-bottom: 150px;
        background-size: auto 90%;
        background-position-y: bottom;
        background-image: url(../images/we_love_cars_back_mobile.svg);
    }
    .wrapper-reservation-now.container {
        padding: 0;
    }
    .about-us-image-3 ,
    .about-us-image-2 {
        width: 47%;
        height: auto;
        aspect-ratio: auto;
        border-radius: 20px;
        margin-bottom: 0;
    }
    .wrapper-about-us-page .wrapper-banner {
        padding: 0;
    }
    .wrapper-about-us-info {
        padding: 80px 0 66px 0;
    }
    .about-us-service {
        background: #F7F9FA;
        padding: 33px 0 55px 0;
    }
    .about-us-service-title {
        margin-top: 35px;
    }
    .about-us-service-images-row {
        display: flex;
        align-items: center;
        gap: 19px;
    }
    .about-us-history {
        padding: 90px 0 55px 0;
    }
    .about-us-service-row {
        flex-direction: column-reverse;
    }
    .acc-left {
        margin-bottom: 30px;
    }
    .about-accordion .panel-title a {
        display: block;
        padding: 40px 0px;
    }
    .about-us-service-images {
        flex-direction: column;
    }
    .box-form-reservation input.form-control {
        height: 42px;
    }
    .box-form-reservation .select2-container--default .select2-selection--single {
        padding: 12px 34px 12px 22px !important;
        height: 44px !important;
    }
    .wrapper-content-cars-offers-div .slider-nav, .wrapper-content-cars .slider-nav {
        z-index: 0;
        position: relative;
    }
    .box-form-reservation .box-return-location .select2-selection--single {
        background-position-x: 3%;
        padding: 12px 34px 12px 37px !important;
    }
    .wrapper-long-term-payment form {
        padding: 50px 20px;
    }
    .long-term-payment-h1 {
        text-align: center;
        margin-top: 0;
        font-size: 30px;
    }
    .wrapper-long-term-payment .summary {
        padding: 25px 0 30px 0;
        margin-top: 20px;
    }
    .wrapper-long-term-payment .summary .total h2,
    .wrapper-long-term-payment .summary .total .price-val{
        color: #1A1A1A !important;
    }
    .wrapper-long-term-payment .summary .total {
        color: #1A1A1A !important;
        padding: 20px;
    }
    .wrapper-long-term-payment .summary .long-term-payment-btn {
        padding: 33px 20px 0 20px;
    }
    .wrapper-long-term-payment-container {
        padding: 0 !important;
    }
    .wrapper-long-term-payment {
        padding: 110px 0 26px 0;
    }
    .summary-top {
        padding: 0 20px 60px 20px;
    }
    .filters-fleet-long-terms .mobile-filters-header {
        margin-top: 0;
    }
    .more-filters-menu .more-filter-toggle img{
        display: none;
    }
    .more-filters-menu .more-filter-toggle{
        border: none !important;
        color: #000;
        font-family: Syne-Bold;
        font-size: 20px;
        line-height: normal;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .filters-fleet-long-terms .more-filters-menu .dropdown-item.filter-option {
        width: auto !important;
        margin-bottom: 0;
        border-radius: 10px;
        border: 1px solid #DBE0E3;
        background: #F7F9FA;
        padding: 12px 10px !important;
        color: #000;
        font-family: Raleway-SemiBold;
        font-size: 14px;
        line-height: normal;
    }
    .more-filters-menu .button-black{
        margin-top: 20px;
    }
    .more-filters-menu .more-filter-body{
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
        gap: 12px;
    }
    .more-filter-group {
        margin-bottom: 25px;
    }
    .more-filters-menu {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 19;
        padding: 41px 20px 20px 20px !important;
    }
    .car-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .title-cars-category {
        font-size: 20px;
    }
    .box-header-category {
        margin-bottom: 25px;
    }
    .warranty-wrapper {
        margin-bottom: 15px;
    }
    .car-details img {
        max-height: 160px;
    }
    .car-category-wrapper,
    .benefits-wrapper {
        margin-bottom: 15px;
    }
    .warranty-prices {
        margin: 4px 0 0 0;
    }
    .car-grid-price-totals {
        margin-top: 0;
    }
    .price-total-text {
        font-size: 14px;
    }
    .warranty-type-items {
        padding: 10px 5px;
    }
    .car-grid-price-discount,
    .price-total-value {
        font-size: 15px;
    }
    .badge-item {
        line-height: 17px;
        font-size: 12px;
    }
    .car .tooltip-info {
        font-size: 12px;
    }
    .car-category {
        font-size: 12px;
    }
    .cars-grid .car {
        margin: 0;
    }
    .warranty-checkbox {
        width: 27px;
        height: 27px;
    }
    .warranty-checkbox img {
        width: 17px;
    }
    .warranty-checkbox {
        margin-right: 6px !important;
    }
    .wrapper-long-term-rental-cars .selected-filters {
        padding: 0;
        width: 100%;
    }
    .wrapper-long-term-rental-cars .selected-filters-list {
        padding-left: 0px;
    }
    .wrapper-long-term-rental-cars .selected-filters {
        padding-bottom: 0;
        margin-top: 35px;
    }
    .filter-more-group .filters-remove{
        margin-left: 10px;
        padding: 18px 9px;
        color: #FFF;
        display: flex;
        white-space: nowrap;
    }
    .filter-more-group {
        display: flex;
        align-items: center;
    }
    .wrapper-filters .banner-title {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .filters-fleet-long-terms {
        display: block !important;
        padding: 24px 20px;
    }

    .wrapper-long-term-rental-cars .wrapper-filters {
        padding-top: 105px;
        padding-bottom: 0px;
        border-radius: 0 0 30px 30px;
    }
    .filters-fleet-long-terms .filter-pill {
        justify-content: space-between;
        padding: 14px 18px;
    }
    .filters-fleet-long-terms .btn.filter-more {
        display: flex;
    }
    .filters-fleet-long-terms .filter-pill.filter-more {
        background: #1A1A1A !important;
        color: #FFF !important;
    }
    .filters-fleet-long-terms .dropdown-menu {
        width: 100% !important;
    }
    .wrapper-cart-list .panel {
        padding: 0 0 0 0;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    .wrapper-cart-cars-list {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-top: 8px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .wrapper-cars-filter-results-nr {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .cars-filter-results-nr {
        width: 100%;
        margin-right: 0;
        padding: 15px 22px 15px 22px;
        margin-bottom: 34px;
    }
    .wrapper-cars-filter-results-row {
        flex-direction: column-reverse;
    }
    .wrapper-long-term-rental-cars .wrapper-fleet-page {
        padding-top: 24px;
    }
    .cars-filter-results-title {
        color: #000;
        font-family: Syne-Bold;
        font-size: 24px;
        text-align: center;
        line-height: normal;
    }
    .cars-filter-results-sort {
        padding: 15px 18px;
    }
    .wrapper-cart-cars-list,
    .wrapper-cart-total {
        display: none;
    }
    .cart-cars-list-title-bar img.chevron-rotate {
        transition: transform 0.25s ease;
    }
    .cart-cars-list-title-bar.open img.chevron-rotate {
        transform: rotate(180deg);
    }
    .cart-cars-list-title-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 24px;
        cursor: pointer;
    }
    .cars-filter-sort {
        margin-bottom: 10px;
        width: 100%;
        margin-top: 24px;
    }
    .wrapper-cart-list {
        border-radius: 0 0 30px 30px;
        margin-top: -10px;
    }
    .cart-cars-list-nr {
        color: #0070FF;
        font-family: Raleway-Bold;
        font-size: 16px;
        line-height: normal;
        border-radius: 20px;
        background: #F2F8FF;
        padding: 10px;
        margin: 0 10px;
    }
    .cart-cars-list-title img {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    .cart-car-item {
        width: 55%;
        min-width: 55%;
    }
    .wrapper-cart-total {
        background: #fff;
        padding: 20px 20px 28px 20px;
    }
    .cart-cars-list-title-bar::after {
        display: none;
    }
    .wrapper-cart-cars-list {
        padding-bottom: 23px;
        border-bottom: 1px solid #DBE0E3;
    }
    .car-details-right-details.list-inline li {
        display: flex;
    }
    .wrapper-description {
        margin-top: 40px;
    }
    .faq-section {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .wrapper-car-details .container-breadcrumb {
        margin-bottom: 0;
    }
    .slider-car-images-left {
        margin-bottom: 20px;
    }
    .faq-section .panel-group {
        width: 100%;
        margin-top: 0;
    }
    .faq-section .panel-default {
        margin-top: 14px !important;
    }
    .similar-cars-list {
        margin-bottom: 40px;
    }
    .booking-container {
        margin-top: 25px !important;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        border: none;
        padding: 20px 25px 5px 25px;
    }
    .booking-container .form-group>* {
        padding: 0;
    }
    .booking-container .select2-container {
        width: 100% !important;
    }
    .wrapper-long-term-rental .container-fluid {
        padding: 0;
    }
    .wrapper-models .item-carousel .badge-item {
        padding-bottom: 10px;
    }
    .item-carousel-img-h {
        max-height: 160px;
        margin-bottom: 10px;
    }
    .wrapper-models .item-carousel-inner {
        padding: 15px;
    }
    .item-carousel-img-h img {
        height: 100%;
        max-height: 160px;
    }
    .wrapper-models .item-carousel .badge-item,
    .wrapper-models .item-carousel .title-car,
    .wrapper-models-pricing {
        margin-bottom: 10px !important;
    }
    .wrapper-long-term-rental .wrapper-models {
        padding-bottom: 0;
    }
    .wrapper-long-term-rental .wrapper-models .slider-nav {
        margin-top: 50px;
    }
    .wrapper-long-term-rental .wrapper-faq {
        padding-bottom: 50px;
    }
    .wrapper-long-term-rental .wrapper-reviews-contact {
        margin-bottom: 50px;
    }
    .wrapper-long-term-rental .wrapper-reviews-contact .slider-nav {
        margin-top: 20px;
    }
    .wrapper-long-term-rental .wrapper-benefits {
        margin-bottom: 50px;
    }
    .wrapper-long-term-rental .container-cars-offers {
        padding-bottom: 0;
        padding-top: 40px !important;
    }
    .wrapper-long-term-rental .item-details-gradient {
        height: 90px;
        bottom: 5px;
        position: absolute;
        padding: 10px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    }
    .wrapper-long-term-rental .wrapper-home-cars-offers {
        margin-bottom: 50px;
    }
    .wrapper-long-term-rental .item-offer-left {
        font-size: 16px;
        color: #fff;
    }
    .wrapper-long-term-rental .btn-item-details {
        padding: 10px 16px;
    }
    .wrapper-long-term-rental .image-bg-about {
        top: -209px;
    }
    .wrapper-long-term-rental .wrapper-about-us {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .wrapper-long-term-services {
        padding-top: 200px;
        padding-bottom: 45px;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 80px;
    }
    .wrapper-long-term-rental .wrapper-benefits {
        padding-bottom: 43px;
    }
    .wrapper-long-term-services .row {
        justify-content: center;
    }
    .long-term-services-element {
        margin-bottom: 20px;
    }
  .filter-location {
      margin-bottom: 25px;
  }
  .car_details_table_item {
      max-width: 65%;
      padding-right: 10px;
      margin-bottom: 35px;
  }
  .pickup-dropoff-info {
    border-bottom: none;
    padding-bottom: 40px;
    margin-bottom: 0;
    border-top: 1px solid #dbe0e3;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .pickup-dropoff-info div {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
  }
  .wrapper-confirmation-info {
    margin-bottom: 34px;
  }
  .pickup-dropoff-info label {
    margin-top: 20px;
  }
  .total-extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1a1a1a;
    font-family: Syne-Bold;
    font-size: 20px;
  }
  .summary-warranty li,
  #extras_summary li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #extras_summary li img {
    margin-right: 5px;
  }
  .summary li .pull-right {
    margin-left: 10px;
  }
  .wrapper-booking .total-bottom .button-primary {
    border-radius: 10px;
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
  }
  .summary-label {
    display: inline-block;
    width: 100%;
  }
  .wrapper-confirmation .btn-warning {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .wrapper-booking .total-bottom {
    background: #ff5f00;
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px;
    border-radius: 0 0 20px 20px;
    transition: transform 0.3s ease;
  }
  .wrapper-booking .total-bottom-fixed .btn-default {
    display: none;
  }
  .wrapper-booking .total-bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    margin: 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 1px 50px 0 #e0e0e0;
  }
  .wrapper-booking-right {
    padding: 35px 19px 0 19px;
  }
  .summary .total {
    margin-bottom: 0;
    color: #fff;
  }
  .summary .total h2,
  .summary .total .price-val {
    color: #fff;
  }
  .wrapper-confirmation .summary .total h2,
  .wrapper-confirmation .summary .total .price-val {
    color: #000;
  }
  .wrapper-confirmation .summary {
    width: 100%;
    margin-bottom: 34px;
  }
  .wrapper-payment .w-sm-100 {
    padding: 0 20px;
  }
  .wrapper-payment .wrapper-booking-right {
    padding: 25px 19px 15px 19px;
  }
  .wrapper-payment .wrapper-booking-inner {
    padding: 50px 0 30px 0;
    border-radius: 30px;
  }
  .wrapper-payment .wrapper-booking-top-title {
    margin-bottom: 30px;
  }
  .wrapper-payment .wrapper-booking-top-title-top {
    padding-top: 40px;
  }
  .wrapper-payment .summary-border {
    margin: 30px -20px 13px -20px;
  }
  .padding-inner {
    padding: 0 20px;
  }
  .wrapper-payment .summary-border-bottom {
    margin: 13px -20px 30px -20px;
  }
  .wrapper-payment .summary-total-modal {
    display: none;
  }
  .wrapper-payment .summary-border div {
    display: block;
  }
  .wrapper-container-payment {
    padding: 0 !important;
  }
  .wrapper-payment .summary .total {
    margin-bottom: 0;
    color: #1a1a1a;
  }
  .wrapper-payment .summary .total h2,
  .wrapper-payment .summary .total .price-val {
    color: #1a1a1a;
  }
  .summary-total-modal {
    display: block;
    margin: auto auto 25px auto;
    color: #fff;
    text-align: center;
    font-family: Raleway-SemiBold;
    font-size: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .summary-border div {
    display: none;
  }
  .summary-border {
    margin: 0 0 30px 0;
  }
  .wrapper-booking-car-top img {
    width: 100px;
    margin-left: 10px;
  }
  .car_details-name {
    font-size: 15px;
  }
  .wrapper-booking-car-top {
    border-bottom: 1px solid #dbe0e3;
    padding-bottom: 20px;
    margin-bottom: 31px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .w-sm-100 {
    width: 100%;
  }
  .wrapper-booking-top-title {
    font-size: 32px;
  }
  .collapse-input {
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
  }
  .wrapper-booking-left .panel-title {
    flex-direction: column;
  }
  .wrapper-confirmation-flex-top,
  .wrapper-booking-flex-top {
    padding: 0 !important;
  }
  .wrapper-booking-inner {
    padding: 25px 0 77px 0;
    border-radius: 30px 30px 0 0;
  }
  .wrapper-confirmation .wrapper-booking-inner {
    padding: 40px 0 60px 0;
    border-radius: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  #adsModal .modal-body,
  #adsModal .modal-header {
    border-bottom: none;
    padding: 21px;
  }
  #adsModal .ads-form-content .form-group {
    width: 100%;
  }
  .gdpr-left-links-wrapper.is-fixed {
    position: fixed;
    top: 100px;
    width: auto;
    z-index: 1;
    right: 20px;
    left: 20px;
  }
  .gdpr-left-links-top .gdpr-left-title img {
    transition: transform 0.3s ease;
  }
  .gdpr-left-links-top.active .gdpr-left-title img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .gdpr-left-title img {
    display: block;
  }
  .d-none-mobile {
    display: none;
  }
  .banner-privacy-policy .title-homepage-rent {
    font-size: 40px;
    padding: 30px 15px !important;
  }
  .gdpr-left-links-top {
    margin-top: 0;
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 100%;
  }
  .gdpr-left-links-inner {
    margin-top: 20px;
  }
  .gdpr-left-title {
    margin-bottom: 0;
    font-size: 24px;
  }
  .wrapper-privacy-policy {
    width: 100%;
  }
  .wrapper-privacy-policy {
    padding: 48px 20px !important;
  }
  .contact-toggle-btn img {
    transition: transform 0.3s ease;
    height: 9px;
    margin-left: 10px;
  }
  .contact-toggle-btn.active img {
    transform: rotate(180deg);
  }
  .contact-toggle-btn span {
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 16px;
  }
  .contact-toggle-btn {
    border-radius: 10px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    padding: 10px;
  }
  .contact-locations .col-md-4:nth-child(n + 4) {
    display: none;
  }
  .wrapper-contact-page .container-breadcrumb{
      margin-bottom: 0;
  }
  .wrapper-contact-page {
    padding-top: 120px;
  }
  .wrapper-team {
    padding: 40px 0 0px 0;
    margin-bottom: 50px;
    border-top: 1px solid #dbe0e3;
    margin-top: 40px;
  }
  .contact-map {
    margin-bottom: 40px;
  }
    .h2-contact-left {
        margin-bottom: 35px;
    }
  .wrapper-contact-locations {
    padding-bottom: 115px !important;
  }
  .contact-location-item {
    margin-bottom: 35px;
  }
  .team-element {
    width: 50%;
  }
  .contact-social-list {
    display: flex;
    align-items: center;
  }
  .contact-info {
    margin-top: 50px;
      padding: 40px;
  }
  .contact-page-title {
    font-size: 40px;
  }
  .contact-page-description {
    text-align: left;
  }
  .benefits-list li {
    margin-bottom: 14px;
  }
  .benefits-list li:last-of-type {
    margin-bottom: 0;
  }
  .benefits-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .slider-car-images {
    width: 100%;
  }
  .wrapper-reason {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 128px;
  }
  .box-header-category {
    margin-right: 20px;
    margin-left: 20px;
  }
  .wrapper-cars-category {
    padding-bottom: 0px;
  }
  .wrapper-content-cars {
      padding-bottom: 25px;
  }
  .wrapper-content-cars-offers-div {
    padding-left: 20px;
    margin-bottom: 48px;
    padding-right: 20px;
    font-size: 26px;
  }
  .wrapper-content-cars-offers-div-flex {
    padding: 0 14px;
  }
  .car {
    padding: 20px 14px;
  }
  .price-item,
  .cars-grid-item .car-grid-price-details {
    font-size: 16px;
  }
  .title-cars-offer {
    text-align: center;
  }
  .wrapper-content-cars-offers {
    margin-bottom: 50px;
    border-radius: 0;
    background-color: #0070ff;
    background-repeat: no-repeat;
    padding: 51px 0 79px 0px;
  }
  .wrapper-solutions {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 72px;
  }
  .wrapper-solution-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 24px;
  }
  .wrapper-solutions .wrapper-solution:last-of-type {
    margin-bottom: 0;
  }
  .wrapper-solution {
    border-radius: 20px;
    background: #fff;
    padding: 21px;
    margin-bottom: 32px;
  }
  .wrapper-solutions .btn-link,
  .solutions-title,
  .solutions-content {
    color: #1a1a1a;
  }
  .solutions-title img {
    height: 29px;
    margin-right: 10px;
  }
  .solutions-title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .solutions-content {
    margin-bottom: 26px;
  }
  .wrapper-solutions .header-description {
    margin-bottom: 53px;
    padding: 0;
  }
  .wrapper-solutions .container {
    padding: 0;
  }
  .wrapper-solutions {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper-widgets-bg {
    background-image: url(../images/serpuireBackgroung-mobile.png);
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: 100% auto;
  }
  .slider-latest-posts {
    margin-top: 40px;
    margin-bottom: 28px;
  }
  .wrapper-blog .header-title {
    padding: 0;
  }
  .wrapper-cities .slider-nav {
    margin-top: 36px;
  }
  .wrapper-cities {
    margin-bottom: 50px;
  }
    .wrapper-blog {
        padding-bottom: 50px;
    }
    .container {
        padding: 0 20px;
    }
  .title-offer-widget {
    font-size: 26px;
    margin-bottom: 21px;
  }
    .banner-long-terms .title-homepage-rent {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .banner-subtext {
        font-size: 18px;
    }
    .banner-long-terms .banner-content {
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .title-box-assistance {
        font-size: 28px;
    }
    .subtitle-about-us{
        font-size: 26px;
    }
    .wrapper-reviews-back .slider-nav-top {
        padding: 0 0 70px 0;
    }
    .wrapper-reviews .slider-nav {
        bottom: 0px;
    }
  .footer-items {
    padding: 58px 0 30px 0;
  }
  .footer-items ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-items > div {
    text-align: left;
  }
  .footer-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footer-socialize {
    margin-top: 27px;
    margin-bottom: 18px;
  }
  .footer {
    background-color: #1a1a1a;
    background-image: url('../images/footer-back-mobile.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: 100% auto;
  }
  .footer-copyright {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 0 45px 0;
  }
  .footer-copyright-icons-right {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer-copyright-icons {
    margin-top: 20px;
  }
  .footer-copyright-icons-right img {
    height: 46px;
  }
  .first-benefits-element,
  .benefits-element {
    height: auto;
    width: 100%;
  }
  .benefits-element {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -20px;
    padding-bottom: 40px;
  }
  .benefits-title {
    margin-bottom: 0;
  }
  .wrapper-benefits {
    border-radius: 30px;
    background: #1a1a1a;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 78px;
  }
  .wrapper-assistance {
    margin-bottom: 94px;
  }
  .benefits-title {
    color: #0070ff;
  }
  .benefits-content {
    padding-left: 20px;
    margin-top: 24px;
  }
  .first-benefits-element {
    margin-bottom: 29px;
  }
  .benefits-element {
    border-radius: 20px 20px 0 0;
    border: 1px solid #0070ff;
    background: #fff;
  }
  .wrapper-benefits .benefits-element:last-of-type {
    border-radius: 20px;
    padding-bottom: 21px;
  }
  .wrapper-models .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .wrapper-models .nav-tabs li a {
    white-space: nowrap;
  }
  .wrapper-models .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .wrapper-models .item-carousel .badge-item span {
    margin: 5px 5px 0 5px;
  }
  .wrapper-models .item-carousel .badge-item {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .wrapper-faq .title-faq {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .title-wrapper-blog {
    margin-bottom: 43px;
  }
  .header-description {
    margin-bottom: 56px;
  }
  .wrapper-faq {
    padding-bottom: 50px;
  }

  .faq-section .panel-heading a,
  .wrapper-faq .panel-heading a {
    font-size: 18px;
  }
  .faq-section .panel-body,
  .wrapper-faq .panel-body {
    padding: 20px 0 0 0;
  }
    .header-title {
        font-size: 26px;
    }
    .wrapper-faq .btn {
        margin-top: 20px !important;
    }
  .wrapper-banner {
    padding: 0;
  }

  .banner-content {
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 110px;
  }
  .hero-overlay {
    padding: 0 10px;
  }
  .header-site {
    padding: 15px 25px;
  }
    .banner-text {
        margin: 130px 0 230px;
    }
  .title-homepage-rent {
    margin-bottom: 10px;
      font-size: 28px;
  }
  .banner-text {
    margin-bottom: 44px;
  }
  .active-page {
    background: #ffffff;
    border-radius: 5px;
  }
  .floating-icons {
    top: 50%;
  }
  .box-form-reservation {
    padding: 10px 20px 10px 20px;
    margin-top: -70px;
  }
  .wrapper-form-footer {
    margin-top: 23px;
  }
  .box-submit-button {
    margin-top: 0px;
  }
  .box-submit-button button.pull-right {
    width: 100%;
    float: none !important;
  }
  .padding-input-form {
    padding-top: 10px;
  }
  .ui-datepicker-title {
    text-align: center !important;
  }
  .field-category-toggle {
    display: block;
  }
  .item-carousel-offers {
    padding: 0 7px;
  }
  .item-offer-left {
    font-size: 14px;
  }
  .btn-item-details {
    font-size: 13px;
    padding: 6px 5px;
  }
  .wrapper-title {
    display: block;
  }
  .item-details-gradient {
    height: auto;
  }
  .box-form-reservation {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  }
  .container-cars-offers {
    background-color: #f7f9fa;
    padding-top: 80px !important;
    margin-top: 0;
    padding-bottom: 64px;
  }
  .container-cars-offers {
    padding-top: 0;
  }
  .title-offer-widget {
    width: 100%;
  }
  .title-offers-right {
    width: 100%;
  }
  .wrapper-banner.banner-homepage {
    padding: 0 !important;
  }
  .image-about-desktop {
    display: none;
  }
  .wrapper-assistance {
    background-image: url(../images/bg-harta-mobile.jpg);
    background-size: cover;
  }
  .box-map {
    padding-top: 30px;
  }
  .content-assistance {
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .assistance-container {
    padding: 60px 21px 36px 21px;
  }
  .image-bg-offers-right {
    display: none;
  }
  .header-site .navbar-nav {
    text-align: left;
  }
  .banner-background-color .banner-content {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .wrapper-banner-fleet .banner-content {
      padding-bottom: 0;
  }
  .box-time-select {
    width: 110px;
  }
  .wrapper-locations {
    display: block;
  }
  .box-return-location {
    padding-top: 10px;
  }
  .wrapper-payment .summary {
    width: 100%;
  }
  .wrapper-payment .total {
    margin-bottom: 34px;
  }
  .info-faq-section .faq-section .panel-group {
    width: 100%;
    margin-top: 0;
  }
  .owl-carousel .owl-wrapper {
    margin-left: -22px;
  }
}

@media (min-width: 1400px) {
  .item-cities {
    height: 360px;
  }
}

/*bootstrap override*/
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.p-0 {
  padding: 0 !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.text-left {
  text-align: left !important;
}
.position-relative {
  position: relative !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.d-none {
    display: none;
}
@media (max-width: 576px) {
  .col-xs-8 {
    width: 66.66667%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .push-md-4 {
    margin-right: 33.33333%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-40 {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    width: 100%;
  }

  .wrapper-benefits .col-md-5 {
    width: 36%;
  }
  .wrapper-benefits .col-md-3 {
    width: 28%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    width: 100%;
  }
}



/* ascuns DOAR pe desktop (>= 768px), vizibil pe mobil */
.d-md-none {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}
*:hover,
*:active,
*:focus,
*:focus-visible {
    outline: none !important;
}
@media (max-width: 768px) {
    .btn-mobile-filters {
        background: #1A1A1A;
        border-radius: 10px;
        padding: 15px 20px;
        font-weight: 500;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #FFF !important;
        font-family: Raleway-SemiBold;
        font-size: 14px;
        line-height: normal;
        outline: none !important;
        border: none !important;
    }
    .mobile-filters-header {
        display: flex;
        align-items: center;
        padding: 15px 20px;
    }

    .btn-close-filters {
        background: none;
        border: none;
        padding: 0;
        margin-right: 12px;
    }

    .mobile-filters-title {
        font-size: 20px;
        font-weight: 600;
    }

    .filters-remove {
        display: none;
    }
    .filters-remove-mobile {
        display: flex;
        background: transparent;
        padding: 0 !important;
        color: #F03 !important;
        font-size: 16px;
        font-family: Raleway-Bold;
    }
    .wrapper-banner.wrapper-banner-fleet  {
        padding-bottom: 20px;
    }
    .filters-fleet {
        display: none;
    }
    .btn-close-filters img{
        width: 38px;
        height: 21px;
    }
    .more-filters-white {
        width: 19px;
        height: 18px;
        margin-right: 12px;
    }
    .filters-fleet.is-open {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1050;
        background: #fff;
        overflow-y: auto;
        padding: 16px 16px 24px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .mobile-filters-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        margin-top: 15px;
        padding: 0;
    }

    .mobile-filters-header .btn-back-filters {
        border: none;
        background: transparent;
        padding: 0;
    }

    .mobile-filters-title {
        color: #000;
        text-align: center;
        font-family: Syne-Bold;
        font-size: 24px;
        line-height: normal;
    }

    .mobile-filters-header .btn-clear-filters {
        border: none;
        background: transparent;
        color: #ff3b3b;
        font-size: 13px;
        font-weight: 500;
    }

    .filters-fleet .filters-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .filters-fleet .dropdown {
        width: 100%;
    }
    .filters-fleet .filter-option {
        margin-bottom: 0;
    }
    .filter-title,
    .filters-fleet.is-open .filter-pill{
        color: #1A1A1A;
        font-family: Syne-Bold;
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
        padding: 0;
        border: none;
        width: 100%;
    }
    .btn.filter-more {
        display: none;
    }
    .filters-fleet.is-open .filter-pill img{
        display: none;
    }

    .filters-fleet.is-open .dropdown-menu {
        position: static;
        transform: none !important;
        display: block;
        border: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 18px;
        width: 100%;
    }
    .filters-menu .dropdown-item{
        border-radius: 10px;
        border: 1px solid #DBE0E3;
        background: #F7F9FA;
        padding: 13px 10px !important;
    }
    .filters-menu .filter-option.checked span{
       color: #fff;
    }
    .filters-menu .filter-option.checked {
        background: #0070FF;
    }
    .filters-menu .dropdown-item span{
        margin-left: 0;
        color: #000;
        font-family: Raleway-SemiBold;
        font-size: 14px;
        line-height: normal;
    }
    .filters-menu {
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px;
        align-items: flex-start;
    }
    .filters-menu  .icheckbox_flat-blue {
        display: none !important;
    }
    #selected-filters {
        margin-top: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .selected-filters-label {
        display: none;
    }
}
