html {
  scroll-behavior: smooth;
}
.row-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.display-flex {
  display: flex;
}
.flex-direction-column {
  flex-direction: column;
}
.cookiealert {
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327;
  height: 1px;
}
.navbar-default .navbar-nav > li > a.res-btn {
  background-color: #d8b074;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}
.navbar-default .navbar-nav > li > a.res-btn:hover {
  background-color: #b99764;
}
.navbar-default .navbar-nav > li > a.res-btn:focus:after,
.navbar-default .navbar-nav > li > a.res-btn:hover::after {
  width: 0;
}
.cookiealert.show {
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
  border-top: 1px solid #d8b074;
  height: auto;
}

.cookiealert a {
  text-decoration: underline;
  color: #fff;
}

.cookiealert .acceptcookies {
  vertical-align: baseline;
  margin-top: 5px;
}
.car-img {
  margin: -38px -32px 15px;
}
.dropdown-menu.language-menu {
  min-width: 20px !important;
}
.dropdown-menu.messanger-menu {
  min-width: 20px !important;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
body {
  -webkit-animation: fade-in 1.5s linear; /* Safari 4+ */
  -moz-animation: fade-in 1.5s linear; /* Fx 5+ */
  -o-animation: fade-in 1.5s linear; /* Opera 12+ */
  animation: fade-in 1.5s linear; /* IE 10+, Fx 29+ */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins' !important;
  font-style: normal !important;
  letter-spacing: 0;
}
.mb-40 {
  margin-bottom: 40px !important;
}
p {
  font-family: 'Roboto';
  font-size: 14px;
  color: #bfc1b3;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
}
.pt-0 {
  padding-top: 0 !important;
}
#header p {
  color: #ffffff;
}

.navbar-brand img {
  width: 150px;
  margin-top: -10px;
}

.footer-section h1 {
  color: #d8b074;
  font-weight: 200;
}

.footer-section span {
  padding-left: 20px;
}
.footer-section a span {
  padding-left: 0;
}
.footer-cont h5,
.footer-cont p.title {
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  border-left: 4px solid #d8b074;
  padding-left: 7px;
}

.inner-header-txt-cont h1 {
  color: #d8b074;
  font-size: 65px;
  font-weight: 600;
}

.inner-header-txt-cont h2 {
  color: #d8b074;
  font-size: 22px;
  font-weight: 400;
}

.inner-about {
  background-color: #242424;
  background-image: url('../images/slider_images/about_slider_img.jpg');
  background-image: linear-gradient(
      180deg,
      #000000 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    url('../images/slider_images/about_slider_img.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  border-width: 0px 0px 0px 0px;
  border-color: #3e3e3e;
  border-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section-grey {
  background-color: #222222;
  padding: 72px 0 0 0;
}

.section-black {
  position: relative;
  background-color: #1f1f1f;
  padding: 60px 0;
}

.section-black h2 {
  color: #d8b074;
  font-size: 40px;
  font-weight: 500;
}

.section-black h1 {
  color: #d8b074;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.section-grey h2 {
  color: #d8b074;
  font-size: 40px;
  font-weight: 500;
}
.breadcrumb {
  background-color: transparent;
  padding: 50px 0px 30px;
  margin-bottom: 0px;
}
.breadcrumb .breadcrumb-item a {
  color: #d8b074;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 132%;
  text-decoration: underline;
  text-decoration-style: solid;
}
.breadcrumb .breadcrumb-item.active {
  position: relative;
  top: 2px;
  color: #d8b074 !important;
  font-family: Poppins;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 132% !important;
}
.breadcrumb > li + li:before {
  padding: 0 7px;
  color: #d8b074;
  content: '>';
}

.section-grey h1,
.section-grey h2.h1,
.section-grey p.h1 {
  margin-bottom: 15px;
  font-family: 'Poppins';
  font-size: 40px;
  /* text-align: left; */
  font-weight: 700;
  color: #fff;
}
.breadcrumb > li {
  display: inline;
}
.blog-list-simple-text h1,
.blog-list-simple-text a,
.blog-post-cont-text p a {
  color: #d8b074;
}
.our_cars_title h1 {
  text-transform: capitalize;
}
.fleet-list-subtitle {
  font-size: 32px;
  color: #d8b074;
  margin-bottom: 14px;
}
.section-grey p {
  padding: 5px 10px;
  /* border-left: 4px solid #D8B074; */
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  /* letter-spacing: 1px; */
}
.h4-phone {
  font-family: 'Poppins' !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 0 0 15px;
}
.extra-page-text h1,
.extra-page-text h2,
.extra-page-text h3,
.extra-page-text h4,
.extra-page-text h5 {
  padding: 5px 10px;
}
.custom-select,
.custom-input {
  width: 100%;
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border: 1px solid #a1a1a1;
  background: none;
  outline: none;
  padding: 0 10px;
  height: 50px !important;
}
.custom-select.form-control:focus {
  border: 1px solid #a1a1a1 !important;
  background: none;
}
.custom-select option {
  color: #000;
}
.custom-input.location-address {
  margin-top: 10px;
  display: none;
}
.service_item {
  padding: 20px 0;
  font-size: 24px;
  color: #d8b074;
  font-weight: 600;
  font-family: 'Poppins';
}

.service_item i {
  margin-right: 10px;
  color: #ffffff;
  font-size: 30px;
}

.car_item {
  margin-bottom: 3%;
  background: #3e3e3e;
  padding-left: 0;
}

.car_item span {
  font-size: 16px;
  color: #ffffff;
}

.car_item h3 {
  color: #d8b074;
}

.car_item .price {
  padding-top: 2%;
}

.car_title h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold !important;
  font-size: 25px !important;
  line-height: 132%;
  /* identical to box height, or 33px */
  text-align: left;
  margin-bottom: 0;
  color: #ffffff !important;
}

.car-spec {
  text-align: start;
  max-width: 643px;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.car-spec ul {
  /* overflow: auto; */
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-top: 1%;
  padding-inline-start: 0px;
}

.car-spec ul li {
  font-family: 'Roboto';
  box-shadow: none;
  display: inline-block;
  clear: both;
  /* background: #d8b074; */
  color: #999;
  border-radius: 3px;
  padding: 4px 0px;
  margin: 0 10px 0 0;
  font-size: 13px;
  width: 13%;
  text-align: center;
}

.btn-car_item {
  border-radius: 5px;
  width: 161px;
  text-align: center;
  margin-bottom: 3%;
  text-transform: uppercase;
}

.caption-btn-cont input {
  border: none;
  color: #000;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px;
  height: 35px;
}

.services-2-cont h4 {
  color: #d8b074;
  font-size: 19px;
  font-weight: 800;
}

.table {
  width: 50%;
  margin: auto;
}

.title_car_pricelist {
  margin-top: 20px;
}

.section-main {
  height: 400px;
}

.blog-post-cont-text .btn-primary {
  padding: 10px 51px !important;
}
.blog-post-cont-text .short_desc {
  display: block;
  min-height: 135px;
  color: #fff !important;
}
.section-main h1 {
  padding-top: 15vh;
}

.img-left {
  margin: 0 60px 20px 0;
  padding: 0;
  float: left;
}

.blog-list-simple-text h3 {
  color: #d8b074;
  font-size: 18px;
  font-weight: 600;
}

.form-cont .contact_button {
  color: #000;
  padding: 10px;
  background-color: #d8b074;
  margin-left: 0;
  transition: 0.4s;
}

.form-cont .contact_button:hover {
  color: #fff;
  background-color: #5e5e5e;
  padding: 10px;
  backdrop-filter: brightness(1.8%);
}

.form-cont textarea,
.form-cont input {
  background-color: #3e3e3e;
  color: #cccccc;
  height: 50px;
  border: none;
  width: 100%;
  padding: 4px 17px 3px 17px;
}
.form-cont textarea {
  height: auto;
}
.form-cont textarea {
  padding: 5px 17px;
  background-color: #3e3e3e;
  color: #cccccc;
  border: none;
}

.section-grey h2 {
  font-weight: 400;
  font-size: 38px;
  color: #fff;
  text-align: left;
}

.contact_info {
  margin-top: 20px;
}

.contact_info a {
  color: #ffffff;
}

.contact_info b {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #bfc1b3;
}

.contact_info:nth-child(1) {
  color: #bfc1b3;
}

.contact_info b > i {
  font-size: 18px;
  margin-right: 4px;
}

.contact_title {
  margin-top: 5px;
  margin-bottom: 33px;
}

.about_us {
  height: 100%;
}

.about_us p {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.about_us h1 {
  margin-top: 150px;
}

.brown_text {
  color: #d8b074;
}

.brown_text {
  font-size: 45px;
  color: #d8b074;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  color: #d8b074;
}

.car_detail_item {
  margin-bottom: 2%;
  padding-top: 21px;
  /* height: 20px; */
  padding-left: 15px;
  /* position: relative; */
}

.car_detail_item h3 {
  color: #ffffff;
  border-left: 4px solid #d8b074;
  padding-left: 10px;
  font-size: 25px;
  line-height: 33px;
  display: inline-block;
  font-family: 'Poppins' !important;
  font-weight: 700;
}

.car_detail_item i {
  padding-top: 5px;
  margin-right: 10px;
  display: inline-block;
  background: #d8b074;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
}

.form_car_detail {
  margin-bottom: 0px;
}

.input_group label {
  display: block;
  cursor: pointer;
}

.input_group .col-md-1 {
  /* width: 2%; */
  /* padding-right: 0; */
  padding-top: 10px;
}

.input_group_row {
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}

.input_group_row .col-md-7 {
  padding-left: 30px;
}

.accept_rules {
  margin-top: 26px;
  width: 100%;
  margin-bottom: 27px;
  padding-left: 12px;
  /* height: 79px; */
  /* padding-top: 0; */
  display: flex;
}

.accept_rules label {
  /* display: contents; */
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
  line-height: 132%;
  /* or 18px */
  color: #ffffff;
  letter-spacing: 0.3px;
}
.accept_rules.agree-2 label {
  margin-top: -10px;
}
.accept_rules.agree-2 {
  margin-top: 0;
}
.btn_order {
  margin: 30px auto 0;
  display: block;
  outline: none;
}

.car_detail_block {
  width: 95%;
  margin: auto;
  background: #3e3e3e;
  padding: 36px 32px;
}

.car_detail_block {
  margin-top: 20px;
  width: 90%;
  float: right;
}

.car_detail_block img {
  border-radius: 5px;
}

.car_detail_block .row_label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.car_detail_block input {
  width: 100%;
  height: 30px;
  color: #000000;
}

.order_result {
  margin-top: 10px;
}

.info_result h4 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

.info_result h3 {
  font-size: 18px;
  color: #d8b074;
}

#result_price {
  color: #bfc1b3;
}

/**** Slider ****/
.slider__container {
  padding-left: 0;
  padding-right: 0;
}

#carousel-example-generic .carousel-control.left {
  height: 100%;
  top: 0%;
  left: -4% !important;
  z-index: 1;
}

#carousel-example-generic .carousel-control.right {
  top: 0%;
  height: 100%;
  right: -4% !important;
  z-index: 1;
}

.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
}

.slider__item-container {
  line-height: 250px;
  font-size: 100px;
  text-align: center;
  height: 440px;
  color: #fff;
}

#date_start {
  width: 100%;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
  border: 1px solid #a1a1a1;
  background: none;
  outline: none;
  padding: 0px 10px;
  height: 50px;
}

#date_end {
  width: 100%;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
  border: 1px solid #a1a1a1;
  background: none;
  outline: none;
  padding: 0px 10px;
  height: 50px;
}

.vip {
  padding-bottom: 0;
}

.carousel-caption p {
  font-size: 14px;
  color: #bfc1b3;
}

#footer {
  background-color: #222222;
}

.footer-section .social-cont ul li {
  /* display: inline-grid; */
  width: 27px;
  height: 27px;
  margin: 0 3px 0 0;
  border: 1px solid #d8b074;
  text-align: center;
  border-radius: 20px;
  background: #d8b074;
  margin: 12px 8% 0px 0px;
}

.footer-section .social-cont ul li a {
  font-size: 19px;
}

#carousel-example-generic {
  display: inline-block;
  margin-top: 28px;
}

/*****************************/

/* Plugin styles */
ul.thumbnails-carousel {
  padding: 5px 7px 0px 1px;
  margin-left: 6px;
  margin-right: 5px;
  list-style-type: none;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all 0.2s;
  /* transform: scale(0.98); */
  will-change: transform;
  user-select: none;
  cursor: pointer;
}

html {
  overflow: -moz-scrollbars-none;
}

ul.thumbnails-carousel li {
  display: inline-block;
  margin-left: 2px;
}

ul.thumbnails-carousel {
  scrollbar-width: none !important;
  z-index: 2;
}

.controls-background-reset {
  background: none !important;
}

.active-thumbnail {
  opacity: 0.3;
}

.indicators-fix {
  bottom: 70px;
}

.car_detail .carousel-inner > .item > img {
  filter: none;
  /* height: 337px; */
}

.service_title h1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.short_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #777 !important;
}

.page_navigation_container {
  margin-top: 2%;
  margin-bottom: 2%;
}

.blog_navigation {
  color: #000;
  font-size: 26px;
  margin: 5px;
  padding: 0px 13px;
  background: #d8b074;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
}

.service_block h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #d8b074;
}

.service_block p {
  font-size: 14px;
  line-height: 21px;
}

.blog-list-simple-text ul > li,
.service_block ul > li {
  color: #bfc1b3;
  margin-bottom: 5px;
  list-style: none;
  font-size: 14px;
}

.blog-list-simple-text ul li:before,
.service_block ul li:before {
  content: '\f054';
  font-family: Fontawesome;
  float: left;
  margin-right: 10px;
  color: #d8b074;
}

.blog-list-simple-img img {
  border-radius: 7px;
  width: 50%;
}

.blog-list-simple-text h4 {
  font-size: 16px;
  /* letter-spacing: 4px; */
  font-weight: 600;
  line-height: 31px;
  color: #d8b074;
  font-style: normal;
}

.thumbnails-carousel li > img {
  margin-bottom: 10px;
  width: 100%;
}

.img-right {
  margin: 0px 0px 20px 60px;
  padding: 0;
  float: right;
}

.block_service {
  padding-top: 50px;
  padding-bottom: 20px;
}

.block_service img {
  width: 49.5%;
}

.vip .wow a {
  pointer-events: none;
}

.table_price {
  padding-top: 1%;
}

.table_price table > tbody > tr {
  height: 55px;
}

