@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

.font-weight-semibold {
  font-weight: 500;
}

.line-height-normal {
  line-height: normal;
}

.line-height-double {
  line-height: 2;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

.fs-48 {
  font-size: 48px;
}

.fs-64 {
  font-size: 64px;
}

.fs-90 {
  font-size: 90px;
}

.fs-96 {
  font-size: 96px;
}

@media (min-width: 992px) {
  .fs-lg-11 {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 36px;
  }
}

@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .fs-sm-18 {
    font-size: 18px;
  }
}

.letter-spacing-1 {
  letter-spacing: 0.1em;
}

.letter-spacing-0_2 {
  letter-spacing: 0.02em;
}

.color-brand-primary {
  color: #1359BA;
}

.color-brand-primary-darker {
  color: #13428D;
}

.color-brand-primary-lighter {
  color: #3B7DD9;
}

.color-brand-accent {
  color: #009FE2;
}

.color-brand-accent-darker {
  color: #007BC2;
}

.color-brand-accent-lighter {
  color: #3BC4ED;
}

.color-brand-second {
  color: #3FC966;
}

.color-brand-second-darker {
  color: #0EA548;
}

.color-brand-second-lighter {
  color: #66E37E;
}

.color-semantic-success {
  color: #0EA548;
}

.color-semantic-info {
  color: #009FE2;
}

.color-semantic-warning {
  color: #FCBA05;
}

.color-semantic-danger {
  color: #D82927;
}

.color-shades-white {
  color: #ffffff;
}

.color-shades-black {
  color: #000000;
}

.color-shades-200 {
  color: #EBEDF2;
}

.color-shades-400 {
  color: #ADB7C7;
}

.color-shades-500 {
  color: #8C98AB;
}

.color-shades-600 {
  color: #727D8E;
}

.color-shades-700 {
  color: #596372;
}

.color-shades-800 {
  color: #404855;
}

.color-icons-star-active {
  color: #E18E3A;
}

.color-icons-star {
  color: #CCCCCC;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.bg-brand-primary {
  background-color: #1359BA;
}

.bg-brand-primary-darker {
  background-color: #13428D;
}

.bg-brand-primary-navbar {
  background-color: #093780;
}

.bg-brand-primary-lighter {
  background-color: #3B7DD9;
}

.bg-brand-accent {
  background-color: #009FE2;
}

.bg-brand-accent-darker {
  background-color: #007BC2;
}

.bg-brand-accent-lighter {
  background-color: #3BC4ED;
}

.bg-brand-second {
  background-color: #3FC966;
}

.bg-brand-second-darker {
  background-color: #0EA548;
}

.bg-brand-second-lighter {
  background-color: #66E37E;
}

.bg-semantic-success {
  background-color: #0EA548;
}

.bg-semantic-info {
  background-color: #009FE2;
}

.bg-semantic-warning {
  background-color: #FCBA05;
}

.bg-semantic-danger {
  background-color: #D82927;
}

.bg-shades-white {
  background-color: #ffffff;
}

.bg-shades-100 {
  background-color: #F7F8FA;
}

.bg-shades-200 {
  background-color: #EBEDF2;
}

.bg-shades-black {
  background-color: #000000;
}

.bg-badge-info {
  background: rgba(0, 159, 226, 0.05);
}

.bg-badge-warning {
  background: rgba(252, 186, 5, 0.1);
}

.bg-badge-success {
  background: rgba(102, 227, 126, 0.05);
}

.bg-badge-grey {
  background: rgba(0, 0, 0, 0.03);
}

.bg-reserve {
  background: #E2F8CF;
}

.bg-repeating-linear {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 11px, rgba(0, 0, 0, 0.06) 4px, rgba(0, 0, 0, 0.06) 15px) !important;
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  background-color: white;
}

a {
  color: #1359BA;
  transition: 0.3s;
}
a:hover {
  color: #009FE2;
  text-decoration: none;
}

.aspect-21by9 {
  padding-top: 42.8571428571%;
  position: relative;
}
.aspect-21by9 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-16by9 {
  padding-top: 56.25%;
  position: relative;
}
.aspect-16by9 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-4by3 {
  padding-top: 75%;
  position: relative;
}
.aspect-4by3 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-1by1 {
  padding-top: 100%;
  position: relative;
}
.aspect-1by1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-9by21 {
  padding-top: 233.3333333333%;
  position: relative;
}
.aspect-9by21 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-9by16 {
  padding-top: 177.7777777778%;
  position: relative;
}
.aspect-9by16 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-3by4 {
  padding-top: 133.3333333333%;
  position: relative;
}
.aspect-3by4 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.line-height-25 {
  line-height: 25px;
}

