body {
  font-family: "Lato", sans-serif;
  background-color: #f6f6f6;
}
.bg-body {
  background-color: #f6f6f6 !important;
}
.hero-date-picker-wrapper {
  position: absolute;
  overflow: visible;
  z-index: 1000;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .hero-date-picker-wrapper {
    position: absolute;
    overflow: visible;
    z-index: 1000;
    width: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.w-fit-content {
  width: max-content;
}
.car-carousel .owl-stage-outer {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.custom-shadow {
  box-shadow: 0px 0rem 0.8rem rgb(30 34 40 / 8%) !important;
}
.footer-bg {
  background-color: #141414;
}
.custom-border {
  border: 1px solid #f6dfdf !important;
}
.fw-800 {
  font-weight: 800;
}
.fw-600 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .fade:not(.show) {
    opacity: 1 !important;
  }
  .home-tab > .tab-pane {
    display: block !important;
  }
  .nav-more-bg {
    background-color: #efefef;
  }
}
.vehicle-type {
  position: absolute;
  right: 25px;
  top: 25px;
}
.language-btn {
  color: #141414;
}
.language-btn:hover {
  background-color: transparent;
  color: #141414;
  box-shadow: none;
  transition: none;
  transform: none;
}
.flag-icon {
  background-size: cover !important;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  line-height: 1em;
  height: 25px !important;
  width: 28px !important;
  border-radius: 50%;
}
@media (max-width: 500px) {
  .hero-responsive-svg {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
  }
  .responsive-font {
    font-size: 13px;
  }
}
/* flatpickr custom css  */
.flatpickr-day.selected {
  background: #eb2d2d !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #eb2d2d !important;
}
.flatpickr-mobile .flatpickr-day.selected {
  background: #eb2d2d !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #eb2d2d !important;
}
.flatpickr-input:focus-visible {
  outline: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel.dots-over .owl-dots {
    bottom: 3.8rem;
  }
}
@media (max-width: 767px) {
  .owl-carousel.dots-over .owl-dots {
    bottom: 1.9rem;
  }
}
.date-picker-icon {
  right: 10px;
  top: 10px;
  position: absolute;
  cursor: pointer;
}
.underline-footer:after {
  content: "";
  background: #eb2d2d;
  width: 50px;
  height: 10%;
  left: -0.5%;
  top: 28px;
  bottom: -10%;
}
.text-dark {
  color: #141414;
}
#hero-start-date::placeholder {
  color: #000000;
}
#hero-end-date::placeholder {
  color: #000000;
}
.featured-text-color {
  color: #505050;
}
.rounded-04 {
  border-radius: 4px;
}
.rounded-30 {
  border-radius: 30px;
}
.language-select .dropdown-toggle::after {
  display: none !important;
}
/*.language-select .dropdown-toggle::before {
  content: "" !important;
  background-image: url(../img/language-after.png);
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 0.5rem;
}*/
.seach-car .active {
  border: 1px solid #eb2d2d;
}
.search-custom-border {
  border: 1px solid #d3d3d3;
}
.search-custom-form {
  font-size: 14px;
  font-weight: 500;
  color: #515151;
  background-color: #fff3f3;
  background-image: url(../img/form-after.png);
  background-size: 8px 5px;
  border: 1px solid #ffcece;
  border-radius: 6px;
  height: 45px;
}
.search-custom-form:focus {
  background-color: #fff;
  border: 1px solid #ffcece;
}
.card-details-form {
  font-size: 14px;
  font-weight: 500;
  color: #515151;
  background-color: #fff3f3;
  background-image: url(../img/form-after-black.png);
  background-size: 8px 5px;
  border: 1px solid #ffcece;
  border-radius: 6px;
  height: 45px;
}
.card-details-form:focus {
  background-color: #fff;
  border: 1px solid #ffcece;
}
#search-start-date::placeholder {
  color: #797979;
}
#search-end-date::placeholder {
  color: #797979;
}
#search-start-date:focus-visible {
  outline: none;
}
#search-end-date:focus-visible {
  outline: none;
}
@media (min-width: 768px) {
  .search-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .search-title {
    font-size: 24px;
  }
}
.page-item.active .page-link {
  background-color: #eb2d2d;
  color: #fff;
}
#mobile-menu {
  display: none;
  position: fixed;
  top: 0; /* Adjust the top position as needed */
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #353535;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0);
  transform-origin: top;
  height: max-content;
}
/* Show mobile menu with scale-in effect */
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Show mobile menu with fade-in effect */
#mobile-menu.show {
  display: block;
  animation: scaleIn 0.3s ease forwards;
}
#mobile-menu .nav-item .nav-link {
  border-bottom: 1px solid #414141;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
}
#mobile-menu .language-select .dropdown-menu {
  right: 15px !important;
  left: auto !important;
  transform: initial !important;
  top: 100% !important;
  margin-top: 0;
  padding: 0.65rem 0;
  position: absolute;
  background: #575757 !important;
  width: 110px;
}
#mobile-menu .language-select .dropdown-menu .dropdown-item {
  padding-right: 10px;
}
#mobile-menu .language-btn:hover {
  background-color: #353535;
}
#mobile-menu .btn-close:before {
  font-family: Unicons;
  content: "\ecef";
  font-size: 1.2rem;
  width: 1rem;
  height: 1.2rem;
  display: block;
}
#range-slider {
  height: 7px;
}
#range-slider .noUi-handle {
  height: 15px;
  width: 15px;
  top: -5px;
  right: -9px;
  border-radius: 9px;
}
#range-duration {
  height: 7px;
}
#range-duration .noUi-handle {
  height: 15px;
  width: 15px;
  top: -5px;
  right: -9px;
  border-radius: 9px;
}
#range-payment {
  height: 7px;
}
#range-payment .noUi-handle {
  height: 15px;
  width: 15px;
  top: -5px;
  right: -9px;
  border-radius: 9px;
}
.white-space {
  white-space: nowrap;
}
.search-car-type-bg {
  background-color: #fdf1f1;
}