.table_price table > tbody > tr > td {
  padding-top: 22px;
  padding-left: 12px;
  width: 23%;
}
.table_price table > tbody > tr.promotion-two-prices > td {
  padding-top: 12px;
}
.banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section .banner-container {
  display: flex;
  position: relative;
  min-height: 698px;
  justify-content: center;
  align-items: center;
}
.banner-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-section .overlay.overlay-04black {
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-section .banner-container .banner-text {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner-section .banner-container .banner-text h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 135%;

  margin-bottom: 20px;
}
.banner-section .banner-container .banner-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 154%;
  min-height: 25px;
}
.banner-section .banner-container .banner-text a {
  text-align: center;
  /* margin-top:110px; */
  margin-inline: auto;
  display: block;
}
.banner-section .banner-container .banner-text .button {
  display: inline-block;
  background-color: #d8b074;
  border: none;
  color: #000;
  font-family: Roboto;
  font-weight: 700;
  padding: 1vw 19px 1vw 19px;
  width: 13.7vw;
  font-size: 14px;
  transform: skew(-20deg, 0deg);
  transition: 0.4s;
}
.banner-section .banner-container .banner-text .button div {
  transform: skew(20deg, 0deg);
}
.benefits-box {
  margin: 50px 15px;
  text-align: center;
}

.benefits-box .img-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0px auto 35px;
}
.benefits-box .img-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.benefits-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.6px;
  text-align: left;
  padding: 0;
}
.benefits-box p.title {
  position: relative;
  min-height: 60px;
  font-weight: 800;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.tooltip-content {
  display: none;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 100%;
  background-color: #292929;
  padding: 20px;
  transform: translateX(-50%);
  z-index: 15;
}
/* .tooltip-button:hover + .tooltip-content,
.tooltip-button:focus + .tooltip-content {
  display: block;
} */
.benefits-box p.content-text {
  display: none;
}
.general-bttn {
  margin-top: 50px;
  text-align: center;
}
.our-fleet-bttn {
  display: inline-block;
  width: 245px;
}

.lSAction.our-car-type > .lSPrev {
  left: 45px;
  top: 60%;
}
.lSAction.our-car-type > .lSNext {
  right: 45px;
  top: 60%;
}
.lSAction.our-partners-control > .lSPrev {
  left: 12px;
  top: 68%;
  height: 24px;
}

.lSAction.our-partners-control > .lSNext {
  right: 12px;
  top: 68%;
  height: 24px;
}
.our-car-type-slider-section {
  padding-bottom: 80px;
}
.our-car-type-slider-section .lSSlideOuter {
  padding-left: 0;
}
.our-car-type-box {
  padding: 25px 15px;
}
.our-car-type-container {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding-bottom: 15px;
}
.our-car-type-box img {
  width: 80%;
  object-fit: contain;
}
.our-car-type-box h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 6px;
}
.our-car-type-box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.6px;
  padding: 0;
  margin: 0px;
}
.banner-section .banner-container.banner-action-home {
  min-height: 570px;
}
.banner-action-home .button_with_fill {
  display: inline-block;
  width: 282px;
}

.text-section h2 {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 25px;
}
.text-section p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 137%;
  margin-bottom: 30px;
}
.text-container {
  position: relative;
  overflow: hidden;
}
.text-container.min:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  left: 0;
  background: #222;
  background: linear-gradient(
    0deg,
    rgb(34, 34, 34) 0%,
    rgba(34, 34, 34, 0.800157563) 49%,
    transparent 100%
  );
  z-index: 2;
}
.text-container p,
.text-container p span,
.text-container ul li span {
  color: #fff !important;
  font-family: 'Roboto' !important;
}
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5 {
  color: #fff !important;
  font-family: 'Poppins' !important;
}

.text-container h2 span,
.text-container h3 span,
.text-container h4 span,
.text-container h5 span {
  color: #fff !important;
  font-family: 'Poppins' !important;
}
.our-fleet .filter .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.our-fleet .filter ul {
  padding-left: 0;
  list-style: none;
}
.our-fleet .filter ul li {
  padding: 5px 10px;
}
.our-fleet .filter .filter-bttn {
  color: #fff;
  font-size: 20px;
}
.our-fleet .filter .filter-bttn.active {
  color: #d8b074;
}
.our-fleet .filter .filter-bttn:hover {
  color: #d8b074;
}
.read-more {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-decoration: underline;
  text-decoration-style: solid;
  cursor: pointer;
  text-align: center;
}
.contact-map {
  width: 100%;
}
@media (min-width: 994px) {
  .detail .col-lg-2 {
    width: 14.2%;
  }
}

.detail {
  margin-top: 3%;
}

.detail h4 {
  padding: 2px 3px;
}

.detail h4 > i {
  font-size: 43px;
  text-align: center;
  display: flow-root;
  padding-bottom: 10px;
}

.blog-post-cont-text h4 > a {
  color: #d8b074;
  font-weight: 600;
  min-height: 60px;
  display: block;
}

.tab-content p {
  color: #bfc1b3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

input:hover {
  cursor: pointer;
}

.accept_rules a {
  color: #ffffff;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 132%;
  /* or 18px */
  color: #ffffff;
}

.accept_rules input {
  margin-right: 18px;
  /* margin-top: 50px; */
}

/**** Accordion ****/
.question {
  /* margin: 21px 0 0; */
  border-left: 4px solid #d8b074;
}

.question__trigger {
  width: 100%;
  text-align: left;
  background-color: #3e3e3e;
  border: none;
  /* border-radius: 8px; */
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  outline: none;
}

.question__trigger h3 {
  font-size: 20px;
  font-family: 'Roboto';
  line-height: 26.4px;
  font-weight: 700;
  color: #ffffff;
  display: inline;
}

.question__trigger p > i {
  margin-right: 10px;
  font-size: 20px;
}

.answer {
  overflow: hidden;
  height: 0;
  transition: height 1s;
  /* padding-bottom: 20px; */
}

.answer h3 {
  padding-top: 30px;
}

.answer p {
  font-family: Roboto;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 21px;
  padding-right: 21px;
}

.answer {
  /* border: 1px solid #d8b074; */
  border-top: 0;
}

.information {
  margin-top: 20px;
  padding-bottom: 20px;
}

.information p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border: none;
}

.car-spec ul > li > i {
  font-size: 43px;
  text-align: center;
  display: flow-root;
}

.pricelist tbody > tr,
tbody > tr > td {
  border: 1px solid #444;
}

.price_table tbody > tr,
tbody > tr > td {
  border: none;
}

.question__trigger i {
  font-size: 25px;
  color: #d8b074;
  padding-right: 9px;
}

.table_price h2,
.table_price .h2 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
  height: 33px;
  padding-top: 4px;
  font-family: Poppins;
  padding-left: 8px;
  border-left: 4px solid #d8b074;
}

.price_table {
  margin-bottom: 20px;
}

#agree_label {
  color: #bfc1b3;
  display: contents;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.contact_button {
  text-transform: uppercase;
  font-family: 'Poppins';
  margin-left: 0;
  outline: none !important;
}

.car_detail_about h1 {
  margin-bottom: 0px;
  font-family: 'Poppins';
  font-size: 36px;
  text-align: left;
  font-weight: 700;
  color: #fff;
}

.option_car {
  padding-top: 13px;
  color: #d8b074;
  min-height: 117px;
}

.send .contact_button[disabled] {
  padding: 15px 30px !important;
  margin-left: 0;
  padding: 10px;
  color: #cccccc;
  background-color: #3e3e3e !important;
}

.send .contact_button[disabled]:hover {
  padding: 15px 30px;
  margin-left: 0;
  background-color: #3e3e3e !important;
  color: #cccccc;
  backdrop-filter: none;
}

.form-cont .contact_button[disabled] {
  padding: 10px;
  color: #cccccc;
  margin-left: 0;
  background-color: #3e3e3e !important;
}

.form-cont .contact_button[disabled]:hover {
  background-color: #3e3e3e !important;
  color: #cccccc;
  backdrop-filter: none;
}

.input_car_detail {
  background: none;
  border: none;
  color: #fff !important;
  text-align: right;
  font-size: 18px;
  margin-top: -2px;
  margin-right: -27px;
  width: 77px !important;
}

.car_detail_price {
  width: 100%;
  margin-top: 10px;
}

.car_detail_price tbody tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 0.4px solid #a2a2a2;
  box-sizing: border-box;
  padding-top: 14px;
}

.car_detail_price tbody tr td {
  display: flex;
}

.car_detail_price tbody tr td h3 {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Roboto' !important;
}

.car_detail_price tbody tr td h4 {
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  color: #d8b074;
  font-weight: 700;
  font-family: Roboto !important;
  padding-top: 3px;
}
.car_detail_price tbody tr td#limit_intervals h4 {
  margin-left: 0;
}
.car_detail_block textarea::placeholder {
  color: #ffffff;
}

.car_detail_price tbody tr td h5 {
  display: inline-block;
  font-size: 18px;
  margin-right: 3px;
}

.car_detail_price tbody tr td input {
  background: none;
  border: none;
  font-family: Roboto !important;
  color: #d8b074 !important;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  margin-right: 0;
  margin-top: -5px;
  width: 64px;
}

#car_name {
  background: none;
  border: none;
  color: #ffffff !important;
  text-align: left;
  font-size: 18px;
  margin-right: 0;
  margin-top: -5px;
  width: 100%;
  outline: none;
  cursor: pointer;
  resize: none;
  overflow: hidden;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.hidden-month {
  display: none !important;
}

.show-month,
.show-limit {
  display: block;
}

.reservation_form .contact_button {
  padding: 10px;
  margin-top: 20px;
  margin-left: -2px;
  transition: 0.4s;
}

.reservation_form .contact_button[disabled] {
  padding: 10px;
  color: #cccccc;
  margin-left: 0;
  background-color: #3e3e3e;
}

.car_detail_block a {
  color: #fff;
}

.method_payment label {
  font-size: 17px;
  font-weight: 500;
  margin-left: 0px;
  cursor: pointer;
}

.method_payment label span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 132%;
  color: #d8b074;
  cursor: pointer;
}
.form-group-2.last {
  margin-right: 0px;
}
.method_payment input {
  margin-left: 10px;
}

.card_payment {
  margin-top: 20px;
  /* height: 100%; */
  width: 100%;
}

.card_date {
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 20px;
}

.card_date input {
  height: 30px;
  color: #000;
  padding-left: 10px;
}

.card_date select {
  color: #000;
}

.card_date #month {
  height: 30px;
  width: 58px;
}

.card_date #year {
  height: 30px;
  width: 90px;
}

.card_payment #card_number {
  width: 100%;
}

.deactive {
  display: none;
}

.online_payment h5 {
  margin-top: 20px;
  font-size: 16px;
}

.cash_payment h5 {
  font-family: 'Roboto' !important;
  margin-top: 20px;
  font-weight: 600;
  font-size: 15px;
}

#price_intervals input:first-child,
#limit_intervals input:first-child {
  display: block;
}

#price_intervals input,
#limit_intervals input {
  display: none;
}

@media (min-width: 2000px) {
}

.car_detail_price input {
  outline: none;
}

.privacy_title {
  font-family: Poppins !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 23px !important;
  line-height: 170%;
  color: #ffffff !important;
}
.regulations p,
.regulations li {
  margin-left: 0;
  padding-left: 0;
  font-family: 'Roboto';
  color: #ffffff !important;
  font-weight: 400 !important;
  line-height: 162% !important;
  font-size: 14px !important;
  font-style: normal;
}
.privacy_policy p,
li {
  margin-left: 0;
  padding-left: 0;
  font-family: 'Roboto';
  color: #ffffff !important;
  font-weight: 500 !important;
  line-height: 162% !important;
  font-size: 14px !important;
  font-style: normal;
}

.list_decimal_privacy_policy li {
  list-style-type: decimal;
  padding: 2px 3px;
  color: #bfc1b3;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.list_none_regulation > li{
  text-indent: -28px;
  list-style-type: none;
  padding: 2px 3px;
  color: #bfc1b3;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.list_none_regulation > li ul:not(.list_none_regulation) li{
  list-style-type: disc;
  margin-left: -30px;
  padding-left: 30px;
}

.list_leter_privacy_policy li {
  list-style-type: lower-alpha;
}

.list_row_privacy_policy li {
  list-style-type: decimal;
}

.fixed-button {
  height: 50px;
  width: 50px;
  background-color: #fe6263;
  left: auto;
  margin-right: 50px;
  margin-bottom: 43px;
  border-radius: 50px;
  z-index: 999999999;
}

.fixed-button a {
  color: #fff;
}

.fixed-button i {
  font-size: 32px;
  padding: 11px 0 0 13px;
}
.fixed-button.first-btn i {
  padding: 8px 0 0 12px;
}
.open-list-messengers {
  text-align: center;
}
.fixed-button .open-list-messengers i {
  width: 40px;
  height: 40px;
  padding: 8px 0 0 0;
  cursor: pointer;
}
.list-messengers {
  position: fixed;
  margin-right: 50px;
  margin-bottom: 92px;
  left: auto;
  z-index: 999999999;
}
.list-messengers li {
  height: 50px;
  width: 50px;
  background-color: #d8b074;
  border-radius: 50px;
  margin-bottom: 8px;
  text-align: center;
}
.list-messengers li.telegram-icon {
  background-color: #24a1de;
}
.list-messengers li.viber-icon {
  background-color: #8f5db7;
}
.list-messengers li.whatsapp-icon {
  background-color: #25d366;
}

.list-messengers i {
  padding-top: 9px;
  font-size: 32px;
  color: #fff;
  width: 40px;
  height: 40px;
}
.input_option_price {
  color: #bfc1b3;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  background: none;
  border: none;
  outline: none;
}
.header-social {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
}
.header-social i,
.header-social svg {
  position: relative;
  top: 3px;
  font-size: 20px;
  color: #fff;
}

.header-social.telegram-icon {
  background-color: #24a1de;
}

.header-social.viber-icon {
  background-color: #8f5db7;
}

.header-social.whatsapp-icon {
  background-color: #25d366;
}
.news-btn {
  margin-top: 0 !important;
  padding: 6px 22px 5px 22px !important;
}

.options {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  /* min-width: 214px; */
  /* text-align: center; */
}

.payment_card {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  width: 37px;
  margin-left: 0 !important;
}

.payment_cash {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  width: 200px;
  margin-left: 0 !important;
}

.car_detail_price input {
  cursor: default;
}

.header_contact {
  position: relative;
  top: -1px;
  display: flex !important;
  flex-direction: row;
}

.header_contact .header_phone {
  list-style-type: none;
  background-color: #d8b074;
  border-radius: 5px;
  padding: 4px 15px;
}
.header_contact .header_phone i {
  color: #fff;
  font-size: 13px;
  margin-right: 7px;
}
.header_contact .header_phone a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}

.header_contact .header_mail i {
  color: #fff;
  font-size: 15px;
}

.header_contact .header_mail {
  list-style-type: none;
  height: 27px;
  width: 27px;
  background-color: #d8b074;
  border-radius: 20px;
  padding: 2.4px 0px 3px 0px;
  margin-right: 13px;
}

.carousel-main-left-side {
  background-color: #000;
  height: 49vw;
  margin-top: -64px;
  margin-left: -49px;
  width: 48%;
  transform: rotate(9deg);
}