@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 30px;
  }
}
.btn-brand-accent {
  background-color: #009FE2;
}

.btn-large {
  font-size: 15px;
  padding: 0 15px;
  height: 50px;
  min-width: 50px;
}

@media (max-width: 768px) {
  footer .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.footer-social-block {
  gap: 10px;
}
@media (max-width: 768px) {
  .footer-social-block {
    gap: 5px;
  }
}

.contact-menu-icon {
  width: 18px;
  height: 18px;
  left: 15px;
}

.footer-map-link {
  max-width: 255px;
}
.footer-map-link img {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .footer-map-link {
    max-width: 100%;
  }
}

.footer-pages-block {
  column-gap: 30px;
  display: flex !important;
}
@media (max-width: 768px) {
  .footer-pages-block {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
  }
}

@media (min-width: 992px) {
  .border-lg-0, footer .border-lg-0 {
    border: none !important;
  }
}

.footer-locations {
  gap: 30px;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr);
}
@media (min-width: 991px) and (max-width: 1200px) {
  .footer-locations {
    gap: 10px;
  }
}
@media (max-width: 385px) {
  .footer-locations {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(32, 130, 239, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 9;
  transition: all 0.2s;
  opacity: 0.7;
  cursor: pointer;
}
#scrollToTop:hover {
  opacity: 1;
}
#scrollToTop.show {
  display: flex !important;
}
#scrollToTop svg {
  width: 60%;
  height: 60%;
  fill: #fff;
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    bottom: 60px;
  }
}

.contact-menu-bg.active {
  display: block;
}

.contact-menu-icon-down {
  top: 10px;
  cursor: pointer;
}

.popup-menu-container {
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  z-index: 13;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
  transform: translateY(200%);
  display: flex;
}

.popup-menu-container.active {
  transform: translateY(0);
}

.popup-menu-container .container {
  display: flex;
  padding: 10px 14px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.contact-menu-bg {
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 13;
  display: none;
  animation: opacity-to-one 0.2s ease;
}

@media (min-width: 992px) {
  .popup-menu-container .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
  .popup-menu-container .d-grid.one-column {
    grid-template-columns: 1fr;
  }
  .contact-menu-icon {
    left: 10px;
  }
  .popup-menu-container {
    width: 360px;
    top: 50%;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: max-content;
    flex-direction: column;
    transform: translateY(50vh);
  }
  .popup-menu-container.active {
    transform: translateY(-50%);
  }
  .contact-menu-icon-down {
    right: 5px;
    width: 30px;
  }
}
.social-whatsapp-icon {
  background-image: url("../../assets-nd/icons/site/social-whatsapp-icon.svg");
}

.footer-locations-container {
  gap: 50px;
}
.footer-locations-container.with-areas {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-locations-container {
    gap: 0;
  }
}

.bg-brand-second-darker {
  background-color: #0EA548 !important;
}

.callback-menu-container .flag-container {
  max-height: none;
  overflow: visible;
}

.btn-with-loader.loading .loader {
  display: block !important;
}

.btn-with-loader.loading .loader + span {
  display: none;
}

.rtl #callback_phone_number_input {
  direction: ltr;
  text-align: left;
}

.rtl #callback_phone_number_input label {
  text-align: right;
}

#mobileCallBackMenu .container {
  transition: all 0.2s ease;
}

.grecaptcha-badge {
  visibility: hidden;
}

.checkmark-wrapper {
  min-width: 70px;
  min-height: 70px;
}

#phone_number_input .selected-flag, #callback_phone_number_input .selected-flag {
  width: 75px;
}
#phone_number_input .selected-flag .iti-arrow, #callback_phone_number_input .selected-flag .iti-arrow {
  right: 0;
}

.form-field-wrapper {
  border: 1px solid #e5e5e5;
  padding: 2px 15px;
}

.icon-bodytypes {
  background-image: url(../icons/body-types/bodytype.svg);
  width: 18px;
  height: 18px;
}

#callback_phone, #callback_phone_number_input input {
  padding-right: 6px;
  margin-left: 0;
  width: 100%;
  border: none;
  outline: 0;
  padding-left: 82px !important;
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
  box-shadow: none;
  background: 0 0;
}

.form-field-wrapper input, .form-field-wrapper select {
  box-shadow: none;
  background: 0 0;
}

.rtl #phone_number_input {
  direction: ltr;
  text-align: left;
}

.rtl #phone_number_input label {
  text-align: right;
}

#phone_number_input, #form-error {
  scroll-margin: 30px;
}