/* @media (max-width: 991px) {
  .search-car-type-bg {
    background-color: #ffffff;
  }
  .custom-search-car-type {
    box-shadow: none !important;
    background: transparent;
  }
} */

.card-input-element {
  display: none;
}
.card-input-element:checked + .card-input {
  border: 1px solid #eb2d2d;
}
.date-start-border {
  border: 1px solid #ffcece;
  border-left: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  font-size: 12px;
  color: #000000;
  background-image: url(../img/calander.png);
  cursor: pointer;
  background-position: 96%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .date-start-border {
    background-position: 96% 12px;
  }
}
/* .search-picker .date-start-border {
  border: 1px solid #d3d3d3 !important;
  border-left: 0px !important;
  border-top-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  font-size: 14px;
  color: #000000;
} */
.city-start-border {
  border: 1px solid #ffcece;
  border-top-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  font-size: 14px;
  color: #000000;
}
.select2-container--default .select2-selection--single {
  background-color: #fff3f3 !important;
  border: 1px solid #ffcece !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 4px !important;
}
/* .search-picker .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #d3d3d3 !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 4px !important;
} */

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 47px;
}
.select2-container--default {
  width: 50% !important;
}
.add-ons-bg {
  background-color: #f1f1f1;
}
.border-doted {
  border: 2px dotted #8d8d8d;
}
.border-dashed {
  border-style: dashed;
}
.license-uploader-border {
  border-color: #8d8d8d;
}
.border-left {
  border-left: 1px solid #d0d0d0;
}
.license-uploader input[type="file"] {
  display: none;
}
.license-list li {
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.license-list li:last-child {
  border-bottom: none;
}
.schedule-dot-bg {
  background-color: #d9d9d9;
}
.booking-details-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.booking-details-list li:nth-last-child(1) {
  border-top: 1px solid #d4d4d4;
}
.summary-list li:nth-last-child(2) {
  border-bottom: 1px solid #d4d4d4;
  padding: 0px 0px 8px;
}
.summary-list li:nth-last-child(1) {
  padding: 8px 0px 0px;
}
@media (max-width: 991px) {
  .border-md {
    border: 1px solid #d3d3d3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .process-wrapper.line [class*="col-"]:after {
    position: absolute;
    content: "";
    height: 24%;
    background: 0 0;
    border-left: 1px solid #d9d9d9;
    top: 32%;
    z-index: 1;
    left: 3.5rem;
    width: 4px;
  }
}
@media (max-width: 767px) {
  .process-wrapper.line [class*="col-"]:after {
    position: absolute;
    content: "";
    height: 26%;
    background: 0 0;
    border-left: 1px solid #d9d9d9;
    top: 30%;
    z-index: 1;
    left: 2.5rem;
    width: 4px;
  }
}

.accordion-wrapper .card-header {
  padding: 0px;
}
.accordion-wrapper .card-header button.collapsed {
  color: #575757;
  background: #f5f5f5;
  padding: 22px 35px 22px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.accordion-wrapper .card-header button:before {
  display: none;
}
.accordion-wrapper .card-header button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.1rem;
  margin-left: auto;
  display: inline-block;
  right: 0.3rem;
  top: 28px;
  position: absolute;
  content: "";
  background-image: url(../img/faq-after.png);
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
}

.accordion-wrapper .card-header button:not(.collapsed)::after {
  background-image: url(../img/faq-after.png);
  transform: rotate(-180deg);
  right: 0.9rem;
  top: 15px;
}
.accordion-two .card-header button {
  margin: 22px 18px 18px 20px !important;
  padding: 0px 0px 13px !important;
  width: -webkit-fill-available;
  border-bottom: 1px solid #d3d3d3;
}
.accordion-two .card-header button.collapsed {
  color: #575757;
  background: #f5f5f5;
  padding: 22px 35px 22px 20px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 !important;
  border-bottom: 0 !important;
}
.accordion-wrapper .card-header button {
  padding: 22px 35px 22px 20px;
}
@media (max-width: 991px) {
  .accordion-wrapper .card-header button {
    padding: 22px 35px 10px 20px !important;
  }
}
.accordion-wrapper .card-body {
  padding: 0px 35px 22px 20px;
}
.accordion-two .card-header button span {
  border-bottom: 0 !important;
  color: #575757 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
.accordion-wrapper .card-header button span {
  border-bottom: 1px solid #797979;
  font-size: 18px;
  font-weight: 500;
  color: #797979;
}
@media (max-width: 767px) {
  .accordion-wrapper .card-header button span {
    font-size: 14px !important;
  }
  .accordion-wrapper .card-header button.collapsed {
    padding: 15px;
  }
}
.accordion-wrapper .card-header button.collapsed span {
  border-bottom: 0px;
}
.faq-btn {
  background-color: #f5f5f5;
  color: #eb2d2d;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.05 !important;
}
.faq-btn:hover {
  background-color: #f5f5f5;
  color: #eb2d2d;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.05 !important;
}
/* @media (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
} */
.contact-form-icon {
  right: 15px;
  top: 9px;
  position: absolute;
  cursor: pointer;
}
.text-truncate-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-truncate-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-overlay {
  position: relative;
  background: #ffffff;
  overflow: auto;
}
.blog-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
@media (max-width: 767px) {
  .blog-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
}
.fs-12 {
  font-size: 12px;
}
@media (max-width: 767px) {
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-15 {
    font-size: 15px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .fs-sm-17 {
    font-size: 17px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
  .fs-sm-19 {
    font-size: 19px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .fs-sm-21 {
    font-size: 21px;
  }
  .fs-sm-22 {
    font-size: 22px;
  }
  .fs-sm-23 {
    font-size: 23px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .fs-sm-25 {
    font-size: 25px;
  }
  .fs-sm-26 {
    font-size: 26px;
  }
  .fs-sm-27 {
    font-size: 27px;
  }
  .fs-sm-28 {
    font-size: 28px;
  }
  .fs-sm-29 {
    font-size: 29px;
  }
  .fs-sm-30 {
    font-size: 30px;
  }
}
.btn-register {
  border-color: #eb2d2d;
  color: #eb2d2d !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px !important;
  border: 1px solid #eb2d2d;
  line-height: 16px;
}
.btn-login {
  background-color: #eb2d2d;
  color: #ffffff !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px !important;
  line-height: 16px;
}
@media (max-width: 991px) {
  .btn-register {
    height: 27px;
    display: flex;
    align-items: center;
  }
  .btn-login {
    height: 27px;
    display: flex;
    align-items: center;
  }
  .navbar .navbar-other .navbar-nav > .nav-item + .nav-item {
    margin-left: 0.1rem;
  }
}
.auth-icon {
  position: absolute;
  right: 23px;
  top: 15px;
}
@media (min-width: 768px) {
  .auth-btn-w {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .auth-btn-w {
    width: 100%;
  }
}
.breadcrumb-item {
  font-size: 12px;
}
.range-input-bg {
  background-color: #f5f5f5;
}
.search-form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 0.325rem;
  vertical-align: top;
  background-color: #fefefe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid rgb(235 45 45);
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-top: 0.1rem;
}
.search-form-check-input:checked[type="radio"] {
  background-image: url(../img/readio-bg.svg);
}
.pay-form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 0.325rem;
  vertical-align: top;
  background-color: #fefefe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-top: 0.1rem;
  background-image: url(../img/pay-form-uncheck.png);
}
.pay-form-check-input:checked[type="radio"] {
  background-image: url(../img/readio-bg.svg);
}
.pay-form-check-input [type="radio"]:focus-visible {
  outline: 0px;
}
.form-switch .diposit-check {
  width: 2em;
  margin-left: -2.5em;
  background-image: url(../img/diposit-check.png) !important;
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  background-color: #797979;
  height: 18px;
}
.form-switch .diposit-check:checked {
  background-color: #eb2d2d;
}
.hr-color {
  color: #c6c6c6;
}
@media (min-width: 767px) {
  .min-h-110 {
    min-height: 110px;
    display: flex;
    align-items: center;
  }
}
.min-h-110 {
  display: flex;
  align-items: center;
}
.max-h-100 {
  max-height: 100px;
  max-width: 100px;
}
.h-100px {
  height: 100px;
}
.w-100px {
  width: 100px;
}
.lease-bage {
  background: #eb2d2d;
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .work-bg {
    position: relative;
  }
  .work-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url(../img/lease-image-2.png);
    background-repeat: no-repeat;
    background-position: right 11em bottom -45px;
    opacity: 0.3;
  }
}
.form-control {
  padding: 0.6rem 0.8rem;
}
.divider-color {
  background-color: #f1dddd;
}
.divider-color-two {
  background-color: #d9cdcd;
}
.divider-color-three {
  background-color: #d3d3d3;
}
.divider-color-four {
  background-color: #c6c6c6;
}
.divider-color-five {
  background-color: #d4d4d4;
}
.divider-color-six {
  background-color: #ececec;
}
.divider-color-seven {
  background-color: #d7d7d7;
}
.h-67 {
  height: 67px;
}
.h-80 {
  height: 80px;
}
@media (max-width: 767px) {
  .map-responsive {
    height: 300px;
    object-fit: cover;
  }
  .mt_90 {
    margin-top: -90px;
  }
}
.user-img {
  height: 114px;
  width: 114px;
  border-radius: 100%;
}
.user-name {
  font-size: 24px;
  font-weight: 700;
  color: #141414;
  border-bottom: 1px solid #e8dcdc;
  padding-bottom: 8px;
}
.dashboard-tab .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  color: #141414;
  border-radius: 50rem;
  border: 2px solid #d9d9d9 !important;
  box-shadow: none !important;
  width: 180px;
  justify-content: center;
  transform: none;
}
.dashboard-tab .nav-link.active {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #eb2d2d;
  color: #fff;
  border-radius: 50rem;
  border: 2px solid #eb2d2d !important;
  box-shadow: none !important;
  justify-content: center;
  transform: none;
  position: relative;
}
@media (max-width: 767px) {
  .dashboard-tab .nav-link {
    width: 150px;
    font-size: 15px;
  }
}
.dashboard-tab .nav-link.active::after {
  content: "";
  position: absolute;
  background-image: url(../img/tab-after.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 64px;
}
.dashboard-tab-content {
  position: relative;
}
.dashboard-tab-content .show::before {
  content: "";
  position: absolute;
  border: 2px solid #eb2d2d;
  width: 100%;
  top: -4px;
}
.lh-28 {
  line-height: 28px;
}
.lh-20 {
  line-height: 20px;
}
.text-smokey-grey {
  color: #6c6c6c;
}
@media (max-width: 767px) {
  .w-sm-50 {
    width: 50%;
  }
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete input:focus-visible {
  outline: 0px;
}
.autocomplete input {
  outline: 0px;
  width: 14px;
  background-image: url(../img/location.png);
  background-repeat: no-repeat;
  background-position: 4%;
  padding: 10px 20px 10px 27px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .autocomplete input {
    background-position: 6%;
  }
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #ffcece;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 156px !important;
  overflow-y: auto;
}

.autocomplete-items div {
  padding: 10px 20px 10px 27px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #ffcece;
  line-height: 18px;
  font-size: 12px;
  color: black;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: #eb2d2d !important;
  color: #ffffff !important;
}
.autocomplete-items::-webkit-scrollbar {
  width: 3px;
}
.autocomplete-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.autocomplete-items::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
.slider-icon {
  height: 15px !important;
  width: 15px !important;
}
.flatpickr-custom-button {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  background: #eb2d2d;
  color: #fff;
  border: 0px;
  line-height: 16px;
  border-radius: 6px;
  margin: 4px 3px 3px;
}
.max-w-20 {
    max-width: 20px;
}
.max-w-100px {
    max-width: 100px;
}
.max-w-130px {
    max-width: 130px;
}
.max-w-200px {
    max-width: 200px;
}
.centered-crop-image {
    object-fit: cover;
    object-position: center;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}
.navbar-nav .more-dropdown:not(.sm-collapsible) .nav-link .sub-arrow {
    display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-left .dropdown-menu {
    position: absolute;
    left: 0 !important;
}
.min-h-115 {
    min-height: 115px;
}


/* search new css  */
.search-accordion-button {
    position: relative;
    padding: 15px 35px 15px 20px;
    border-radius: 6px;
    background-color: #fff;
    color: #141414;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    border: 0;
}

.search-accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    display: inline-block;
    position: absolute;
    content: "";
    background-image: url(../img/faq-after.png);
    right: 16px;
    top: 6px;
    background-size: 50%;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
    /* transition: transform 0.2s ease-in-out; */
}

.search-accordion-button:not(.collapsed)::after {
    background-image: url(../img/faq-after.png);
    transform: rotate(0deg);
    right: 6px;
    top: 19px;
}

/* country code before phone number */
.iti {
    position: relative;
    display: block;
}
.iti__search-input, .iti__search-input:focus, .iti__search-input:focus-visible {
    padding: 0.6rem 0.8rem;
    border-color: #ffcece;
    outline-offset: unset;
    outline-color: #ffcece;
    outline-style: none;
    outline-width: 5px;
}