.carousel-main-right-side {
  width: 100%;
  height: 40vw;
}

/****Slider mobile****/
.slides {
  margin-right: 0px;
}

.fotorama__stage__shaft {
  width: 100% !important;
}

.fotorama__stage {
  width: 100% !important;
}

.fotorama__wrap {
  width: 100% !important;
}

.fotorama__nav-wrap {
  display: none !important;
}

.slides_text {
  height: 100%;
  min-height: 278px;
  padding: 15px 15px 16px 15px;
  backdrop-filter: brightness(0.1);
}

.slides_text h1 {
  padding: 0px 3px 0px 3px;
  font-family: 'Poppins';
  font-size: 21px;
  line-height: 29.59px;
  font-weight: 600;
  line-height: 134.5% !important;
  text-align: center;
  color: #fff;
  min-height: 56px;
}

.slides_text p {
  font-family: 'Roboto';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 170.7% !important;
  /* or 22px */
  text-align: center !important;
  min-height: 74px;
  padding: 0px 13px 0px 13px;
  min-height: 92px;
}

.slides_text .button-slider-with-fill {
  width: 93%;
  /* margin-left: 4%; */
  padding: 19px 0px 19px 0px;
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 700;
  line-height: 15.23px;
  transition: 0.4s;
  margin-top: 10px !important;
}

/****Slider****/
.sim-slider img {
  width: auto;
  margin-left: 40.7%;
  height: 48vw;
  max-height: 48vw;
}

.sim-slider {
  background-color: #000;
}

/* General styles */
.sim-slider {
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.sim-slider-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.sim-slider-element {
  width: 100%;
  transition: z-index 1.5s step-end, opacity 1.5s linear;
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #000;
}

.sim-slider-element.only-img img {
  margin-left: auto;
  width: 100%;
  height: auto;
}

/* Navigation item styles */
div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}

div.sim-slider-arrow-left {
  left: 3%;
  top: 40.2%;
  display: block;
  background: url('../../static/images/vector19.png') no-repeat;
}

div.sim-slider-arrow-right {
  right: 2.5%;
  top: 40.2%;
  display: block;
  background: url('../../static/images/vector20.png') no-repeat;
}

div.sim-slider-arrow-left:hover {
  opacity: 1;
}

div.sim-slider-arrow-right:hover {
  opacity: 1;
}

div.sim-slider-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
}

span.sim-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #bbb;
  border-radius: 5px;
  cursor: pointer;
}
.remarks {
  position: static;
}
.remarks textarea {
  padding: 10px;
  resize: none;
}
.remarks textarea:focus::placeholder {
  color: transparent;
}
.text-section .text {
  position: absolute;
  transform: rotate(-14.5deg);
  margin-top: 4vw;
  width: 59%;
  left: 31vw;
}

.text-section .text h1 {
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 3.1vw;
  line-height: 134.5%;
  text-align: left;
  margin-top: 41px;
}

.text-section .text p {
  color: #fff;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 1vw;
  line-height: 170%;
  font-style: normal;
  width: 85%;
  margin-top: 28px;
}

.text a {
  cursor: pointer;
}

.sim-slider-element .social-cont {
  position: absolute;
  bottom: 0;
  margin-left: 8%;
  padding-bottom: 44px;
  z-index: 1;
}

.button-wrap {
  position: relative;
  width: 100%;
}

.line-opacity-first {
  background-color: rgba(0, 0, 0, 0.2);
  width: 3vw;
  position: absolute;
  height: 60vw;
  margin-top: -3%;
  margin-left: 47.1%;
  transform: rotate(15deg);
}

.line-opacity-sec {
  background-color: rgba(0, 0, 0, 0.1);
  width: 3vw;
  position: absolute;
  height: 60vw;
  margin-top: -3%;
  margin-left: 50.16%;
  transform: rotate(15deg);
}

.button-slider-with-fill {
  margin-top: 17px;
  background-color: #d8b074;
  border: none;
  color: #000;
  font-family: Roboto;
  font-weight: 700;
  padding: 1vw 19px 1vw 19px;
  width: 13.7vw;
  font-size: 14px;
  cursor: pointer;
  transform: skew(-20deg, 0deg);
  transition: 0.4s;
}

.button-slider-with-fill div {
  transform: skew(20deg, 0deg);
}

.button-slider-no-fill div {
  display: inherit;
  padding-left: 5px;
  transform: skew(20deg, 0deg);
}

.button-slider-no-fill {
  margin-top: 15px;
  background-color: transparent;
  border: none;
  color: #fff;
  border: 1px solid #fff;
  font-family: Roboto;
  font-weight: 700;
  padding: 1vw 5px 1vw 5px;
  font-size: 14px;
  transform: skew(-16deg, 0deg);
  width: 14vw;
  margin-left: 2%;
  transition: 0.4s;
}
.why_we.whe_we_2 .why_we_item p {
  min-height: 82px;
}
.mobile-header-tel {
  position: relative;
  top: 8px;
}
.mobile-header-tel dev {
  background-color: #d8b074;
  padding: 3px 8px;
  border-radius: 5px;
}
.mobile-header-tel dev a {
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
}
.mobile-header-tel dev a i {
  margin-right: 5px;
}
.slider-phone {
  padding: 14px;
  background-color: #d8b074;
  font-weight: bold;
  transform: skew(-20deg, 0deg);
  width: 200px;
  margin: 20% auto 0;
}
@media (min-width: 900px) {
  .newsletter .container .row .newsletter_content {
    padding-left: 50px;
  }

  .car_detail_item {
    padding-left: 0;
  }
}

@media (min-width: 769px) {
  .accordion {
    padding-left: 1px !important;
    padding-top: 54px !important;
    padding-bottom: 66px !important;
  }
  .cvv {
    padding-right: 0 !important;
  }
  .data_payment {
    padding-right: 0 !important;
  }
  .card_number {
    padding-right: 5px !important;
  }
  .date_cvv {
    padding-left: 9px !important;
  }
  .accept_rules {
    width: 52%;
  }
  #agree {
    margin-top: 14px;
  }
  .sub_title_first {
    padding-right: 50px !important;
  }

  .open_menu_mobile {
    display: none;
  }

  .pricelist_with_driver .section-heading-line-left {
    display: none;
  }

  .table_price {
    padding-right: 30px;
  }

  .ubez {
    padding-left: 20px;
  }

  .detail_about_car {
    padding-left: 20px;
    /* padding-right: 30px; */
  }

  .why_we .why_we_item {
    min-height: 164px !important;
  }

  .reservation_form {
    padding-right: 0;
  }

  .accordion .container {
    padding-right: 0;
  }

  .reservation_section {
    padding-top: 109px !important;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    padding-right: 29px;
  }

  .why_we .why_we_item {
    width: 31.3333%;
  }

  .why_we {
    width: 103%;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  .why_we .why_we_item {
    width: 47.3333%;
  }
  .why_we.whe_we_2 .why_we_item {
    width: 30%;
  }
  .why_we.whe_we_2 .why_we_item p {
    min-height: 105px;
  }

  .why_we {
    width: 103%;
  }
}

@media (min-width: 1400px) {
  #header .container {
    width: 1440px;
    padding-left: 84px;
    padding-right: 84px;
  }

  #header .navbar-fixed-top .container {
    padding-right: 82px;
    padding-left: 88px;
  }
}

.main_slider_image {
  width: 74%;
  float: right;
  height: 55vw;
  overflow: hidden;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .car_item .car_specification .car_specification_item {
    width: 139px !important;
  }

  .car_image {
    width: 32%;
  }

  .car_item .car_info {
    padding-top: 12px !important;
  }

  .car_price {
    padding-top: 12px !important;
  }
}