.selected-flag {
  height: 100% !important;
  background: none !important;
  padding-left: 0 !important;
}

.intl-tel-input .selected-flag .iti-arrow {
  right: 15px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #E7F6ED;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  display: block;
  stroke-width: 2;
  stroke: #0EA548;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #E7F6ED;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.checkmark.animate {
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #E7F6ED;
  }
}
.gap-row-5 {
  row-gap: 5px;
}
.gap-col-5 {
  column-gap: 5px;
}

.border-all {
  border: 1px solid #dee2e6 !important;
}

.btn-cleared {
  box-shadow: none !important;
}

@media (min-width: 992px) {
  .modal-policies .modal-header {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .modal-policies .modal-content {
    width: auto;
    max-width: 500px;
    height: auto !important;
  }
  .modal-policies .modal-content .modal-body {
    max-height: 50vh;
    min-height: 200px;
    overflow: auto;
  }
  .modal-policies .modal-footer {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
}

.google-stars-plp {
  height: 19px;
  width: 98px;
  mask: url("/templates/evolveae/assets-nd/icons/site/stars_plp.svg") no-repeat center/contain;
  position: relative;
  background: #EBEDF2;
}
.google-stars-plp .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #E18E3A;
}
@media (max-width: 991px) {
  .google-stars-plp {
    width: 68px;
    height: 12px;
  }
}

.rtl .dropdown-menu-without-arrow {
  right: auto;
}

.dropdown-menu-without-arrow.dropdown-menu:before {
  display: none;
}
.dropdown-menu-without-arrow.dropdown-menu {
  margin-top: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.choose-leasing-period-container .popover-body, header .popover-body {
  background: #21262D;
  color: white;
  padding-right: 25px;
}
.choose-leasing-period-container .bs-popover-top > .arrow::after, header .bs-popover-top > .arrow::after {
  border-top-color: #21262D !important;
}
.choose-leasing-period-container .bs-popover-bottom > .arrow::after, header .bs-popover-bottom > .arrow::after {
  border-bottom-color: #21262D !important;
}
.choose-leasing-period-container .close, header .close {
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  opacity: 1;
}

.loader.loader-blue {
  border-top-color: rgba(140, 153, 172, 0.2) !important;
  border-right-color: rgba(140, 153, 172, 0.2) !important;
  border-bottom-color: rgba(140, 153, 172, 0.2) !important;
  border-left-color: #009FE2 !important;
}

.loader.loader-small {
  font-size: 2px;
}

@media (max-width: 991px) {
  .loader.loader-small {
    font-size: 1.8px;
    position: absolute;
    right: 3px;
    top: 3px;
  }
}
@media (max-width: 991px) {
  .filter_modal_content .modal-header {
    background: #1359BA !important;
    color: white;
  }
}
.d-grid {
  display: grid;
}

header button {
  outline: none !important;
}

.header-rent-car-btn {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.default-dropdown-container {
  position: relative;
}
.default-dropdown-container > .default-dropdown {
  min-width: 100%;
  width: max-content;
  animation: fadeInDown1 0.3s;
  transform: translate3d(0px, -10px, 0px);
  transition: transform 0.3s ease;
}

@keyframes fadeInDown1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.default-dropdown-container-js .default-dropdown {
  animation: fadeInDown 0.3s;
  transform: initial;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.rtl .default-dropdown {
  right: auto;
}

.default-dropdown {
  padding: 5px;
}
.default-dropdown > a:hover, .default-dropdown span:hover {
  color: #009FE2;
  background: rgba(0, 159, 226, 0.05);
}
.default-dropdown .dropdown-item {
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

.default-dropdown .dropdown-item:disabled {
  color: #8C98AB !important;
  cursor: auto !important;
}

.dropdown-link:hover {
  background: rgba(0, 159, 226, 0.05);
}

.allBrands a:hover {
  background: #F7F8FA;
}
.allBrands a:hover span:first-child {
  color: #009FE2;
}

.form-control.search_brand:focus, #car_search_input {
  outline: none;
  box-shadow: none;
}

.dropdown-active {
  background-color: #1359BA !important;
}

@media (max-width: 1110px) {
  header .container {
    max-width: 100%;
  }
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.default-dropdown .dropdown-item:hover {
  background: rgba(0, 159, 226, 0.05);
  color: #009FE2;
}

.default-modal .modal-header {
  height: 60px;
}
.default-modal a, .default-modal span.nav-link {
  padding: 10px;
}
.default-modal a:hover, .default-modal span.nav-link:hover, .default-modal div.nav-item {
  background: #F7F8FA;
}
.default-modal a:hover span.color-shades-black, .default-modal span.nav-link:hover span.color-shades-black, .default-modal div.nav-item span.color-shades-black {
  color: #009FE2 !important;
}
.default-modal a:hover i, .default-modal span.nav-link:hover i, .default-modal div.nav-item i {
  color: #009FE2 !important;
}

.nav-link.disabled {
  pointer-events: none;
}
.nav-link.disabled span {
  color: #8C98AB;
}

.modal-backdrop.show {
  z-index: 15;
}

#modalMenu .nav-link {
  padding: 10px;
}

.header-main-menu-container {
  padding: 3px 0;
}

.form-control {
  font-size: 14px;
  color: #000000;
  border-width: 1px;
  border-color: #CCD4DE;
  height: 50px;
  padding: 0 15px;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.form-control:focus {
  box-shadow: 0 0 0 1px #009FE2;
  border-color: #009FE2;
  position: relative;
  z-index: 1;
}
.form-control.right {
  padding-right: 50px;
  background-position: right 13px center;
}
.form-control.left {
  padding-left: 50px;
  background-position: left 13px center;
}
.form-control.valid {
  border-color: #0EA548;
  background-image: url("/assets-nd/icons/site/form-check-valid.svg");
}
.form-control.valid:focus {
  box-shadow: 0 0 0 1px #0EA548;
}
.form-control.warning {
  border-color: #FCBA05;
  background-image: url("/assets-nd/icons/site/form-check-warning.svg");
}
.form-control.warning:focus {
  box-shadow: 0 0 0 1px #FCBA05;
}
.form-control.invalid {
  border-color: #D82927;
  background-image: url("/assets-nd/icons/site/form-check-invalid.svg");
}
.form-control.invalid:focus {
  box-shadow: 0 0 0 1px #D82927;
}
.form-control.info {
  border-color: #009FE2;
  background-image: url("/assets-nd/icons/site/form-check-info.svg");
}
.form-control.info:focus {
  box-shadow: 0 0 0 1px #009FE2;
}
.form-control.search {
  background-image: url("/assets-nd/icons/site/form-search.svg");
}
.form-control.search:focus {
  background-image: url("/assets-nd/icons/site/form-search-focus.svg");
}
.form-control.date {
  background-image: url("/assets-nd/icons/site/form-date.svg");
}
.form-control.help {
  background-image: url("/assets-nd/icons/site/form-help.svg");
}
.form-control.dark {
  color: #ffffff;
  border-color: #1359BA;
  background-color: #1359BA;
}
.form-control.dark::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.filter_modal_content .dropdown-menu:before, header .dropdown-menu:before {
  display: none !important;
}
.filter_modal_content .dropdown-menu[x-placement^=bottom], header .dropdown-menu[x-placement^=bottom] {
  margin-top: 0 !important;
}

/*Company page Banner */
.company_banner_information {
  margin: 30px 0 30px 0;
}

.company_logo span {
  height: 160px;
  width: 160px;
  border: 1px solid #EBEDF2;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../icons/main/renty/placeholders/placeholder-default.svg);
  background-size: contain;
  display: block;
}

.company_banner_information .title {
  vertical-align: middle;
  line-height: 40px;
  font-weight: 500;
  font-size: 30px;
  color: #000;
}

.company_banner_title_stars {
  margin-top: 40px;
  margin-left: 30px;
}

.company_banner_button {
  margin-top: 150px;
}

.company_banner_button a {
  height: 40px;
  border: 1px solid #CCD4DE;
  color: #1258BA;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.top-info {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.top-info a.link {
  width: 160px;
  color: #0f0f0f;
  font-weight: 500;
  line-height: 50px;
  border-bottom: 2px solid transparent;
  margin: 0;
  display: inline-block;
}

.top-info a.link.active,
.top-info a.link:hover {
  color: #009FE2;
  border-color: #019fe2;
}

@media (max-width: 768px) {
  .company_banner_block {
    height: auto;
  }
  .company_banner_button > div > a {
    width: 100%;
  }
  .company_logo span {
    height: 80px;
    width: 80px;
  }
  .company_banner_information .title {
    vertical-align: middle;
    line-height: 30px;
    font-size: 18px;
  }
  .company_banner_title_stars {
    margin-top: 15px;
    margin-left: 25px;
    width: max-content;
  }
  .company_banner_button {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .company_banner_title_stars > div {
    margin-top: 2.5px !important;
  }
  .company_banner_block > div {
    flex-flow: column;
  }
  .top-info a.link {
    width: 50%;
  }
}
.google-reviews-page-block > div > .google-reviews-page-logo {
  height: 60px;
  width: 60px;
  background-color: #F5F5F5;
  margin: 30px 0 30px 0;
}

.reviews-page-google-mark {
  line-height: 35px;
}

.company-reviews-list > div > div {
  width: 825px;
}

.company-reviews-item {
  margin-top: 45px;
}

.company-reviews-item > img {
  margin: 0 35px 30px 0;
}

.reviews-page-date {
  color: #999999;
}

.company-reviews-item > div > div:first-child > .google-stars-plp {
  height: 25px !important;
}

.reviews-page-more-review-btn {
  line-height: 20px;
  font-weight: 500;
  width: 635px;
  height: 40px;
  border: 1px solid #CCD4DE;
}

.reviews-page-buttons-block {
  padding: 45px 0 60px 0;
}

@media (max-width: 991px) {
  .company-reviews-list > div > div {
    width: auto;
  }
  .reviews-google-stars {
    width: 98px !important;
    height: 18px !important;
  }
}
@media (max-width: 767px) {
  .reviews-page-date {
    margin-left: 1rem;
  }
}
@media (max-width: 449px) {
  .google-reviews-page-block > div > .google-reviews-page-logo {
    height: 30px;
    width: 30px;
    margin: 32.5px 15px 27.5px 0 !important;
  }
  .reviews-page-google-mark {
    line-height: 35px;
  }
  .company-reviews-item .text-truncate {
    max-width: 124px;
  }
  .company-reviews-item {
    margin-top: 30px;
  }
  .company-reviews-item > img {
    width: 30px;
    height: 30px;
    margin: 0 15px 30px 0;
  }
  .reviews-page-text-rev {
    font-size: 14px;
  }
  .reviews-page-buttons-block {
    padding: 30px 0 30px 0;
  }
  .reviews-page-date {
    margin-top: 5px !important;
    margin-left: 1rem;
  }
  .company-reviews-text-block {
    margin-top: 5px !important;
  }
}
@media (max-width: 370px) {
  .company-reviews-item .text-truncate {
    max-width: 110px;
  }
}
.default-dropdown-container-js .default-dropdown {
  top: calc(1rem + 43px);
}

.breadcrumb {
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  margin-bottom: 0;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb a:hover {
  color: #009FE2;
}

.breadcrumb-item.active {
  color: #8C98AB;
  display: block;
  text-overflow: ellipsis;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "icomoon" !important;
  color: #8C98AB;
  content: "\e933";
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 0.5rem 0;
    overflow: hidden;
  }
  .breadcrumb .breadcrumb-item {
    max-width: 100%;
    overflow: hidden;
  }
  .breadcrumb .breadcrumb-item span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  #breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
  }
  #breadcrumb-list .breadcrumb-item {
    white-space: nowrap;
    overflow: visible;
  }
}
.price-extended-arrow {
  transition: all 0.3s ease;
}

.price-extended-arrow.rotated {
  transform: rotate(180deg);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
  transform: translateY(100%);
}

.cookie-banner.active {
  transform: translateY(-17px);
}

.cookie-banner .container {
  display: flex;
  padding: 15px 15px 15px 30px;
  background-color: #21262d;
  font-size: 14px;
  font-weight: 400;
  min-height: 70px;
  width: auto;
}

.cookie-submit-button {
  padding: 8px 20px;
  background-color: #009fe2;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.5;
  border: 0;
  outline: 0 !important;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in;
  min-width: 80px;
  margin-left: 30px;
  cursor: pointer;
}

.cookie-text {
  display: flex;
  align-items: center;
  color: #fff;
}

.cookie-more-button, .cookie-more-button:hover {
  color: #009fe2;
}

.mobile_footer_content {
  transition: 0.2s;
}

#scrollToTop {
  z-index: 11;
}

@media (max-width: 992px) {
  .cookie-banner.active {
    transform: translateY(0);
  }
  .cookie-banner .container {
    padding: 15px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .cookie-submit-button {
    margin-left: 15px;
  }
}
@media (max-width: 389px) {
  .cookie-banner .container {
    padding: 10px;
  }
  .cookie-submit-button {
    margin-left: 10px;
  }
}
.buggy-banner {
  background-image: url("/assets-nd/images/tour/buggy_tours_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

@media (max-width: 768px) {
  .buggy-banner {
    min-height: 270px;
    background-image: url("/assets-nd/images/tour/buggy_tours_bg_mobile.png");
  }
}
.breadcrumb-item {
  white-space: nowrap;
}

/*# sourceMappingURL=common.css.map */