@media (max-width: 1000px) {
  .car_item {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .about_us_section_img {
    padding-bottom: 20px;
  }

  .about_us_section_img img {
    width: 100%;
  }

  .about_us_text_section {
    padding-left: 0 !important;
  }

  .service_img {
    display: none;
  }

  .promotion .promotion_content img {
    width: 100% !important;
  }

  .car_item .car_image {
    padding-right: 0;
  }

  .car_item .car_specification .car_specification_item {
    width: 32% !important;
  }

  .car_item .car_specification {
    margin-left: 21px;
  }

  .car_item .car_price {
    padding-left: 15px !important;
  }

  .our_services .our_services_title {
    padding-top: 4% !important;
  }

  .promotion_img {
    padding-top: 0 !important;
    text-align: center;
  }

  .newsletter_content {
    text-align: center;
  }

  .newsletter_content .section-heading-line-left {
    margin-left: 9%;
  }
}

.newsletter .row {
  background: #3e3e3e;
}

@media (max-width: 1220px) {
  .services_main .our_services_title {
    padding-top: 0% !important;
  }

  .our_service_sub_title_servcie_page {
    margin-top: 10px !important;
  }
}

@media (min-width: 500px) and (max-width: 769px) {
  .checking_payment_method .col-sm-2 {
    text-align: center;
  }
}
@media (max-width: 769px) {
  .blog-list-simple-img img {
    width: 100%;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .our_cars_title {
    padding-top: 12px;
  }
  .our_cars_item {
    padding-top: 12px;
  }
  .car_item .car_price .car_price_button .button_with_fill {
    margin-top: 10px;
  }
  .promotion .promotion_content .section-heading-line-left {
    width: 96px !important;
  }
  .promotion {
    padding-top: 10px;
  }
  .newsletter .container .row .newsletter_content {
    padding-bottom: 20px !important;
  }
  .carousel-section {
    padding-top: 8%;
  }
  .rent_cars {
    padding-top: 6%;
    padding-bottom: 0 !important;
  }
  .button-slider-no-fillХ {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  #myCarousel .carousel-inner .carousel-control-prev-icon img {
    position: absolute;
    left: 0;
    top: 74%;
    margin-left: 10px;
    z-index: 9999999999;
  }
  #myCarousel .carousel-inner .carousel-control-next-icon img {
    position: absolute;
    right: 0;
    top: 74%;
    margin-right: 10px;
    z-index: 9999999999;
  }

  .social-cont ul {
    justify-content: center;
  }
  #header .social-cont ul li {
    padding-top: 1px;
  }
  .navbar-collapse {
    position: absolute;
    /* height: 100%!important; */
    width: 100%;
  }
  .options_plus {
    padding: 15px;
  }

  .about_us_section {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
  }

  .about_us_section_img img {
    width: 100%;
  }

  .contact_inform {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about_us_section .about_us_section_img {
    order: 2;
  }

  .services_main .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .our_service_table table {
    margin-bottom: 5% !important;
    margin-top: 3% !important;
  }

  .footer-top .row .footer-section:nth-child(3) {
    padding-left: 0 !important;
  }

  #footer .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .services {
    display: flex;
    flex-direction: column;
  }

  .services .our_services_img {
    order: 1;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .services .our_services_title {
    order: 2;
    margin-bottom: 27px;
    margin-top: -18px;
    padding-left: 0 !important;
  }

  .our_service_table h1 {
    font-size: 18px !important;
  }

  .our_service_table table h3 {
    font-size: 13px !important;
  }

  .our_service_table table h4 {
    font-size: 13px !important;
  }

  .services_main h1 {
    font-size: 22px !important;
  }

  .services_main h3 {
    font-size: 18px !important;
  }

  .services_main p {
    font-size: 13px !important;
  }

  .our_service_table table tbody > tr > td {
    padding: 0px 15px 0px 15px !important;
  }

  .our_service_table table tr > th {
    padding: 0px 17px 0px 15px !important;
    width: 65% !important;
  }

  .pricelist_with_driver .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricelist_with_driver {
    padding-bottom: 7%;
    padding-top: 12%;
    padding-bottom: 0 !important;
  }

  .service_img {
    display: none;
  }

  .our_service_table {
    padding-left: 0 !important;
  }

  .response {
    display: flex;
    flex-direction: column;
  }

  .response .services_main {
    order: 2;
    padding-top: 2%;
  }

  .thumbnails-carousel.active {
    transform: scale(1) !important;
  }

  .car_item .car_price_from h2 {
    text-align: center !important;
    margin-bottom: 3px;
  }

  .btn_order {
    width: 100%;
  }

  #footer .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
  }

  .navbar-fixed-top .navbar-toggle {
    margin-right: 0;
    padding-right: 15px;
  }

  .car_detail_about:nth-child(1) {
    display: none;
  }

  .car_detail h1 {
    margin-left: -15px;
  }
  .short-content .car_detail h1,
  .full-content .car_detail h1 {
    padding-left: 10px !important;
  }

  .car_detail .section-heading-line-left {
    margin-left: 2px !important;
  }
  .car_detail_about p {
    padding-left: 10px;
    padding-right: 5px;
    margin-left: -7px;
  }

  .table_info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .car_detail_about .detail {
    width: 106%;
  }

  .car_detail_about p {
    border: none !important;
  }

  .car_detail_item {
    padding-left: 0;
  }

  .left-margin {
    padding-right: 0 !important;
  }

  .car_detail h1 {
    text-align: left;
    padding-left: 10px !important;
    margin-bottom: 0;
  }

  .adding_options_block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-top {
    padding-left: 0px;
    padding-right: 0px;
  }

  .form-group-2 {
    margin-right: 0px;
  }

  .footer-bottom {
    padding-left: 0px;
    padding-right: 0px;
  }

  .form-cont input {
    padding-right: 0px;
  }

  .cvv {
    padding-right: 0px !important;
  }

  .send {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .accept_rules {
    padding-right: 23px;
    padding-left: 23px;
    padding-top: 13px;
  }

  .checking_payment_method {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .send .btn-primary {
    width: 100%;
  }

  .navbar-nav {
    padding-bottom: 10%;
    margin-left: -3px;
    text-align: center;
  }

  .nav > li > a {
    margin: auto;
    width: 66% !important;
  }
  .nav > li.dropdown > a {
    width: 100% !important;
  }
  .car_option {
    text-align: center;
    white-space: normal;
  }

  .car_detail {
    display: flex;
    flex-direction: column;
  }

  .detail_car {
    padding-top: 46px !important;
  }

  .car_detail .slider {
    order: 1;
  }

  .ubez {
    padding-left: 0 !important;
    margin-top: 44px;
  }

  .aout_cars .container {
    padding: 0;
  }

  #carousel-example-generic .carousel-control.right {
    right: 0% !important;
  }

  #carousel-example-generic .carousel-control.left {
    left: 0% !important;
  }

  .aout_cars .detail_about_car {
    margin-top: 40px;
  }

  .accordion {
    padding-left: 13px !important;
    padding-right: 13px;
  }

  .detail_car .container {
    padding: 0;
  }

  .car_detail_block {
    margin: 0;
    width: 100%;
  }

  .detail_about_car {
    padding: 0;
  }

  .car_detail .car_detail_about {
    order: 2;
  }

  .about_cars {
    display: flex;
  }

  .about_cars .table_price {
    order: 1;
  }

  .about_cars .detail_about_car {
    order: 2;
    margin-top: 23px;
  }

  .about_car {
    border-left: none !important;
  }

  .service_item {
    text-align: center;
  }

  .footer-top .social-cont {
    margin-bottom: 10px;
  }

  .navbar-fixed-top .navbar-toggle span {
    background: #fff;
  }

  .car_option i {
    font-size: 43px;
    color: #999;
  }

  .car_option div {
    margin: 7px;
    display: inline-block;
  }

  .navbar-default {
    /* padding-left: 16px; */
    /* padding-right: 1px; */
    /* padding-bottom: 0px; */
    padding-top: 2px;
  }

  .caption-txt-cont {
    text-align: center;
  }

  .caption-btn-cont {
    text-align: center;
  }

  .car_option p {
    font-size: 17px;
    color: #999;
  }

  .car_title h2 {
    text-align: left;
  }

  .section-grey h1,
  .section-grey h2.h1,
  .section-grey p.h1 {
    font-size: 30px;
  }

  .more_cars {
    margin-top: 10%;
  }

  .navbar-default .navbar-nav > li > a:after {
    height: 4px;
    width: 0%;
    left: 50%;
    margin-top: 3px;
    background: transparent;
  }

  .navbar-fixed-top .container {
    padding-left: 0px;
    padding-right: 0;
  }

  .modal.in .modal-dialog {
    width: 94%;
    top: 28%;
  }

  .modal.in .modal-dialog .carousel-control.right {
    top: -31%;
    right: -3% !important;
  }

  .modal.in .modal-dialog .carousel-control.left {
    top: -29%;
    left: -4% !important;
  }

  .navbar-collapse {
    margin-top: 14px;
  }

  .navbar-fixed-top {
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-top: 0;
  }

  .car_detail {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .navbar-toggle {
    margin-right: 6px;
    z-index: 2;
  }
  .close_menu {
    z-index: 2;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  .navbar-nav .social-cont {
    margin-top: 23px;
    text-align: center;
    /* margin-left: 30px; */
    padding-bottom: 25px;
  }

  .footer-top .row .footer-section:nth-child(2) {
    margin-left: 0 !important;
  }

  .footer-top .row .footer-section:nth-child(3) {
    margin-left: 0;
    padding-left: 0;
  }

  .footer-top .row .footer-section:nth-child(4) {
    margin-left: 0 !important;
  }

  .footer-section .social-cont ul li {
    margin-right: 2%;
  }

  .text {
    top: 14%;
  }

  .res .reservation_form {
    order: 2;
    z-index: 10;
    margin-top: 0;
    padding: 15px;
  }

  #card_cvv {
    padding-right: 0;
  }

  .date_cvv {
    padding-left: 0 !important;
  }

  .card_number {
    padding-left: 0;
  }

  .data_payment {
    padding-right: 13px !important;
  }

  .res .reservation_section {
    order: 1;
    padding: 0;
    margin-bottom: 50px;
  }

  .adding_options_block {
    flex-direction: column !important;
  }

  .option_plus {
    width: 100% !important;
    /* min-height: 70px; */
  }

  .start .container {
    padding: 0;
  }

  .res .reservation_section .car_detail_block {
    margin: 0 !important;
    width: 100% !important;
  }

  .res {
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 11;
  }

  .start {
    padding-top: 0;
  }
  .info_result .alert-extra-day {
    max-width: 100% !important;
    left: 20px;
    right: 20px;
    bottom: 52px !important;
  }
  .reservation_section .info_result .alert-extra-day {
    bottom: 32px !important;
  }
  .benefits-box p.content-text {
    display: block;
    text-align: center;
  }
  .messanger-drop {
    display: none !important;
  }
  .mobile-header-tel .header_phone {
    display: inline-block;
    background-color: #d8b074;
    padding: 4px 5px;
    border-radius: 5px;
  }
  .mobile-header-tel .header_phone a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
  }
  .mobile-header-tel .header_phone a i {
    margin-right: 5px;
  }
  .header-social {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 690px) {
  .text-section .text {
    margin-top: 9%;
  }

  .text-section .text p {
    margin-top: 9px !important;
    margin-bottom: 2px;
  }

  .text-section .text h1 {
    margin-bottom: 0px;
  }

  .button-slider-with-fill {
    margin-top: 2px !important;
  }

  .sim-slider-element .social-cont {
    margin-bottom: -18px;
  }
}

@media (min-width: 769px) {
  .desktop-show {
    display: block;
    padding-left: 0;
  }
  .navbar-nav > li {
    margin-left: 10px;
  }
  .mobile-show {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
  .car_detail .mob {
    display: none;
  }

  .close_menu {
    display: none !important;
  }

  .close_menu {
    display: none !important;
  }

  .navbar-toggle {
    display: none !important;
  }
  .navbar-brand {
    padding-left: 2px;
  }
}

@media (max-width: 376px) {
  .footer-top .row .footer-section:nth-child(3) {
    padding-left: 0 !important;
  }
}
.success_reservation h2 {
  font-family: Poppins;
  font-weight: 700;
}
.success_reservation p {
  font-family: Roboto;
  font-weight: 700;
}
@media (max-width: 500px) {
  .success_reservation h2 {
    font-size: 19px;
  }
  .success_reservation p {
    font-size: 14px;
  }
  .our_cars_title .container,
  .col-12 {
    padding-left: 0 !important;
  }
  .circle-fixed-button {
    display: none;
  }
  .promotion .promotion_content {
    padding: 15px;
  }
  .our_services .our_services_title h3 {
    font-size: 18px !important;
  }
  .promotion .promotion_content h3 {
    font-size: 18px !important;
  }
  .regulations ul {
    padding-left: 15px;
  }
  .regulations ul > li > ul {
    padding-left: 0;
  }
  .privacy_policy ul {
    padding-left: 15px;
  }
  .privacy_policy ul > li > ul {
    padding-left: 0;
  }
  #carousel-example-generic .carousel-control.right {
    top: -8%;
  }

  #carousel-example-generic .carousel-control.left {
    top: -8%;
  }

  .accordion {
    padding-left: 0px !important;
    padding-right: 0px;
  }

  .thumbnails-carousel {
    overflow-y: scroll !important;
  }

  .services_main .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #footer .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .service_img_mobile {
    display: block !important;
    margin-bottom: 5%;
  }

  .service_img_mobile img {
    width: 100%;
  }

  .our_cars_title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home_title {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .our_cars_item .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .promotion {
    padding-top: 0px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
  }

  .car_item {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }

  .footer-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our_services {
    padding-top: 40px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    padding-top: 10px !important;
  }

  .why_we_hide {
    display: none;
  }

  .why_we_mobile {
    display: block !important;
  }

  .fixed_button {
    display: block !important;
  }

  .option_plus p {
    font-size: 12px !important;
    text-align: right;
    padding: 0;
    line-height: 1.2;
  }
  .input_group label {
    font-size: 13px;
  }
  .item_options {
    text-align: left;
  }

  .detail {
    /* margin-left: -7px !important; */
    padding-left: 10px;
    padding-right: 3px;
  }

  .copyright {
    padding-left: 0;
  }

  .payments_footer {
    padding-right: 0px;
  }

  .footer-top .row .col-lg-5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-top .row .col-lg-2 {
    padding-left: 0px !important;
    padding-right: 0px;
  }

  .footer-top .row .footer-section:nth-child(3) {
    padding-left: 0;
  }

  .inner-header-txt-cont h1 {
    font-size: 30px;
  }

  .payments_footer {
    display: grid;
  }

  .accept_rules label {
    margin-top: -5px;
  }

  .accept_rules {
    padding-top: 14px;
  }

  .payments_footer img {
    margin-bottom: 5px;
  }

  .copyright {
    width: 70% !important;
  }

  .footer-cont h1 {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

@media (max-width: 358px) {
  .car_detail_about .detail .option_car {
    width: 43% !important;
    padding: 10px 0px 0px 0px !important;
  }

  .car_detail_about .detail h4 {
    display: block !important;
  }

  .option_car i {
    /* text-align: center; */
    display: flex !important;
    justify-content: center;
  }

  .option_car h4 {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .text-section {
    padding-top: 2vw;
  }

  .car-spec {
    justify-content: center;
    max-width: 100%;
  }
  .benefits-box p.title {
    min-height: 60px;
  }
}

@media (max-width: 900px) {
  .button-slider-with-fill {
    margin-top: 16px;
    font-size: 10px;
    font-size: 7px;
  }

  .button-slider-no-fill {
    margin-top: 12px;
    font-size: 10px;
    font-size: 7px;
  }

  .text-section .text p {
    margin-top: 9px;
  }
}

@media (max-width: 980px) {
  .footer-section {
    margin-left: 0 !important;
  }

  .car_detail_about .detail {
    margin-left: 0;
    padding-left: 15px;
  }
}

@media (max-width: 764px) {
  .desktop-show {
    display: none !important;
  }

  .container {
    padding: 15px;
  }

  .about_cars .container {
    padding: 0;
  }

  .slider {
    padding: 0;
  }

  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .table_mobile {
    display: block !important;
  }

  .table-price {
    display: none;
  }

  .navbar-default .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: -1px;
    padding-bottom: 0;
  }

  #header {
    width: 100%;
  }
}

.mobile-tel a {
  color: #d8b074;
  font-weight: 400;
  font-size: 16px;
}

.mobile-tel {
  margin-top: 0px;
  /* margin-left: 20px; */
}

.close_menu {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  padding-right: 21px;
  padding-top: 10px;
}

.swiper-container {
  width: 100%;
  height: 67vw;
  margin-top: 1%;
}

@media (max-width: 600px) {
  .sim-slider {
    display: none;
  }
}

.car_image a {
  display: block;
}

@media (min-width: 600px) {
  .sim-slider-mobile {
    display: none;
  }

  #banner-1 #myCarousel {
    display: none;
  }
}

.swiper-slide img {
  padding-top: 42px;
}

.mobile_slider_text {
  background: #000;
}

.contact_sec {
  margin-top: 25px;
}

.footer-top .row .footer-section:nth-child(2) {
  margin-left: 3%;
}

.footer-top .row .footer-section:nth-child(3) {
  margin-left: 1%;
  /* padding-left: 15px; */
}

.footer-top .row .footer-section:nth-child(4) {
  margin-left: 4%;
}

.payments_footer {
  padding-top: 6px;
  padding-left: 20px;
}
.section-heading-line-left {
  content: '';
  display: flex;
  width: 125px;
  height: 4px;
  background: #d8b074;
  margin-top: 11px;
  margin-bottom: 5px;
}

.car_detail_about .detail h4 {
  padding-left: 9px;
  color: #ffffff;
  font-family: Roboto !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 132%;
  display: inline;
  border-left: 4px solid #d8b074;
}

.car_detail_about .detail i {
  display: inline;
  font-size: 30px;
}

.car_detail_about .detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 32px 20px 5% -12px;
  background-color: #353535;
  padding: 20px 10px;
}

.car_detail_about .detail .option_car {
  min-height: auto;
  padding: 4px 0 4px 13px;
}

.table_price .table-price thead {
  display: flex;
  justify-content: space-between;
}

.table_price .table-price thead tr {
  background: #353535;
  width: 100%;
  height: 60px;
  margin: 1px;
  text-align: center;
  padding-top: 24px;
  padding-left: 4px;
  padding-right: 4px;
}

.table_price .table-price thead tr th h4 {
  color: #ffffff;
  font-family: Roboto !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 14.48px;
  letter-spacing: 0.3px;
}

.table_price .table-price thead tr th {
  text-align: center;
  width: 1%;
}

.table_price .table-price tbody tr td h4 {
  font-family: Roboto !important;
  font-size: 14px;
  line-height: 18.48px;
  font-weight: 900;
  color: #d8b074;
  margin-bottom: 0;
}

.table_price .table-price tbody {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.table_price .table-price tbody tr {
  background: #2d2c2c;
  margin: 1px;
  height: 60px;
  width: 100%;
  padding: 0 4px;
}

.table_info padding {
  padding-left: 20px !important;
}

.table_info {
  margin-top: 5%;
}

.car_detail_block .section-heading-line-left {
  /* width: 50px; */
  margin-top: 0;
}

.car_detail_block h4 {
  margin-bottom: 4px;
  font-family: 'Poppins' !important;
  font-weight: 700;
  letter-spacing: 1px;
}

.title_reservation {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 40px !important;
  color: #ffffff !important;
  line-height: 132%;
  margin-bottom: 0 !important;
}

.reservation_form .section-heading-line-left {
  margin-top: 10px;
}

.reservation_section {
  padding-top: 0px;
  float: right;
}

.row_form {
  padding-left: 0;
  padding-right: 0px;
}

.form-cont label {
  padding-left: 15px;
  padding-bottom: 5px;
}

.option_plus {
  height: 120px;
  min-width: 42%;
  width: 49%;
  background: #3e3e3e;
  display: flex;
  justify-content: space-between;
  padding: 6px 20px;
  margin-bottom: 21px;
  cursor: pointer;
  position: relative;
}
.option_plus.selected-option {
  background-color: #222;
  border: 1px solid #fff;
}
.opt_item,
.op_item,
.o-item {
  right: 30px;
}
.vertical-align-container {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-container.with-description {
  top: 30%;
}
.item_options.left-side {
  width: 100%;
  max-width: 70%;
}
.form-cont .form_car_detail {
  padding-right: 0px;
  padding-left: 0;
}

.adding_options_block {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.option-price {
  right: 0;
}
.form-cont {
  width: 100%;
}

.option_plus p {
  font-family: 'Roboto';
  border: none;
  font-style: normal;
  font-weight: bold;
  color: #d8b074;
  font-size: 14px;
  cursor: pointer;
  right: 40px;
}

.option_plus input {
  background: none;
  border: none;
  cursor: auto;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 132%;
  color: #ffffff;
}

.option_plus .change-price {
  padding-top: 1px;
}

.payment {
  padding-left: 0;
}

.checking_payment_method {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checking_payment_method .option_plus {
  width: 49%;
  height: 58px;
}

.method_payment {
  width: 100%;
  max-height: 26px;
  margin-top: 10px;
  /* display: flex; */
  /* justify-content: space-between; */
}

.data_payment {
  display: flex;
  justify-content: space-between;
}

.card_data {
  width: 100%;
}

.date_cvv {
  padding-right: 0px;
  padding-left: 17px;
}

.card_payment input {
  padding-right: 12px;
  height: 50px;
  background-color: #3e3e3e;
  color: #ffffff;
  padding-left: 10px;
  border: none;
  margin-bottom: 13px;
}

.form-control:focus {
  border: 1px solid #fff !important;
  box-shadow: none;
  background-color: #222;
}

.item_options {
  display: inline-block;
  max-height: 26px;
}

@media (max-width: 540px) {
  .item_options {
    /* width: 100%; */
    /* display: flex; */
    justify-content: center;
  }

  .options {
    min-width: 214px;
    text-align: center;
  }
}

.option_payment {
  padding-left: 0;
}

.card_number {
  padding-right: 2px;
}

.payment {
  padding-right: 0;
}

.data_payment {
  padding-right: 6px;
}

@media (max-width: 990px) {
  .data_payment {
    display: block;
    padding-right: 27px;
    padding-left: 15px;
  }
  .remarks {
    padding: 0 15px;
  }
  textarea#remarks {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .send .contact_button[disabled] {
    width: 100%;
  }
  .carousel-section .container {
    padding: 0;
  }
  .info_contact {
    padding-right: 15px !important;
  }
  .rent_cars .our_cars .button_with_fill {
    width: 100%;
  }
  .services_main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .our_service_table table tr > td {
    width: 65% !important;
  }
  .car_item .car_info {
    padding-left: 15px;
    padding-right: 15px !important;
  }

  .car_item .car_price {
    padding-left: 15px;
    padding-top: 5px !important;
    padding-right: 15px;
  }
}

@media (max-width: 580px) {
  .table_mobile {
    display: block !important;
  }

  .table-price {
    display: none;
  }

  .table_mobile h4 {
    font-size: 13px;
  }

  .question__trigger h3 {
    font-size: 13px;
    display: flex;
    margin-bottom: 8px;
  }
}

@media (min-width: 764px) {
  .table_mobile {
    display: none;
  }

  .table-price {
    display: block;
  }
}

.mobile_td_right {
  background-color: #2d2c2c;
  padding-right: 22px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 132%;
  /* or 17px */
  text-align: right;

  /* 2 */
  color: #d8b074;
  width: 65vw; /* width: 100%; */
  border: 1px solid #222222;
}

.mobile_td_left {
  /* width: 49%!important; */
  background-color: #353535;
  padding-left: 17px;
  text-transform: uppercase;
  font-family: Roboto;
  font-style: normal;
  width: 34vw;
  font-weight: bold;
  font-size: 13px;
  line-height: 132%;
  /* or 17px */
  color: #ffffff;
  border: 1px solid #222222;
}

.width_max {
  width: 57vw;
}

.footer_top {
  border-top: 0.5px solid #959595;
  border-bottom: 0.5px solid #959595;
}

.footer_table {
  width: 251px;
}

.footer_table tr td {
  padding: 10px 14px 10px 0px;
}

.footer_table tr td a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}
.about_car {
  max-height: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.full-content .about_car {
  max-height: inherit;
  border-left: 4px solid #d8b074;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 60px;
  line-height: 27px;
  padding: 5px 10px;
}
.full-content .about_car h2 {
  color: #fff !important;
  border-left: none;
}
.full-content .car_detail_about {
  display: inherit;
}
.read-more-btn {
  color: #fff;
  font-weight: bold;
  float: right;
  margin-right: 20px;
}
a.read-more-btn:hover,
a.read-more-btn:focus {
  color: #d8b074;
}
#more.anchor {
  position: relative;
  top: -20px;
}
.about_car h1,
.about_car h2,
.about_car h3 {
  border-left: 4px solid #d8b074;
  padding-left: 5px !important;
}
.car_detail_about p {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 5%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
}

.car_detail h1 {
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}

#date_start {
  background: url('../images/calendar.png') no-repeat right;
  background-size: auto 57%;
  background-origin: content-box;
  margin-bottom: 10px;
}

#date_end {
  background: url('../images/calendar.png') no-repeat right;
  background-size: auto 57%;
  background-origin: content-box;
}

.reservation input[type='radio'] {
  -moz-appearance: initial;
  cursor: pointer;
}

.reservation input[type='checkbox'] {
  -moz-appearance: initial;
  cursor: pointer;
}

.reservation input[type='radio']::before {
  content: url('../images/checkbox.svg');
  width: 25px;
  height: 25px;
  margin-top: -8px;
  margin-left: -10px;
  display: inline-block;
}

.reservation input[type='radio']:checked::before {
  content: url('../images/checkbox_checked.svg');
  display: inline-block;
}

.reservation input[type='checkbox']::before {
  content: url('../images/checkbox.svg');
  width: 25px;
  height: 25px;
  margin-top: -12px;
  margin-left: -8px;
  display: inline-block;
}

.reservation input[type='checkbox']:checked::before {
  content: url('../images/checkbox_checked.svg');
  display: inline-block;
}

/*.reservation input[type=checkbox] + label*/
/*{width: 17px;content: url('../images/checkbox.svg');width: 7px;width: 26px;display: inline-block;}*/
/*.reservation input[type=checkbox]:checked + label {*/
/*    width: 17px;content: url('../images/checkbox_checked.svg');width: 7px;width: 26px;display:inline-block;}*/

.navbar-fixed-top .header_mail {
  padding-left: 5px;
}

.no-scroll {
  overflow: hidden !important;
}

@media (max-width: 1270px) and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (max-width: 987px) {
  .res {
    display: flex;
    flex-direction: column;
  }

  .start {
    padding-top: 0;
  }

  .car_detail_block {
    margin-top: 0;
  }

  .reservation_section {
    order: 1;
  }

  .reservation_form {
    order: 2;
    margin-top: 40px;
  }

  .ubez {
    padding-left: 0 !important;
    margin-top: 5%;
  }

  .detail_about_car {
    margin-top: 5%;
  }

  .about_cars {
    padding-top: 0;
  }

  .car_detail {
    display: flex;
    flex-direction: column;
  }

  .car_detail .slider {
    order: 1;
  }

  .car_detail .car_detail_about {
    order: 2;
  }

  .car_detail h1 {
    padding-left: 0 !important;
    /* display: block!important; */
  }

}

.detail_about_car .car_detail_block h4 {
  margin-bottom: 8px;
}

.line-about_car {
  margin-top: 5px;
}

.options_car {
  margin-top: 2%;
  margin: 2% 5% 2% 0%;
}

.options_car-img {
  display: flex;
  justify-content: center;
  height: 62%;
  margin-bottom: 8px;
}

.thumbnails-carousel::-webkit-scrollbar {
  width: 0;
}

.cvv {
  padding-right: 8px;
  padding-left: 12px;
}

.send {
  /* padding-left: 28px; */
  padding-bottom: 60px;
}

.left-margin {
  padding-right: 10px;
}

#car_name::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.thumbnails-carousel.active {
  cursor: grabbing;
  transform: scale(1.02);
}

img {
  pointer-events: none;
}

.title-left-line {
  font-family: Poppins !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 35px !important;
  line-height: 170%;
  padding-left: 10px;
  color: #ffffff !important;
  border-left: 4px solid #d8b074;
}

.why_we .why_we_item h3 {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold;
  font-size: 25px;
  line-height: 132%;
  color: #ffffff;
  margin: 0 0 5px;
}

.why_we .why_we_item h3 img {
  padding-right: 14px;
  vertical-align: sub;
}

.why_we {
  margin-top: 13px;
  padding-left: 0;
  margin-left: -10px;
  padding-right: 0;
}
.why_we.whe_we_2 {
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 0;
}

.why_we .row {
  white-space: normal;
}

.why_we .why_we_item p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  color: #ffffff;
}

.why_we .why_we_item {
  background: #3e3e3e;
  padding: 25px 14px 0px 15px;
  min-height: 229px;
  margin: 10px;
}
.why_we.whe_we_2 .why_we_item {
  min-height: auto;
}
.why_we .why_we_item p {
  padding-left: 0px;
  padding-right: 0px;
}

.zero_padding_left {
  padding-left: 0;
}

.car_title .section-heading-line-left {
  margin-top: 10px;
  width: 85px;
}

.car_item .car_info {
  padding: 28px 0 8px 24px;
}

.car_item .car_price {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 15px;
}

.car_item .car_price .car_price_button {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.car_item .car_price .car_price_button button {
  width: 100%;
  height: 57px;
  margin-bottom: 3px;
}

.car_item .car_price .car_price_button .button_no_fill {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  outline: none;
  transition: 0.4s;
}

.car_item .car_price .car_price_button .button_with_fill {
  background: #d8b074;
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  outline: none;
  color: #222222;
  transition: 0.4s;
  margin-top: 10px;
}

.button_with_fill {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background: #d8b074;
  color: #222222;
  border: none;
  padding: 18px 29px 18px 29px;
}
.car_price_from h2 {
  text-align: end;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 132%;
  color: #d8b074;
}
table .crossed {
  position: relative;
}
h3.crossed {
  text-align: end;
  font-size: 20px;
  color: #826e50;
}
h5.crossed {
  font-size: 14px;
}
h3.crossed,
h5.crossed {
  font-family: Roboto !important;
  font-style: normal;
  font-weight: 700;
  color: #a9916d;
  margin-bottom: 0;
}
.crossed:before {
  position: absolute;
  content: '';
  left: 78px;
  top: 37%;
  right: 15px;
  border-top: 2px solid;
  border-color: inherit;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
table h5.crossed {
  margin-top: 5px;
}
table .crossed:before {
  top: 50%;
  left: 24px;
  right: 22px;
  border-top: 2px solid;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
table .crossed.month:before {
  left: 44px;
  right: 42px;
}
.promotion-label {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 85px;
  height: 85px;
  background-color: #a70505;
  border-radius: 50px;
  text-align: center;
}
.promotion-label span {
  font-weight: 700;
  font-size: 17px;
  margin-top: 20px;
  display: block;
  color: #fff;
}
.promotion-row {
  background-color: #a70505;
  border-color: #a70505 !important;
  position: relative;
  left: -32px;
  bottom: -1px;
  padding: 0 32px 0;
  margin-right: -64px;
}
.car_detail_price tbody tr.promotion-row td h4,
.car_detail_price tbody tr.promotion-row td input {
  color: #fff !important;
}
.car_item .car_specification {
  padding-top: 38px;
  padding-right: 20px;
}

.car_item .car_image img {
  width: 100%;
}

.car_item .car_specification .car_specification_item {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
  padding: 2px 10px;
  border-left: 4px solid #d8b074;
}

.car_item .car_specification .car_specification_item img {
  padding-right: 12px;
}

.car_item
  .car_specification
  .car_specification_item
  .car_specification_item_name_spec
  h4 {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 132%;
  color: #ffffff;
  margin: 0;
}

.our_services p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 153.69%;
  color: #ffffff;
  padding-left: 0;
}

.our_services .our_services_img {
  padding-right: 0;
  padding-left: 0;
}

.our_services .our_services_title {
  padding-top: 9%;
}

.our_services .our_services_title h3 {
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: bold;
  font-size: 25px;
  line-height: 170%;
  /* identical to box height, or 43px */
  color: #ffffff;
  margin-bottom: 0;
  vertical-align: text-bottom;
}

.our_services .container {
  padding-left: 15px;
  padding-right: 15px;
}

.promotion .promotion_content {
  background-color: #3e3e3e;
  height: 100%;
  margin-top: 13px;
}

.promotion .promotion_content h3 {
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: bold;
  font-size: 25px;
  line-height: 170%;
  color: #ffffff;
  padding-left: 15px;
  margin-bottom: 0;
}

.promotion .promotion_content p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 153.69%;
  color: #ffffff;
  padding-top: 30px;
}

.promotion .promotion_content .section-heading-line-left {
  width: 191px;
  margin-left: 15px;
  margin-top: 7px;
}

.promotion .promotion_content img {
  width: 85%;
  /* height: 82%; */
}

.promotion .promotion_text {
  padding-top: 35px;
  padding-left: 20px;
}

.promotion .promotion_text .button_with_fill {
  margin-left: 10px;
  margin-top: 21px;
  width: 35%;
}

.newsletter .container .row .newsletter_content {
  /* padding-left: 55px; */
  padding-top: 50px;
}

.newsletter .container .row .newsletter_content .send_newsletter {
  margin-top: 20px;
}

.newsletter .container .row .newsletter_content .input_newsletter {
  background: #515151;
  border: none;
  width: 45%;
  margin-right: 12px;
  padding: 15px 10px 15px 10px;
}

.newsletter .container .row .newsletter_content .send_newsletter_button {
  background: #d8b074;
  border: none;
  width: 34%;
  padding: 15px 0px 15px 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;

  /* 5 */

  color: #222222;
}

.newsletter .container .row .newsletter_content h3 {
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: bold;
  font-size: 25px;
  line-height: 170%;
  /* identical to box height, or 43px */
  color: #ffffff;
  margin-bottom: 0;
}

.newsletter .container .row .newsletter_content .section-heading-line-left {
  width: 191px;
  margin-top: 6px;
}

.newsletter .container .row .newsletter_img {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.newsletter {
  padding-top: 38px;
  padding-bottom: 100px;
}

.newsletter .newsletter_section {
  background: #3e3e3e;
  padding-left: 0;
}

#footer .container {
  padding-left: 0;
  padding-right: 0;
}

.reservation {
  padding-left: 0;
  padding-right: 0;
}

.button:focus {
  outline: none;
}

.button_with_fill:hover {
  background: #5e5e5e;
  color: #ffffff;
}

.car_item .car_price .car_price_button .button_with_fill:hover {
  background: #5e5e5e;
  color: #ffffff;
}

.newsletter .container .row .newsletter_content .send_newsletter_button:hover {
  background: #5e5e5e;
  color: #ffffff;
}

.contact_button:active {
  background: #5e5e5e !important;
}

.date_card::before {
  content: '/';
  font-size: 35px;
  padding-right: 4px;
  padding-left: 4px;
}

.date_card select {
  color: #ffffff;
  height: 100%;
}

.date_cvv select {
  background: #3e3e3e;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 3px 0px 3px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.year {
  float: right;
  max-width: 75%;
}

@media (min-width: 500px) {
  .mobile_spec {
    display: none;
  }
}

#car_spec_mobile li {
  list-style-type: none;
}

@media (max-width: 960px) {
  .year {
    max-width: 86%;
  }

  .modal-dialog {
    margin: 0;
  }

  .modal.in .modal-dialog {
    width: 100vw;
    margin-top: 19%;
  }

  .homemodal .modal-dialog {
    width: 100vw;
    margin-top: auto !important;
    top: 50% !important;
  }

  .homemodal .modal-dialog .modal-body {
    padding: 5px;
  }
}

.our_cars_item {
  padding-top: 30px;
}

.background-slider-image {
  width: 60vw;
  height: 55vw;
  margin-left: 40%;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  .year {
    max-width: 74%;
  }

  .res .reservation_form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .car_specification {
    margin-left: 0 !important;
  }

  #car_spec_mobile {
    padding-left: 0;
    /*display: inline-flex;*/
    /*overflow-y: scroll;*/
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 15px;
    max-height: 66px;
    overflow-y: hidden;
  }

  #car_spec_mobile .car_specifications {
    padding-right: 5px;
  }

  #car_spec_mobile .car_specifications h4 {
    vertical-align: sub;
    padding-top: 2px;
    padding-bottom: 3px;
    display: inline-block;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: bold;
    font-size: 12px;
    /* or 17px */
    color: #ffffff;
    margin: 0;
  }

  .car_price_from {
    display: flex;
    justify-content: center;
  }

  .our_service_sub_title {
    display: none;
  }

  .our_services_title {
    padding-left: 0px !important;
  }

  .services {
    display: flex;
    flex-direction: column;
  }

  .services .our_services_img {
    order: 1;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .services .our_services_title {
    order: 2;
    margin-bottom: 21px;
    margin-top: -10px;
  }

  .promotion .promotion_text {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .newsletter .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .newsletter .newsletter_section {
    padding-right: 0;
  }

  .newsletter .container .row .newsletter_content {
    text-align: left;
    padding-top: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .newsletter .container .row .newsletter_content .input_newsletter {
    width: 100%;
    margin-bottom: 15px;
  }

  .newsletter .container .row .newsletter_content .send_newsletter_button {
    width: 100%;
    margin-bottom: 15px;
  }

  .newsletter .container .row .newsletter_content .section-heading-line-left {
    margin-left: 2px;
  }

  .promotion .promotion_text button {
    width: 94% !important;
  }

  .services .our_services_title .section-heading-line-left {
    margin-top: 5px !important;
  }

  .car_price_button button {
    margin-bottom: 7px !important;
  }

  #car_spec_mobile .car_specifications img {
    padding-right: 5px;
    display: inline-block;
  }

  #car_spec_mobile li {
    margin: 10px 5px 0;
    display: inline-block;
    padding: 0 0 0 10px;
    border-left: 3px solid #d8b074;
    line-height: 10px !important;
    white-space: nowrap;
  }

  .title-left-line {
    font-size: 22px !important;
  }

  .car_title h2 {
    text-align: left;
  }

  .car_specification_item {
    display: none !important;
  }
  .footer_table {
    width: 100%;
  }
  .footer_table tr td {
    width: 50%;
  }
}

.navbar-fixed-top .header_mail {
  padding-left: 6px;
}

.button_fixed {
  width: 164px;
  bottom: 0;
  position: fixed;
  right: 50%;
  z-index: 9999;
  margin-bottom: 25px;
  padding: 11px 53px 11px 53px;
  margin-right: -82px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #222222;
  border: none;
  border-radius: 60px;
  background: #d8b074;
}

.phone_fixed {
  bottom: 0;
  position: fixed;
  right: 15%;
  z-index: 9999;
  margin-bottom: 25px;
  width: 39px;
  height: 39px;
  margin-right: -20px;
  background: #d8b074;
  border-radius: 50%;
  padding: 11px 0px 0px 12px;
}

.phone_fixed i {
  font-size: 20px;
}

.fixed_button {
  display: none;
}
.dropdown .dropdown-toggle {
  display: none;
}
@media (max-width: 1190px) {
  .car_item .car_specification .car_specification_item {
    width: 153px;
  }

  .car_item .car_specification .car_specification_item h4 {
    font-size: 11px !important;
  }

  .car_item .car_price_from h2 {
    text-align: left;
    font-size: 22px;
  }

  .car_item .car_price .car_price_button button {
    height: 52px;
  }

  .car_item .car_price .car_price_button {
    padding-top: 13px;
  }

  .car_item .car_specification {
    padding-top: 5px;
  }

  .car_item .car_info {
    padding-bottom: 0;
  }

  .promotion_img {
    padding-top: 8%;
  }

  .newsletter .container .row .newsletter_content {
    padding-top: 1px;
    padding-bottom: 8px;
  }
}
br.only_mobile {
  display: none;
}
.icon-vector {
  margin-top: -8px;
}
.fixed-button.first-btn {
  bottom: 60px;
}
.fixed-button.second-btn {
  margin-right: 105px;
}
@media (max-width: 576px) {
  .cookiealert.show {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }
  .cookiealert .acceptcookies {
    margin: 5px;
  }
  .car_detail_about .detail .option_car {
    padding: 4px 0 4px 13px;
    min-height: auto;
  }
  .car_detail_about .detail h4 {
    margin: 0;
    border-left: 3px solid #d8b074;
  }
  h3.crossed,
  h5.crossed {
    text-align: center;
  }
  .promotion-two-prices h5.crossed {
    text-align: right;
  }
  .table_price table .price_for_days {
    margin-bottom: 0;
  }
  .about_car {
    max-height: 212px;
  }
  #more.anchor {
    top: -40px;
  }
  .vertical-align-container.with-description {
    top: 50%;
  }
  .item_options.left-side {
    width: 75%;
  }
  br.only_mobile {
    display: block;
  }
  .social-cont.mobile-show .fa-facebook:before {
    position: relative;
    top: 2px;
  }
  .detail .option_car {
    max-height: 56px;
  }
  .detail .option_car img {
    max-height: 30px;
  }
  .table_mobile h4 {
    font-weight: 700;
  }
  .fixed-button {
    margin-right: 10px;
  }
  .fixed-button.second-btn {
    margin-right: 65px;
  }
  .list-messengers {
    margin-right: 10px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    line-height: 25px;
  }
  .slides_text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .option_plus {
    padding: 10px 12px 10px 10px;
    height: 80px;
  }
  .option_plus .item_options {
    max-height: inherit;
    padding-top: 0 !important;
  }
  .option_plus .item_options.with-description {
    padding-top: 0 !important;
  }
  .option_plus .item_options label,
  .option_plus .item_options p {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline;
  }
  .option_plus p {
    padding-top: 0;
    right: 44px;
    width: 52px;
  }
  .opt_item,
  .op_item,
  .o-item {
    right: 28px;
    top: 54%;
  }
  .table_price table > tbody > tr > td {
    padding-top: 18px;
  }
  .table_price table > tbody > tr > td.mobile_td_right {
    padding-top: 0;
  }
  .crossed::before {
    left: 126px;
    top: 24%;
    right: 104px;
  }
  table .crossed:before {
    left: 44px;
    right: 0;
  }
  table .crossed.month:before {
    left: 90px;
    right: 0;
  }
  .breadcrumb .breadcrumb-item a {
    font-size: 16px;
  }
  .breadcrumb .breadcrumb-item.active {
    font-size: 16px !important;
  }
  .benefits-box .img-container {
    width: 70px;
    height: 70px;
  }
  .benefits-box p {
    font-weight: 500;
    line-height: 127%;
  }
  .benefits-box p.title {
    min-height: 0;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .section-grey h1,
  .section-grey h2.h1,
  .section-grey p.h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
  }
  .section-heading-line-left {
    margin-top: 0px;
  }
  .cars-for-rental h2,
  .cars-for-rental p {
    font-size: 18px !important;
  }
  .general-bttn {
    margin-top: 30px;
  }
  .our-fleet-bttn {
    width: 100%;
  }
  .our-car-type-slider-section .lSSlideOuter {
    margin: 0 24px;
  }
  .our-advantages-section {
    order: 2;
  }
  .our-auto-section {
    order: 1;
  }
  .our-car-type-box {
    padding: 7px;
  }
  .our-car-type-box h2 {
    font-size: 14px;
    font-weight: 500;
  }
  .our-car-type-box p {
    min-height: 28px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.8px;
  }
  .our-fleet .filter ul li {
    padding: 10px 10px;
  }
  .our-car-type-slider-section {
    padding: 0px;
  }
  .header-social {
    height: 32px;
    width: 32px;
  }
  .header-social i,
  .header-social svg {
    top: 4px;
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}

.lslide .why_we_item {
  border: none;
  min-height: 161px;
  padding-bottom: 20px;
  width: 93%;
}

.lslide {
  padding-left: 8px;
  padding-right: 3px;
}

.lslide .why_we_item h3 {
  font-size: 18px;
}

.lslide .why_we_item h3 img {
  width: 38px;
  height: 23px;
}

.lSSlideOuter .lSPager.lSpg {
  display: none !important;
}

.lslide .why_we_item p {
  font-size: 13px;
}

.lSNext {
  content: url('../images/vector20.png');
}

.lSPrev {
  content: url('../images/vector19.png');
}

.our_cars_title .section-heading-line-left {
  width: 85px;
}

.our_cars_items {
  padding: 55px 0px 70px 0px;
}

#date_start::placeholder {
  color: #ffffff !important;
  opacity: 0.9;
}

#date_end::placeholder {
  color: #ffffff !important;
  opacity: 0.9;
}

.services_section p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 153.69%;
  color: #ffffff;
}

.services_main {
  padding-bottom: 20px;
  padding-top: 50px;
}

.services_main .section-heading-line-left {
  width: 85px;
}

.services_main .our_service_sub_title {
  margin-top: 35px;
  margin-bottom: 40px;
}

.our_service_sub_title_servcie_page {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 153.69%;
  color: #ffffff;
  margin-top: 20px;
}

.services_main .our_services_title .section-heading-line-left {
  margin-top: 5px;
}

.services_main .our_services_title {
  padding-top: 4%;
}

.services_text_right {
  padding-left: 39px;
}

.services_text_left {
  padding-right: 39px;
}

.our_service_table h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 170%;
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: -11px;
}

.our_service_table .section-heading-line-left {
  width: 125px;
  margin-top: 5px;
}

.our_service_table table {
  margin-bottom: 11%;
  margin-top: 6%;
}

.our_service_table table thead {
  width: 100%;
}

.our_service_table table tr > th {
  background-color: #353535;
  width: 50%;
  height: 60px;
  padding: 10px 37px 10px 37px;
  border: 4px solid #222222;
}

.our_service_table table h3 {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 132%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}

.our_service_table {
  padding-left: 17px;
}

.pricelist_with_driver {
  padding-bottom: 7%;
}

.our_service_table table h4 {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 132%;
  text-align: center;
  color: #d8b074;
  margin-bottom: 0;
}

.table_price_services tr:nth-of-type(1) > td {
  background-color: #353535;
}
.our_service_table table > tr > td {
  width: 100%;
}

.our_service_table table tr > td {
  background-color: #2d2c2c;
  border: 4px solid #222222;
  padding: 10px 37px 10px 37px;
  height: 60px;
  width: 50%;
}

.our_service_table p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 153.69%;
  color: #ffffff;
  padding-left: 0;
  padding-top: 20px;
}

.our_services .our_services_img img {
  width: 100%;
}

.service_img_mobile {
  display: none;
}

.about_us_section {
  padding-bottom: 7%;
  padding-top: 5%;
}

.about_us_section p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 153.69%;
  /* or 22px */
  color: #ffffff;
  padding-left: 0;
}

.about_us_section h1 {
  font-family: Poppins !important;
  font-style: normal;
  font-weight: bold !important;
  line-height: 170%;
  /* identical to box height, or 43px */
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 36px;
}

.about_us_text_section {
  padding-left: 28px;
}

.second_text {
  margin-top: 14px;
}

.contact_information p a {
  padding-left: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 153.69%;
  /* identical to box height, or 22px */

  color: #ffffff;
}

.info_contact {
  padding-top: 50px;
  padding-right: 106px;
}

.contact_social {
  padding-top: 12px;
}

.contact_social p {
  font-weight: bold;
}

.contact_information p {
  padding-left: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 153.69%;
  /* identical to box height, or 22px */
  margin-bottom: 19px;
  color: #ffffff;
}

.info_contact img {
  padding-right: 15px;
}

.contact_social_media {
  text-align: center;
  margin-right: 34px;
}

.open_menu_mobile {
  position: absolute;
  z-index: 99999999999;
  right: 0;
  margin-right: 18px;
  padding-top: 4px;
}

.rotate_180 {
  transform: rotate(180deg);
}

.open_menu_mobile {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-nav > li > a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dropdown-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-fixed-top .navbar-brand {
  padding-left: 13px;
  transition: 0s;
}

.navbar-nav .menus {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-fixed-top .navbar-nav > li > a {
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  width: 100%;
  text-transform: uppercase;
  line-height: 16.41px;
}

.button_no_fill:hover {
  border: none !important;
  background-color: #d8b074 !important;
  color: #000 !important;
}

.our_service_table .section-heading-line-left {
  display: block;
}

.social-cont .instagram {
  padding-top: 0px;
  padding-left: 0.5px;
}
.social-cont .facebook {
  padding-top: 1px;
  padding-right: 1px;
}
.social-cont .messanger {
  padding-left: 0;
}

@-moz-document url-prefix() {
  .social-cont .facebook {
    padding-top: 0px;
    padding-right: 1px;
  }
  .social-cont .instagram {
    padding-bottom: 1px;
    padding-left: 0.5px;
  }
  .social-cont .messanger a {
    line-height: 25px;
  }
}
.contact_sec p {
  color: #fff;
}
.sim-slider-element .social-cont ul li {
  padding-top: 2px;
}
.sim-slider-element .social-cont ul .facebook {
  padding-right: 2px;
}
.sim-slider-element .social-cont ul .messanger {
  padding-bottom: 1px;
}
input[type='date']::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url('') no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}
.sukcess_reservation {
  padding-top: 7vw;
  padding-bottom: 7vw;
}
.sukcess_reservation button {
  padding: 10px 20px 10px 20px;
  margin-top: 3%;
}
.box__txt {
  position: absolute;
  margin-top: 46px;
  left: 0;
  margin-left: 15px;
  color: #cccccc;
}
.box__input {
  padding-left: 42px !important;
}

.back_image_slider {
  transform: rotate(-14.5deg);
  padding-top: 7.2vw;
}
.back_image_slider img {
  clip-path: polygon(0 0, 87.6% 0, 67.9% 100%, 0% 100%);
  margin-left: 25.9%;
  width: auto;
  filter: brightness(0.15);
  position: absolute;
}
.success_reservation {
  padding-bottom: 10vw;
  padding-top: 10vw;
}
.download_contact a {
  color: #d8b074 !important;
  cursor: pointer;
}
.download_contact .download_text {
  padding-left: 15px;
}
.download_contact {
  display: flex;
}
.download_contact a:hover {
  color: #ffffff !important;
}
.download_contact span i {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  padding: 7px 0px 0px 8px;
  background-color: #d8b074;
}
#header {
  height: 79px;
}
#contact-form .contact_button {
  margin-top: 20px;
  width: 200px;
}
.contact-title h1 {
  margin-bottom: 0;
}
.contact-title .section-heading-line-left {
  display: inline-block;
}
a.contact-phone {
  color: #d8b074;
}
.h-phone a {
  display: inline-block;
  color: #d8b074;
}
/* DateTime picker customisation */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #c3a06c;
  box-shadow: #c8ae87 0 1px 3px 0 inset;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #fff;
}
.xdsoft_datetimepicker.xdsoft_dark {
  background: #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #222;
}
.alert-extra-day {
  background-color: #2d2c2c;
  padding: 10px 12px 1px;
  display: none;
}
.alert-extra-day .close {
  color: #d8b074;
  opacity: 1;
}
.alert-extra-day h4 {
  padding-left: 10px;
  font-family: 'Roboto', sans-serif !important;
}
.alert-extra-day h4 i {
  color: #d8b074;
  margin-right: 2px;
}
.alert-extra-day p {
  font-size: 12px;
}
.info_result .alert-extra-day {
  position: absolute;
  bottom: 10px;
  max-width: 290px;
  border-radius: 20px;
}
.reservation_section .info_result .alert-extra-day {
  bottom: -15px;
}
#reserve {
  padding-top: 100px;
  margin-top: -50px;
}
.dropdown-plus {
  display: inline;
  margin-left: 10px;
}
.extra-page-text .content {
  border-left: 4px solid #d8b074;
  font-size: 14px;
  color: #fff;
}
.extra-page-text .content p {
  color: #fff;
}
.service-img {
  float: right;
  margin: 10px;
}
.option-description {
  min-height: 40px;
}
.our-advantages-section {
  overflow-y: visible;
  padding-top: 35px;
}
@media (max-width: 1200px) {
  .input_group label {
    font-size: 12px;
    margin-bottom: 0;
  }
  .option-description small {
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  .banner-section .banner-container {
    min-height: 500px;
  }
  .banner-section .banner-container .banner-text a {
    margin-top: 60px;
  }
  .banner-section .banner-container.banner-action-home {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .banner-section .banner-container .banner-text h1 {
    font-size: 20px;
    margin-bottom: 44px;
  }
  .banner-section .banner-container .banner-text p {
    font-size: 14px;
  }
  .banner-section .banner-container .banner-text .button {
    width: 200px;
  }
  .banner-section .banner-container .banner-text a {
    margin-top: 90px;
  }
  .dropdown.open {
    margin-bottom: -15px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 12px 20px;
    line-height: 1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #d8b074;
    background-color: #3a3a3a;
  }
  .mobile-dropdown .dropdown-toggle {
    display: inline;
    background-color: transparent;
    border: 1px dotted #d8b074;
    padding: 0 8px;
    border-radius: 4px;
    height: 19px;
  }
  .mobile-dropdown .dropdown-toggle i {
    position: relative;
    bottom: 2px;
  }
  .nav > li > a.mobile-inline {
    display: inline;
    line-height: 43px;
  }
  #navbar .dropdown-menu {
    background: rgba(59, 59, 59, 0.8);
  }
  #navbar .dropdown-menu li {
    padding: 2px 0;
  }
  .input_group label {
    font-size: inherit;
    margin-bottom: inherit;
  }
  .option-description small {
    font-size: inherit;
  }
  .newsletter {
    padding-bottom: 0;
  }
  .section-grey.extra-page-text {
    padding: 0;
  }
  .services_main {
    padding-bottom: 0;
  }
  .lSAction.our-car-type > .lSPrev {
    left: 25px;
    top: 56%;
    height: 24px;
  }

  .lSAction.our-car-type > .lSNext {
    right: 25px;
    top: 56%;
    height: 24px;
  }
  .benefits-box p.title {
    min-height: 0px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-container {
    min-height: 280px;
  }
  .banner-section .banner-container .banner-text {
    width: 90%;
  }
  .banner-section .banner-container .banner-text h1 {
    font-size: 20px;
    margin-block: 10px;
  }
  .banner-section .banner-container .banner-text p {
    display: none;
  }
  .banner-section .banner-container .banner-text a {
    margin-top: 60px;
  }
  .banner-section .banner-container .banner-text .button {
    padding: 18px 19px;
  }
  .banner-section .banner-container.banner-action-home {
    min-height: 217px;
  }

  .banner-action-home .button_with_fill {
    width: 200px;
    padding: 12px 20px;
  }
  #contact-form .contact_button {
    width: 100%;
  }
}

.car-rental-slider-cont {
  position: relative;
}
.slider-cont #carousel-example-generic {
  min-height: 0;
}
.car-rental-slider-cont:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.car-rental-slider-cont .back_image {
  width: 100%;
  height: 100%;
}

.car-rental-slider-cont .back_image img {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.car-rental-slider-cont .car-rental-slider-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 3;
}

.car-rental-slider-cont .car-rental-slider-text h1 {
  text-align: center;
  width: 50%;
  margin: 15% 25% 45px;
  font-size: 3.1vw;
  font-weight: 600;
}

.car-rental-text {
  margin-top: 60px;
  padding-left: 0 !important;
}
.pos-rel {
  position: relative;
}
.car-rental-bttn {
  position: absolute;
  top: 32px;
  right: 0;
}

.carousel .item.only-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.car-rental-slider .carousel-inner > .item {
  max-height: none;
}
.car-rental-slider .carousel-control.left {
  left: -1%;
  top: 160px;
  display: block;
  background: url('../../static/images/vector19.png') no-repeat;
}
.car-rental-slider .carousel-control.right {
  right: -1%;
  top: 160px;
  display: block;
  background: url('../../static/images/vector20.png') no-repeat;
}
.car-rental-slider .carousel-control {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}
.car-rental-service-bttn-box {
  width: 16%;
  text-align: center;
  display: inline-block;
  margin: 50px 10px;
  vertical-align: top;
  cursor: pointer;
}
.car-rental-service-bttn-box img {
  width: 170px;
  height: 170px;
  object-fit: contain;
  object-position: top;
  margin-bottom: 25px;
  vertical-align: top;
}
.car-rental-service-bttn-box h2 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.car-rental-service-img {
  padding: 10px;
  min-height: 180px;
}
.car-rental-service-img img {
  object-fit: cover;
  object-position: center;
}
.section-grey .text-content p {
  padding-left: 0;
}
.car-rental-service-text {
  padding: 10px;
  height: 100%;
}
.car-rental-service-text:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.car-rental-service-text .text-content {
  display: inline-block;
  vertical-align: middle;
}
.car-rental-service-text h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.car-rental-service-text .text-content {
  color: #fff;
  text-align: left;
}
.car-rental-service-text p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-left: 0 !important;
  margin-top: 25px;
}

.cars-for-rental {
  margin: 3px;
  position: relative;
  padding-bottom: 53%;
}

.cars-for-rental img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.cars-for-rental:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cars-for-rental h2,
.cars-for-rental p {
  position: absolute;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  bottom: 0px;
  left: 20px;
  z-index: 3;
  width: 70%;
  text-align: left;
}

.mt-50 {
  margin-top: 50px !important;
}
.our-driver-text {
  height: 100%;
}

.our-driver-text:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.our-driver-text .text-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.our-driver-text .text-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.our-driver-text .text-content p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
  width: 85%;
}

.car-about {
  margin-top: 40px;
}

.car-about ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}

.car-about ul li {
  display: inline-block;
  margin-right: 10px;
}

.car-about ul li p {
  font-size: 14px;
  font-weight: 700;
  border-left: 4px solid #d8b074;
}

.car-about ul li p span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
.car-rental-table {
  margin: 40px 0px 25px;
  width: 90%;
  border-collapse: collapse;
}
.car-rental-table tbody {
  width: 100%;
}
.car-rental-table thead tr td:nth-child(1),
.car-rental-table tbody tr td:nth-child(1) {
  width: 70%;
}

.car-rental-table thead tr td:nth-child(2),
.car-rental-table tbody tr td:nth-child(2) {
  width: 30%;
  text-align: right;
  padding-right: 25px;
}
.car-rental-table h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.car-rental-table p {
  font-size: 14px;
  font-weight: 700;
  color: #d8b074;
  margin-bottom: 0;
}
.car-rental-table tr {
  background: #2d2c2c;
  margin: 1px;
  height: 60px;
  padding: 0 4px;
}

.car-rental-table tr td {
  padding-left: 12px;
  border: 3px solid #222222;
}
.transfer-prices .section-heading-line-left {
  margin: 0 auto 30px;
}
.transfer-prices table {
  max-width: 600px;
  margin: auto;
}
.transfer-prices .car-rental-table thead tr td,
.transfer-prices .car-rental-table tbody tr td {
  text-align: center;
}
.help-text p {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
}
.slider-cont {
  padding-left: 20px;
}

.slider-cont .item img {
  filter: none;
}
.directions-tabs {
  width: 90%;
}
.directions-tabs.nav-tabs {
  border-bottom: 1px solid #d8b074;
}
.directions-tabs li {
  width: 50%;
  text-align: center;
}
.directions-tabs li a {
  padding: 6px 0;
  cursor: pointer !important;
  color: #d8b074 !important;
}
.directions-tabs li a:hover,
.directions-tabs li a:focus,
.directions-tabs li.active a {
  background-color: #2d2c2c !important;
  border: 1px solid #d8b074 !important;
  border-bottom-color: transparent !important;
}
.car-rental-section {
  min-height: 500px;
  margin: 70px 0px 100px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.car-rental-section .img-block {
  width: 100%;
  height: 100%;
}
.car-rental-section img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.car-rental-equipment {
  padding: 80px;
  background-color: #2d2c2c;
}
.car-rental-equipment h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}
.car-rental-equipment .equipment {
  border-bottom: 1px solid #d8b074;
  padding: 15px 0px;
  width: 85%;
}
.car-rental-equipment .num-1 .equipment,
.car-rental-equipment .num-2 .equipment {
  border-top: 1px solid #d8b074;
}
.car-rental-equipment p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.mob-display {
  display: none;
}
.car-rental-choice {
  min-width: 100%;
  min-height: 200px;
  display: flex;
}
.car-rental-mob-bttn {
  display: none;
}
.car-rental-service-text h2 a {
  color: #fff;
}
.car-rental-service-text .read-more-btn {
  float: left;
}

.homemodal {
  z-index: 9999999999;
  overflow: auto !important;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-backdrop.in.with-z-index {
  z-index: 999;
  opacity: 0.8;
}

.homemodal .img-responsive {
  width: 100%;
  height: auto;
}

.homemodal .modal-body {
  position: relative;
}

.homemodal .close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 3.5%;
  top: 5%;
  opacity: 1;
  text-shadow: none;
  transition: opacity 0.2s ease-in-out;
}

.homemodal .modal-dialog {
  margin: auto;
  top: 50%;
  transform: translateY(-50%) !important;
}

.homemodal .close:hover {
  opacity: 0.7;
}

.homemodal .close svg {
  width: 24px;
  height: 24px;
}

.homemodal .modal-dialog {
  max-width: 990px;
  height: auto !important;
  width: inherit !important;
}
.centered-blocks {
  text-align: center;
}
.centered-blocks .col-lg-4,
.centered-blocks .col-md-6 {
  display: inline-block;
  float: none;
}
@media (max-width: 1200px) {
  .promo-wrapper .promo-block {
    padding: 25px 15px 19px 25px;
  }
}
@media (max-width: 992px) {
  .car-rental-slider .carousel-control.left,
  .car-rental-slider .carousel-control.right {
    top: 25%;
  }
  .md-hidden {
    display: none;
  }

  .car_rental_first {
    order: 1;
  }

  .car_rental_second {
    order: 2;
  }

  .mob-display {
    display: block;
  }

  .car-about {
    display: block;
    width: 100%;
  }

  .car-rental-table {
    display: block;
    width: 100%;
  }

  .help-text {
    display: block;
    width: 100%;
  }

  .car-rental-table {
    width: 60%;
    margin-left: 20%;
  }

  .car-rental-section .img-block {
    width: 90%;
    margin-left: 5%;
    height: auto;
  }

  .row-flex-md {
    display: flex;
    flex-wrap: wrap;
  }

  .row-flex {
    display: block;
  }

  .car-rental-equipment .equipment {
    width: 100%;
  }

  .car-rental-equipment .num-2 .equipment {
    border-top: none;
  }

  .car-rental-section {
    margin-bottom: 0px;
  }
  .slider-cont {
    padding-left: 0;
  }
  .our-driver-text .text-content p {
    width: 100%;
  }

  .promo-wrapper {
    margin-bottom: 20px;
  }

  .pt-100 {
    padding-top: 56px !important;
  }
}
@media (max-width: 768px) {
  .section-grey .text-content p {
    padding-left: inherit;
  }
  .car-rental-bttn {
    margin-top: 30px;
    position: relative;
    top: 0;
    width: 100%;
  }
  .car-rental-bttn a {
    display: inline-block;
    width: 100%;
  }
  .car-rental-bttn a button {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .no-min-h {
    min-height: 0 !important;
  }

  .car-about ul li {
    display: block;
  }

  .car-rental-table {
    width: 100%;
    margin-left: 0%;
  }

  .car-rental-equipment {
    padding: 60px 20px;
  }

  .car-rental-slider-bttn {
    position: absolute;
    bottom: 20px;
    width: 80%;
    left: 10%;
  }
  .car-rental-text {
    margin-top: 20px;
  }
  .car-rental-slider .carousel-control.left {
    left: -2%;
  }
  .car-rental-slider .carousel-control.right {
    right: -4%;
  }
  .car-rental-service-img {
    height: 190px;
    width: 100%;
  }
  .car-rental-slider .carousel-control.left,
  .car-rental-slider .carousel-control.right {
    top: 90px;
  }
  .car-rental-service-text .text-content {
    min-height: 160px;
  }
  .car-rental-service-text p {
    font-size: 13px;
  }
  .our-driver-text .text-content p {
    font-size: 13px;
  }
  .car-rental-service-bttn-box {
    min-width: 150px;
  }

  .car-rental-service-bttn-box img {
    width: 150px;
    height: 150px;
  }

  .car-rental-mob-bttn {
    margin-top: 20px;
    display: block;
  }

  .car-rental-mob-bttn button {
    width: 90%;
    margin-left: 5%;
  }
  .mob-no-display {
    display: none;
  }
  .car-rental-table thead tr td:nth-child(1),
  .car-rental-table tbody tr td:nth-child(1) {
    width: 65%;
    padding-right: 15%;
  }

  .car-rental-table thead tr td:nth-child(2),
  .car-rental-table tbody tr td:nth-child(2) {
    min-width: 120px;
    width: 35%;
    padding-right: 20px;
  }

  .promo-wrapper .promo-block {
    padding: 20px 18px 25px 18px;
  }

  .promotion .promo-wrapper .promo-block p.promo-title {
    font-size: 18px;
    line-height: 170%;
  }

  .promotion .promo-wrapper .promo-block p.promo-title:after {
    width: 90px;
    height: 3px;
    bottom: -10px;
  }

  .promotion .promo-wrapper .promo-block p.promo-subtitle {
    font-size: 13px;
    line-height: 153.69%;
    margin-top: 24px;
  }
}

@media (max-width: 380px) {
  .homemodal .close svg {
    display: block !important;
  }

  .homemodal .close {
    right: 15px;
    top: 15px;
  }
}

.homemodal .close svg {
  display: none;
}

/* Promo */
.promo-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 46px;
  margin-bottom: 8px;
}

.promo-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.promo-block {
  background: #3e3e3e;
  padding: 49px 0 58px 49px;
}
.promo-list-block {
  background: #3e3e3e;
  padding: 30px;
  margin: 20px;
}
.promo-list-img {
  float: right;
  padding: 20px;
  text-align: center;
}
.promotion p.promo-title {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  line-height: 170%;
  color: #ffffff;
  padding: 0;
}

.promotion p.promo-title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  width: 100px;
  background: #d8b074;
}

.promotion p.promo-subtitle {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 153.69%;
  color: #ffffff;
  margin-top: 36px;
}

/* Partners */
.partners {
  padding-top: 6px;
  padding-bottom: 30px;
}

.our-partners {
  margin-top: 36px !important;
  height: 155px !important;
}

.our-partners .our-partners--img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.our-partners .our-partners--img img {
  width: 100%;
  height: auto;
}

.our-partners + .lSAction > a {
  width: 12px;
  height: 24px;
}

.pt-100 {
  padding-top: 100px;
}
.page-breadcrumb {
  position: relative;
  top: 30px;
  z-index: 999;
  left: -14px;
  margin-bottom: 30px;
}
.page-breadcrumb .breadcrumb {
  background-color: transparent;
}
.page-breadcrumb .breadcrumb,
.page-breadcrumb a {
  color: #d8b074;
}
.page-breadcrumb a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .promo-list-img {
    float: none;
  }
}
@media (max-width: 600px) {
  .our-partners #myCarousel .carousel-inner .item {
    max-height: 127vw;
  }
  .page-breadcrumb {
    top: 0;
    left: 0;
    margin-bottom: -60px;
  }
  .page-breadcrumb .breadcrumb {
    padding-left: 0;
  }
  .our_cars_item {
    padding-top: 0;
  }
}

@media (max-width: 470px) {
  .our-partners #myCarousel .carousel-inner .item:not(.only-img) .slides_text {
    position: relative;
    z-index: 999;
  }

  .our-partners
    #myCarousel
    .carousel-inner
    .item:not(.only-img)
    img.img-responsive {
    transform: translateY(-50px);
  }
}

@media (max-width: 380px) {
  .our-partners #myCarousel .carousel-inner {
    max-height: 156vw;
  }

  .our-partners #myCarousel .carousel-inner .item {
    max-height: 100%;
  }

  .our-partners #myCarousel .carousel-inner .item.only-img {
    max-height: 600px;
  }

  .our-partners
    #myCarousel
    .carousel-inner
    .item:not(.only-img)
    img.img-responsive {
    transform: translateY(0);
    min-height: 84vw !important;
  }
}

/* Special Offers Banners */
.special-offers {
  padding-bottom: 50px;
}

.special-offers .special-offers--row {
  margin-top: 30px;
}

.special-offers--image {
  position: relative;
}

.special-offers--image img {
  width: 100%;
  height: auto;
}

.special-offers--image .title-wrapper {
  position: absolute;
  top: 17%;
  left: 3%;
}

.special-offers--image .button-wrapper {
  position: absolute;
  top: 60%;
  left: 3%;
}

.special-offers--image .title-wrapper p,
.special-offers--image .title-wrapper li,
.special-offers--image .title-wrapper a,
.special-offers--image .title-wrapper ul {
  font-size: 26px;
  font-weight: 600;
  padding: 0;
}

.special-offers--image .title-wrapper .title {
  position: relative;
}

.special-offers--image .title-wrapper .title:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 140px;
  height: 4px;
  background: #d8b074;
}

@media (max-width: 992px) {
  .special-offers--image .title-wrapper {
    top: auto;
    bottom: 45%;
  }

  .special-offers--image .button-wrapper {
    top: auto;
    bottom: 30%;
  }

  .special-offers .special-offers--row {
    max-height: 570px;
  }

  .special-offers--image .button-wrapper,
  .special-offers--image .title-wrapper {
    left: 0;
  }
}

@media (max-width: 769px) {
  .mobile-header-tel {
    top: 10px;
    z-index: 1;
  }
  .special-offers .special-offers--row {
    max-height: 78vw;
  }

  .special-offers {
    padding-bottom: 25px;
  }

  .special-offers--image .title-wrapper p,
  .special-offers--image .title-wrapper li,
  .special-offers--image .title-wrapper a,
  .special-offers--image .title-wrapper ul {
    font-size: 22px;
  }
}

@media (max-width: 764px) {
  .special-offers .special-offers--row {
    max-height: 70vw;
  }
}

@media (max-width: 500px) {
  .special-offers .special-offers--row {
    max-height: 80vw;
  }

  .special-offers--image .title-wrapper {
    bottom: 42%;
  }

  .special-offers--image .button-wrapper {
    bottom: 19%;
    width: 100%;
  }

  .special-offers--image .button-wrapper a {
    display: block;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .special-offers .special-offers--row {
    max-height: 80vw;
  }

  .special-offers--image .title-wrapper p,
  .special-offers--image .title-wrapper li,
  .special-offers--image .title-wrapper a,
  .special-offers--image .title-wrapper ul {
    font-size: 18px;
  }

  .special-offers--image .button-wrapper a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .special-offers--image .title-wrapper {
    bottom: 38%;
  }

  .special-offers--image .button-wrapper {
    bottom: 15%;
  }
}

.special-offers-car--offer .special-offers-car--image {
  position: relative;
}

.special-offers-car--offer .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.special-offers-car--offer .text ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.special-offers-car--offer .text li {
  position: relative;
  padding-left: 15px;
  margin-right: 37px;
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.special-offers-car--offer .text li:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background: #d8b074;
}

@media (max-width: 987px) {
  .special-offers-car--offer {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .special-offers-car--offer .text {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    width: 89% !important;
    top: 55%;
  }

  .special-offers-car--offer .text ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .special-offers-car .container {
    padding-right: 30px;
  }
}

@media (max-width: 500px) {
  .special-offers-car--offer .text .button,
  .special-offers-car--offer .text .button a {
    display: block;
    width: 100%;
  }

  .special-offers-car--offer .text .button a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .special-offers-car--offer .text ul li {
    font-size: 20px !important;
  }
}

@media (max-width: 350px) {
  .special-offers-car--offer .text {
    gap: 30px;
  }
}

@media (min-width: 1200px) {
  .special-offers-car--offer .text a {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.main-page-carousel.carousel-cars h2 {
  font-size: 32px;
  font-weight: 500;
  /*margin-left: -8.3%;*/
}
.main-page-carousel.carousel-cars h2:before {
  content: '';
  width: 180px;
  height: 4px;
  display: block;
  background-color: #d8b074;
  position: relative;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.text-white {
  color: #fff;
}
.carousel-cars {
  padding: 90px 0;
}
.carousel-cars h2 {
  font-weight: 700;
}
.main-page-carousel.carousel-cars h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
}
.main-page-carousel.carousel-cars {
  padding: 0;
  z-index: 99;
}
.carousel-block {
  margin-bottom: 45px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 85px;
}
.carousel-txt {
  font-weight: 500;
  line-height: 120%;
  font-size: 24px;
  margin: 20px 0 0 0;
}
.carousel-cars .btn_not_fill {
  padding: 10px 16px;
}
.carousel-block::before,
.carousel-block::after {
  content: '';
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.carousel-block::before {
  left: 0;
  background: rgb(34, 34, 34);
  background: linear-gradient(
    90deg,
    rgba(34, 34, 34, 1) 0%,
    rgba(34, 34, 34, 1) 54%,
    rgba(34, 34, 34, 0) 100%
  );
}
.carousel-block::after {
  right: 0;
  background: rgb(34, 34, 34);
  background: linear-gradient(
    270deg,
    rgba(34, 34, 34, 1) 0%,
    rgba(34, 34, 34, 1) 54%,
    rgba(34, 34, 34, 0) 100%
  );
}
.swiper-carousel {
  overflow: hidden;
}
.carousel-block .swiper-carousel img {
  padding-top: 0;
}
.swiper-button-next,
.swiper-button-prev {
  color: #d8b074 !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 29px !important;
}
@media (max-width: 1600px) {
  .carousel-txt {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .carousel-block .swiper-carousel img {
    display: inline;
  }
}

.cooperation-section .benefits-box {
  background-color: #3e3e3e;
  padding: 5% 5% 0;
  height: 100%;
}
.cooperation-section .benefits-box .text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cooperation-section .benefits-box .text span img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.cooperation-section .benefits-box .text span {
  min-width: 20px;
}
.cooperation__wrapper .row {
  margin-inline: -15px;
  width: calc(100% + 30px);
}
.cooperation__wrapper button {
  padding: 0;
  border: none;
}
.cooperation__wrapper .row > div {
  min-height: 100%;
}

.countries__wrapper {
  margin-top: 30px;
}
.countries__wrapper .text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.countries__wrapper .text span {
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.countries__wrapper .row {
  margin-inline: -10px;
  width: calc(100% + 20px);
}
.countries__wrapper .tooltip-button {
  position: relative;
}

.accordion__container {
  margin-top: 30px;
}
.js-accordion {
  background-color: #3e3e3e;
}
.js-accordion + .js-accordion {
  border-top: 1px solid #222;
}
.accordion__title {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 20px 40px 20px 2.5%;
  font-size: 20px;
  margin-bottom: 0;
}

.accordion__title::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;

  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transform: translateY(-75%) rotate(135deg);
}

.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion__panel p {
  padding: 10px 2.5%;
}

.js-accordion.is-open .accordion__panel {
  max-height: 250px;
}

.js-accordion.is-open .accordion__title::after {
  transform: translateY(-25%) rotate(315deg);
}

.faq-section {
  margin-bottom: 72px;
}

.plr-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.form-group-3 {
  margin-bottom: 24px;
}
.btn-submit-60 .btn {
  width: 60%;
  margin-top: 12px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button,
.xdsoft_datetimepicker .xdsoft_label {
  cursor: url(../images/long-term-rental/cursor.svg), pointer;
}
.form-group-3 .date_start {
  background: url(../images/calendar-new.svg) no-repeat left;
  background-size: auto 100%;
  background-origin: content-box;
  /* margin-bottom: 10px; */
  background-position: -35px;
  padding-left: 44px !important;
}
.form-group-3 select,
.form-group-3 .date_start,
.form-group-3 select,
.form-group-3 .select-js {
  background-color: #3e3e3e;
  border: none;
  padding: 10px 14px;
  font-family: 'Inter';
  line-height: 24px;
  font-size: 16px;
  border-radius: 0;
  height: 44px !important;
}
.block-select-js {
  display: grid;
}
.nice-select:after {
  border-bottom: 2px solid #d8b074 !important;
  border-right: 2px solid #d8b074 !important;
  height: 12px !important;
  right: 18px !important;
  top: 32% !important;
  width: 12px !important;
  margin-top: 0 !important;
}
.nice-select ul {
  background-color: #1f1f1f !important;
  border-radius: 0 !important;
  width: 100%;
  overflow: auto !important;
  max-height: 376px;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #353535 !important;
  color: #d8b074 !important;
  border-radius: 2px !important;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 8px;
  font-size: 16px !important;
}
.nice-select .option {
  padding: 14px !important;
  font-size: 16px !important;
}
.nice-select .option.disabled {
  opacity: 0.3;
  cursor: not-allowed !important;
  color: #fff !important;
}
.nice-select .option.disabled:hover {
  background-color: #fff0 !important;
  cursor: not-allowed;
  transition: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.nice-select .option.focus:after,
.nice-select .option.selected.focus:after {
  content: '';
  display: block;
  pointer-events: none;
  position: relative;
  border-bottom: 2px solid #d8b074 !important;
  border-right: 2px solid #d8b074 !important;
  height: 13.33px !important;
  width: 9.17px !important;
  transform: rotate(45deg);
  float: inline-end;
}
.nice-select .option.disabled.focus:after,
.nice-select .option.disabled.focus:after {
  display: none;
}
.nice-select span {
  max-width: 33vw;
  overflow: hidden;
  display: block;
}
.form-group-3 select::placeholder {
  color: #ffffff !important;
  opacity: 0.9;
}
.form-group-3 .location-select option:checked {
  background-color: #d8b074;
  color: #353535;
}
.form-group-3 .location-select option {
  color: #fff;
  font-size: 16px;
}
.tel-bottom {
  z-index: 9999999;
  right: 11.5%;
  position: absolute;
  bottom: 43px;
  padding: 24px;
  /*width: 276px;
    height: 117px;*/
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 3px solid #d8b074;
  text-align: right;
  z-index: 100;
}
.tel-bot-p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
.tel-bot-a {
  font-family: 'Roboto';
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  align-items: center;
  justify-content: end;
  display: flex;
}
.tel-bot-a i {
  margin-right: 10px;
  color: #d8b074;
}
.tel-bot-a:hover {
  color: #d8b074;
}
.dropdown-arrow {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.dropdown-arrow:before {
  content: '';
  background: url('../images/chevron-left 1.svg') no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reservation__wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 10px;
  border-radius: 10px;
  position: relative;
  z-index: 100;
}
@media (max-width: 769px) {
  .nice-select span {
    max-width: calc(100vw - 180px);
  }
  .carousel-block::before,
  .carousel-block::after {
    display: none;
  }
  .section-grey {
    padding-top: 0;
  }
  .faq-section {
    margin-bottom: 35px;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* Popup Background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding-top: 80px;
}

/* Popup Content */
.popup {
  background-color: #222;
  padding: 50px;
  border-radius: 10px;
  width: 100%;
  position: relative;
   max-width:50vw;
}
.contact-form-3__wrapper .popup{
  max-width: 35vw;
}

.popup h2 {
  margin-top: 0;
}

.popup form {
  display: none;
}

.popup form.active {
  display: block;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 10px;
  width: auto;
  height: auto;
}
.close-btn img {
  pointer-events: none;
}
@media (max-width: 576px) {
  .form-group-3 {
    margin-bottom: 10px;
  }
  .form-cont label {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  
}
@media (max-width: 1200px) {
  .popup, .contact-form-3__wrapper .popup{
     max-width: 50vw;
  }
}
@media (max-width: 769px) {
  .cooperation-section .benefits-box {
    padding: 5%;
  }
  .popup, .contact-form-3__wrapper .popup{
    padding: 50px 10px 10px;
    max-width: 80vw;
  }
}

.input-with-icon {
  position: relative;
}
.input-with-icon .info-icon {
  position: absolute;
  right: 10px;
  top: 73%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #d8b074;
}
.tooltip-inner {
  max-width: 700px; 
  width: 100%;
  min-width: 250px;
  white-space: normal; 
}

.rodo-consent, .info-consent {
  font-size: 14px;
  line-height: 1.4;

}
.banner-section .banner-container .banner-text .info-consent a{
  display: inline-block;
  margin: 0;
}

.rodo-consent label.rodo-label, .info-consent label.info-label{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
  font-weight: normal;
}

.rodo-label input[type="checkbox"], .info-label input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: #d8b074;
  flex-shrink: 0;
}

.active-form .iti--separate-dial-code{
  display: block;
}
.active-form .iti__country{
  border: none;
  background-color: #3e3e3e;
  max-width: 100%;
}
.iti__country-list .iti__country{
  background-color: #3e3e3e;
}
.iti__country-list  .iti__country.iti__highlight {
    background-color: #222;
}